/[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.3 by cnh, Sun Apr 26 23:41:54 1998 UTC revision 1.4 by cnh, Thu May 21 18:30:45 1998 UTC
# Line 128  C     nTy         - No. of threads in Y Line 128  C     nTy         - No. of threads in Y
128  C                   This assumes a simple cartesian  C                   This assumes a simple cartesian
129  C                   gridding of the threads which is not required elsewhere  C                   gridding of the threads which is not required elsewhere
130  C                   but that makes it easier.  C                   but that makes it easier.
131    C     ioErrorCount - IO Error Counter. Set to zero initially and increased
132    C                    by one every time an IO error occurs.
133        COMMON /EEPARAMS_I/ errorMessageUnit, standardMessageUnit,        COMMON /EEPARAMS_I/ errorMessageUnit, standardMessageUnit,
134       & scrUnit1, scrUnit2, eeDataUnit, modelDataUnit,       & scrUnit1, scrUnit2, eeDataUnit, modelDataUnit,
135       & numberOfProcs, pidIO, myProcId,       & numberOfProcs, pidIO, myProcId,
136       & myPx, myPy, myXGlobalLo, myYGlobalLo, nThreads,       & myPx, myPy, myXGlobalLo, myYGlobalLo, nThreads,
137       & myBxLo, myBxHi, myByLo, myByHi,       & myBxLo, myBxHi, myByLo, myByHi,
138       & nTx, nTy       & nTx, nTy, ioErrorCount
139        INTEGER eeDataUnit        INTEGER eeDataUnit
140        INTEGER errorMessageUnit        INTEGER errorMessageUnit
141          INTEGER ioErrorCount(MAX_NO_THREADS)
142        INTEGER modelDataUnit        INTEGER modelDataUnit
143        INTEGER myBxLo(MAX_NO_THREADS)        INTEGER myBxLo(MAX_NO_THREADS)
144        INTEGER myBxHi(MAX_NO_THREADS)        INTEGER myBxHi(MAX_NO_THREADS)

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

  ViewVC Help
Powered by ViewVC 1.1.22