gsw_kappa_ice

isentropic compressibility of ice

Contents

USAGE:

kappa_t_ice = gsw_kappa_t_ice(t,p)

DESCRIPTION:

Calculates the isentropic compressibility of ice.

INPUT:

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

OUTPUT:

kappa_t_ice  =  Isentropic compressibility of ice                [ 1/Pa ]
 Note. The output units are 1/Pa not 1/dbar.

EXAMPLE:

t = [-10.7856; -13.4329; -12.8103; -12.2600;  -10.8863;  -8.4036;]
p = [      10;       50;      125;      250;       600;     1000;]
kappa_ice = gsw_kappa_ice(t,p)
kappa_ice =
  1.0e-009 *
   0.112495239053936
   0.112070687842183
   0.112119091047584
   0.112126504739297
   0.112123513812840
   0.112262589530974

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.
The software is available from http://www.TEOS-10.org