SalinityCalc: Calculates salinity from Specific Conductance and Temperature...

View source: R/SalinityCalc.R

SalinityCalcR Documentation

Calculates salinity from Specific Conductance and Temperature data

Description

Calculates salinity from Specific Conductance and Temperature data

Usage

SalinityCalc(SpCond, Temp, Ref.Cond = 42914)

Arguments

SpCond

specific conductance (microsiemens per centimeter)

Temp

temperature (Degree C)

Ref.Cond

The standard reference conductance of seawater (42914 uS/cm)

Value

Calculation based on UNESCO "Algorithms for computation of fundamental propoerties of seawater".

Examples

SalinityCalc(50512,25.5)

SwampThingPaul/AnalystHelper documentation built on March 29, 2024, 6:41 p.m.