/[MITgcm]/MITgcm/verification/internal_wave/code/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/internal_wave/code/CPP_OPTIONS.h

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

revision 1.9 by edhill, Thu Oct 9 22:45:43 2003 UTC revision 1.12 by edhill, Mon Nov 3 03:16:44 2003 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
4  #include "PACKAGES_CONFIG.h"  #ifndef CPP_OPTIONS_H
5    #define CPP_OPTIONS_H
6    
7  C CPP flags controlling particular source code features  C CPP flags controlling particular source code features
8    
 C o Include/exclude code for C-D grid method of integrating the  
 C   coriolis terms  
 #undef  INCLUDE_CD_CODE  
   
9  C o Include/exclude temperature forcing code  C o Include/exclude temperature forcing code
10  C#define  INCLUDE_T_FORCING_CODE  C#define  INCLUDE_T_FORCING_CODE
11    
# Line 34  C o Include/exclude call to S/R CALC_DIF Line 31  C o Include/exclude call to S/R CALC_DIF
31  #define INCLUDE_CALC_DIFFUSIVITY_CALL  #define INCLUDE_CALC_DIFFUSIVITY_CALL
32    
33  C o Include/exclude nonHydrostatic code  C o Include/exclude nonHydrostatic code
34  #undef ALLOW_NONHYDROSTATIC  #define ALLOW_NONHYDROSTATIC
35    
36  C o Include pressure loading code  C o Include pressure loading code
37  #define ATMOSPHERIC_LOADING  #define ATMOSPHERIC_LOADING
# Line 65  C o Include/exclude code specific to the Line 62  C o Include/exclude code specific to the
62  #ifdef INCLUDE_ECCO_PACKAGE  #ifdef INCLUDE_ECCO_PACKAGE
63  #include "ECCO_CPPOPTIONS.h"  #include "ECCO_CPPOPTIONS.h"
64  #endif  #endif
65    
66    #endif /* CPP_OPTIONS_H */
67    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.22