Learn R Programming

seacarb (version 3.3.3)

Kspc: Solubility product of calcite (mol/kg)

Description

Solubility product of calcite (mol/kg)

Usage

Kspc(S=35, T=25, P=0, warn="y")

Value

Kspc

Solubility product of calcite (mol2/kg)

Arguments

S

Salinity, default is 35

T

Temperature in degrees Celsius, default is 25oC

P

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

warn

"y" to show warnings when T or S go beyond the valid range for Kspc; "n" to supress warnings. The default is "y".

Author

Aurelien Proye and Jean-Pierre Gattuso jean-pierre.gattuso@imev-mer.fr

Details

This formulation is only valid for specific ranges of temperature and salinity:

  • S ranging between 5 and 44 and T ranging between 5 and 40oC.

The pressure coorection was performed as described by Millero (1995).

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.

References

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

Mucci A., 1983 The solubility of calcite and aragonite in seawater at various salinities, temperature, and one atmosphere total pressure. American Journal of Science 283: 780-799.

See Also

Kspa.

Examples

Run this code
	Kspc(S=35,T=25,P=0)

Run the code above in your browser using DataLab