/[MITgcm]/MITgcm/verification/global2x2_tot/code/GAD_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/global2x2_tot/code/GAD_OPTIONS.h

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

revision 1.1.2.1 by heimbach, Thu Apr 4 12:05:47 2002 UTC revision 1.3 by jmc, Sat Feb 4 02:59:01 2012 UTC
# Line 14  CEOP Line 14  CEOP
14  C CPP options file for GAD (Generic Advection Diffusion) package  C CPP options file for GAD (Generic Advection Diffusion) package
15  C  C
16  C Use this file for selecting options within the GAD package  C Use this file for selecting options within the GAD package
 C  
 C GAD is enabled with ALLOW_GAD in CPP_OPTIONS.h  
   
 #include "CPP_OPTIONS.h"  
17    
18  #ifndef __GAD_OPTIONS  #ifndef GAD_OPTIONS_H
19    #define GAD_OPTIONS_H
20    #include "PACKAGES_CONFIG.h"
21  #ifndef DISABLE_GENERIC_ADVDIFF  #ifndef DISABLE_GENERIC_ADVDIFF
22    
23    #include "CPP_OPTIONS.h"
24    
25  C The selects the form of COSINE(lat) scaling of bi-harmonic term.  C The selects the form of COSINE(lat) scaling of bi-harmonic term.
26  C *only for use on a lat-lon grid*  C *only for use on a lat-lon grid*
27  #define COSINEMETH_III  #define COSINEMETH_III
# Line 41  C If GAD is disabled then so is multi-di Line 41  C If GAD is disabled then so is multi-di
41  #define DISABLE_MULTIDIM_ADVECTION  #define DISABLE_MULTIDIM_ADVECTION
42    
43  #endif /* DISABLE_GENERIC_ADVDIFF */  #endif /* DISABLE_GENERIC_ADVDIFF */
44  #define __GAD_OPTIONS  #endif /* GAD_OPTIONS_H */
 #endif /* __GAD_OPTIONS */  

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22