powered by
Density of water from temperature and salinity
water.density(wtr, sal = wtr * 0)
a numeric vector of water temperature in degrees Celsius
a numeric vector of salinity in Practical Salinity Scale units
A numeric vector of water densities in kg/m^3.
Martin, J.L., McCutcheon, S.C., 1999. Hydrodynamics and Transport for Water Quality Modeling. Lewis Publications, Boca Raton, FL, 794pp.
Millero, F.J., Poisson, A., 1981. International one-atmosphere equation of state of seawater. UNESCO Technical Papers in Marine Science. No. 36.
# NOT RUN { #Plot water density for water between 1 and 30 deg C dens = water.density(1:30) plot(1:30, dens, xlab="Temp(deg C)", ylab="Density(kg/m^3)") # }
Run the code above in your browser using DataLab