Error in inp_decode.f90 while running the roms_upwelling.in

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
sougata24
Posts: 8
Joined: Fri Dec 08, 2023 4:10 pm
Location: SPPU

Error in inp_decode.f90 while running the roms_upwelling.in

#1 Unread post by sougata24 »

While I am trying to run the roms_upwelling.in with boundary, climatology and initial condition data from HYCOM, I am getting this error -

Code: Select all

At line 307 of file inp_decode.f90
Fortran runtime error: Index '101' of dimension 1 of array 'rval' above upper bound of 100

Error termination. Backtrace:
#0  0x7faf2c784970 in ???
#1  0x7faf2c7854f9 in ???
#2  0x7faf2c785af6 in ???
#3  0x5600e2a0cee1 in __inp_decode_mod_MOD_decode_line
I have no clue why this error is coming. Any help would be highly appreciated!

jcwarner
Posts: 1182
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

Re: Error in inp_decode.f90 while running the roms_upwelling.in

#2 Unread post by jcwarner »

look at
line 307 of file inp_decode.f90
and see what the code is trying to read.

Post Reply