/[MITgcm]/MITgcm/eesupp/inc/EEPARAMS.h
ViewVC logotype

Diff of /MITgcm/eesupp/inc/EEPARAMS.h

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

revision 1.2 by cnh, Thu Apr 23 20:59:34 1998 UTC revision 1.3 by cnh, Sun Apr 26 23:41:54 1998 UTC
# Line 29  C     PRINT_MAP_XZ        - Flag indicat Line 29  C     PRINT_MAP_XZ        - Flag indicat
29  C     PRINT_MAP_YZ        - Flag indicating to plot map as YZ slices  C     PRINT_MAP_YZ        - Flag indicating to plot map as YZ slices
30  C     commentCharacter    - Variable used in column 1 of parameter files to  C     commentCharacter    - Variable used in column 1 of parameter files to
31  C                           indicate comments.  C                           indicate comments.
32    C     INDEX_I             - Variable used to select an index label
33    C     INDEX_J               for formatted input parameters.
34    C     INDEX_K
35    C     INDEX_NONE
36        CHARACTER*(*) SQUEEZE_RIGHT        CHARACTER*(*) SQUEEZE_RIGHT
37        PARAMETER ( SQUEEZE_RIGHT = 'R' )        PARAMETER ( SQUEEZE_RIGHT = 'R' )
38        CHARACTER*(*) SQUEEZE_LEFT        CHARACTER*(*) SQUEEZE_LEFT
# Line 43  C                           indicate com Line 47  C                           indicate com
47        PARAMETER ( PRINT_MAP_YZ = 'YZ' )        PARAMETER ( PRINT_MAP_YZ = 'YZ' )
48        CHARACTER*(*) commentCharacter        CHARACTER*(*) commentCharacter
49        PARAMETER ( commentCharacter = '#' )        PARAMETER ( commentCharacter = '#' )
50          INTEGER INDEX_I
51          INTEGER INDEX_J
52          INTEGER INDEX_K  
53          INTEGER INDEX_NONE
54          PARAMETER ( INDEX_I    = 1,
55         &            INDEX_J    = 2,
56         &            INDEX_K    = 3,
57         &            INDEX_NONE = 4 )
58    
59  C     Particularly weird and obscure voodoo numbers  C     Particularly weird and obscure voodoo numbers
60  C     lShare  - This wants to be the length in  C     lShare  - This wants to be the length in

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22