swSCTp(conductivity, temperature=NULL, pressure=0,
conductivityUnit=c("ratio", "mS/cm", "S/m"),
eos=getOption("oceEOS", default="gsw"))
swRho
.ratio
means actual conductivity divided by standard conductivity
(4.2914 S/m)."unesco"
or "gsw"
.eos="unesco"
then salinity is calculated using the UNESCO
algorithm described by Fofonoff and Millard (1983); if it is "gsw"
then
the Gibbs-SeaWater formulation is used, via gsw_SP_from_C
.swThermalConductivity
. For computation of electrical
conductivity from salinity, see swCSTp
.swSCTp(1, T90fromT68(15), 0, eos="unesco") # 35
swSCTp( 1, 15, 0, eos="gsw") # 35
Run the code above in your browser using DataLab