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

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

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


Revision 1.2 - (show annotations) (download)
Wed Sep 19 20:45:09 2001 UTC (22 years, 8 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint42, checkpoint41
Changes since 1.1: +12 -2 lines
File MIME type: text/plain
Added comments in form compatible with "protex".

1 C $Header: /u/gcmpack/models/MITgcmUV/pkg/generic_advdiff/GAD_OPTIONS.h,v 1.1 2001/05/30 19:34:48 adcroft Exp $
2 C $Name: $
3
4 CBOP
5 C !ROUTINE: GAD_OPTIONS.h
6
7 C !INTERFACE:
8 C #include "GAD_OPTIONS.h"
9
10 C !DESCRIPTION:
11 C Contains CPP macros/flags for controlling optional features of package.
12 CEOP
13
14 C CPP options file for GAD (Generic Advection Diffusion) package
15 C
16 C Use this file for selecting options within the GAD package
17 C
18 C GAD is enabled with ALLOW_GAD in CPP_OPTIONS.h
19
20 #include "CPP_OPTIONS.h"
21
22 ccc#ifdef ALLOW_GAD
23
24 C This turns on the flux limiter terms
25 #define GAD_USE_FLUX_LIMITER
26
27 C The selects the form of COSINE(lat) scaling of bi-harmonic term.
28 C *only for use on a lat-lon grid*
29 #define COSINEMETH_III
30
31 C The selects isotropic scaling of bi-harmonic term when
32 C using the COSINE(lat) scaling.
33 #undef ISOTROPIC_COS_SCALING
34
35
36 ccc#endif /* ALLOW_GAD */

  ViewVC Help
Powered by ViewVC 1.1.22