| 1 | 
 C $Header$ | 
 C $Header$ | 
| 2 | 
  | 
 C $Name$ | 
| 3 | 
 C | 
 C | 
| 4 | 
  | 
  | 
| 5 | 
 C  | 
 C  | 
| 7 | 
 C will be compiled. | 
 C will be compiled. | 
| 8 | 
 C | 
 C | 
| 9 | 
  | 
  | 
| 10 | 
  | 
 C o Include/exclude code for GM/Redi parameterization | 
| 11 | 
  | 
 #undef  ALLOW_GMREDI | 
| 12 | 
  | 
  | 
| 13 | 
  | 
 C o Include/exclude code for KPP mixing scheme | 
| 14 | 
  | 
 #define  ALLOW_KPP | 
| 15 | 
  | 
  | 
| 16 | 
  | 
 C o Shortwave heating as extra term in external_forcing.F | 
| 17 | 
  | 
 #ifdef ALLOW_KPP | 
| 18 | 
  | 
 #define  SHORTWAVE_HEATING | 
| 19 | 
  | 
 #endif | 
| 20 | 
  | 
  | 
| 21 | 
 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  | 
| 22 | 
 C   coriolis terms | 
 C   coriolis terms | 
| 23 | 
 #define  INCLUDE_CD_CODE | 
 #define  INCLUDE_CD_CODE | 
| 24 | 
  | 
  | 
| 25 | 
  | 
 C o Include/exclude code for open-boundary conditions | 
| 26 | 
  | 
 #undef  ALLOW_OBCS | 
| 27 | 
  | 
  | 
| 28 | 
 C o Include/exclude diagnostics package interface code | 
 C o Include/exclude diagnostics package interface code | 
| 29 | 
 #define  INCLUDE_DIAGNOSTICS_INTERFACE_CODE | 
 #define  INCLUDE_DIAGNOSTICS_INTERFACE_CODE | 
| 30 | 
  | 
  | 
| 127 | 
 C o Include/exclude call to S/R CALC_DIFFUSIVITY | 
 C o Include/exclude call to S/R CALC_DIFFUSIVITY | 
| 128 | 
 #define INCLUDE_CALC_DIFFUSIVITY_CALL | 
 #define INCLUDE_CALC_DIFFUSIVITY_CALL | 
| 129 | 
  | 
  | 
| 130 | 
  | 
 C o Allow nonHydrostatic code | 
| 131 | 
  | 
 #undef  ALLOW_NONHYDROSTATIC | 
| 132 | 
  | 
  | 
| 133 | 
 C o Use "natural" boundary conditions for salinity | 
 C o Use "natural" boundary conditions for salinity | 
| 134 | 
 C   instead of the "virtual salt flux" | 
 C   instead of the "virtual salt flux" | 
| 135 | 
 #undef USE_NATURAL_BCS | 
 #undef  USE_NATURAL_BCS | 
| 136 | 
  | 
  | 
| 137 | 
 C o Use "OLD" UV discretisation near boundaries (*not* recommended) | 
 C o Use "OLD" UV discretisation near boundaries (*not* recommended) | 
| 138 | 
 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 | 
| 146 | 
  | 
  | 
| 147 | 
 C o Execution environment support options | 
 C o Execution environment support options | 
| 148 | 
 #include "CPP_EEOPTIONS.h" | 
 #include "CPP_EEOPTIONS.h" | 
| 149 | 
  | 
  | 
| 150 | 
  | 
 C o Include/exclude code specific to the ECCO/SEALION version. | 
| 151 | 
  | 
 #undef INCLUDE_ECCO_PACKAGE | 
| 152 | 
  | 
 #ifdef INCLUDE_ECCO_PACKAGE | 
| 153 | 
  | 
 #include "ECCO_CPPOPTIONS.h" | 
| 154 | 
  | 
 #endif | 
| 155 | 
  | 
  | 
| 156 | 
  | 
  | 
| 157 | 
  | 
  |