Learn R Programming

SolveSAPHE (version 2.1.0)

AK_W_MILL95: Water dissociation constant Kw in (mol/kg-SW)^2

Description

Calculates water dissociation constant Kw in (mol/kg-SW)^2 on the SWS pH-scale

Usage

AK_W_MILL95(t_k, s, p_bar)

Arguments

t_k

temperature in Kelvin

s

Salinity in psu

p_bar

pressure in bar

Value

Kw

Dissociation constant of water in (mol/kg-SW^2

Details

pH scale: SWS

References

Millero (1995) for value at p_bar = 0, Millero (pers. comm. 1996) for pressure correction

Examples

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

Run the code above in your browser using DataLab