PUBLIC function: calculates the Henry's constant (solubility) for O2
Usage
K0_O2(S, t)
Arguments
S
salinity in practical salinity units (i.e. no unit)
t
temperature in degrees centigrade
Value
the Henry's constant for CO2 in mol/(kg-solution*atm)
}
examples{
K0_O2(35, 15)
plot(K0_O2(35, 1:25), xlab="temperature / degC")
}
author{Andreas F. Hofmann (a.hofmann@nioo.knaw.nl)}
references{derived from a formulation for [O2]sat given in Weiss1970}
keyword{misc}