Learn R Programming

seacarb (version 2.4.8)

Kh: Henry's constant mol/(kg/atm)

Description

Henry's constant mol/(kg/atm)

Usage

Kh(S = 35, T = 25, P = 0)

Arguments

S
Salinity, default is 35
T
Temperature in degrees Celsius, default is 25oC
P
Hydrostatic pressure in bar (surface = 0), default is 0

Value

  • KhHenry's constant mol/(kg/atm)

encoding

latin1

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.

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
Kh(S=35,T=25,P=0)

Run the code above in your browser using DataLab