/[MITgcm]/MITgcm_contrib/quarter_degree_global/code/CPP_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/quarter_degree_global/code/CPP_OPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Tue Nov 30 01:29:12 2004 UTC (20 years, 8 months ago) by dimitri
Branch: MAIN
File MIME type: text/plain
MITgcm_contrib/quarter_degree_global/*

1 dimitri 1.1 C $Header: $
2     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
10    
11     C o Shortwave heating as extra term in external_forcing.F
12     #define SHORTWAVE_HEATING
13    
14     C o Include/exclude phi_hyd calculation code
15     #define INCLUDE_PHIHYD_CALCULATION_CODE
16    
17     C o Include/exclude call to S/R CONVECT
18     #define INCLUDE_CONVECT_CALL
19    
20     C o Include/exclude call to S/R CALC_DIFFUSIVITY
21     #define INCLUDE_CALC_DIFFUSIVITY_CALL
22    
23     C o Include/exclude nonHydrostatic code
24     #undef ALLOW_NONHYDROSTATIC
25    
26     C o Include pressure loading code
27     #define ATMOSPHERIC_LOADING
28    
29     C o Use "Exact Convervation" of fluid in Free-Surface formulation
30     C so that d/dt(eta) is exactly equal to - Div.Transport
31     #define EXACT_CONSERV
32    
33     C o Allow the use of Non-Linear Free-Surface formulation
34     C this implies that surface thickness (hFactors) vary with time
35     #define NONLIN_FRSURF
36    
37     C o Execution environment support options
38     #include "CPP_EEOPTIONS.h"
39    
40     C o Include/exclude code specific to the ECCO/SEALION version.
41     #if (defined (ALLOW_AUTODIFF) || \
42     defined (ALLOW_ECCO) || \
43     defined (ALLOW_EXF))
44     # include "ECCO_CPPOPTIONS.h"
45     #endif
46    
47     #endif /* CPP_OPTIONS_H */
48    

  ViewVC Help
Powered by ViewVC 1.1.22