seawater_density: Seawater Density

Description Usage Arguments Value Examples

Description

calculate seawater density as a function of T, P, and salinity using the equations proposed by Safarov et al., (2012,2013)

Usage

1
seawater_density(Temperature = 25, P = 1, S = 35)

Arguments

Temperature

the temperature of seawater. default: 25 degree C

P

the pressure condition of seawater. default: 1 bar

S

seawater salinity. default: 35

Value

seawater density at this P-T-S condition

Examples

1
2
seawater_density(Temperature = 100, P = 20, S = 35)
The output is: 0.9846648 with an unit of g cm-3

chenxg83/zjuchenGeochem documentation built on Dec. 31, 2020, 9:58 p.m.