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

Contents of /MITgcm/verification/bottom_ctrl_5x5/code_ad/CPP_OPTIONS.h

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


Revision 1.1 - (show annotations) (download)
Wed Jun 7 02:00:01 2006 UTC (17 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58u_post, checkpoint58w_post, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58q_post, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59h, checkpoint59, checkpoint58i_post, checkpoint58o_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58m_post
File MIME type: text/plain
Adding verification for 5x5 box (4-layer) bottom topography control

1 C $Header: /u/gcmpack/MITgcm/verification/carbon/code_ad/CPP_OPTIONS.h,v 1.8 2004/10/14 05:18:29 heimbach Exp $
2 C
3 C CPP flags controlling which code in included in the files that
4 C will be compiled.
5
6 #ifndef CPP_OPTIONS_H
7 #define CPP_OPTIONS_H
8
9 #include "PACKAGES_CONFIG.h"
10
11 CmlC not sure of this
12 Cmlcph(
13 Cml#define DISABLE_MOM_VECINV
14 Cml#define MOMVISCOSITY
15 Cml#define MOMADVECTION
16 Cmlcph)
17
18 C o Shortwave heating as extra term in external_forcing.F
19 #ifdef ALLOW_KPP
20 #define SHORTWAVE_HEATING
21 #endif
22
23 C o Include/exclude phi_hyd calculation code
24 #define INCLUDE_PHIHYD_CALCULATION_CODE
25
26 C o Include/exclude call to S/R CONVECT
27 #define INCLUDE_CONVECT_CALL
28
29 C o Include/exclude call to S/R CALC_DIFFUSIVITY
30 #define INCLUDE_CALC_DIFFUSIVITY_CALL
31
32 C o Allow nonHydrostatic code
33 #undef ALLOW_NONHYDROSTATIC
34
35 C o NEW OPTION to disable rStar (z*) code
36 #define DISABLE_RSTAR_CODE
37
38 C o Exact volume conservation
39 #define EXACT_CONSERV
40
41 c o Allow atmospheric loading
42 #define ATMOSPHERIC_LOADING
43
44 C o Execution environment support options
45 #include "CPP_EEOPTIONS.h"
46
47 #ifdef ALLOW_AUTODIFF
48 # include "ECCO_CPPOPTIONS.h"
49 #endif
50
51 #endif /* CPP_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22