| 10 |  |  | 
| 11 | C | C | 
| 12 |  |  | 
| 13 | C | CBOP | 
| 14 |  | C !ROUTINE: CPP_OPTIONS.h | 
| 15 |  | C !INTERFACE: | 
| 16 |  | C include "CPP_OPTIONS.h" | 
| 17 |  | C !DESCRIPTION: | 
| 18 | C CPP flags controlling which code in included in the files that | C CPP flags controlling which code in included in the files that | 
| 19 | C will be compiled. | C will be compiled. | 
| 20 | C | CEOP | 
| 21 |  |  | 
| 22 | C o Include/exclude code for AIM package | C o Include/exclude code for AIM package | 
| 23 | #undef  ALLOW_AIM | #undef  ALLOW_AIM | 
| 130 | C   instead of the "virtual salt flux" | C   instead of the "virtual salt flux" | 
| 131 | #undef  USE_NATURAL_BCS | #undef  USE_NATURAL_BCS | 
| 132 |  |  | 
| 133 |  | C o Use "Exact Convervation" of fluid in Free-Surface formulation | 
| 134 |  | C   so that d/dt(eta) is exactly equal to - Div.Transport | 
| 135 |  | #undef EXACT_CONSERV | 
| 136 |  |  | 
| 137 |  | C o Allow the use of Non-Linear Free-Surface formulation | 
| 138 |  | C   this implies that surface thickness (hFactors) vary with time | 
| 139 |  | #undef NONLIN_FRSURF | 
| 140 |  |  | 
| 141 | C o Use "OLD" UV discretisation near boundaries (*not* recommended) | C o Use "OLD" UV discretisation near boundaries (*not* recommended) | 
| 142 | 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 | 
| 143 | C          because the old code did not have no-slip BCs | C          because the old code did not have no-slip BCs | 
| 148 | C          because the old code did not have no-slip BCs | C          because the old code did not have no-slip BCs | 
| 149 | #undef  OLD_UV_GEOMETRY | #undef  OLD_UV_GEOMETRY | 
| 150 |  |  | 
| 151 |  | C o Include/exclude code for sea-ice model | 
| 152 |  | #undef  ALLOW_SEAICE | 
| 153 |  |  | 
| 154 | C o Execution environment support options | C o Execution environment support options | 
| 155 | #include "CPP_EEOPTIONS.h" | #include "CPP_EEOPTIONS.h" | 
| 156 |  |  | 
| 159 | #ifdef INCLUDE_ECCO_PACKAGE | #ifdef INCLUDE_ECCO_PACKAGE | 
| 160 | #include "ECCO_CPPOPTIONS.h" | #include "ECCO_CPPOPTIONS.h" | 
| 161 | #endif | #endif | 
|  |  |  |