Description Usage Arguments Value Author(s) References See Also Examples
Conversion factors from the total scale to the free and seawater scales
1 | kconv(S=35,T=25, P=0)
|
S |
Salinity, default is 35 |
T |
Temperature in degrees Celsius, default is 25oC |
P |
Hydrostatic pressure in bar (surface = 0), default is 0 |
The function returns a list with 3 conversion factors :
ktotal2SWS |
to convert from the total scale to seawater scale |
ktotal2free |
to convert from the total scale to the free scale |
kfree2SWS |
to convert from the free scale to the seawater scale |
Karline Soetaert K.Soetaert@nioo.knaw.nl
Dickson, A.G. & F.J. Millero, 1987 A comparison of the equilibrium constants for the dissociation of carbonic acid in seawater media. Deep-Sea Research 34:1733-1743.
1 2 3 4 5 |
Loading required package: oce
Loading required package: testthat
Loading required package: gsw
$ktotal2SWS
[1] 1.030217
$ktotal2free
[1] 0.7803331
$kfree2SWS
[1] 1.320228
$kfree2total
[1] 1.281504
$kSWS2total
[1] 0.970669
$kSWS2free
[1] 0.7574451
K1_total K1_SWS K1_free
1.421828e-06 1.464792e-06 1.109500e-06
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.