Learn R Programming

oce (version 0.2-1)

swSigmaT: Seawater quasi-potential density anomaly

Description

Compute $\sigma_t$, a rough estimate of potential density of seawater, minus 1000 kg/m$^3$.

Usage

swSigmaT(salinity, temperature=NULL, pressure=NULL)

Arguments

salinity
either salinity [PSU] (in which case temperature and pressure must be provided) or a ctd object (in which case salinity, temperature and pressure ar
temperature
in-situ temperature [$^\circ$C]
pressure
pressure [dbar]

Value

  • Quasi-potential density anomaly [kg/m$^3$].

Details

If the first argument is a ctd object, then salinity, temperature and pressure values are extracted from it, and used for the calculation.

Definition: $\sigma_t=\rho(S,t,0)$ - 1000 kg/m$^3$.

References

Fofonoff, P. and R. C. Millard Jr, 1983. Algorithms for computation of fundamental properties of seawater. Unesco Technical Papers in Marine Science, 44, 53 pp

Gill, A.E., 1982. Atmosphere-ocean Dynamics, Academic Press, New York, 662 pp.

See Also

Related density routines include: swRho, swSigma, and swSigmaTheta.

Examples

Run this code
sigmat <- swSigmaT(35, 13, 1000)

Run the code above in your browser using DataLab