gsw_Abs_Pressure_from_p
Absolute Pressure from sea pressure
Contents
USAGE:
Abs_Pressure = gsw_Abs_Pressure_from_p(p)
DESCRIPTION:
Calculates Absolute Pressure from sea pressure. Note that Absolute
Pressure is in Pa NOT dbar.
INPUT:
p = sea pressure [ dbar ]
OUTPUT:
Abs_Pressure = Absolute Pressure [ Pa ]
EXAMPLE:
p = [ 10; 50; 125; 250; 600; 1000;]
Abs_Pressure = gsw_Abs_Pressure_from_p(p)
Abs_Pressure =
100000
500000
1250000
2500000
6000000
10000000
AUTHOR:
Trevor McDougall and Paul Barker [ help@teos-10.org ]
VERSION NUMBER:
3.05 (16th February, 2015)
REFERENCES:
IOC, SCOR and IAPSO, 2010: The international thermodynamic equation of
seawater - 2010: Calculation and use of thermodynamic properties.
Intergovernmental Oceanographic Commission, Manuals and Guides No. 56,
UNESCO (English), 196 pp. Available from the TEOS-10 web site.
This software is available from http://www.TEOS-10.org