/[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.3 - (show annotations) (download)
Thu Aug 21 16:03:21 2008 UTC (15 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint62, checkpoint63, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61c, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.2: +11 -1 lines
File MIME type: text/plain
switch ALLOW_3D_DIFFKR if DIFFKR_CONTROL is defined.

1 C $Header: /u/gcmpack/MITgcm/verification/bottom_ctrl_5x5/code_ad/CPP_OPTIONS.h,v 1.2 2007/10/09 02:36:41 jmc Exp $
2 C $Name: $
3
4 C
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 CmlC not sure of this
14 Cmlcph(
15 Cml#define DISABLE_MOM_VECINV
16 Cml#define MOMVISCOSITY
17 Cml#define MOMADVECTION
18 Cmlcph)
19
20 C o Shortwave heating as extra term in external_forcing.F
21 #ifdef ALLOW_KPP
22 #define SHORTWAVE_HEATING
23 #endif
24
25 C o Include/exclude phi_hyd calculation code
26 #define INCLUDE_PHIHYD_CALCULATION_CODE
27
28 C o Include/exclude call to S/R CONVECT
29 #define INCLUDE_CONVECT_CALL
30
31 C o Include/exclude call to S/R CALC_DIFFUSIVITY
32 #define INCLUDE_CALC_DIFFUSIVITY_CALL
33
34 C o Allow nonHydrostatic code
35 #undef ALLOW_NONHYDROSTATIC
36
37 C o NEW OPTION to disable rStar (z*) code
38 #define DISABLE_RSTAR_CODE
39
40 C o Exact volume conservation
41 #define EXACT_CONSERV
42
43 c o Allow atmospheric loading
44 #define ATMOSPHERIC_LOADING
45
46 C o Execution environment support options
47 #include "CPP_EEOPTIONS.h"
48
49 #ifdef ALLOW_AUTODIFF
50 # include "ECCO_CPPOPTIONS.h"
51 #endif
52
53 C o Allow full 3D specification of vertical diffusivity
54 #ifdef ALLOW_DIFFKR_CONTROL
55 C - Need to be defined if using DIFFKR_CONTROL
56 C (alternatively, could have put this in ECCO_CPPOPTIONS)
57 #define ALLOW_3D_DIFFKR
58 #else
59 C - otherwise, can be turned on or off hereafter:
60 #undef ALLOW_3D_DIFFKR
61 #endif /* ALLOW_DIFFKR_CONTROL */
62
63 #endif /* CPP_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22