gsw_specvol_from_pot_enthalpy_ice_poly
specific volume from potential enthalpy of ice (polynomial)
Contents
USAGE:
specvol_ice = gsw_specvol_from_pot_enthalpy_ice_poly(pot_enthalpy_ice,p)
DESCRIPTION:
Calculates the specific volume of ice from potential enthalpy
of ice. The reference sea pressure of the potential enthalpy is zero
dbar.
Note that this is a computationally efficient polynomial version of
potential enthalpy from specfic volume of ice.
INPUT:
pot_enthalpy_ice = potential enthalpy of ice [ J/kg ]
p = sea pressure [ dbar ]
( i.e. absolute pressure - 10.1325 dbar )
p may have dimensions 1x1 or Mx1 or 1xN or MxN, where pot_enthalpy_ice
is MxN.
OUTPUT:
specvol_ice = specific volume of ice [ kg/m^3 ]
EXAMPLE:
pot_enthalpy_ice = ...
[-3.5654e5;-3.6195e5;-3.6085e5;-3.5902e5;-3.5629e5;-3.5159e5]
p = [ 10; 50; 125; 250; 600; 1000;]
specvol_ice = gsw_specvol_from_pot_enthalpy_ice_poly(pot_enthalpy_ice,p)
specvol_ice =
1.088900469577280e-03
1.088400418620099e-03
1.088400680909352e-03
1.088400587171036e-03
1.088200275167673e-03
1.088100585359528e-03
AUTHOR:
David Jackett & 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.
The software is available from http://www.TEOS-10.org