Hello!
I am running SMOKE 5.3 and getting a runtime error when I try to run the nonpt sector script. I have run every other sector in the example case (point, onroad, all other nonpoint sectors) without runtime errors. This one seems to be related to the program artopnt.
I compiled SMOKE according to these instructions: B. Instructions for SMOKE Installation · CEMPD/SMOKE Wiki · GitHub and I am following instructions ot run the test case from here: GitHub - CEMPD/SMOKE-ExampleCase-v3 · GitHub
Here are the modules I am using for compiling both IOAPI 3.2 and SMOKE 5.3: gcc/8.5.0 netcdf-fortran/4.6.2 netcdf-c/4.9.3 hdf5/1.14.6 zlib/1.2.11 szip/2.1.1
These are the compiler flags I got from the compilation LOG file, specifically for the program procar2pt: gfortran -I/uufs/chpc.utah.edu/common/home/daq-group5/IOAPI3.2.gcc/ioapi/ fixed_src -I/uufs/chpc.utah.edu/common/home/daq-group5/SMOKE5.3/src/inc -I/uufs/chpc.utah.edu/common/home/daq-group5/IOAPI3.2.gcc/Linux2_x86_64dbg -g -Og -ffixed-line-length-132 -fbacktrace -fno-backslash -fcheck=all -Wall -Wsurprising -fbounds-check -finit-real=snan -m64 -g -std=legacy -fbacktrace -Wsurprising -fbounds-check -finit-real=snan -m64 -DAUTO_ARRAYS=1 -DF90=1 -DFLDMN=1 -DFSTR_L=int -DIOAPI_NO_STDOUT=1 -DNEED_ARGS=1 -c /uufs/chpc.utah.edu/common/home/daq-group5/SMOKE5.3/src/smkinven/procar2pt.f
When I try to run Annual_nonpt_12US1_2022he_cb6_22m.csh (I did not change anything in this job script from the original test case file), I get this error:
At line 448 of file /uufs/chpc.utah.edu/common/home/daq-group5/SMOKE5.3/src/smkinven/procar2pt.f
Fortran runtime error: Index '1' of dimension 1 of array 'oldcmact' below lower bound of 30106
Error termination. Backtrace:
#0 0x14fd91232171 in ???
#1 0x14fd91232d19 in ???
#2 0x14fd912330fb in ???
#3 0x42ffeb in procar2pt_
at /uufs/chpc.utah.edu/common/home/daq-group5/SMOKE5.3/src/smkinven/procar2pt.f:448
#4 0x403453 in adjustinv_
at /uufs/chpc.utah.edu/common/home/daq-group5/SMOKE5.3/src/smkinven/adjustinv.f:80
#5 0x43640f in procinven_
at /uufs/chpc.utah.edu/common/home/daq-group5/SMOKE5.3/src/smkinven/procinven.f:474
#6 0x48bcd8 in smkinven
at /uufs/chpc.utah.edu/common/home/daq-group5/SMOKE5.3/src/smkinven/smkinven.f:280
#7 0x48dfdd in main
at /uufs/chpc.utah.edu/common/home/daq-group5/SMOKE5.3/src/smkinven/smkinven.f:58