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

Annotation of /MITgcm/verification/halfpipe_streamice/code_ad/ECCO_CPPOPTIONS.h

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


Revision 1.5 - (hide annotations) (download)
Fri Jan 30 21:04:44 2015 UTC (10 years ago) by heimbach
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, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, HEAD
Changes since 1.4: +2 -1 lines
File MIME type: text/plain
Add gentim2d control but still in progress

1 heimbach 1.5 C $Header: /u/gcmpack/MITgcm/verification/halfpipe_streamice/code_ad/ECCO_CPPOPTIONS.h,v 1.4 2014/09/09 23:36:57 jmc Exp $
2 dgoldberg 1.1 C $Name: $
3    
4 jmc 1.3 #ifndef ECCO_CPPOPTIONS_H
5     #define ECCO_CPPOPTIONS_H
6    
7 dgoldberg 1.1 C
8     C CPP flags controlling which code is included in the files that
9     C will be compiled.
10    
11     C ********************************************************************
12     C *** Adjoint Support Package ***
13     C ********************************************************************
14    
15     C o Include/exclude code in order to be able to automatically
16     C differentiate the MITgcmUV by using the Tangent Linear and
17     C Adjoint Model Compiler (TAMC).
18     #define ALLOW_AUTODIFF_TAMC
19 jmc 1.4
20 dgoldberg 1.1 C >>> Checkpointing as handled by TAMC
21     #define ALLOW_TAMC_CHECKPOINTING
22 jmc 1.4
23 dgoldberg 1.1 C >>> Extract adjoint state
24     #undef ALLOW_AUTODIFF_MONITOR
25 jmc 1.4
26 dgoldberg 1.1 C >>> DO 2-level checkpointing instead of 3-level
27     #undef AUTODIFF_2_LEVEL_CHECKPOINT
28 jmc 1.4
29 dgoldberg 1.1 C o use divided adjoint to split adjoint computations
30     #undef ALLOW_DIVIDED_ADJOINT
31    
32     C ********************************************************************
33     C *** Cost function Package ***
34     C ********************************************************************
35 jmc 1.4
36 dgoldberg 1.1 C >>> Cost function contributions
37     #define ALLOW_COST_TEST
38    
39     C ********************************************************************
40     C *** Control vector Package ***
41     C ********************************************************************
42 jmc 1.4
43 dgoldberg 1.1 #undef EXCLUDE_CTRL_PACK
44     #undef ALLOW_NONDIMENSIONAL_CONTROL_IO
45 jmc 1.4
46 dgoldberg 1.1 C >>> Initial values.
47     #define ALLOW_GENARR2D_CONTROL
48 heimbach 1.5 #define ALLOW_GENTIM2D_CONTROL
49 dgoldberg 1.1
50 jmc 1.3 #endif /* ECCO_CPPOPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22