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

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

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


Revision 1.5 - (hide annotations) (download)
Thu Aug 30 13:01:14 2001 UTC (22 years, 8 months ago) by adcroft
Branch: MAIN
Changes since 1.4: +4 -7 lines
File MIME type: text/plain
Deleted unused common block and parameter. Better to be safe.

1 adcroft 1.5 C $Header: /u/gcmpack/models/MITgcmUV/pkg/generic_advdiff/GAD.h,v 1.4 2001/07/30 20:42:45 heimbach Exp $
2 heimbach 1.4 C $Name: $
3 adcroft 1.1
4     C Enumerated constants for selecting advection schemes
5 adcroft 1.5 C - unfortunately, there is no easy way to make use of the
6     C tokens in namelist input so for now we have to enter the
7     C tokens value into "data" (ie. 2 for 2nd order etc.)
8 adcroft 1.1
9     C Centered 2nd order
10     INTEGER ENUM_CENTERED_2ND
11     PARAMETER(ENUM_CENTERED_2ND=2)
12 jmc 1.2
13     C 3rd order upwind
14     INTEGER ENUM_UPWIND_3RD
15     PARAMETER(ENUM_UPWIND_3RD=3)
16 adcroft 1.1
17     C Centered 4th order
18     INTEGER ENUM_CENTERED_4TH
19     PARAMETER(ENUM_CENTERED_4TH=4)
20    
21     C Non-linear flux limiter
22     INTEGER ENUM_FLUX_LIMIT
23     PARAMETER(ENUM_FLUX_LIMIT=77)
24    
25     C Third/fourth order interpolation factor
26     _RL oneSixth
27 heimbach 1.4 PARAMETER(oneSixth=1.D0/6.D0)
28 adcroft 1.1
29     C Differentiate between tracers (only needed for KPP - arrgh!!!)
30     INTEGER GAD_TEMPERATURE
31 heimbach 1.3 PARAMETER(GAD_TEMPERATURE=101)
32 adcroft 1.1 INTEGER GAD_SALINITY
33 heimbach 1.3 PARAMETER(GAD_SALINITY=102)
34     INTEGER GAD_TR1
35     PARAMETER(GAD_TR1=103)

  ViewVC Help
Powered by ViewVC 1.1.22