ctd2sal | R Documentation |
Computes salinity from conductivity, water temperature, and depth.
ctd2sal(cond, temp, dbar)
cond |
Conductance (microS/cm) |
temp |
Water temperature (degrees C) |
dbar |
Pressure (dBar) or water depth (m) |
Salinity in PSU
If specific conductivity is returned from the sonde, the temperature at which specific conductivity is computed should be utilized
Daniel Livsey (2023) ORCID: 0000-0002-2028-6128
Fofonoff, N. P., & Millard Jr, R. C. (1983). Algorithms for the computation of fundamental properties of seawater.
Chen, C. T. A., & Millero, F. J. (1986). Thermodynamic properties for natural waters covering only the limnological range 1. Limnology and Oceanography, 31(3), 657-662.
Hill, K., Dauphinee, T., & Woods, D. (1986). The extension of the Practical Salinity Scale 1978 to low salinities. IEEE Journal of Oceanic Engineering, 11(1), 109-112.
Author modified Matlab code from David Schoellhamer
Sonde <- realTimeloads::ExampleData$Sonde
sal <- ctd2sal(Sonde$Conductivity_uS_per_cm,Sonde$Water_Temperature_degC,Sonde$Pressure_dbar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.