Opened 9 years ago
Last modified 9 years ago
#708 closed bug
Unallocated variable idefQCK in mod_ncparam.F — at Initial Version
Reported by: | arango | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.7 |
Component: | Nonlinear | Version: | 3.7 |
Keywords: | Cc: |
Description
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.
Many thanks to users at NOAA for bringing this to my attention.
Note:
See TracTickets
for help on using tickets.