sal_to_sr: Convert salinity to Sr isotope ratio

View source: R/utils.R

sal_to_srR Documentation

Convert salinity to Sr isotope ratio

Description

Uses the Sr/Sal mixing model to take a measured salinity value of a sample and determine a Sr isotope ratio (87Sr/86Sr)

Usage

sal_to_sr(sal, sr1 = 0.70576, sr2 = 0.70918, con1 = 95, con2 = 6819, sal1 = 0.11, sal2 = 31.8)

Arguments

sal

Measured salinity of the sample. Should be given as PSU.

sr1

Strontium isotope ratio (87Sr/86Sr) of freshwater (or endmember 1).

sr2

Strontium isotope ratio (87Sr/86Sr) of the ocean (or endmember 2).

con1

Concentation (parts per million) of Strontium in freshwater (or endmember 1).

con2

Concentration (parts per million) of Strontium in the ocean (or endmember 2).

sal1

Salinity of freshwater (or endmember 1).

sal2

Salinity of the ocean (or endmember 2).


ctdenney/OGFLtools documentation built on Feb. 8, 2023, 5:47 p.m.