| 10 |
#undef ALLOW_GMREDI |
#undef ALLOW_GMREDI |
| 11 |
|
|
| 12 |
C o Include/exclude code for KPP mixing scheme |
C o Include/exclude code for KPP mixing scheme |
| 13 |
#undef ALLOW_KPP |
#define ALLOW_KPP |
| 14 |
|
|
| 15 |
|
C o Shortwave heating as extra term in external_forcing.F |
| 16 |
|
#ifdef ALLOW_KPP |
| 17 |
|
#define SHORTWAVE_HEATING |
| 18 |
|
#endif |
| 19 |
|
|
| 20 |
C o Include/exclude code for C-D grid method of integrating the |
C o Include/exclude code for C-D grid method of integrating the |
| 21 |
C coriolis terms |
C coriolis terms |
| 22 |
#undef INCLUDE_CD_CODE |
#define INCLUDE_CD_CODE |
| 23 |
|
|
| 24 |
C o Include/exclude code for open-boundary conditions |
C o Include/exclude code for open-boundary conditions |
| 25 |
#undef ALLOW_OBCS |
#undef ALLOW_OBCS |
| 145 |
|
|
| 146 |
C o Execution environment support options |
C o Execution environment support options |
| 147 |
#include "CPP_EEOPTIONS.h" |
#include "CPP_EEOPTIONS.h" |
| 148 |
|
|
| 149 |
|
C o Include/exclude code specific to the ECCO/SEALION version. |
| 150 |
|
#undef INCLUDE_ECCO_PACKAGE |
| 151 |
|
#ifdef INCLUDE_ECCO_PACKAGE |
| 152 |
|
#include "ECCO_CPPOPTIONS.h" |
| 153 |
|
#endif |
| 154 |
|
|
| 155 |
|
|
| 156 |
|
|