Learn R Programming

gsw (version 1.0-3)

gsw_deltaSA_from_SP: Absolute Salinity Anomaly from Practical Salinity

Description

Absolute Salinity Anomaly from Practical Salinity

Usage

gsw_deltaSA_from_SP(SP, p, longitude, latitude)

Arguments

SP

Practical Salinity (PSS-78) [ unitless ]

p

sea pressure [ dbar ]

longitude

longitude in decimal degrees [ 0 ... +360 ] or [ -180 ... +180 ]

latitude

latitude in decimal degrees north [ -90 ... +90 ]

Value

deltaSA Absolute Salinity Anomaly [ g/kg ]

References

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

See Also

gsw_SA_from_SP

Examples

Run this code
# NOT RUN {
gsw_deltaSA_from_SP(34.7118, 10, 188, 4) # 0.000167203365230
# }

Run the code above in your browser using DataLab