View source: R/fun_eqb_oxygen.R
fun_eqb_oxygen | R Documentation |
Oxygen saturation
fun_eqb_oxygen(temp, salt)
temp |
numeric for temperature |
salt |
numeric for salinity |
Adapted from Matlab to R by Jill Arriola, 2021-03-16
Function to calclulate equilibrium OXYGEN concentration in seawater from SST [C] and SSS [PSU].
Reference: Garcia, H., and L.I. Gordon (1992), Oxygen solubility in seawater: Better fitting equations, Limnol. Oceanogr., 376, 1307-1312.
INPUTS temp = in situ temperature [deg C] salt = in situ salinity [PSU]
OUTPUTS oxysat = oxygen saturation (mmol/m^3)
USES: fun_density(temp, salt)
oxysat (mmol/m^3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.