K0 {seacarb} | R Documentation |
Henry's constant mol/(kg/atm)
Description
Henry's constant mol/(kg/atm)
Usage
K0(S=35, T=25, P=0, Patm=1, warn="y")
Arguments
S |
Salinity, default is 35 |
T |
Temperature in degrees Celsius, default is 25oC |
P |
Hydrostatic pressure in bar (surface = 0), default is 0 |
Patm |
Surface atmospheric pressure in atm, default is 1 atm |
warn |
"y" to show warnings when T or S go beyond the valid range for K0; "n" to supress warnings. The default is "y". |
Details
This formulation is only valid for specific ranges of temperature and salinity:
S ranging between 0 and 45 and T ranging between -1 and 45oC.
Note that the arguments can be given as a unique number or as vectors. If the lengths of the vectors are different, the longer vector is retained and only the first value of the other vectors is used. It can therefore be critical to use vectors of the same length.
For pressure corrections: the pressure correction term of Weiss (1974) is used.
Value
K0 |
Henry's constant mol/(kg/atm) |
Author(s)
Jean-Marie Epitalon, Aurelien Proye, and Jean-Pierre Gattuso jean-pierre.gattuso@imev-mer.fr
References
Weiss R. F., 1974 Carbon dioxide in water and seawater: the solubility of a non-ideal gas. Marine Chemistry 2, 203-215.
Examples
K0(S=35,T=25,P=0)