/[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.11 by jmc, Sun Apr 29 23:48:44 2007 UTC revision 1.12 by dfer, Fri Apr 11 21:31:14 2008 UTC
# Line 19  C     rhos      ::   density of snow [kg Line 19  C     rhos      ::   density of snow [kg
19  C     rhoi      ::   density of ice [kg/m^3]  C     rhoi      ::   density of ice [kg/m^3]
20  C     rhosw     ::   density of seawater [kg/m^3]  C     rhosw     ::   density of seawater [kg/m^3]
21  C     rhofw     ::   density of fresh water [kg/m^3]  C     rhofw     ::   density of fresh water [kg/m^3]
22  C     rhoiw     ::   ocean-ice density difference [kg/m^3]  C     floodFac  ::   flooding factor = (rhosw-rhoi)/rhos [dimensionless]
23  C.. specific heats  C.. specific heats
24  C     cpIce     ::   specific heat of fresh ice [J/kg/K]  C     cpIce     ::   specific heat of fresh ice [J/kg/K]
25  C     cpWater   ::   specific heat of water [J/kg/K]  C     cpWater   ::   specific heat of water [J/kg/K]
# Line 77  C     hNewIceMax  :: new ice maximum thi Line 77  C     hNewIceMax  :: new ice maximum thi
77  C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|  C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
78    
79        COMMON / THSICE_PHYSPAR_R /        COMMON / THSICE_PHYSPAR_R /
80       &  rhos, rhoi, rhosw, rhofw, rhoiw,       &  rhos, rhoi, rhosw, rhofw, floodFac,
81       &  cpIce, cpWater,       &  cpIce, cpWater,
82       &  kIce, kSnow,       &  kIce, kSnow,
83       &  bMeltCoef, Lfresh, qsnow,       &  bMeltCoef, Lfresh, qsnow,
# Line 96  C---+----1----+----2----+----3----+----4 Line 96  C---+----1----+----2----+----3----+----4
96        _RL  rhoi        _RL  rhoi
97        _RL  rhosw        _RL  rhosw
98        _RL  rhofw        _RL  rhofw
99        _RL  rhoiw        _RL  floodFac
100        _RL  cpIce        _RL  cpIce
101        _RL  cpWater        _RL  cpWater
102        _RL  kIce        _RL  kIce

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.22