Learn R Programming

AquaEnv (version 1.0-4)

Ksp_calcite: Ksp\_calcite

Description

PUBLIC function: calculates the solubility product for aragonite

Usage

Ksp_calcite(S, t, p=0)

Arguments

S
salinity in practical salinity units (i.e. no unit)
t
temperature in degrees centigrade
p
gauge pressure (total pressure minus atmospheric pressure) in bars

Value

the solubility product for calcite in (mol/kg-solution)2

References

Mucci1983, Boudreau1996

Examples

Run this code
Ksp_calcite(35, 15)
Ksp_calcite(35, 15, 10)
plot(Ksp_aragonite(35, 1:25), xlab="temperature / degC")

Run the code above in your browser using DataLab