Last chance! 50% off unlimited learning
Sale ends in
swCSTp(salinity, temperature, pressure,
eos=getOption("oceEOS", default="gsw"))
swRho
."unesco"
or "gsw"
.eos="unesco"
, the calculation is done by a bisection
root search on the UNESCO formula relating salinity to conductivity,
temperature, and pressure (see swSCTp
). If it is
"gsw"
then the Gibbs-SeaWater formulation is used, via
gsw_C_from_SP
.Culkin, F., and Norman D. Smith, 1980. Determination of the concentration of potassium chloride solution having the same electrical conductivity, at 15 C and infinite frequency, as standard seawater of salinity 35.0000 ppt (Chlorinity 19.37394 ppt). IEEE Journal of Oceanic Engineering, 5, pp 22-23.
swThermalConductivity
. For computation of salinity from
electrical conductivity, see swSCTp
.swCSTp(35, T90fromT68(15), 0, eos="unesco") # 1, by definition of cond. ratio
swCSTp(34.25045, T90fromT68(15), 2000, eos="unesco") # 1
swCSTp(34.25045, 15, 2000, eos="unesco") # 1.000081
swCSTp(34.25045, 15, 2000, eos="gsw") # 0.9999982
Run the code above in your browser using DataLab