/[MITgcm]/MITgcm/pkg/seaice/SEAICE_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/pkg/seaice/SEAICE_OPTIONS.h

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

revision 1.33 by mlosch, Wed Mar 18 13:48:53 2009 UTC revision 1.37 by mlosch, Mon Oct 26 08:38:53 2009 UTC
# Line 66  C--   Only for the C-grid version it is Line 66  C--   Only for the C-grid version it is
66  #ifdef SEAICE_CGRID  #ifdef SEAICE_CGRID
67  C     enable EVP code by defining the following flag  C     enable EVP code by defining the following flag
68  #define SEAICE_ALLOW_EVP  #define SEAICE_ALLOW_EVP
69    #ifdef SEAICE_ALLOW_EVP
70    C--   When set use SEAICE_zetaMin and SEAICE_evpDampC to limit
71    C--   viscosities from below and above in seaice_evp
72    C--   not necessary, and not recommended
73    #undef SEAICE_ALLOW_CLIPZETA
74    #endif /* SEAICE_ALLOW_EVP */
75  C     allow the truncated ellipse rheology (runtime flag SEAICEuseTEM)  C     allow the truncated ellipse rheology (runtime flag SEAICEuseTEM)
76  #undef SEAICE_ALLOW_TEM  #undef SEAICE_ALLOW_TEM
77  #else /* not SEAICE_CGRID, but old B-grid */  #else /* not SEAICE_CGRID, but old B-grid */
# Line 83  C     in order to use ETAN instead. Line 89  C     in order to use ETAN instead.
89    
90  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
91  #undef SEAICE_CAP_HEFF  #undef SEAICE_CAP_HEFF
92    C--   When set use SEAICE_clipVelocties = .true., to clip U/VICE at 40cm/s,
93    C--   not recommended
94    #undef SEAICE_ALLOW_CLIPVELS
95    
96  #endif /* SEAICE_OPTIONS_H */  #endif /* SEAICE_OPTIONS_H */
97    

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.37

  ViewVC Help
Powered by ViewVC 1.1.22