/[MITgcm]/MITgcm/verification/tutorial_tracer_adjsens/code_oad/ECCO_CPPOPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/tutorial_tracer_adjsens/code_oad/ECCO_CPPOPTIONS.h

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


Revision 1.2 - (show annotations) (download)
Tue Apr 23 16:25:05 2013 UTC (11 years, 2 months ago) by jahn
Branch: MAIN
CVS Tags: checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64g
Changes since 1.1: +3 -3 lines
File MIME type: text/plain
turn off adjoint monitor

1 C $Header: /u/gcmpack/MITgcm/verification/tutorial_tracer_adjsens/code_oad/ECCO_CPPOPTIONS.h,v 1.1 2013/03/21 18:44:32 jahn Exp $
2 C $Name: $
3
4 #ifndef ECCO_CPPOPTIONS_H
5 #define ECCO_CPPOPTIONS_H
6
7 C-- Collect here, in a single option-file, options to control which optional
8 C features to compile in packages AUTODIFF, COST, CTRL, ECCO, CAL and EXF.
9 C If used, this option-file needs to be directly included in CPP_OPTIONS.h
10 C Although this method, inherited from ECCO setup, has been traditionally
11 C used for all adjoint built, work is in progess to allow to use the
12 C standard metod (each of the above pkg get its own options from its
13 C specific option-file) also for adjoint built.
14
15 C ********************************************************************
16 C *** Adjoint Support Package ***
17 C ********************************************************************
18
19 C o Include/exclude code in order to be able to automatically
20 C differentiate the MITgcmUV by using the Tangent Linear and
21 C Adjoint Model Compiler (TAMC).
22
23 #define ALLOW_AUTODIFF_TAMC
24 C >>> Checkpointing as handled by TAMC
25 #define ALLOW_TAMC_CHECKPOINTING
26
27 C >>> Extract adjoint state
28 #undef ALLOW_AUTODIFF_MONITOR
29
30 C >>> DO 2-level checkpointing instead of 3-level
31 C#define AUTODIFF_2_LEVEL_CHECKPOINT
32
33 C o use divided adjoint to split adjoint computations
34 #undef ALLOW_DIVIDED_ADJOINT
35 #undef ALLOW_DIVIDED_ADJOINT_MPI
36
37 C o write separate tape files for each ptracer
38 C#define AUTODIFF_PTRACERS_SPLIT_FILES
39
40 C o Enable some temporary constructs for OpenAD
41 #define ALLOW_AUTODIFF_OPENAD
42
43 C ********************************************************************
44 C *** Calendar Package ***
45 C ********************************************************************
46
47 C CPP flags controlling which code is included in the files that
48 C will be compiled.
49
50 CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<<
51
52 C ********************************************************************
53 C *** Cost function Package ***
54 C ********************************************************************
55
56 C >>> Cost function contributions
57 #undef ALLOW_COST_TEST
58 #undef ALLOW_COST_TSQUARED
59 #define ALLOW_COST_TRACER
60 #undef ALLOW_COST_ATLANTIC_HEAT
61 #undef ALLOW_COST_ATLANTIC_HEAT_DOMASS
62
63 #undef DISABLE_CTRL_THETA_LIMIT
64
65 C ********************************************************************
66 C *** Control vector Package ***
67 C ********************************************************************
68
69 #define EXCLUDE_CTRL_PACK
70 #undef ALLOW_NONDIMENSIONAL_CONTROL_IO
71
72 C >>> Initial values.
73 #define ALLOW_THETA0_CONTROL
74 #define ALLOW_SALT0_CONTROL
75 cph#define ALLOW_TR10_CONTROL
76 #define ALLOW_GENARR3D_CONTROL
77 #define ALLOW_TAUU0_CONTROL
78 #define ALLOW_TAUV0_CONTROL
79 #define ALLOW_SFLUX0_CONTROL
80 #define ALLOW_HFLUX0_CONTROL
81 #undef ALLOW_SSS0_CONTROL
82 #undef ALLOW_SST0_CONTROL
83 #define ALLOW_DIFFKR_CONTROL
84 #undef ALLOW_KAPGM_CONTROL
85
86 C ********************************************************************
87 #endif /* ECCO_CPPOPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22