/[MITgcm]/MITgcm/verification/hs94.1x64x5/code_ad/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/hs94.1x64x5/code_ad/CPP_OPTIONS.h

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

revision 1.5 by edhill, Tue Nov 4 21:39:42 2003 UTC revision 1.6 by dfer, Fri May 9 18:42:27 2008 UTC
# Line 1  Line 1 
 C  
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
 C CPP flags controlling which code in included in the files that  
 C will be compiled.  
   
4  #ifndef CPP_OPTIONS_H  #ifndef CPP_OPTIONS_H
5  #define CPP_OPTIONS_H  #define CPP_OPTIONS_H
6    
7    C CPP flags controlling particular source code features
8    
9  #include "PACKAGES_CONFIG.h"  #include "PACKAGES_CONFIG.h"
10    
11  C o Shortwave heating as extra term in external_forcing.F  C o Shortwave heating as extra term in external_forcing.F
12  #ifdef ALLOW_KPP  C Note: this should be a run-time option
13  #define  SHORTWAVE_HEATING  #undef SHORTWAVE_HEATING
 #endif  
14    
15  C o Include/exclude phi_hyd calculation code  C o Include/exclude phi_hyd calculation code
16  #define INCLUDE_PHIHYD_CALCULATION_CODE  #define INCLUDE_PHIHYD_CALCULATION_CODE
# Line 30  C o Allow nonHydrostatic code Line 27  C o Allow nonHydrostatic code
27  C o Use "Exact Convervation" of fluid in Free-Surface formulation  C o Use "Exact Convervation" of fluid in Free-Surface formulation
28  C   so that d/dt(eta) is exactly equal to - Div.Transport  C   so that d/dt(eta) is exactly equal to - Div.Transport
29  #define EXACT_CONSERV  #define EXACT_CONSERV
30    
31  C o Allow the use of Non-Linear Free-Surface formulation  C o Allow the use of Non-Linear Free-Surface formulation
32  C   this implies that surface thickness (hFactors) vary with time  C   this implies that surface thickness (hFactors) vary with time
33  #undef NONLIN_FRSURF  #undef NONLIN_FRSURF
34    
 C o Read/write of checkpoint files for restarting.  
 #undef OLD_STYLE_WITH_MANY_FILES  
   
35  C o Execution environment support options  C o Execution environment support options
36  #include "CPP_EEOPTIONS.h"  #include "CPP_EEOPTIONS.h"
37    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22