Learn R Programming

SolveSAPHE (version 2.1.0)

AK_CARB_0_WEIS74: Henry's constant K0 in (mol/kg-SW)/atmosphere

Description

Calculates Henry's constant (K0) based on Weiss (1979) formulation

Usage

AK_CARB_0_WEIS74(t_k, s)

Arguments

t_k

temperature in Kelvin

s

Salinity in psu

Value

K0

Henry's constant mol/(kg/atm)

Details

currently no pressure correction

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
# NOT RUN {
  AK_CARB_0_WEIS74(t_k=298,s=35)
# }

Run the code above in your browser using DataLab