/[MITgcm]/MITgcm/verification/offline_exf_seaice/code_ad/SEAICE_SIZE.h
ViewVC logotype

Diff of /MITgcm/verification/offline_exf_seaice/code_ad/SEAICE_SIZE.h

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

revision 1.2 by gforget, Mon Mar 25 02:38:58 2013 UTC revision 1.3 by gforget, Mon Mar 25 02:39:33 2013 UTC
# Line 17  CEOP Line 17  CEOP
17    
18  C-    Maximum Number of categories  C-    Maximum Number of categories
19        INTEGER MULTDIM        INTEGER MULTDIM
20    C--
21    #ifdef SEAICE_ITD
22    CToM<<<
23    C nITD defines number of ice thickness categories,
24    C i.e. size of additional dimension to AREA, HEFF, HSNOW, etc.
25    C Bitz et al. (2001, JGR) suggest a minimum of nITD = 5
26          INTEGER nITD
27          PARAMETER(nITD = 7)
28          PARAMETER (MULTDIM=nITD)
29    C>>>ToM
30    #else
31    c     PARAMETER (MULTDIM=7)
32        PARAMETER (MULTDIM=1)        PARAMETER (MULTDIM=1)
33    #endif
34    
35  C-    Maximum Number of tracers  C-    Maximum Number of tracers
36        INTEGER SItrMaxNum        INTEGER SItrMaxNum

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

  ViewVC Help
Powered by ViewVC 1.1.22