Learn R Programming

gsw (version 1.0-3)

gsw_pt_from_CT: Potential temperature from Conservative Temperature

Description

Potential temperature from Conservative Temperature

Usage

gsw_pt_from_CT(SA, CT)

Arguments

SA

Absolute Salinity [ g/kg ]

CT

Conservative Temperature [ deg C ]

Value

potential temperature [ deg C ]

References

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

See Also

gsw_pt0_from_t for the surface case and and gsw_pt_from_t for the general case.

Examples

Run this code
# NOT RUN {
gsw_pt_from_CT(34.7118, 28.8099) # 28.783177048624573
# }

Run the code above in your browser using DataLab