Learn R Programming

seacarb (version 2.3.1)

Kspa: Solubility product of aragonite (mol/kg)

Description

Solubility product of aragonite (mol/kg)

Usage

Kspa(S = 35, T = 25, P = 0)

Arguments

S
Salinity, default is 35
T
Temperature in degrees Celsius, default is 25oC
P
Hydrostatic pressure in bar (surface = 0), default is 0

Value

  • KspaSolubility product of aragonite (mol/kg)

encoding

latin1

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.

References

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

Kspc.

Examples

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

Run the code above in your browser using DataLab