sw.T.freeze {oce}R Documentation

Seawater freezing temperature

Description

Compute freezing temperature of seawater.

Usage

  T.freeze <- sw.T.freeze(S, p);

Arguments

S in-situ salinity [PSU]
p in-situ pressure [dbar]

Details

Value

Temperature [degC]

Author(s)

Dan Kelley Dan.Kelley@Dal.Ca

References

UNESCO tech. papers in the marine science no. 28. 1978 eighth report JPOTS Annex 6 freezing point of seawater F.J. Millero pp.29-35.

See Also

N/A.

Examples

 T.freeze <-  sw.T.freeze(40, 500) # -2.588567 degC

[Package oce version 0.1.59 Index]