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

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

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


Revision 1.2 - (show annotations) (download)
Tue Oct 9 02:36:41 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63p, checkpoint63q, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59k, checkpoint59j, 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, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.1: +7 -4 lines
File MIME type: text/plain
add missing cvs $Header:$ or $Name:$

1 C $Header: $
2 C $Name: $
3
4 C
5 C CPP flags controlling which code is included in the files that
6 C will be compiled.
7 C
8 C ********************************************************************
9 C *** ECCO Package ***
10 C ********************************************************************
11 C
12 #undef ALLOW_ECCO_FORWARD_RUN
13 #undef ALLOW_ECCO_DIAGNOSTICS_RUN
14 #undef ALLOW_ECCO_OPTIMIZATION
15
16 C >>> Do a long protocol.
17 #undef ECCO_VERBOSE
18
19 C ********************************************************************
20 C *** Adjoint Support Package ***
21 C ********************************************************************
22
23 C o Include/exclude code in order to be able to automatically
24 C differentiate the MITgcmUV by using the Tangent Linear and
25 C Adjoint Model Compiler (TAMC).
26 cph#define INCLUDE_AUTODIFF_PACKAGE
27 C
28 #define ALLOW_AUTODIFF_TAMC
29 C >>> Checkpointing as handled by TAMC
30 #define ALLOW_TAMC_CHECKPOINTING
31 C Include/exclude adjoint monitor routine
32 #undef ALLOW_AUTODIFF_MONITOR
33 C#define ALLOW_AUTODIFF_MONITOR
34 C Include/exclude atmosphere-specific code
35 #undef ALLOW_AUTODIFF_ATMOSPHERE
36
37 C ********************************************************************
38 C *** Calender Package ***
39 C ********************************************************************
40 C
41 C CPP flags controlling which code is included in the files that
42 C will be compiled.
43 C
44 C o Include the calendar tool.
45 #undef ALLOW_CALENDAR
46 #undef ALLOW_CAL_NENDITER
47
48 C ********************************************************************
49 C *** Cost function Package ***
50 C ********************************************************************
51 C
52 C >>> Cost function contributions
53 #define ALLOW_COST
54 #define ALLOW_COST_TEST
55 Cml#define ALLOW_COST_TRACER
56 #undef ALLOW_COST_TRACER
57 #define ALLOW_COST_DEPTH
58
59 C ********************************************************************
60 C *** Control vector Package ***
61 C ********************************************************************
62 C
63 #undef ALLOW_NONDIMENSIONAL_CONTROL_IO
64 C >>> Initial values.
65 Cml#define ALLOW_THETA0_CONTROL
66 Cml#define ALLOW_SALT0_CONTROL
67 Cml#define ALLOW_TR10_CONTROL
68 Cml#define ALLOW_TAUU0_CONTROL
69 Cml#define ALLOW_TAUV0_CONTROL
70 Cml#define ALLOW_SFLUX0_CONTROL
71 Cml#define ALLOW_HFLUX0_CONTROL
72 #undef ALLOW_SSS0_CONTROL
73 #undef ALLOW_SST0_CONTROL
74 Cml#define ALLOW_DIFFKR_CONTROL
75 #undef ALLOW_KAPGM_CONTROL
76 C o only topography as a control vector
77 #define ALLOW_DEPTH_CONTROL
78 #ifdef ALLOW_DEPTH_CONTROL
79 # define ALLOW_CG2D_NSA
80 # define USE_SMOOTH_MIN
81 #endif /* ALLOW_DEPTH_CONTROL */
82

  ViewVC Help
Powered by ViewVC 1.1.22