| 1 |
C $Header: /u/gcmpack/MITgcm/verification/global_with_exf/code/ECCO_CPPOPTIONS.h,v 1.10 2004/05/03 21:35:04 dimitri Exp $ |
| 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 Do more printout for the protocol file than usual. |
| 27 |
#define EXF_VERBOSE |
| 28 |
|
| 29 |
C Bulk formulae related flags. |
| 30 |
#undef ALLOW_ATM_TEMP |
| 31 |
#undef ALLOW_ATM_WIND |
| 32 |
#if (defined (ALLOW_ATM_TEMP) || \ |
| 33 |
defined (ALLOW_ATM_WIND)) |
| 34 |
# define ALLOW_BULKFORMULAE |
| 35 |
#endif |
| 36 |
|
| 37 |
C Relaxation to monthly climatologies. |
| 38 |
#undef ALLOW_CLIMTEMP_RELAXATION |
| 39 |
#undef ALLOW_CLIMSALT_RELAXATION |
| 40 |
#define ALLOW_CLIMSST_RELAXATION |
| 41 |
#define ALLOW_CLIMSSS_RELAXATION |
| 42 |
|
| 43 |
C Use spatial interpolation to interpolate |
| 44 |
C forcing files from input grid to model grid. |
| 45 |
#define USE_EXF_INTERPOLATION |
| 46 |
|
| 47 |
#endif /* ECCO_CPPOPTIONS_H */ |