Learn R Programming

gsw (version 1.0-3)

gsw_pot_rho_t_exact: Potential density

Description

Potential density

Usage

gsw_pot_rho_t_exact(SA, t, p, p_ref)

Arguments

SA

Absolute Salinity [ g/kg ]

t

in-situ temperature (ITS-90) [ deg C ]

p

sea pressure [ dbar ]

p_ref

reference pressure [ dbar ]

Value

potential density [ kg/m^3 ]

References

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

See Also

gsw_rho and gsw_rho_t_exact compute density; gsw_sigma0 and related functions compute potential density at particular pressures.

Examples

Run this code
# NOT RUN {
gsw_pot_rho_t_exact(34.7118, 28.7856, 10, 0) # 1021.798145811089
# }

Run the code above in your browser using DataLab