ebase_eqboxy {EBASE}R Documentation

Oxygen saturation

Description

Oxygen saturation

Usage

ebase_eqboxy(temp, salt)

Arguments

temp

numeric for temperature (C)

salt

numeric for salinity (PSU)

Details

Function to calculate equilibrium OXYGEN concentration in seawater, from water temparure (C) and salinity (PSU)

Value

oxysat (mmol/m^3)

References

Garcia, H., Gordon, L.I., 1992. Oxygen solubility in seawater: Better fitting equations. Limnology and Oceanography 37, 1307-1312. https://doi.org/10.4319/lo.1992.37.6.1307

Examples

temp <- c(10, 20, 30)
salt <- c(30, 35, 40)
ebase_eqboxy(temp = temp, salt = salt)

[Package EBASE version 1.0.1 Index]