Learn R Programming

SolveSAPHE (version 2.1.0)

AK_HSO4_DICK90: Dissociation constant of hydrogen sulfate (bisulfate) in sea-water

Description

Function returns the dissociation constant of hydrogen sulfate [mol/kg-SW]

Usage

AK_HSO4_DICK90(t_k, s, p_bar)

Arguments

t_k

temperature in Kelvin

s

Salinity in psu

p_bar

pressure in bar

Value

KSO

Dissociation constant of hydrogen sulfate in mol/kg-SW

Details

pH scale: Total (according to Handbook, 2007)

References

Dickson (1990) -- also Handbook (2007), Millero (1995) for pressure correction

Examples

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

Run the code above in your browser using DataLab