/[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.7 by heimbach, Mon Nov 13 16:20:30 2000 UTC revision 1.17 by edhill, Sun Sep 11 18:52:25 2005 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2    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 67  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 101  C     MAX_NO_BARRIERS - Maximum number o Line 111  C     MAX_NO_BARRIERS - Maximum number o
111        INTEGER MAX_NO_THREADS        INTEGER MAX_NO_THREADS
112        PARAMETER ( MAX_NO_THREADS =   32 )        PARAMETER ( MAX_NO_THREADS =   32 )
113        INTEGER MAX_NO_PROCS        INTEGER MAX_NO_PROCS
114        PARAMETER ( MAX_NO_PROCS   =  128 )        PARAMETER ( MAX_NO_PROCS   =  2048 )
115        INTEGER MAX_NO_BARRIERS        INTEGER MAX_NO_BARRIERS
116        PARAMETER ( MAX_NO_BARRIERS = 1 )        PARAMETER ( MAX_NO_BARRIERS = 1 )
117    
# Line 110  C     eeBootError - Flag indicating erro Line 120  C     eeBootError - Flag indicating erro
120  C     eeEndError    initialisation/termination.  C     eeEndError    initialisation/termination.
121  C     fatalError  - Flag used to indicate that the model is ended with  C     fatalError  - Flag used to indicate that the model is ended with
122  C                   an error  C                   an error
123        COMMON /EEPARAMS_L/ eeBootError, fatalError, eeEndError  C     useCoupler  - use Coupler for a multi-components set-up
124          COMMON /EEPARAMS_L/ eeBootError, fatalError, eeEndError,
125         &  useCubedSphereExchange, useCoupler, useSETRLSTK
126        LOGICAL eeBootError        LOGICAL eeBootError
127        LOGICAL eeEndError        LOGICAL eeEndError
128        LOGICAL fatalError        LOGICAL fatalError
129          LOGICAL useCubedSphereExchange
130          LOGICAL useCoupler
131          LOGICAL useSETRLSTK
132    
133  C--   COMMON /EPARAMS_I/ Execution environment public integer variables.  C--   COMMON /EPARAMS_I/ Execution environment public integer variables.
134  C     errorMessageUnit    - Fortran IO unit for error messages  C     errorMessageUnit    - Fortran IO unit for error messages
# Line 176  C                    by one every time a Line 191  C                    by one every time a
191        INTEGER scrUnit1        INTEGER scrUnit1
192        INTEGER scrUnit2        INTEGER scrUnit2
193        INTEGER standardMessageUnit        INTEGER standardMessageUnit
194    
195    CEH3 ;;; Local Variables: ***
196    CEH3 ;;; mode:fortran ***
197    CEH3 ;;; End: ***

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.22