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

Annotation of /MITgcm/verification/tutorial_global_oce_optim/code_oad/ECCO_CPPOPTIONS.h

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


Revision 1.4 - (hide annotations) (download)
Tue Sep 9 23:43:50 2014 UTC (9 years, 8 months ago) by jmc
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, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.3: +2 -5 lines
File MIME type: text/plain
switch off ALLOW_AUTODIFF_TAMC and remove unused tamc.h

1 jmc 1.4 C $Header: /u/gcmpack/MITgcm/verification/tutorial_global_oce_optim/code_oad/ECCO_CPPOPTIONS.h,v 1.3 2014/03/11 20:23:29 heimbach Exp $
2 heimbach 1.1 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 heimbach 1.2 C
15 heimbach 1.1 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 jmc 1.4 #undef ALLOW_AUTODIFF_TAMC
24 heimbach 1.1 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 o use divided adjoint to split adjoint computations
31     #undef ALLOW_DIVIDED_ADJOINT
32    
33     C ********************************************************************
34     C *** Calendar Package ***
35     C ********************************************************************
36    
37     C CPP flags controlling which code is included in the files that
38     C will be compiled.
39    
40     CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<<
41    
42     C ********************************************************************
43     C *** Cost function Package ***
44     C ********************************************************************
45    
46     C >>> Cost function contributions
47     #define ALLOW_COST_TEMP
48     #define ALLOW_COST_HFLUXM
49    
50     C ********************************************************************
51     C *** Control vector Package ***
52     C ********************************************************************
53    
54     #define ALLOW_NONDIMENSIONAL_CONTROL_IO
55     C >>> Initial values.
56 heimbach 1.3 #undef ALLOW_THETA0_CONTROL
57     #undef ALLOW_SALT0_CONTROL
58 heimbach 1.1 #undef ALLOW_TR10_CONTROL
59     #undef ALLOW_TAUU0_CONTROL
60     #undef ALLOW_TAUV0_CONTROL
61     #undef ALLOW_SFLUX0_CONTROL
62     #undef ALLOW_HFLUX0_CONTROL
63     #undef ALLOW_SSS0_CONTROL
64     #undef ALLOW_SST0_CONTROL
65     #undef ALLOW_DIFFKR_CONTROL
66     #undef ALLOW_KAPGM_CONTROL
67     #define ALLOW_HFLUXM_CONTROL
68    
69     C ********************************************************************
70     #endif /* ECCO_CPPOPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22