1 |
dimitri |
1.1.2.1 |
|
2 |
|
|
C |
3 |
|
|
C CPP flags controlling which code is included in the files that |
4 |
|
|
C will be compiled. |
5 |
|
|
C |
6 |
|
|
C ******************************************************************** |
7 |
|
|
C *** ECCO Package *** |
8 |
|
|
C ******************************************************************** |
9 |
|
|
C |
10 |
|
|
|
11 |
|
|
C ******************************************************************** |
12 |
|
|
C *** Adjoint Support Package *** |
13 |
|
|
C ******************************************************************** |
14 |
|
|
|
15 |
|
|
|
16 |
|
|
C ******************************************************************** |
17 |
|
|
C *** Calendar Package *** |
18 |
|
|
C ******************************************************************** |
19 |
|
|
C |
20 |
|
|
C CPP flags controlling which code is included in the files that |
21 |
|
|
C will be compiled. |
22 |
|
|
C |
23 |
|
|
|
24 |
|
|
C o Include the calendar tool. |
25 |
|
|
#define ALLOW_CALENDAR |
26 |
|
|
#define ALLOW_CAL_NENDITER |
27 |
|
|
|
28 |
|
|
C ******************************************************************** |
29 |
|
|
C *** Cost function Package *** |
30 |
|
|
C ******************************************************************** |
31 |
|
|
C |
32 |
|
|
|
33 |
|
|
C ******************************************************************** |
34 |
|
|
C *** Control vector Package *** |
35 |
|
|
C ******************************************************************** |
36 |
|
|
C |
37 |
|
|
|
38 |
|
|
C ******************************************************************** |
39 |
|
|
C *** External forcing Package *** |
40 |
|
|
C ******************************************************************** |
41 |
|
|
C |
42 |
|
|
|
43 |
|
|
C Do more printout for the protocol file than usual. |
44 |
|
|
#undef EXF_VERBOSE |
45 |
|
|
|
46 |
|
|
C Bulk formulae related flags. |
47 |
|
|
#undef ALLOW_ATM_TEMP |
48 |
|
|
#undef ALLOW_ATM_WIND |
49 |
|
|
#if (defined (ALLOW_ATM_TEMP) || \ |
50 |
|
|
defined (ALLOW_ATM_WIND)) |
51 |
|
|
# define ALLOW_BULKFORMULAE |
52 |
|
|
#endif |
53 |
|
|
#define ALLOW_RUNOFF |
54 |
|
|
|
55 |
|
|
C Relaxation to monthly climatologies. |
56 |
|
|
#undef ALLOW_CLIM_CYCLIC |
57 |
|
|
#undef ALLOW_CLIMTEMP_RELAXATION |
58 |
|
|
#undef ALLOW_CLIMSALT_RELAXATION |
59 |
|
|
#define ALLOW_CLIMSST_RELAXATION |
60 |
|
|
#define ALLOW_CLIMSSS_RELAXATION |
61 |
|
|
|
62 |
|
|
Cbnc |
63 |
|
|
#define USE_EXF_INTERPOLATION |