Learn R Programming

gsw (version 1.0-3)

gsw_kappa: Isentropic compressibility of seawater

Description

Isentropic compressibility of seawater

Usage

gsw_kappa(SA, CT, p)

Arguments

SA

Absolute Salinity [ g/kg ]

CT

Conservative Temperature [ deg C ]

p

sea pressure [ dbar ]

Value

isentropic compressibility [ 1/Pa ] (not 1/dbar)

References

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

See Also

gsw_kappa_t_exact is an analogue in terms of in-situ temperature

Examples

Run this code
# NOT RUN {
gsw_kappa(34.7118, 28.7856, 10) # 4.11346577902628e-10
# }

Run the code above in your browser using DataLab