Learn R Programming

EBASE (version 1.1.0)

ebase_eqboxy: Oxygen saturation

Description

Oxygen saturation

Usage

ebase_eqboxy(temp, salt)

Value

oxysat (mmol/m^3)

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)

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

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

Run the code above in your browser using DataLab