/[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.10 by cnh, Fri Sep 21 03:54:35 2001 UTC revision 1.12 by heimbach, Fri Nov 15 03:57:11 2002 UTC
# Line 10  C     *================================= Line 10  C     *=================================
10  C     | EEPARAMS.h                                               |  C     | EEPARAMS.h                                               |
11  C     *==========================================================*  C     *==========================================================*
12  C     | Parameters for "execution environemnt". These are used   |  C     | Parameters for "execution environemnt". These are used   |
13  C     | by both the particular numerical model and the "execution|  C     | by both the particular numerical model and the execution |
14  C     | environment" support routines.                           |  C     | environment support routines.                            |
15  C     *==========================================================*  C     *==========================================================*
16  CEOP  CEOP
17    
# Line 74  C                           an edge exch Line 74  C                           an edge exch
74    
75  C     FORWARD_SIMULATION  C     FORWARD_SIMULATION
76  C     REVERSE_SIMULATION  C     REVERSE_SIMULATION
77    C     TANGENT_SIMULATION
78        INTEGER FORWARD_SIMULATION        INTEGER FORWARD_SIMULATION
79        INTEGER REVERSE_SIMULATION        INTEGER REVERSE_SIMULATION
80          INTEGER TANGENT_SIMULATION
81        PARAMETER ( FORWARD_SIMULATION = 0,        PARAMETER ( FORWARD_SIMULATION = 0,
82       &            REVERSE_SIMULATION = 1 )       &            REVERSE_SIMULATION = 1,
83         &            TANGENT_SIMULATION = 2 )
84    
85    
86  C     Particularly weird and obscure voodoo numbers  C     Particularly weird and obscure voodoo numbers

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.22