| 6 | C will be compiled. | C will be compiled. | 
| 7 | C | C | 
| 8 |  |  | 
| 9 |  | C o Include/exclude code for GM/Redi parameterization | 
| 10 |  | #undef  ALLOW_GMREDI | 
| 11 |  |  | 
| 12 |  | C o Include/exclude code for KPP mixing scheme | 
| 13 |  | #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 | #define  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 | 
| 26 |  |  | 
| 27 | C o Include/exclude diagnostics package interface code | C o Include/exclude diagnostics package interface code | 
| 28 | #define  INCLUDE_DIAGNOSTICS_INTERFACE_CODE | #define  INCLUDE_DIAGNOSTICS_INTERFACE_CODE | 
| 126 | C o Include/exclude call to S/R CALC_DIFFUSIVITY | C o Include/exclude call to S/R CALC_DIFFUSIVITY | 
| 127 | #define INCLUDE_CALC_DIFFUSIVITY_CALL | #define INCLUDE_CALC_DIFFUSIVITY_CALL | 
| 128 |  |  | 
| 129 |  | C o Allow nonHydrostatic code | 
| 130 |  | #undef  ALLOW_NONHYDROSTATIC | 
| 131 |  |  | 
| 132 | C o Use "natural" boundary conditions for salinity | C o Use "natural" boundary conditions for salinity | 
| 133 | C   instead of the "virtual salt flux" | C   instead of the "virtual salt flux" | 
| 134 | #undef USE_NATURAL_BCS | #undef  USE_NATURAL_BCS | 
| 135 |  |  | 
| 136 | C o Use "OLD" UV discretisation near boundaries (*not* recommended) | C o Use "OLD" UV discretisation near boundaries (*not* recommended) | 
| 137 | C   Note - only works with  #undef NO_SLIP_LATERAL  in calc_mom_rhs.F | C   Note - only works with  #undef NO_SLIP_LATERAL  in calc_mom_rhs.F | 
| 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 |  |  |