1 |
C |
2 |
C $Header: /u/gcmpack/MITgcm/verification/hs94.1x64x5/code_ad/ECCO_CPPOPTIONS.h,v 1.2 2003/11/25 19:04:17 heimbach 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 |
|
17 |
C ******************************************************************** |
18 |
C *** Calender Package *** |
19 |
C ******************************************************************** |
20 |
C |
21 |
C CPP flags controlling which code is included in the files that |
22 |
C will be compiled. |
23 |
|
24 |
CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<< |
25 |
|
26 |
C ******************************************************************** |
27 |
C *** Cost function Package *** |
28 |
C ******************************************************************** |
29 |
C |
30 |
C >>> Cost function contributions |
31 |
#define ALLOW_COST |
32 |
#define ALLOW_COST_TEST |
33 |
#undef ALLOW_COST_TRACER |
34 |
|
35 |
C ******************************************************************** |
36 |
C *** Control vector Package *** |
37 |
C ******************************************************************** |
38 |
C |
39 |
#undef ALLOW_NONDIMENSIONAL_CONTROL_IO |
40 |
C >>> Initial values. |
41 |
#define ALLOW_THETA0_CONTROL |
42 |
#define ALLOW_SALT0_CONTROL |
43 |
#undef ALLOW_TR10_CONTROL |
44 |
#undef ALLOW_TAUU0_CONTROL |
45 |
#undef ALLOW_TAUV0_CONTROL |
46 |
#undef ALLOW_SFLUX0_CONTROL |
47 |
#undef ALLOW_HFLUX0_CONTROL |
48 |
#undef ALLOW_SSS0_CONTROL |
49 |
#undef ALLOW_SST0_CONTROL |
50 |
#define ALLOW_DIFFKR_CONTROL |
51 |
#undef ALLOW_KAPGM_CONTROL |
52 |
|