Opened 8 years ago

Last modified 8 years ago

#708 closed bug

Unallocated variable idefQCK in mod_ncparam.F — at Version 1

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

Description (last modified by arango)

The variable idefQCK in mod_ncparam.F was unallocated. This was giving a segmentation error in output.F line 147:

forrtl: severe (408): fort: (2): Subscript #1 of the array IDEFQCK has value 1 which is greater than the upper bound of -1

Image              PC                Routine            Line        Source
oceanG             000000010E8687B4  _output_                  147  output.f90
oceanG             000000010E7DE034  _main3d_                  215  main3d.f90
oceanG             000000010D8670FD  _ocean_control_mo         178  ocean_control.f90
oceanG             000000010D865261  _MAIN__                    86  master.f90
oceanG             000000010D864D16  Unknown               Unknown  Unknown

when input parameter NDEFQCK had a nonzero value during the creation of the QUICKSAVE output NetCDF file.

Many thanks to users at NOAA for bringing this to my attention.

Change History (1)

comment:1 by arango, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.