/[MITgcm]/MITgcm/verification/OpenAD/code_ad/CPP_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/verification/OpenAD/code_ad/CPP_OPTIONS.h

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


Revision 1.4 - (hide annotations) (download)
Thu Jul 13 19:35:46 2006 UTC (17 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58u_post, checkpoint58w_post, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58q_post, checkpoint59a, checkpoint59, checkpoint58o_post, checkpoint58y_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58m_post
Changes since 1.3: +6 -3 lines
File MIME type: text/plain
Copying over from contrib to prepare verif.

1 utke 1.1 C
2 heimbach 1.4 C $Header: /u/gcmpack/MITgcm_contrib/heimbach/OpenAD/code_shallow_taf/CPP_OPTIONS.h,v 1.1 2005/12/13 15:15:32 heimbach Exp $
3 utke 1.1 C $Name: $
4    
5     C CPP flags controlling which code in included in the files that
6     C will be compiled.
7    
8     #ifndef CPP_OPTIONS_H
9     #define CPP_OPTIONS_H
10    
11     #include "PACKAGES_CONFIG.h"
12    
13 heimbach 1.4 C o Run as shallow water model
14     #define SINGLE_LAYER_MODE
15    
16 utke 1.1 #ifdef ALLOW_KPP
17     #define SHORTWAVE_HEATING
18     #endif
19    
20     C o Include/exclude phi_hyd calculation code
21     #define INCLUDE_PHIHYD_CALCULATION_CODE
22    
23     C o Include/exclude call to S/R CONVECT
24 heimbach 1.4 #undef INCLUDE_CONVECT_CALL
25 utke 1.1
26     C o Include/exclude call to S/R CALC_DIFFUSIVITY
27 heimbach 1.4 #undef INCLUDE_CALC_DIFFUSIVITY_CALL
28 utke 1.1
29     C o Allow nonHydrostatic code
30     #undef ALLOW_NONHYDROSTATIC
31    
32     C o Exact volume conservation
33     #undef EXACT_CONSERV
34    
35     C o Execution environment support options
36     #include "CPP_EEOPTIONS.h"
37    
38     #ifdef ALLOW_AUTODIFF
39     # include "ECCO_CPPOPTIONS.h"
40     #endif
41    
42     #endif /* CPP_OPTIONS_H */
43    
44    

  ViewVC Help
Powered by ViewVC 1.1.22