/[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.3 by dimitri, Tue Feb 18 05:33:56 2003 UTC revision 1.4 by edhill, Thu Oct 9 04:19:31 2003 UTC
# Line 1  Line 1 
1  C  C $Header$
2    
3  C     /==========================================================\  C     /==========================================================\
4  C     | SEAICE_OPTIONS.h                                         |  C     | SEAICE_OPTIONS.h                                         |
# Line 9  C     | package.  Sea ice model is enabl Line 9  C     | package.  Sea ice model is enabl
9  C     | CPP_OPTIONS.h                                            |  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    C-- This include is necessary because of awkward dependancies with pkg/exf
45    #define INCLUDE_EXTERNAL_FORCING_PACKAGE
46    #include "EXF_OPTIONS.h"
47    
48  #endif /* ALLOW_SEAICE */  #endif /* ALLOW_SEAICE */
49    #endif /* SEAICE_OPTIONS_H */

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

  ViewVC Help
Powered by ViewVC 1.1.22