Learn R Programming

gsw (version 1.0-3)

gsw_dynamic_enthalpy: Dynamic enthalpy of seawater (48-term equation)

Description

Dynamic enthalpy of seawater (48-term equation)

Usage

gsw_dynamic_enthalpy(SA, CT, p)

Arguments

SA

Absolute Salinity [ g/kg ]

CT

Conservative Temperature [ deg C ]

p

sea pressure [ dbar ]

Value

dynamic enthalpy [ J/kg ]

References

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

See Also

gsw_enthalpy and gsw_enthalpy_t_exact

Examples

Run this code
# NOT RUN {
gsw_dynamic_enthalpy(34.7118, 28.8099, 10) # 1e3*0.097864649180491
# }

Run the code above in your browser using DataLab