/[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.1 by heimbach, Mon Nov 11 22:01:21 2002 UTC revision 1.2 by heimbach, Tue Nov 12 20:47:27 2002 UTC
# Line 0  Line 1 
1    C
2    
3    C     /==========================================================\
4    C     | SEAICE_OPTIONS.h                                         |
5    C     | o CPP options file for sea ice package.                  |
6    C     |==========================================================|
7    C     | Use this file for selecting options within the sea ice   |
8    C     | package.  Sea ice model is enabled with ALLOW_SEAICE in  |
9    C     | CPP_OPTIONS.h                                            |
10    C     \==========================================================/
11    
12    #include "CPP_OPTIONS.h"
13    
14    #ifdef ALLOW_SEAICE
15    
16    C--    Write "text-plots" of certain fields in STDOUT for debugging.
17    #undef SEAICE_DEBUG
18    
19    C--    Allow sea-ice dynamic code.
20    C      This option is provided to allow us to use the TAMC
21    C      on the thermodynamics component of the code only.
22    C      Sea-ice dynamics can also be turned off at runtime
23    C      using variable SEAICEuseDYNAMICS.
24    #define SEAICE_ALLOW_DYNAMICS
25    
26    #endif ALLOW_SEAICE

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22