| 1 | C $Header$ | C $Header$ | 
| 2 | C $Name$ | C $Name$ | 
| 3 |  |  | 
| 4 |  | #ifndef CPP_OPTIONS_H | 
| 5 |  | #define CPP_OPTIONS_H | 
| 6 |  |  | 
| 7 |  | #include "PACKAGES_CONFIG.h" | 
| 8 |  |  | 
| 9 | C CPP flags controlling particular source code features | C CPP flags controlling particular source code features | 
| 10 |  |  | 
| 11 | 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 | 
| 12 | C   coriolis terms | C   coriolis terms | 
| 13 | #define  INCLUDE_CD_CODE | #undef  INCLUDE_CD_CODE | 
| 14 |  |  | 
| 15 | C o Include/exclude temperature forcing code | C o Include/exclude temperature forcing code | 
| 16 | C#define  INCLUDE_T_FORCING_CODE | C#define  INCLUDE_T_FORCING_CODE | 
| 36 | C o Include/exclude call to S/R CALC_DIFFUSIVITY | C o Include/exclude call to S/R CALC_DIFFUSIVITY | 
| 37 | #define INCLUDE_CALC_DIFFUSIVITY_CALL | #define INCLUDE_CALC_DIFFUSIVITY_CALL | 
| 38 |  |  | 
| 39 | C o Allow nonHydrostatic code | C o Include/exclude nonHydrostatic code | 
| 40 | #define ALLOW_NONHYDROSTATIC | #undef ALLOW_NONHYDROSTATIC | 
| 41 |  |  | 
| 42 | C o Include pressure loading code | C o Include pressure loading code | 
| 43 | #define ATMOSPHERIC_LOADING | #define ATMOSPHERIC_LOADING | 
| 44 |  |  | 
|  | C o Use "natural" boundary conditions for salinity |  | 
|  | C   instead of the "virtual salt flux" |  | 
|  | #undef  USE_NATURAL_BCS |  | 
|  |  |  | 
| 45 | C o Use "Exact Convervation" of fluid in Free-Surface formulation | C o Use "Exact Convervation" of fluid in Free-Surface formulation | 
| 46 | C   so that d/dt(eta) is exactly equal to - Div.Transport | C   so that d/dt(eta) is exactly equal to - Div.Transport | 
| 47 | #define EXACT_CONSERV | #define EXACT_CONSERV | 
| 48 |  |  | 
| 49 | C o Allow the use of Non-Linear Free-Surface formulation | C o Allow the use of Non-Linear Free-Surface formulation | 
| 50 | C   this implies that surface thickness (hFactors) vary with time | C   this implies that surface thickness (hFactors) vary with time | 
| 51 | #define NONLIN_FRSURF | #undef NONLIN_FRSURF | 
| 52 |  |  | 
| 53 | C o Use "OLD" UV discretisation near boundaries (*not* recommended) | C o Use "OLD" UV discretisation near boundaries (*not* recommended) | 
| 54 | 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 | 
| 68 | #ifdef INCLUDE_ECCO_PACKAGE | #ifdef INCLUDE_ECCO_PACKAGE | 
| 69 | #include "ECCO_CPPOPTIONS.h" | #include "ECCO_CPPOPTIONS.h" | 
| 70 | #endif | #endif | 
| 71 |  |  | 
| 72 |  | #endif /* CPP_OPTIONS_H */ | 
| 73 |  |  |