/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/code_ad/CPP_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.90x40x15/code_ad/CPP_OPTIONS.h

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


Revision 1.13 - (show annotations) (download)
Fri Oct 19 19:23:43 2007 UTC (16 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59k, checkpoint59j, checkpoint61b, checkpoint61a
Changes since 1.12: +10 -4 lines
File MIME type: text/plain
global_ocean.90x40x15 adjoint now tests nonlinear free surface
and multiDimAdvection (using scheme DST3 = 30)

1 C
2 C $Header: /u/gcmpack/MITgcm/verification/global_ocean.90x40x15/code_ad/CPP_OPTIONS.h,v 1.12 2003/11/04 21:04:51 edhill Exp $
3 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 cph(
14 C o Nonlinear free-surface code (but without rStar)
15 #define EXACT_CONSERV
16 #define NONLIN_FRSURF
17 #define DISABLE_RSTAR_CODE
18 C o Include/exclude Implicit vertical advection code
19 #undef INCLUDE_IMPLVERTADV_CODE
20 cph)
21
22 #ifdef ALLOW_KPP
23 #define SHORTWAVE_HEATING
24 #endif
25
26 C o Include/exclude phi_hyd calculation code
27 #define INCLUDE_PHIHYD_CALCULATION_CODE
28
29 C o Include/exclude call to S/R CONVECT
30 #define INCLUDE_CONVECT_CALL
31
32 C o Include/exclude call to S/R CALC_DIFFUSIVITY
33 #define INCLUDE_CALC_DIFFUSIVITY_CALL
34
35 C o Allow nonHydrostatic code
36 #undef ALLOW_NONHYDROSTATIC
37
38 C o Execution environment support options
39 #include "CPP_EEOPTIONS.h"
40
41 #ifdef ALLOW_AUTODIFF
42 # include "ECCO_CPPOPTIONS.h"
43 #endif
44
45 #endif /* CPP_OPTIONS_H */
46
47

  ViewVC Help
Powered by ViewVC 1.1.22