gsw_SP_from_SK function

Calculate Practical Salinity from Knudsen Salinity

Calculate Practical Salinity from Knudsen Salinity

gsw_SP_from_SK(SK)

Arguments

  • SK: Knudsen Salinity [ parts per thousand, ppt ]

Returns

Practical Salinity (PSS-78) [ unitless ]

Examples

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

References

http://www.teos-10.org/pubs/gsw/html/gsw_SP_from_SK.html

See Also

Other things related to salinity: gsw_C_from_SP(), gsw_SA_from_SP(), gsw_SA_from_SP_Baltic(), gsw_SA_from_Sstar(), gsw_SP_from_C(), gsw_SP_from_SA(), gsw_SP_from_SR(), gsw_SP_from_Sstar(), gsw_SR_from_SP(), gsw_Sstar_from_SA(), gsw_Sstar_from_SP(), gsw_deltaSA_from_SP()

  • Maintainer: Dan Kelley
  • License: GPL (>= 2) | file LICENSE
  • Last published: 2024-08-19