/[MITgcm]/MITgcm/verification/lab_sea/code/SEAICE_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/lab_sea/code/SEAICE_OPTIONS.h

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

revision 1.10 by dimitri, Fri Jan 11 19:59:28 2008 UTC revision 1.11 by dimitri, Wed Dec 17 03:33:30 2008 UTC
# Line 64  C--   Allow SEAICEuseFlooding, which con Line 64  C--   Allow SEAICEuseFlooding, which con
64  C--   By default sea ice is fresh.  Set following flag for salty ice.  C--   By default sea ice is fresh.  Set following flag for salty ice.
65  #define SEAICE_SALINITY  #define SEAICE_SALINITY
66    
67    C--   Track sea ice age.
68    #define SEAICE_AGE
69    
70  C--   By default the seaice model is discretized on a B-Grid (for  C--   By default the seaice model is discretized on a B-Grid (for
71  C     historical reasons). Define the following flag to use a new  C     historical reasons). Define the following flag to use a new
72  C     (not thoroughly) test version on a C-grid  C     (not thoroughly) test version on a C-grid
73  #define SEAICE_CGRID  #define SEAICE_CGRID
74    
75  C--   Only for the C-grid version it is possible to enable EVP code by  C--   Only for the C-grid version it is possible to
 C     defining the following flag  
76  #ifdef SEAICE_CGRID  #ifdef SEAICE_CGRID
77    C     enable EVP code by defining the following flag
78  #define SEAICE_ALLOW_EVP  #define SEAICE_ALLOW_EVP
79    C     allow the truncated ellipse rheology (runtime flag SEAICEuseTEM)
80    #undef SEAICE_ALLOW_TEM
81  #endif /* SEAICE_CGRID */  #endif /* SEAICE_CGRID */
82    
83  C--   When set use MAX_HEFF to cap sea ice thickness in seaice_growth  C--   When set use MAX_HEFF to cap sea ice thickness in seaice_growth

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

  ViewVC Help
Powered by ViewVC 1.1.22