when I am running the latest version (1084) of ROMS for longer simulations I got an error after/before writing the last avg file.
I am outputting 10 records per single avg file (10 daily records / file), model crash just when it needs to create the very last avg file.
Have anyone else stepped on a similar problem? Just looking into the code and it seems there is some new logic added ...
Code: Select all
OUTPUT - multi-file counter AVG(ng)%load = 37, is greater than Nfiles = 36 dimension
in structure when creating next file: ./outputs/avg_0037.nc
Incorrect OutFiles logic in 'read_phypar'.
Found Error: 04 Line: 370 Source: ROMS/Nonlinear/output.F
Found Error: 04 Line: 518 Source: ROMS/Nonlinear/main3d.F
Found Error: 04 Line: 301 Source: ROMS/Drivers/nl_roms.h, ROMS_run
Ivica