Learn R Programming

SolveSAPHE (version 2.1.0)

AK_CARB_2_MILL95: Second dissociation constant of carbonic acid in mol/kg-SW from Millero et al. (1995)

Description

Calculates second dissociation constant of carbonic acid in mol/kg-SW on the SWS pH-scale.

Usage

AK_CARB_2_MILL95(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: SWS

References

Millero (1995, eq 51 -- ln K2(COM)), Millero (1979) pressure correction

Examples

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

Run the code above in your browser using DataLab