Runtime error line 322 of inp_decode.f90

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
iriskeizer

Runtime error line 322 of inp_decode.f90

#1 Unread post by iriskeizer »

Hello everyone,

I'm a beginner at working with ROMS. Currently, I'm trying to run an application for the NWES very similar to the one used in this paper: https://doi.org/10.1029/2020JC016325
However, with the newest version of the model.

When I try to run my application on the Snellius supercomputer, the application immediately crashes with an empty log file. I cannot figure out the slurm messages about the errors, does anyone else know from these error messages what might be going wrong?

I added the whole file with the error messages as an attachment, the important parts might be:

Error termination. Backtrace:
At line 322 of file inp_decode.f90
Fortran runtime error: Bad real number in item 1 of list input






Error termination. Backtrace:
#0 0x154d6230e9b8 in read_real
at ../../../libgfortran/io/list_read.c:2026
#1 0x154d6230fdd4 in list_formatted_read_scalar
at ../../../libgfortran/io/list_read.c:2180
#0 0x145d9fd969b8 in read_real
at ../../../libgfortran/io/list_read.c:2026
#1 0x145d9fd97dd4 in list_formatted_read_scalar
at ../../../libgfortran/io/list_read.c:2180
#0 0x145e735c69b8 in read_real
at ../../../libgfortran/io/list_read.c:2026
#1 0x145e735c7dd4 in list_formatted_read_scalar
at ../../../libgfortran/io/list_read.c:2180
#0 0x151a672c19b8 in read_real
at ../../../libgfortran/io/list_read.c:2026
#1 0x151a672c2dd4 in list_formatted_read_scalar
at ../../../libgfortran/io/list_read.c:2180
#0 0x14808adec9b8 in read_real
at ../../../libgfortran/io/list_read.c:2026
#1 0x14808adeddd4 in list_formatted_read_scalar
at ../../../libgfortran/io/list_read.c:2180
#0 0x14e4f405e9b8 in read_real
at ../../../libgfortran/io/list_read.c:2026
#1 0x14e4f405fdd4 in list_formatted_read_scalar
at ../../../libgfortran/io/list_read.c:2180
#0 0x14cf343db9b8 in read_real
at ../../../libgfortran/io/list_read.c:2026
#1 0x14cf343dcdd4 in list_formatted_read_scalar
at ../../../libgfortran/io/list_read.c:2180
#2 0x662229 in ???
#2 0x662229 in ???
#2 0x662229 in ???
#2 0x662229 in ???
#3 0x610d8c in ???
#3 0x610d8c in ???
#3 0x610d8c in ???
#0 0x152164d429b8 in read_real
at ../../../libgfortran/io/list_read.c:2026
#1 0x152164d43dd4 in list_formatted_read_scalar
at ../../../libgfortran/io/list_read.c:2180
#2 0x662229 in ???
#3 0x610d8c in ???
#0 0x14b6dfa119b8 in read_real
at ../../../libgfortran/io/list_read.c:2026
#1 0x14b6dfa12dd4 in list_formatted_read_scalar
at ../../../libgfortran/io/list_read.c:2180
#2 0x662229 in ???
#3 0x610d8c in ???
#2 0x662229 in ???
#3 0x610d8c in ???








#2 0x662229 in ???
#3 0x610d8c in ???
#4 0x4aac64 in ???
#5 0x404785 in ???
#6 0x40406c in ???
#7 0x403eac in ???
#8 0x14e83a2d8492 in ???
#9 0x403f0d in ???
#10 0xffffffffffffffff in ???
slurmstepd: error: mpi/pmix_v2: _errhandler: tcn387 [0]: pmixp_client_v2.c:211: Error handler invoked: status = -25, source = [slurm.pmix.806294.0:49]
srun: error: tcn387: tasks 0-127: Exited with exit code 2
srun: launch/slurm: _step_signal: Terminating StepId=806294.0
Attachments
slurm-806294.txt
slurm output file containing error messages
(62.73 KiB) Downloaded 136 times

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

Re: Runtime error line 322 of inp_decode.f90

#2 Unread post by jcwarner »

you could look at
At line 322 of file inp_decode.f90
and see what is trying to be read. looks like it wants a real but getting an integer or something like that.

Post Reply