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

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

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


Revision 1.4 - (show annotations) (download)
Thu Oct 16 20:09:32 2014 UTC (9 years, 6 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65g, HEAD
Changes since 1.3: +4 -1 lines
File MIME type: text/plain
- define ECCO_CTRL_DEPRECATED

1 C $Header: /u/gcmpack/MITgcm/verification/tutorial_dic_adjoffline/code_ad/ECCO_CPPOPTIONS.h,v 1.3 2013/07/24 20:53:07 jmc 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 allow use of legacy ecco/ctrl codes
20 #define ECCO_CTRL_DEPRECATED
21
22 C o Include/exclude code in order to be able to automatically
23 C differentiate the MITgcmUV by using the Tangent Linear and
24 C Adjoint Model Compiler (TAMC).
25
26 #define ALLOW_AUTODIFF_TAMC
27 C >>> Checkpointing as handled by TAMC
28 #define ALLOW_TAMC_CHECKPOINTING
29
30 C >>> Extract adjoint state
31 #undef ALLOW_AUTODIFF_MONITOR
32
33 C >>> DO 2-level checkpointing instead of 3-level
34 #undef AUTODIFF_2_LEVEL_CHECKPOINT
35
36 C o use divided adjoint to split adjoint computations
37 #undef ALLOW_DIVIDED_ADJOINT
38
39 C ********************************************************************
40 C *** Calendar Package ***
41 C ********************************************************************
42
43 C CPP flags controlling which code is included in the files that
44 C will be compiled.
45
46 CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<<
47
48 C ********************************************************************
49 C *** Cost function Package ***
50 C ********************************************************************
51
52 C >>> Cost function contributions
53 #define ALLOW_DIC_COST
54
55 C ********************************************************************
56 C *** Control vector Package ***
57 C ********************************************************************
58
59 #define EXCLUDE_CTRL_PACK
60 #undef ALLOW_NONDIMENSIONAL_CONTROL_IO
61
62 #define ALLOW_GEN2D_CONTROL
63 #undef ALLOW_DIC_CONTROL
64
65 C ********************************************************************
66 #endif /* ECCO_CPPOPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22