Learn R Programming

gsw (version 1.0-3)

gsw_sigma1: Potential density anomaly referenced to 1000 dbar

Description

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

Usage

gsw_sigma1(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_sigma1.html

See Also

Use gsw_sigma0 for 0 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_sigma1(34.7118, 28.8099) # 25.955891533636986
# }

Run the code above in your browser using DataLab