18 |
#endif |
#endif |
19 |
|
|
20 |
C o Include/exclude code for Shapiro filters |
C o Include/exclude code for Shapiro filters |
21 |
#define ALLOW_SHAP_FILT |
#undef ALLOW_SHAP_FILT |
22 |
|
|
23 |
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 |
24 |
C coriolis terms |
C coriolis terms |
35 |
|
|
36 |
C o Include/exclude temperature advection code |
C o Include/exclude temperature advection code |
37 |
cph |
cph |
38 |
#define INCLUDE_TR1_ADVECTION_CODE |
#undef INCLUDE_TR1_ADVECTION_CODE |
39 |
#define INCLUDE_T_ADVECTION_CODE |
#define INCLUDE_T_ADVECTION_CODE |
40 |
#ifdef INCLUDE_T_ADVECTION_CODE |
#ifdef INCLUDE_T_ADVECTION_CODE |
41 |
#define _ADT(a)a |
#define _ADT(a)a |
45 |
#endif |
#endif |
46 |
|
|
47 |
C o Include/exclude temperature diffusion code |
C o Include/exclude temperature diffusion code |
48 |
#define INCLUDE_TR1_DIFFUSION_CODE |
#undef INCLUDE_TR1_DIFFUSION_CODE |
49 |
#define INCLUDE_T_DIFFUSION_CODE |
#define INCLUDE_T_DIFFUSION_CODE |
50 |
#ifdef INCLUDE_T_DIFFUSION_CODE |
#ifdef INCLUDE_T_DIFFUSION_CODE |
51 |
#define _LPT(a)a |
#define _LPT(a)a |
142 |
#undef OLD_STYLE_WITH_MANY_FILES |
#undef OLD_STYLE_WITH_MANY_FILES |
143 |
|
|
144 |
C o Add passive tracer advection routines |
C o Add passive tracer advection routines |
145 |
#define ALLOW_PASSIVE_TRACER |
#undef ALLOW_PASSIVE_TRACER |
146 |
|
|
147 |
C o Execution environment support options |
C o Execution environment support options |
148 |
#include "CPP_EEOPTIONS.h" |
#include "CPP_EEOPTIONS.h" |