1 |
C |
2 |
C $Header: /u/gcmpack/MITgcm/verification/hs94.1x64x5/code_ad/ECCO_CPPOPTIONS.h,v 1.3 2008/05/09 18:42:27 dfer Exp $ |
3 |
C $Name: $ |
4 |
|
5 |
C ******************************************************************** |
6 |
C *** Adjoint Support Package *** |
7 |
C ******************************************************************** |
8 |
|
9 |
C o Include/exclude code in order to be able to automatically |
10 |
C differentiate the MITgcmUV by using the Tangent Linear and |
11 |
C Adjoint Model Compiler (TAMC). |
12 |
C |
13 |
#define ALLOW_AUTODIFF_TAMC |
14 |
C >>> Checkpointing as handled by TAMC |
15 |
#define ALLOW_TAMC_CHECKPOINTING |
16 |
C |
17 |
C >>> Extract adjoint state |
18 |
#define ALLOW_AUTODIFF_MONITOR |
19 |
|
20 |
C ******************************************************************** |
21 |
C *** Calender Package *** |
22 |
C ******************************************************************** |
23 |
C |
24 |
C CPP flags controlling which code is included in the files that |
25 |
C will be compiled. |
26 |
|
27 |
CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<< |
28 |
|
29 |
C ******************************************************************** |
30 |
C *** Cost function Package *** |
31 |
C ******************************************************************** |
32 |
C |
33 |
C >>> Cost function contributions |
34 |
#define ALLOW_COST |
35 |
#define ALLOW_COST_TEST |
36 |
#undef ALLOW_COST_TRACER |
37 |
|
38 |
C ******************************************************************** |
39 |
C *** Control vector Package *** |
40 |
C ******************************************************************** |
41 |
C |
42 |
#undef ALLOW_NONDIMENSIONAL_CONTROL_IO |
43 |
C >>> Initial values. |
44 |
#define ALLOW_THETA0_CONTROL |
45 |
#define ALLOW_SALT0_CONTROL |
46 |
#undef ALLOW_TR10_CONTROL |
47 |
#undef ALLOW_TAUU0_CONTROL |
48 |
#undef ALLOW_TAUV0_CONTROL |
49 |
#undef ALLOW_SFLUX0_CONTROL |
50 |
#undef ALLOW_HFLUX0_CONTROL |
51 |
#undef ALLOW_SSS0_CONTROL |
52 |
#undef ALLOW_SST0_CONTROL |
53 |
#define ALLOW_DIFFKR_CONTROL |
54 |
#undef ALLOW_KAPGM_CONTROL |
55 |
|