20 |
C |
C |
21 |
C CPP flags controlling which code is included in the files that |
C CPP flags controlling which code is included in the files that |
22 |
C will be compiled. |
C will be compiled. |
|
C |
|
23 |
|
|
24 |
C o Include the calendar tool. |
CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<< |
|
#define ALLOW_CALENDAR |
|
|
#define ALLOW_CAL_NENDITER |
|
25 |
|
|
26 |
C ******************************************************************** |
C ******************************************************************** |
27 |
C *** Cost function Package *** |
C *** Cost function Package *** |
39 |
C |
C |
40 |
|
|
41 |
C Do more printout for the protocol file than usual. |
C Do more printout for the protocol file than usual. |
42 |
#define EXF_VERBOSE |
#undef EXF_VERBOSE |
43 |
|
|
44 |
C Options that are required to use pkg/exf with pkg/seaice. |
C Options that are required to use pkg/exf with pkg/seaice. |
45 |
#define ALLOW_ATM_TEMP |
#define ALLOW_ATM_TEMP |
46 |
#define ALLOW_ATM_WIND |
#define ALLOW_ATM_WIND |
47 |
#define ALLOW_DOWNWARD_RADIATION |
#define ALLOW_DOWNWARD_RADIATION |
48 |
#define ALLOW_RUNOFF |
#define ALLOW_RUNOFF |
|
|
|
|
C Evaporation is read-in from file. |
|
|
#define EXF_READ_EVAP |
|
|
|
|
|
C Options that control relaxation terms. |
|
|
#undef ALLOW_CLIM_CYCLIC |
|
|
#undef ALLOW_CLIMTEMP_RELAXATION |
|
|
#undef ALLOW_CLIMSALT_RELAXATION |
|
|
#undef ALLOW_CLIMSST_RELAXATION |
|
49 |
#define ALLOW_CLIMSSS_RELAXATION |
#define ALLOW_CLIMSSS_RELAXATION |
50 |
|
#define ALLOW_BULKFORMULAE |
51 |
|
|
52 |
|
C Use spatial interpolation to interpolate |
53 |
|
C forcing files from input grid to model grid. |
54 |
|
#define USE_EXF_INTERPOLATION |