| 1 | edhill | 1.27 | C $Header: /u/u3/gcmpack/MITgcm/model/inc/CPP_OPTIONS.h,v 1.26 2003/10/16 15:47:57 edhill Exp $ | 
| 2 | jmc | 1.15 | C $Name:  $ | 
| 3 | adcroft | 1.17 |  | 
| 4 | edhill | 1.25 | #ifndef CPP_OPTIONS_H | 
| 5 |  |  | #define CPP_OPTIONS_H | 
| 6 |  |  |  | 
| 7 | edhill | 1.23 | C CPP flags controlling particular source code features | 
| 8 | adcroft | 1.10 |  | 
| 9 | cnh | 1.6 | C o Include/exclude temperature forcing code | 
| 10 | edhill | 1.23 | C#define  INCLUDE_T_FORCING_CODE | 
| 11 | cnh | 1.6 |  | 
| 12 | edhill | 1.23 | C o Shortwave heating as extra term in external_forcing.F | 
| 13 |  |  | C Note: this should be a run-time option and not necessarily dependent on KPP | 
| 14 |  |  | #ifdef ALLOW_KPP | 
| 15 |  |  | #define  SHORTWAVE_HEATING | 
| 16 | cnh | 1.6 | #endif | 
| 17 |  |  |  | 
| 18 |  |  | C o Include/exclude momentum forcing code | 
| 19 |  |  | #define INCLUDE_MOMENTUM_FORCING_CODE | 
| 20 |  |  |  | 
| 21 |  |  | C o Include/exclude momentum eqn metric terms code | 
| 22 |  |  | #define INCLUDE_MOMENTUM_METRIC_TERM_CODE | 
| 23 |  |  |  | 
| 24 |  |  | C o Include/exclude phi_hyd calculation code | 
| 25 |  |  | #define INCLUDE_PHIHYD_CALCULATION_CODE | 
| 26 |  |  |  | 
| 27 |  |  | C o Include/exclude call to S/R CONVECT | 
| 28 |  |  | #define INCLUDE_CONVECT_CALL | 
| 29 |  |  |  | 
| 30 |  |  | C o Include/exclude call to S/R CALC_DIFFUSIVITY | 
| 31 |  |  | #define INCLUDE_CALC_DIFFUSIVITY_CALL | 
| 32 | adcroft | 1.8 |  | 
| 33 | edhill | 1.24 | C o Include/exclude nonHydrostatic code | 
| 34 |  |  | #undef ALLOW_NONHYDROSTATIC | 
| 35 | edhill | 1.23 |  | 
| 36 |  |  | C o Include pressure loading code | 
| 37 |  |  | #define ATMOSPHERIC_LOADING | 
| 38 | adcroft | 1.11 |  | 
| 39 | adcroft | 1.18 | C o Use "Exact Convervation" of fluid in Free-Surface formulation | 
| 40 |  |  | C   so that d/dt(eta) is exactly equal to - Div.Transport | 
| 41 | edhill | 1.23 | #define EXACT_CONSERV | 
| 42 | adcroft | 1.18 |  | 
| 43 |  |  | C o Allow the use of Non-Linear Free-Surface formulation | 
| 44 |  |  | C   this implies that surface thickness (hFactors) vary with time | 
| 45 | edhill | 1.24 | #undef NONLIN_FRSURF | 
| 46 | adcroft | 1.7 |  | 
| 47 |  |  | C o Use "OLD" UV discretisation near boundaries (*not* recommended) | 
| 48 |  |  | C   Note - only works with  #undef NO_SLIP_LATERAL  in calc_mom_rhs.F | 
| 49 |  |  | C          because the old code did not have no-slip BCs | 
| 50 |  |  | #undef  OLD_ADV_BCS | 
| 51 |  |  |  | 
| 52 |  |  | C o Use "OLD" UV geometry on sphere (definately *NOT* recommended) | 
| 53 |  |  | C   Note - only works with  #undef NO_SLIP_LATERAL  in calc_mom_rhs.F | 
| 54 |  |  | C          because the old code did not have no-slip BCs | 
| 55 |  |  | #undef  OLD_UV_GEOMETRY | 
| 56 | dimitri | 1.22 |  | 
| 57 | cnh | 1.6 | C o Execution environment support options | 
| 58 | adcroft | 1.3 | #include "CPP_EEOPTIONS.h" | 
| 59 | heimbach | 1.13 |  | 
| 60 |  |  | C o Include/exclude code specific to the ECCO/SEALION version. | 
| 61 |  |  | #undef INCLUDE_ECCO_PACKAGE | 
| 62 |  |  | #ifdef INCLUDE_ECCO_PACKAGE | 
| 63 |  |  | #include "ECCO_CPPOPTIONS.h" | 
| 64 |  |  | #endif | 
| 65 | edhill | 1.25 |  | 
| 66 |  |  | #endif /* CPP_OPTIONS_H */ | 
| 67 |  |  |  |