1 |
dimitri |
1.2 |
C $Header: /u/gcmpack/MITgcm_contrib/ocean_inversion_project/code_ecco1x1/ECCO_CPPOPTIONS.h,v 1.1 2004/10/06 20:26:55 dimitri Exp $ |
2 |
|
|
C $Name: $ |
3 |
dimitri |
1.1 |
|
4 |
|
|
#ifndef ECCO_CPPOPTIONS_H |
5 |
|
|
#define ECCO_CPPOPTIONS_H |
6 |
|
|
#include "PACKAGES_CONFIG.h" |
7 |
|
|
#ifdef ALLOW_ECCO |
8 |
|
|
|
9 |
|
|
#include "CPP_OPTIONS.h" |
10 |
|
|
|
11 |
|
|
C CPP flags controlling which code is included in the files that |
12 |
|
|
C will be compiled. |
13 |
|
|
C |
14 |
|
|
C ******************************************************************** |
15 |
|
|
C *** ECCO Package *** |
16 |
|
|
C ******************************************************************** |
17 |
|
|
C |
18 |
|
|
|
19 |
|
|
C ******************************************************************** |
20 |
|
|
C *** Adjoint Support Package *** |
21 |
|
|
C ******************************************************************** |
22 |
|
|
|
23 |
|
|
|
24 |
|
|
C ******************************************************************** |
25 |
|
|
C *** Calendar Package *** |
26 |
|
|
C ******************************************************************** |
27 |
|
|
C |
28 |
|
|
C CPP flags controlling which code is included in the files that |
29 |
|
|
C will be compiled. |
30 |
|
|
C |
31 |
|
|
|
32 |
|
|
C o Include the calendar tool. |
33 |
|
|
#define ALLOW_CALENDAR |
34 |
|
|
#define ALLOW_CAL_NENDITER |
35 |
|
|
|
36 |
|
|
C ******************************************************************** |
37 |
|
|
C *** Cost function Package *** |
38 |
|
|
C ******************************************************************** |
39 |
|
|
C |
40 |
|
|
|
41 |
|
|
C ******************************************************************** |
42 |
|
|
C *** Control vector Package *** |
43 |
|
|
C ******************************************************************** |
44 |
|
|
C |
45 |
|
|
|
46 |
|
|
C ******************************************************************** |
47 |
|
|
C *** External forcing Package *** |
48 |
|
|
C ******************************************************************** |
49 |
|
|
C |
50 |
|
|
|
51 |
dimitri |
1.2 |
#define USE_EXF_INTERPOLATION |
52 |
|
|
|
53 |
dimitri |
1.1 |
C Do more printout for the protocol file than usual. |
54 |
|
|
#undef EXF_VERBOSE |
55 |
|
|
|
56 |
|
|
C Bulk formulae related flags. |
57 |
|
|
#undef ALLOW_BULKFORMULAE |
58 |
|
|
#undef ALLOW_ATM_TEMP |
59 |
|
|
#undef ALLOW_ATM_WIND |
60 |
|
|
#define ALLOW_RUNOFF |
61 |
|
|
|
62 |
|
|
C Relaxation to monthly climatologies. |
63 |
|
|
#undef ALLOW_CLIM_CYCLIC |
64 |
|
|
#undef ALLOW_CLIMTEMP_RELAXATION |
65 |
|
|
#undef ALLOW_CLIMSALT_RELAXATION |
66 |
dimitri |
1.2 |
#define ALLOW_CLIMSST_RELAXATION |
67 |
|
|
#define ALLOW_CLIMSSS_RELAXATION |
68 |
dimitri |
1.1 |
|
69 |
|
|
C Relaxation to constant surface fields. |
70 |
|
|
#undef ALLOW_CONST_SST_RELAXATION |
71 |
|
|
#undef ALLOW_CONST_SSS_RELAXATION |
72 |
|
|
|
73 |
|
|
#endif /* ALLOW_ECCO */ |
74 |
|
|
#endif /* ECCO_CPPOPTIONS_H */ |