/[MITgcm]/MITgcm_contrib/high_res_cube/code-mods/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm_contrib/high_res_cube/code-mods/CPP_OPTIONS.h

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

revision 1.1 by dimitri, Tue Nov 25 05:41:28 2003 UTC revision 1.2 by dimitri, Sat Dec 6 22:04:20 2003 UTC
# Line 4  C $Name$ Line 4  C $Name$
4  #ifndef CPP_OPTIONS_H  #ifndef CPP_OPTIONS_H
5  #define CPP_OPTIONS_H  #define CPP_OPTIONS_H
6    
7    #include "PACKAGES_CONFIG.h"
8    
9  C CPP flags controlling particular source code features  C CPP flags controlling particular source code features
10    
11  C o Shortwave heating as extra term in external_forcing.F  C o Shortwave heating as extra term in external_forcing.F
# Line 41  C o Execution environment support option Line 43  C o Execution environment support option
43  #include "CPP_EEOPTIONS.h"  #include "CPP_EEOPTIONS.h"
44    
45  C o Include/exclude code specific to the ECCO/SEALION version.  C o Include/exclude code specific to the ECCO/SEALION version.
46  #undef INCLUDE_ECCO_PACKAGE  C   AUTODIFF or EXF package.
47  #ifdef INCLUDE_ECCO_PACKAGE  C   Currently controled by a single header file
48  #include "ECCO_CPPOPTIONS.h"  C   For this to work, PACKAGES_CONFIG.h needs to be included!
49    #if (defined (ALLOW_AUTODIFF) || \
50         defined (ALLOW_ECCO) || \
51         defined (ALLOW_EXF))
52    # include "ECCO_CPPOPTIONS.h"
53  #endif  #endif
54    
55  #endif /* CPP_OPTIONS_H */  #endif /* CPP_OPTIONS_H */

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

  ViewVC Help
Powered by ViewVC 1.1.22