/[MITgcm]/MITgcm/pkg/generic_advdiff/GAD_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/pkg/generic_advdiff/GAD_OPTIONS.h

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

revision 1.4 by adcroft, Fri Sep 28 03:36:16 2001 UTC revision 1.5 by edhill, Thu Oct 9 04:19:19 2003 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.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22