/[MITgcm]/MITgcm/model/inc/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/model/inc/CPP_OPTIONS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by cnh, Fri Apr 24 02:11:36 1998 UTC revision 1.22.2.1 by adcroft, Wed Oct 1 20:43:17 2003 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C  C $Name$
3    
4    C CPP flags controlling particular source code features
5    
6    C o Include/exclude code for C-D grid method of integrating the
7    C   coriolis terms
8    #define  INCLUDE_CD_CODE
9    
10    C o Include/exclude temperature forcing code
11    C#define  INCLUDE_T_FORCING_CODE
12    
13    C o Shortwave heating as extra term in external_forcing.F
14    C Note: this should be a run-time option and not necessarily dependent on KPP
15    #ifdef ALLOW_KPP
16    #define  SHORTWAVE_HEATING
17    #endif
18    
19    C o Include/exclude momentum forcing code
20    #define INCLUDE_MOMENTUM_FORCING_CODE
21    
22    C o Include/exclude momentum eqn metric terms code
23    #define INCLUDE_MOMENTUM_METRIC_TERM_CODE
24    
25    C o Include/exclude phi_hyd calculation code
26    #define INCLUDE_PHIHYD_CALCULATION_CODE
27    
28    C o Include/exclude call to S/R CONVECT
29    #define INCLUDE_CONVECT_CALL
30    
31    C o Include/exclude call to S/R CALC_DIFFUSIVITY
32    #define INCLUDE_CALC_DIFFUSIVITY_CALL
33    
34    C o Allow nonHydrostatic code
35    #define ALLOW_NONHYDROSTATIC
36    
37    C o Include pressure loading code
38    #define ATMOSPHERIC_LOADING
39    
40    C o Use "natural" boundary conditions for salinity
41    C   instead of the "virtual salt flux"
42    #undef  USE_NATURAL_BCS
43    
44    C o Use "Exact Convervation" of fluid in Free-Surface formulation
45    C   so that d/dt(eta) is exactly equal to - Div.Transport
46    #define EXACT_CONSERV
47    
48    C o Allow the use of Non-Linear Free-Surface formulation
49    C   this implies that surface thickness (hFactors) vary with time
50    #define NONLIN_FRSURF
51    
52    C o Use "OLD" UV discretisation near boundaries (*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_ADV_BCS
56    
57    C o Use "OLD" UV geometry on sphere (definately *NOT* recommended)
58    C   Note - only works with  #undef NO_SLIP_LATERAL  in calc_mom_rhs.F
59    C          because the old code did not have no-slip BCs
60    #undef  OLD_UV_GEOMETRY
61    
62    C o Execution environment support options
63    #include "CPP_EEOPTIONS.h"
64    
65    C o Include/exclude code specific to the ECCO/SEALION version.
66    #undef INCLUDE_ECCO_PACKAGE
67    #ifdef INCLUDE_ECCO_PACKAGE
68    #include "ECCO_CPPOPTIONS.h"
69    #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.22.2.1

  ViewVC Help
Powered by ViewVC 1.1.22