/[MITgcm]/MITgcm/verification/aim.5l_cs/code/EEPARAMS.h
ViewVC logotype

Diff of /MITgcm/verification/aim.5l_cs/code/EEPARAMS.h

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

revision 1.1 by cnh, Mon Jun 18 17:40:06 2001 UTC revision 1.2 by jmc, Sun Aug 3 03:43:10 2003 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    CBOP
4    C     !ROUTINE: EEPARAMS.h
5    C     !INTERFACE:
6    C     include "EEPARAMS.h"
7  C  C
8  C     /==========================================================\  C     !DESCRIPTION:
9    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
17    
18  C     MAX_LEN_MBUF         - Default message buffer max. size  C     MAX_LEN_MBUF         - Default message buffer max. size
19  C     MAX_LEN_FNAM         - Default file name max. size  C     MAX_LEN_FNAM         - Default file name max. size
# Line 68  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
# Line 104  C     MAX_NO_BARRIERS - Maximum number o Line 113  C     MAX_NO_BARRIERS - Maximum number o
113        INTEGER MAX_NO_PROCS        INTEGER MAX_NO_PROCS
114        PARAMETER ( MAX_NO_PROCS   =  128 )        PARAMETER ( MAX_NO_PROCS   =  128 )
115        INTEGER MAX_NO_BARRIERS        INTEGER MAX_NO_BARRIERS
116        PARAMETER ( MAX_NO_BARRIERS =   1 )        PARAMETER ( MAX_NO_BARRIERS = 1 )
117    
118  C--   COMMON /EEPARAMS_L/ Execution environment public logical variables.  C--   COMMON /EEPARAMS_L/ Execution environment public logical variables.
119  C     eeBootError - Flag indicating error during multi-processing  C     eeBootError - Flag indicating error during multi-processing

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

  ViewVC Help
Powered by ViewVC 1.1.22