/[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.6 by dimitri, Thu Aug 7 02:31:29 2003 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 48  C     !!! in the middle of an integratio Line 51  C     !!! in the middle of an integratio
51  #undef SEAICE_MULTILEVEL  #undef SEAICE_MULTILEVEL
52    
53  #endif /* ALLOW_SEAICE */  #endif /* ALLOW_SEAICE */
54    #endif /* SEAICE_OPTIONS_H */

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

  ViewVC Help
Powered by ViewVC 1.1.22