gsw_specvol_from_pot_enthalpy_ice

specific volume from potential enthalpy of ice

Contents

USAGE:

specvol_ice = gsw_specvol_from_pot_enthalpy_ice(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. 

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(pot_enthalpy_ice,p)
specvol_ice =
     1.088900453143119e-03
     1.088400428766441e-03
     1.088400685105198e-03
     1.088400579402946e-03
     1.088200240621230e-03
     1.088100497886790e-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