Learn R Programming

seacarb (version 3.3.3)

K0: 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")

Value

K0

Henry's constant mol/(kg/atm)

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".

Author

Jean-Marie Epitalon, Aurelien Proye, and Jean-Pierre Gattuso jean-pierre.gattuso@imev-mer.fr

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.

References

Weiss R. F., 1974 Carbon dioxide in water and seawater: the solubility of a non-ideal gas. Marine Chemistry 2, 203-215.

Examples

Run this code
  K0(S=35,T=25,P=0)

Run the code above in your browser using DataLab