gsw_rho_ice

in-situ density of ice

Contents

USAGE:

rho_ice = gsw_rho_ice(t,p)

DESCRIPTION:

Calculates in-situ density of ice from in-situ temperature.  
Note that the output, rho_ice, is density, not density anomaly;
that is, 1000 kg/m^3 is not subracted from it.

INPUT:

t  =  in-situ temperature (ITS-90)                            [ deg C ]
p  =  sea pressure                                             [ dbar ]
        ( i.e. absolute pressure - 10.1325 dbar )
p may have dimensions 1x1 or Mx1 or 1xN or MxN, where t is MxN.

OUTPUT:

rho_ice  =  in-situ density (not density anomaly)            [ kg/m^3 ]

EXAMPLE:

t = [-10.7856; -13.4329; -12.8103; -12.2600;  -10.8863;  -8.4036;]
p = [     10;      50;     125;     250;     600;    1000;]
rho_ice = gsw_rho_ice(t,p)
rho_ice =
1.0e+002 *
   9.182879969148962
   9.187043487325120
   9.186962796312690
   9.187513732275766
   9.189291139833307
   9.190032237449378

AUTHOR:

Trevor McDougall & 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