Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gsw_SP_from_SK

Calculate Practical Salinity from Knudsen Salinity


Description

Calculate Practical Salinity from Knudsen Salinity

Usage

gsw_SP_from_SK(SK)

Arguments

SK

Knudsen Salinity [ parts per thousand, ppt ]

Value

Practical Salinity (PSS-78) [ unitless ]

References

See Also

Examples

SK <- c(34.5487, 34.7275, 34.8605, 34.6810, 34.5680, 34.5600)
SP <- gsw_SP_from_SK(SK)
expect_equal(SP, c(34.548342096952908, 34.727295637119113, 34.860409847645435,
                   34.680755706371187, 34.567658670360110, 34.559651800554022))

gsw

Gibbs Sea Water Functions

v1.0-5
GPL (>= 2) | file LICENSE
Authors
Dan Kelley [aut, cre, cph] (C wrapper plus R code, tests, and documentation), Clark Richards [aut, cph] (C wrapper plus R code, tests, and documentation), WG127 SCOR/IAPSO [aut, cph] (Original 'Matlab' and derived code)
Initial release
2017-08-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.