| 1 |
C $Header$ |
C $Header$ |
| 2 |
C $Name$ |
C $Name$ |
| 3 |
|
|
| 4 |
#include "PACKAGES_CONFIG.h" |
#ifndef CPP_OPTIONS_H |
| 5 |
|
#define CPP_OPTIONS_H |
| 6 |
|
|
| 7 |
C CPP flags controlling particular source code features |
C CPP flags controlling particular source code features |
| 8 |
|
|
|
C o Include/exclude code for C-D grid method of integrating the |
|
|
C coriolis terms |
|
|
#undef INCLUDE_CD_CODE |
|
|
|
|
| 9 |
C o Include/exclude temperature forcing code |
C o Include/exclude temperature forcing code |
| 10 |
C#define INCLUDE_T_FORCING_CODE |
C#define INCLUDE_T_FORCING_CODE |
| 11 |
|
|
| 62 |
#ifdef INCLUDE_ECCO_PACKAGE |
#ifdef INCLUDE_ECCO_PACKAGE |
| 63 |
#include "ECCO_CPPOPTIONS.h" |
#include "ECCO_CPPOPTIONS.h" |
| 64 |
#endif |
#endif |
| 65 |
|
|
| 66 |
|
#endif /* CPP_OPTIONS_H */ |
| 67 |
|
|