Description Usage Arguments Value Author(s) References Examples
Returns the density of water for a given pressure, salinity, and temperature. This series of functions is from Fofonoff (1985). Depth is scaled to pressure using equation 23 from Dukowicz (2001). Pressure as a function of altitude is derived from the ideal gas law using a scale height of 8.4km.
I am assuming that water is incompressible. This is almost a fair assumption but not quite (think 0.1 percent errors for high altitudes [>1km]).
1 | esfofo(Sal, Temp, Dep, Alt)
|
Sal |
Salinity in units of PSS 78 (practical salinity scale 78) |
Temp |
Temperature in Celsius |
Dep |
Depth which you're interested in in meters. |
Alt |
Altitude of your observation site in meters. |
Returns density in units of kilograms per cubic meter.
Kate Evans, University of Montana/Flathead Lake Biological Station
Fofonoff, N. P. (1985). Physical properties of seawater: A new salinity scale and equation of state for seawater. Journal of Geophysical Research, 90(C2), 3332. https://doi.org/10.1029/JC090iC02p03332
Dukowicz, J. K. (2001). Reduction of Density and Pressure Gradient Errors in Ocean Simulations. Journal of Physical Oceanography, 31(7), 1915–1921. https://doi.org/10.1175/1520-0485(2001)031<1915:RODAPG>2.0.CO;2
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.