| 4 |
#ifndef CPP_OPTIONS_H |
#ifndef CPP_OPTIONS_H |
| 5 |
#define CPP_OPTIONS_H |
#define CPP_OPTIONS_H |
| 6 |
|
|
|
ceh3 #include "PACKAGES_CONFIG.h" |
|
|
|
|
| 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 |
|
|