Learn R Programming

gsw (version 1.0-3)

gsw_sigma0: Potential density anomaly referenced to 0 dbar

Description

This uses the 48-term density equation, and returns potential density referenced to a pressure of 0 dbar, minus 1000 kg/m^3.

Usage

gsw_sigma0(SA, CT)

Arguments

SA

Absolute Salinity [ g/kg ]

CT

Conservative Temperature [ deg C ]

Value

potential density anomaly [ kg/m^3 ]

References

http://www.teos-10.org/pubs/gsw/html/gsw_sigma0.html

See Also

Use gsw_sigma1 for 1000 dbar pressure, gsw_sigma2 for 2000 dbar, gsw_sigma3 for 3000 dbar, or gsw_sigma4 for 4000 dbar.

Examples

Run this code
# NOT RUN {
gsw_sigma0(34.7118, 28.8099) # 21.798411276610750
# }

Run the code above in your browser using DataLab