Opened 5 years ago

Last modified 5 years ago

#835 closed bug

trouble in output — at Initial Version

Reported by: kate Owned by:
Priority: major Milestone: Release ROMS/TOMS 3.8
Component: Nonlinear Version: 3.8
Keywords: Cc:

Description

If you run the standard upwelling case with NTIMES = 18, NAVG = 9, NDEFAVG = 9, it blows up:

Image              PC                Routine            Line        Source             
oceanG             00000000021D3096  Unknown               Unknown  Unknown
oceanG             000000000092C915  output_                   283  output.f90
oceanG             0000000000813DF1  main3d_                   231  main3d.f90

the line in question is:

283             AVG(ng)%Nrec(Fcount)=0

The test above:

278             IF (iic(ng).eq.ntstart(ng)) THEN

is never true, so AVG(ng)%load starts at 1, goes to 2, then 3. When Fcount is 3, it goes out of bounds with AVG(ng)%Nrec is dimensioned size 2.

It was working before: src:ticket:825, trunk@982

Change History (0)

Note: See TracTickets for help on using tickets.