--- MITgcm/eesupp/inc/EEPARAMS.h 1998/04/26 23:41:54 1.3 +++ MITgcm/eesupp/inc/EEPARAMS.h 1998/05/21 18:30:45 1.4 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/eesupp/inc/EEPARAMS.h,v 1.3 1998/04/26 23:41:54 cnh Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/eesupp/inc/EEPARAMS.h,v 1.4 1998/05/21 18:30:45 cnh Exp $ C C /==========================================================\ C | EEPARAMS.h | @@ -128,14 +128,17 @@ C This assumes a simple cartesian C gridding of the threads which is not required elsewhere C but that makes it easier. +C ioErrorCount - IO Error Counter. Set to zero initially and increased +C by one every time an IO error occurs. COMMON /EEPARAMS_I/ errorMessageUnit, standardMessageUnit, & scrUnit1, scrUnit2, eeDataUnit, modelDataUnit, & numberOfProcs, pidIO, myProcId, & myPx, myPy, myXGlobalLo, myYGlobalLo, nThreads, & myBxLo, myBxHi, myByLo, myByHi, - & nTx, nTy + & nTx, nTy, ioErrorCount INTEGER eeDataUnit INTEGER errorMessageUnit + INTEGER ioErrorCount(MAX_NO_THREADS) INTEGER modelDataUnit INTEGER myBxLo(MAX_NO_THREADS) INTEGER myBxHi(MAX_NO_THREADS)