17 |
|
|
18 |
#include "CPP_OPTIONS.h" |
#include "CPP_OPTIONS.h" |
19 |
|
|
|
C o Set precision for KPP variables (Real*4 or Real*8) |
|
|
#define _KPP_RL Real*8 |
|
|
|
|
|
C o When set, use exchange calls rather than recomputation |
|
|
C to obtain KPP parameters in overlap region. This option |
|
|
C was added to reduce stack size requirements on the |
|
|
C Origin 2000. It decreases memory and computation |
|
|
C requirements at the expense of increased communications. |
|
|
C For a 64-processor 360x224x46 MPI configuration on the |
|
|
C Exemplar or Origin 2000, wall clock time is about the |
|
|
C same whether FRUGAL_KPP is turned on or off. |
|
|
#define FRUGAL_KPP |
|
|
|
|
20 |
C o When set, smooth zonal shear meridionally and |
C o When set, smooth zonal shear meridionally and |
21 |
C meridional shear zonally with 121 filters |
C meridional shear zonally with 121 filters |
22 |
#define KPP_SMOOTH_SHSQ |
#define KPP_SMOOTH_SHSQ |
42 |
C level thickness in the model. |
C level thickness in the model. |
43 |
#undef KPP_ESTIMATE_UREF |
#undef KPP_ESTIMATE_UREF |
44 |
|
|
|
C o Include/exclude various time-averaged diagnostic output |
|
|
C for saving storage space |
|
|
#ifdef INCLUDE_DIAGNOSTICS_INTERFACE_CODE |
|
|
#define INCLUDE_DIAGNOSTICS_KPP |
|
|
#undef INCLUDE_DIAGNOSTICS_KPPDIFFKZSTAVE |
|
|
#endif |
|
|
|
|
45 |
C o Include/exclude KPP non/local transport terms |
C o Include/exclude KPP non/local transport terms |
46 |
#define KPP_GHAT |
#define KPP_GHAT |
47 |
|
|
|
C o Set precision for KPP variables (Real*4 or Real*8) |
|
|
|
|
48 |
#endif /* ALLOW_KPP */ |
#endif /* ALLOW_KPP */ |
49 |
#endif /* KPP_OPTIONS_H */ |
#endif /* KPP_OPTIONS_H */ |
50 |
|
|