Last chance! 50% off unlimited learning
Sale ends in
swSigmaTheta(salinity, temperature=NULL, pressure=NULL, referencePressure=0,
longitude=300, latitude=30, eos=getOption("oceEOS", default="gsw"))
oce
object; see
swRho
.eos="gsw"
).eos="gsw"
)."unesco"
or
"gsw"
.oce
object, then salinity, etc.,
are extracted from it, and used for the calculation instead of any values
provided in the other arguments.swRho
documentation.swRho
,
swSigma
, swSigmaTheta
, swSigma0
,
etc.swSigmaTheta(35, 13, 1000) # 26.42514 (gsw)
swSigmaTheta(35, 13, 1000, eos="unesco") # 26.4219
Run the code above in your browser using DataLab