Error when writing AVG files

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
User avatar
jivica
Posts: 169
Joined: Mon May 05, 2003 2:41 pm
Location: The University of Western Australia, Perth, Australia
Contact:

Error when writing AVG files

#1 Unread post by jivica »

Dear all,
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
Cheers,
Ivica

User avatar
jivica
Posts: 169
Joined: Mon May 05, 2003 2:41 pm
Location: The University of Western Australia, Perth, Australia
Contact:

Re: Error when writing AVG files

#2 Unread post by jivica »

Possibly it is along the line

Post Reply