/[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.1 by jmc, Sun Nov 23 01:20:13 2003 UTC revision 1.5 by gforget, Fri Dec 17 04:00:14 2010 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--   Energy distribution (lateral / thickening-thinning) using a power law:
15    C     power-law exponent is set to: 1+2^powerLawExp2
16          INTEGER     powerLawExp2
17          PARAMETER ( powerLawExp2 = 2 )
18    
19    C--   identifiers for advected properties
20          INTEGER GAD_SI_FRAC, GAD_SI_HSNOW
21          INTEGER GAD_SI_HICE, GAD_SI_QICE1, GAD_SI_QICE2
22          PARAMETER ( GAD_SI_FRAC  = -5,
23         &            GAD_SI_HSNOW = -6,
24         &            GAD_SI_HICE  = -7,
25         &            GAD_SI_QICE1 = -8,
26         &            GAD_SI_QICE2 = -9 )
27    
28    #ifdef ALLOW_AUTODIFF_TAMC
29          INTEGER ticekey
30          INTEGER ikey_1, ikey_2, ikey_3, ikey_4
31          INTEGER MaxTsf
32          PARAMETER ( MaxTsf = 20 )
33    #endif
34    
35  #endif /* ALLOW_THSICE */  #endif /* ALLOW_THSICE */
36    
37    CEH3 ;;; Local Variables: ***
38    CEH3 ;;; mode:fortran ***
39    CEH3 ;;; End: ***

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

  ViewVC Help
Powered by ViewVC 1.1.22