/[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.23 by edhill, Thu Oct 9 04:19:18 2003 UTC revision 1.26 by edhill, Thu Oct 16 15:47:57 2003 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
4  #include "PACKAGES_CONFIG.h"  #ifndef CPP_OPTIONS_H
5    #define CPP_OPTIONS_H
6    
7    ceh3 #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
# Line 33  C o Include/exclude call to S/R CONVECT Line 36  C o Include/exclude call to S/R CONVECT
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
# Line 69  C o Include/exclude code specific to the Line 68  C o Include/exclude code specific to the
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    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.26

  ViewVC Help
Powered by ViewVC 1.1.22