Khs: Dissociation constant of hydrogen sulfide (mol/kg)

Description Usage Arguments Details Value Author(s) References Examples

Description

Dissociation constant of hydrogen sulfide (mol/kg)

Usage

1
Khs(S=35, T=25, P=0, pHscale="T")

Arguments

S

Salinity, default is 35

T

Temperature in degrees Celsius, default is 25oC

P

Hydrostatic pressure in bar (surface = 0), default is 0

pHscale

choice of pH scale: "T" for using the total scale, "F" for using the free scale and "SWS" for using the seawater scale, default is total scale

Details

Note that the arguments can be given as a unique number or as vectors. If the lengths of the vectors are different, the longer vector is retained and only the first value of the other vectors is used. It can therefore be critical to use vectors of the same length.

Value

Khs

Dissociation constant of hydrogen sulfide

Author(s)

Karline Soetaert K.Soetaert@nioo.knaw.nl and Héloïse Lavigne

References

Millero F. J., 1995. Thermodynamics of the carbon dioxide system in the oceans. Geochimica Cosmochimica Acta 59: 661-677.

Examples

1
2
  Khs(S=35,T=25,P=0, pHscale="T")
  plot(Tseq <- seq(0,30,by=0.1), Khs(T=Tseq),xlab="Temperature,dgC",ylab="Khs")

seacarb documentation built on May 2, 2019, 5:34 p.m.

Related to Khs in seacarb...