Learn R Programming

SolveSAPHE (version 2.1.0)

AK_CARB_2_LUEK00: Second dissociation constant of carbonic acid in mol/kg-SW from Luecker et al.

Description

Calculates second dissociation constant of carbonic acid in mol/kg-SW on the total pH-scale, following Luecker et al. (2000)

Usage

AK_CARB_2_LUEK00(t_k, s, p_bar)

Arguments

t_k

temperature in Kelvin

s

Salinity in psu

p_bar

pressure in bar

Value

K2

Second dissociation constant of carbonic acid in mol/kg-SW

Details

pH scale: Total

References

Luecker et al. (2000) -- also Handbook (2007), Millero (1979) pressure correction

Examples

Run this code
# NOT RUN {
  AK_CARB_2_LUEK00(t_k=298,s=35, p_bar=0)
# }

Run the code above in your browser using DataLab