ec_to_sal | R Documentation |
This function converts electrical conductivity to salinity given temperature and the measured conductivity, as described in Unesco 1983. Algorithms for computation of fundamental properties of seawater, 1983
ec_to_sal(temp, cond)
temp |
Temperature (degrees Celsius, ?C) |
cond |
Conductivitiy (microsiemens, uS) |
temp |
Temperature should be either the temperature at which the reading was taken in celsius, in the case of electrical conductivity, or 25C, in the case of specific conductance (which is electrical conductivity normalized to a a temperature of 25C). It is extremely important that the user knows which their values are. The units are identical for both, but can result in wildly different calculated salinities if one is mistaken for the other. The SLS, 20mm and SKT surveys from CDFW have been specific conductance for the entirety of their run, EVEN WHEN THE OLD DATABASES REFFERRED TO ELECTRICAL CONDUCTIVITY. Bay study was electical conductivity from 1981-1990 (inclusive), but specific conductance after that period. Our own database is unfortunately a bit of both, but we have recorded calculated salinity directly, so this should always be used instead of conductance. This might change in the future. |
Christian Denney
UNESCO 44: Algorithms for computation of fundamental properties of seawater
{ }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.