1 |
dimitri |
1.1 |
C $Header: $ |
2 |
|
|
C $Name: $ |
3 |
|
|
|
4 |
|
|
#ifndef ECCO_CPPOPTIONS_H |
5 |
|
|
#define ECCO_CPPOPTIONS_H |
6 |
|
|
#include "PACKAGES_CONFIG.h" |
7 |
|
|
|
8 |
|
|
#include "CPP_OPTIONS.h" |
9 |
|
|
|
10 |
|
|
C CPP flags controlling which code is included in the files that |
11 |
|
|
C will be compiled. |
12 |
|
|
C |
13 |
|
|
C ******************************************************************** |
14 |
|
|
C *** Calendar Package *** |
15 |
|
|
C ******************************************************************** |
16 |
|
|
C |
17 |
|
|
C CPP flags controlling which code is included in the files that |
18 |
|
|
C will be compiled. |
19 |
|
|
|
20 |
|
|
CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<< |
21 |
|
|
|
22 |
|
|
C ******************************************************************** |
23 |
|
|
C *** External forcing Package *** |
24 |
|
|
C ******************************************************************** |
25 |
|
|
|
26 |
|
|
C Relaxation to monthly climatologies. |
27 |
|
|
#define ALLOW_CLIMSST_RELAXATION |
28 |
|
|
#define ALLOW_CLIMSSS_RELAXATION |
29 |
|
|
|
30 |
|
|
C Use spatial interpolation to interpolate |
31 |
|
|
C forcing files from input grid to model grid. |
32 |
|
|
#define USE_EXF_INTERPOLATION |
33 |
|
|
|
34 |
|
|
#endif /* ECCO_CPPOPTIONS_H */ |