Learn R Programming

gsw (version 1.0-3)

gsw_t_freezing: Freezing temperature

Description

Note: as of 2014-12-23, this corresponds to the Matlab function called gsw_t_freezing_poly. (The confusion arises from a mismatch in release version between the Matlab and C libraries.)

Usage

gsw_t_freezing(SA, p, saturation_fraction = 1)

Arguments

SA

Absolute Salinity [ g/kg ]

p

sea pressure [ dbar ]

saturation_fraction

saturation fraction of dissolved air in seawater

Value

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

References

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

See Also

gsw_CT_freezing is the analogue for Conservative Temperature.

Examples

Run this code
# NOT RUN {
gsw_t_freezing(34.7118, 10) # -1.902704434299200
# }

Run the code above in your browser using DataLab