/[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.3 by dimitri, Sat Dec 28 10:11:11 2002 UTC revision 1.7 by edhill, Thu Oct 9 04:19:20 2003 UTC
# Line 1  Line 1 
1  C  C $Header$
2    C $Name$
3    
4  C     /==========================================================\  C     /==========================================================\
5  C     | SEAICE_OPTIONS.h                                         |  C     | SEAICE_OPTIONS.h                                         |
6  C     | o CPP options file for sea ice package.                  |  C     | o CPP options file for sea ice package.                  |
7  C     |==========================================================|  C     |==========================================================|
8  C     | Use this file for selecting options within the sea ice   |  C     | Use this file for selecting options within the sea ice   |
9  C     | package.  Sea ice model is enabled with ALLOW_SEAICE in  |  C     | package.                                                 |
 C     | CPP_OPTIONS.h                                            |  
10  C     \==========================================================/  C     \==========================================================/
11    
12  #include "CPP_OPTIONS.h"  #ifndef SEAICE_OPTIONS_H
13    #define SEAICE_OPTIONS_H
14    #include "PACKAGES_CONFIG.h"
15  #ifdef ALLOW_SEAICE  #ifdef ALLOW_SEAICE
16    
17    #include "CPP_OPTIONS.h"
18    
19  C--   Write "text-plots" of certain fields in STDOUT for debugging.  C--   Write "text-plots" of certain fields in STDOUT for debugging.
20  #undef SEAICE_DEBUG  #undef SEAICE_DEBUG
21    
# Line 38  C     in a separate external package, fo Line 41  C     in a separate external package, fo
41  C     modified for sea-ice effects by pkg/seaice.  C     modified for sea-ice effects by pkg/seaice.
42  #undef SEAICE_EXTERNAL_FLUXES  #undef SEAICE_EXTERNAL_FLUXES
43    
44  #endif ALLOW_SEAICE  C--   By default, the sea-ice package uses 2-category thermodynamics.
45    C     When this flag is set, an 8-category calculation of ice
46    C     thermodynamics is carried out in groatb.F
47    C     !!! Note the pickup_seaice.* generated by this option differ !!!
48    C     !!! from those generated with the default 2-category model.  !!!
49    C     !!! Therefore it is not possible to switch between the two   !!!
50    C     !!! in the middle of an integration.                         !!!
51    #undef SEAICE_MULTILEVEL
52    
53    #endif /* ALLOW_SEAICE */
54    #endif /* SEAICE_OPTIONS_H */

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

  ViewVC Help
Powered by ViewVC 1.1.22