/[MITgcm]/MITgcm_contrib/ocean_inversion_project/code/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm_contrib/ocean_inversion_project/code/CPP_OPTIONS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by dimitri, Thu Sep 18 02:33:38 2003 UTC revision 1.2 by dimitri, Tue Sep 23 04:34:23 2003 UTC
# Line 140  C          because the old code did not Line 140  C          because the old code did not
140  C o Execution environment support options  C o Execution environment support options
141  #include "CPP_EEOPTIONS.h"  #include "CPP_EEOPTIONS.h"
142    
143  C o Include/exclude code specific to the ECCO/SEALION version.  C o Include/exclude the external forcing package. To use this package,
144  #undef INCLUDE_ECCO_PACKAGE  C   you have to include the calendar tool as well. KPP can be switched
145  #ifdef INCLUDE_ECCO_PACKAGE  C   on or off. The implementation automatically takes care of this.
146  #include "ECCO_CPPOPTIONS.h"  #define INCLUDE_EXTERNAL_FORCING_PACKAGE
147    #ifdef INCLUDE_EXTERNAL_FORCING_PACKAGE
148    # include "ECCO_CPPOPTIONS.h"
149  #endif  #endif
   

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

  ViewVC Help
Powered by ViewVC 1.1.22