This might be a stupid problem......I restarted a computation from rst files. However, I met a problem when roms is about to build the final history file in this computation. In my case,there should be four history NCfile generated, it stalls before the creation of the fourth file. The back trace error shows that there is an error on the index of 'his%nrec':
Code: Select all
At line 96 of file output.f90
Fortran runtime error: Index '5' of dimension 1 of array 'his%nrec' above upper bound of 4
Code: Select all
! Input/Output parameters.
NRREC == -1 -1
LcycleRST == F F
NRST == 796 3980
NSTA == 1 1
NFLT == 1 1
NINFO == 1 1
! Output history, quicksave, average, and diagnostic files parameters.
LDEFOUT == F F
NHIS == 1 5
NDEFHIS == 199 995
NQCK == 0 0
NDEFQCK == 0 0
NTSAVG == 1 1
NAVG == 0 0
NDEFAVG == 0 0
NTSDIA == 1 1
NDIA == 0 0
NDEFDIA == 0 0
Thank you very much!