140 |
C o Execution environment support options |
C o Execution environment support options |
141 |
#include "CPP_EEOPTIONS.h" |
#include "CPP_EEOPTIONS.h" |
142 |
|
|
143 |
C o Include/exclude code specific to the ECCO/SEALION version. |
C o Include/exclude the external forcing package. To use this package, |
144 |
#undef INCLUDE_ECCO_PACKAGE |
C you have to include the calendar tool as well. KPP can be switched |
145 |
#ifdef INCLUDE_ECCO_PACKAGE |
C on or off. The implementation automatically takes care of this. |
146 |
#include "ECCO_CPPOPTIONS.h" |
#define INCLUDE_EXTERNAL_FORCING_PACKAGE |
147 |
|
#ifdef INCLUDE_EXTERNAL_FORCING_PACKAGE |
148 |
|
# include "ECCO_CPPOPTIONS.h" |
149 |
#endif |
#endif |
|
|
|