| 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 | 
| 25 |  | #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 | 
| 29 |  |  | 
| 33 | C o Include/exclude temperature advection code | C o Include/exclude temperature advection code | 
| 34 | #define  INCLUDE_T_ADVECTION_CODE | #define  INCLUDE_T_ADVECTION_CODE | 
| 35 | #ifdef   INCLUDE_T_ADVECTION_CODE | #ifdef   INCLUDE_T_ADVECTION_CODE | 
| 36 | #define  _ADT(a) a | #define  _ADT(a)a | 
| 37 | #endif | #endif | 
| 38 | #ifndef  INCLUDE_T_ADVECTION_CODE | #ifndef  INCLUDE_T_ADVECTION_CODE | 
| 39 | #define  _ADT(a) | #define  _ADT(a) | 
| 42 | C o Include/exclude temperature diffusion code | C o Include/exclude temperature diffusion code | 
| 43 | #define  INCLUDE_T_DIFFUSION_CODE | #define  INCLUDE_T_DIFFUSION_CODE | 
| 44 | #ifdef   INCLUDE_T_DIFFUSION_CODE | #ifdef   INCLUDE_T_DIFFUSION_CODE | 
| 45 | #define  _LPT(a) a | #define  _LPT(a)a | 
| 46 | #define  _BHT(a) a | #define  _BHT(a)a | 
| 47 | #endif | #endif | 
| 48 | #ifndef  INCLUDE_T_DIFFUSION_CODE | #ifndef  INCLUDE_T_DIFFUSION_CODE | 
| 49 | #define  _LPT(a) | #define  _LPT(a) | 
| 56 | C o Include/exclude momentum advection code | C o Include/exclude momentum advection code | 
| 57 | #define  INCLUDE_MOMENTUM_ADVECTION_CODE | #define  INCLUDE_MOMENTUM_ADVECTION_CODE | 
| 58 | #ifdef   INCLUDE_MOMENTUM_ADVECTION_CODE | #ifdef   INCLUDE_MOMENTUM_ADVECTION_CODE | 
| 59 | #define  _ADM(a) a | #define  _ADM(a)a | 
| 60 | #endif | #endif | 
| 61 | #ifndef  INCLUDE_MOMENTUM_ADVECTION_CODE | #ifndef  INCLUDE_MOMENTUM_ADVECTION_CODE | 
| 62 | #define  _ADM(a) | #define  _ADM(a) | 
| 65 | C o Include/exclude laplacian viscosity code | C o Include/exclude laplacian viscosity code | 
| 66 | #define  INCLUDE_LP_MOMENTUM_DIFFUSION_CODE | #define  INCLUDE_LP_MOMENTUM_DIFFUSION_CODE | 
| 67 | #ifdef   INCLUDE_LP_MOMENTUM_DIFFUSION_CODE | #ifdef   INCLUDE_LP_MOMENTUM_DIFFUSION_CODE | 
| 68 | #define  _LPM(a) a | #define  _LPM(a)a | 
| 69 | #endif | #endif | 
| 70 | #ifndef  INCLUDE_LP_MOMENTUM_DIFFUSION_CODE | #ifndef  INCLUDE_LP_MOMENTUM_DIFFUSION_CODE | 
| 71 | #define  _LPM(a) | #define  _LPM(a) | 
| 74 | C o Include/exclude biharmonic viscosity code | C o Include/exclude biharmonic viscosity code | 
| 75 | #define  INCLUDE_BH_MOMENTUM_DIFFUSION_CODE | #define  INCLUDE_BH_MOMENTUM_DIFFUSION_CODE | 
| 76 | #ifdef   INCLUDE_BH_MOMENTUM_DIFFUSION_CODE | #ifdef   INCLUDE_BH_MOMENTUM_DIFFUSION_CODE | 
| 77 | #define  _BHM(a) a | #define  _BHM(a)a | 
| 78 | #endif | #endif | 
| 79 | #ifndef  INCLUDE_BH_MOMENTUM_DIFFUSION_CODE | #ifndef  INCLUDE_BH_MOMENTUM_DIFFUSION_CODE | 
| 80 | #define  _BHM(a) | #define  _BHM(a) | 
| 83 | C o Include/exclude gradient of phy_hyd code | C o Include/exclude gradient of phy_hyd code | 
| 84 | #define INCLUDE_GRADPH_CODE | #define INCLUDE_GRADPH_CODE | 
| 85 | #ifdef  INCLUDE_GRADPH_CODE | #ifdef  INCLUDE_GRADPH_CODE | 
| 86 | #define _PHM(a) a | #define _PHM(a)a | 
| 87 | #endif | #endif | 
| 88 | #ifndef INCLUDE_GRADPH_CODE | #ifndef INCLUDE_GRADPH_CODE | 
| 89 | #define _PHM(a) | #define _PHM(a) | 
| 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 | 
| 133 |  | C   instead of the "virtual salt flux" | 
| 134 |  | #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 | 
| 138 | C          because the old code did not have no-slip BCs | C          because the old code did not have no-slip BCs | 
| 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 |  |  |