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

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

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

revision 1.2 by edhill, Fri Jun 24 04:36:54 2005 UTC revision 1.3 by jmc, Wed Apr 4 02:40:42 2007 UTC
# Line 6  C     *================================= Line 6  C     *=================================
6  C     | THSICE_SIZE.h Declare size of arrays for Therm_SeaIce pkg  C     | THSICE_SIZE.h Declare size of arrays for Therm_SeaIce pkg
7  C     *==========================================================*  C     *==========================================================*
8    
9  C.. number layers of ice  C.. number layers of ice
10  C     nlyr   ::   maximum number of ice layers  C     nlyr   ::   maximum number of ice layers
11        INTEGER nlyr        INTEGER nlyr
12        PARAMETER (nlyr = 2)        PARAMETER (nlyr = 2)
13    
14    C--   identifiers for advected properties
15          INTEGER GAD_SI_FRAC, GAD_SI_HSNOW
16          INTEGER GAD_SI_HICE, GAD_SI_QICE1, GAD_SI_QICE2
17          PARAMETER ( GAD_SI_FRAC  = -5,
18         &            GAD_SI_HSNOW = -6,
19         &            GAD_SI_HICE  = -7,
20         &            GAD_SI_QICE1 = -8,
21         &            GAD_SI_QICE2 = -9 )
22    
23  #endif /* ALLOW_THSICE */  #endif /* ALLOW_THSICE */
24    
25  CEH3 ;;; Local Variables: ***  CEH3 ;;; Local Variables: ***

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

  ViewVC Help
Powered by ViewVC 1.1.22