/[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.67 by mlosch, Sun Oct 28 10:25:40 2012 UTC revision 1.68 by jmc, Thu Nov 15 20:10:03 2012 UTC
# Line 43  C     Note: be aware of pickup_seaice.* Line 43  C     Note: be aware of pickup_seaice.*
43  C     a simulation with a different number of categories.  C     a simulation with a different number of categories.
44  c#define SEAICE_MULTICATEGORY  c#define SEAICE_MULTICATEGORY
45    
46    C--   run with sea Ice Thickness Distribution (ITD);
47    C     set number of categories (nITD) in SEAICE_SIZE.h
48    #undef SEAICE_ITD
49    
50    C--   SEAICE_ITD replaces SEAICE_MULTICATEGORY
51    #ifdef SEAICE_ITD
52    #undef SEAICE_MULTICATEGORY
53    #endif
54    
55  C--   Use the Old version of seaice_growth (close to cvs version 1.70)  C--   Use the Old version of seaice_growth (close to cvs version 1.70)
56  C     otherwise, use the merged version (with some of Ian Fenty s code)  C     otherwise, use the merged version (with some of Ian Fenty s code)
57  #undef SEAICE_GROWTH_LEGACY  #undef SEAICE_GROWTH_LEGACY
# Line 83  C--   When set use SEAICE_zetaMin and SE Line 92  C--   When set use SEAICE_zetaMin and SE
92  C     from below and above in seaice_evp: not necessary, and not recommended  C     from below and above in seaice_evp: not necessary, and not recommended
93  #  undef SEAICE_ALLOW_CLIPZETA  #  undef SEAICE_ALLOW_CLIPZETA
94  # endif /* SEAICE_ALLOW_EVP */  # endif /* SEAICE_ALLOW_EVP */
95  C     regularize zeta to zmax with a smooth tanh-function instead  C     regularize zeta to zmax with a smooth tanh-function instead
96  C     of a min(zeta,zmax). This improves convergence of iterative  C     of a min(zeta,zmax). This improves convergence of iterative
97  C     solvers (Lemieux and Tremblay 2009, JGR). No effect on EVP  C     solvers (Lemieux and Tremblay 2009, JGR). No effect on EVP
98  # undef SEAICE_ZETA_SMOOTHREG  # undef SEAICE_ZETA_SMOOTHREG
# Line 123  C     SEAICE_CAP_SUBLIM is not needed as Line 132  C     SEAICE_CAP_SUBLIM is not needed as
132  C--   Enable free drift code  C--   Enable free drift code
133  #undef SEAICE_ALLOW_FREEDRIFT  #undef SEAICE_ALLOW_FREEDRIFT
134    
 CToM<<<  
 C--   run with sea ice thickness distribution;  
 C     set number of categories (nITD) in SIZE.h  
 #undef SEAICE_ITD  
 C  
 C--   SEAICE_ITD replaces SEAICE_MULTICATEGORY  
 #ifdef SEAICE_ITD  
 #undef SEAICE_MULTICATEGORY  
 #endif  
 C>>>ToM  
   
135  #endif /* ALLOW_SEAICE */  #endif /* ALLOW_SEAICE */
136  #endif /* SEAICE_OPTIONS_H */  #endif /* SEAICE_OPTIONS_H */
137    

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

  ViewVC Help
Powered by ViewVC 1.1.22