powered by
Oxygen saturation
ebase_eqboxy(temp, salt)
oxysat (mmol/m^3)
numeric for temperature (C)
numeric for salinity (PSU)
Function to calculate equilibrium OXYGEN concentration in seawater, from water temparure (C) and salinity (PSU)
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
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