Description Usage Arguments Value Examples
calculate seawater density as a function of T, P, and salinity using the equations proposed by Safarov et al., (2012,2013)
1 | seawater_density(Temperature = 25, P = 1, S = 35)
|
Temperature |
the temperature of seawater. default: 25 degree C |
P |
the pressure condition of seawater. default: 1 bar |
S |
seawater salinity. default: 35 |
seawater density at this P-T-S condition
1 2 | seawater_density(Temperature = 100, P = 20, S = 35)
The output is: 0.9846648 with an unit of g cm-3
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.