sw_depth | R Documentation |
Computes the water depth for water of salinity 35, and temperature 0 dg C, based on latitude and hydrostatic pressure, using the UNESCO 1983 polynomial.
sw_depth(p = P-1.013253, P = 1.013253, lat = 0)
p |
gauge or applied pressure, pressure referenced against the local atmospheric pressure, bar |
P |
true pressure, bar |
lat |
latitude (-90 to +90), -, |
Water depth in m.
sw_depth
for p = 1000, lat = 30 is 9712.653 m.
Karline Soetaert <karline.soetaert@nioz.nl>
Fofonoff NP and Millard RC Jr, 1983. Algorithms for computation of
fundamental properties of seawater. UNESCO technical papers in marine
science, 44, 53 pp.
http://unesdoc.unesco.org/images/0005/000598/059832EB.pdf
sw_adtgrad
, sw_alpha
, sw_beta
,
sw_comp
, sw_conserv
, sw_cp
,
sw_dens
, sw_enthalpy
, sw_entropy
,
sw_gibbs
, sw_kappa
,
sw_kappa_t
, sw_sfac
,
sw_svel
, sw_tfreeze
, sw_tpot
sw_depth(p = 1000, lat = 30:40)
## Check values
sw_depth(p = 1000, lat = 30) #9712.65
sw_depth(p = 50, lat = 30) #496.00
sw_depth(p = 50, lat = 60) #494.69
sw_depth(p = 500, lat = 60) #4895.60
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.