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

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

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

revision 1.4 by heimbach, Mon Jul 30 20:42:45 2001 UTC revision 1.5 by adcroft, Thu Aug 30 13:01:14 2001 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
 C Parameter common bloack  
       INTEGER gad_advection_scheme  
 c     COMMON /GAD_PARS/  
 c    &    gad_advection_scheme  
       PARAMETER(gad_advection_scheme=2)  
   
4  C Enumerated constants for selecting advection schemes  C Enumerated constants for selecting advection schemes
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    
9  C Centered 2nd order  C Centered 2nd order
10        INTEGER ENUM_CENTERED_2ND        INTEGER ENUM_CENTERED_2ND

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22