View source: R/calibration-functions.R
d18OcFromd18OwTemp | R Documentation |
Calculate the equilibrium oxygen isotope composition (d18O) of calcification from seawater oxygen isotope composition (d18Ow) and temperature (Paleotemperature Equation).
d18OcFromd18OwTemp(d18Ow, Temp)
d18Ow |
oxygen isotope composition of seawater in permille. |
Temp |
temperature in degree celcius. |
This is an implementation of the paleotemperature equation of O’Neil et al. (1969) and Shackleton (1974). The factor 0.27 was used to convert from water on the SMOW scale to calcite on the Peedee Belemnite (PDB) scale, as described in Anand et al. (2003).
the oxygen isotope composition of calcite on the PDB scale.
Andrew Dolman
Anand, P., Elderfield, H. and Conte, M. H.: Calibration of Mg/Ca thermometry in planktonic foraminifera from a sediment trap time series, Paleoceanography, 18(2), 1050, doi:10.1029/2002PA000846, 2003.
O’Neil, J. R., R. N. Clayton, and T. K. Mayeda, Oxygen isotope fractionation in divalent metal carbonates, 51, 5547– 5558, 1969.
Shackleton, N. J., Attainment of isotopic equilibrium between ocean water and the benthonic foraminiferal genus Uvigerina: Isotopic changes in the ocean during the last glacial, Cent. Natl. Rech. Sci. Colloq. Int., 219, 203–209, 1974.
d18OwFromSalinity
, CalcifTemp
d18OcFromd18OwTemp(d18Ow = 0.6, 1:26)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.