/[MITgcm]/MITgcm/verification/internal_wave/code/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/internal_wave/code/CPP_OPTIONS.h

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

revision 1.2 by cnh, Sun Feb 4 14:38:53 2001 UTC revision 1.7 by adcroft, Tue May 27 13:52:01 2003 UTC
# Line 7  C CPP flags controlling which code in in Line 7  C CPP flags controlling which code in in
7  C will be compiled.  C will be compiled.
8  C  C
9    
10    C o Include/exclude code for AIM package
11    #undef  ALLOW_AIM
12    
13  C o Include/exclude code for GM/Redi parameterization  C o Include/exclude code for GM/Redi parameterization
14  #undef  ALLOW_GMREDI  #undef  ALLOW_GMREDI
15    
16  C o Include/exclude code for KPP mixing scheme  C o Include/exclude code for KPP mixing scheme
17  #undef  ALLOW_KPP  #undef  ALLOW_KPP
18    
19    C o Shortwave heating as extra term in external_forcing.F
20    #ifdef ALLOW_KPP
21    #define  SHORTWAVE_HEATING
22    #endif
23    
24    C o Include/exclude code for Shapiro filters
25    #undef  ALLOW_SHAP_FILT
26    
27  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
28  C   coriolis terms  C   coriolis terms
29  #undef   INCLUDE_CD_CODE  #undef   INCLUDE_CD_CODE
# Line 21  C o Include/exclude code for open-bounda Line 32  C o Include/exclude code for open-bounda
32  #define  ALLOW_OBCS  #define  ALLOW_OBCS
33    
34  C o Include/exclude diagnostics package interface code  C o Include/exclude diagnostics package interface code
35  #define  INCLUDE_DIAGNOSTICS_INTERFACE_CODE  #define  ALLOW_TIMEAVE
36    
37  C o Include/exclude latitude circle FFT filter  C o Include/exclude zonal FFT filter code
38  #undef  INCLUDE_LAT_CIRC_FFT_FILTER_CODE  #undef  ALLOW_ZONAL_FILT
39    
40  C o Include/exclude temperature advection code  C o Include/exclude temperature advection code
41  #define  INCLUDE_T_ADVECTION_CODE  #define  INCLUDE_T_ADVECTION_CODE
# Line 94  C o Include/exclude momentum eqn metric Line 105  C o Include/exclude momentum eqn metric
105  C o Include/exclude phi_hyd calculation code  C o Include/exclude phi_hyd calculation code
106  #define INCLUDE_PHIHYD_CALCULATION_CODE  #define INCLUDE_PHIHYD_CALCULATION_CODE
107    
 C o Include/exclude prognostic variable shapiro filter code  
 C   Note - Shapiro filter of prognostics variables requires the  
 C          three steps "step forward including edges", filter,  
 C          "communicate edges".  
 C           If the filtering code is included then we do not use the  
 C          pipelined "step forward including edges" in S/R DYNAMICS.  
 C          Instead the three steps are performed before DYNAMICS one  
 C          after another in an un-pipelined fashion.  
 #undef  INCLUDE_SHAPIRO_FILTER_CODE  
 #ifdef  INCLUDE_SHAPIRO_FILTER_CODE  
 #undef  DO_PIPELINED_CORRECTION_STEP  
 #endif  
 #ifndef INCLUDE_SHAPIRO_FILTER_CODE  
 #define DO_PIPELINED_CORRECTION_STEP  
 #endif  
   
 C o Include/exclude call to S/R FIND_RHO  
 #define INCLUDE_FIND_RHO_CALL  
   
108  C o Include/exclude call to S/R CONVECT  C o Include/exclude call to S/R CONVECT
109  #define INCLUDE_CONVECT_CALL  #define INCLUDE_CONVECT_CALL
110    
 C o Include/exclude call to S/R CALC_ISOSLOPES  
 #define INCLUDE_CALC_ISOSLOPES_CALL  
   
111  C o Include/exclude call to S/R CALC_DIFFUSIVITY  C o Include/exclude call to S/R CALC_DIFFUSIVITY
112  #define INCLUDE_CALC_DIFFUSIVITY_CALL  #define INCLUDE_CALC_DIFFUSIVITY_CALL
113    
# Line 129  C o Use "natural" boundary conditions fo Line 118  C o Use "natural" boundary conditions fo
118  C   instead of the "virtual salt flux"  C   instead of the "virtual salt flux"
119  #undef  USE_NATURAL_BCS  #undef  USE_NATURAL_BCS
120    
121    C o Use "Exact Convervation" of fluid in Free-Surface formulation
122    C   so that d/dt(eta) is exactly equal to - Div.Transport
123    #define EXACT_CONSERV
124    
125    C o Allow the use of Non-Linear Free-Surface formulation
126    C   this implies that surface thickness (hFactors) vary with time
127    #define NONLIN_FRSURF
128    
129  C o Use "OLD" UV discretisation near boundaries (*not* recommended)  C o Use "OLD" UV discretisation near boundaries (*not* recommended)
130  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
131  C          because the old code did not have no-slip BCs  C          because the old code did not have no-slip BCs
# Line 141  C          because the old code did not Line 138  C          because the old code did not
138    
139  C o Execution environment support options  C o Execution environment support options
140  #include "CPP_EEOPTIONS.h"  #include "CPP_EEOPTIONS.h"
141    
142    C o Include/exclude code specific to the ECCO/SEALION version.
143    #undef INCLUDE_ECCO_PACKAGE
144    #ifdef INCLUDE_ECCO_PACKAGE
145    #include "ECCO_CPPOPTIONS.h"
146    #endif
147    

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

  ViewVC Help
Powered by ViewVC 1.1.22