/[MITgcm]/MITgcm/pkg/thsice/THSICE_PARAMS.h
ViewVC logotype

Diff of /MITgcm/pkg/thsice/THSICE_PARAMS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by jmc, Sun Nov 23 01:20:13 2003 UTC revision 1.2 by jmc, Wed Dec 31 17:44:32 2003 UTC
# Line 30  C .. heat transfer coefficient Line 30  C .. heat transfer coefficient
30  C     transcoef ::   transfer coef between ice and water (unitless)  C     transcoef ::   transfer coef between ice and water (unitless)
31  C .. latent heat  C .. latent heat
32  C     Lfresh    ::   latent heat of melting of pure ice (J/kg)  C     Lfresh    ::   latent heat of melting of pure ice (J/kg)
33  C.. Enthalpy  C .. Enthalpy
34  C     qsnow     ::   snow enthalpy (J/kg)  C     qsnow     ::   snow enthalpy (J/kg)
35  C .. Albedo  C .. Albedo
36  C     albsnodry ::   albedo of dry snow (Tsfc < 0)  C     albColdSnow :: albedo of cold (=dry) new snow (Tsfc < -10)
37  C     albsnowet ::   albedo of melting snow (Tsfc = 0)  C     albWarmSnow :: albedo of warm (=wet) new snow (Tsfc = 0)
38  C     albicemax ::   max albedo of bare ice  C     albOldSnow  :: albedo of old snow (snowAge > 35.d)
39  C     albicemin ::   minimum ice albedo (thin melting ice)  C     albIceMax   :: max albedo of bare ice (thick ice)
40  C     halb      ::   melt rate parameter for albedo QQ units  C     albIceMin   :: minimum ice albedo (very thin ice)
41  C.. Solar parameters  C     hAlbIce     :: ice thickness for albedo transition: thin/thick ice albedo
42    C     hAlbSnow    :: snow thickness for albedo transition: snow/ice albedo
43    C     hNewSnowAge :: new snow thickness that refresh the snow-age (by 1/e)
44    C .. Solar parameters
45  C     i0        ::   fraction of penetrating solar rad  C     i0        ::   fraction of penetrating solar rad
46  C     ksolar    ::   bulk solar abs coeff of sea ice (m-1)  C     ksolar    ::   bulk solar abs coeff of sea ice (m-1)
47  C .. Salinity  C .. Salinity
# Line 67  C---+----1----+----2----+----3----+----4 Line 70  C---+----1----+----2----+----3----+----4
70       &  cpice, cpwater,       &  cpice, cpwater,
71       &  kice, ksnow,       &  kice, ksnow,
72       &  transcoef, Lfresh, qsnow,       &  transcoef, Lfresh, qsnow,
73       &  albsnodry, albsnowet, albicemax, albicemin, halb,       &  albColdSnow, albWarmSnow, albOldSnow, hNewSnowAge,
74         &  albIceMax, albIceMin, hAlbIce, hAlbSnow,
75       &  i0, ksolar,       &  i0, ksolar,
76       &  saltice, S_winton, mu_Tf,       &  saltice, S_winton, mu_Tf,
77       &  Tf0kel, Tmlt1,       &  Tf0kel, Tmlt1,
# Line 87  C---+----1----+----2----+----3----+----4 Line 91  C---+----1----+----2----+----3----+----4
91        _RL  transcoef        _RL  transcoef
92        _RL  Lfresh        _RL  Lfresh
93        _RL  qsnow        _RL  qsnow
94        _RL  albsnodry        _RL  albColdSnow
95        _RL  albsnowet        _RL  albWarmSnow
96        _RL  albicemax        _RL  albOldSnow
97        _RL  albicemin        _RL  hNewSnowAge
98        _RL  halb        _RL  albIceMax
99          _RL  albIceMin
100          _RL  hAlbIce
101          _RL  hAlbSnow
102        _RL  i0        _RL  i0
103        _RL  ksolar        _RL  ksolar
104        _RL  saltice        _RL  saltice

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22