Learn R Programming

gsw (version 1.0-3)

gsw_enthalpy_t_exact: Specific enthalpy of seawater

Description

Specific enthalpy of seawater

Usage

gsw_enthalpy_t_exact(SA, t, p)

Arguments

SA

Absolute Salinity [ g/kg ]

t

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

p

sea pressure [ dbar ]

Value

specific enthalpy [ J/kg ]

References

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

See Also

gsw_enthalpy and gsw_dynamic_enthalpy

Examples

Run this code
# NOT RUN {
gsw_enthalpy_t_exact(34.7118, 28.7856, 10) # 1.151032604783763e5
# }

Run the code above in your browser using DataLab