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

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

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


Revision 1.1 - (hide annotations) (download)
Wed May 30 19:34:48 2001 UTC (22 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre3, checkpoint40pre1, checkpoint40pre7, checkpoint40pre6, checkpoint40pre9, checkpoint40pre8, checkpoint40pre2, checkpoint40pre4, checkpoint40pre5, checkpoint40
File MIME type: text/plain
Added "gad" package. Needs generalizing to allow selection
of advection schemes at run-time and different schemes for
each tracer.

1 adcroft 1.1 C $Header: $
2     C $Name: $
3    
4     C CPP options file for GAD (Generic Advection Diffusion) package
5     C
6     C Use this file for selecting options within the GAD package
7     C
8     C GAD is enabled with ALLOW_GAD in CPP_OPTIONS.h
9    
10     #include "CPP_OPTIONS.h"
11    
12     ccc#ifdef ALLOW_GAD
13    
14     C This turns on the flux limiter terms
15     #define GAD_USE_FLUX_LIMITER
16    
17     C The selects the form of COSINE(lat) scaling of bi-harmonic term.
18     C *only for use on a lat-lon grid*
19     #define COSINEMETH_III
20    
21     C The selects isotropic scaling of bi-harmonic term when
22     C using the COSINE(lat) scaling.
23     #undef ISOTROPIC_COS_SCALING
24    
25    
26     ccc#endif /* ALLOW_GAD */

  ViewVC Help
Powered by ViewVC 1.1.22