Fail in history file generation

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
IBH123
Posts: 9
Joined: Wed Feb 27, 2019 8:24 pm
Location: Stony Brook University

Fail in history file generation

#1 Unread post by IBH123 »

Hi there:

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
Here is my input output parameters and history file parameters:

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
I just want to restart from the most recent computation. Is there any obvious mistakes? Or this error could be related to something else?

Thank you very much!

Post Reply