Fortran runtime error: Index '79' of dimension 1 of array 'pconv' above upper bound of 78
Dear all,
I am a new user of the FLEXPART11 modelling system. I get the following runtime error when I try to run the FLEXPART 11 version with eta coordinates. However, I was able to run the FLEXPART 10.4 with the same meteorological data without this error. I use meteorological fields from ECMWF ERA-5 (levels 78-137). Can you please look into this issue?
At line 804 of file conv_mod.f90
Fortran runtime error: Index '79' of dimension 1 of array 'pconv' above upper bound of 78
Error termination. Backtrace:
#0 0x44721f in __conv_mod_MOD_redist
at /lunarc/nobackup/projects/ghg_inv/vishnu/Projects/test/flexpart11/build/conv_mod.f90:804
#1 0x44be32 in __conv_mod_MOD_convmix
at /lunarc/nobackup/projects/ghg_inv/vishnu/Projects/test/flexpart11/build/conv_mod.f90:383
#2 0x541ef9 in __timemanager_mod_MOD_timemanager
at /lunarc/nobackup/projects/ghg_inv/vishnu/Projects/test/flexpart11/build/timemanager_mod.f90:265
#3 0x4662e9 in flexpart
at /lunarc/nobackup/projects/ghg_inv/vishnu/Projects/test/flexpart11/build/FLEXPART.f90:115
#4 0x403780 in main
at /lunarc/nobackup/projects/ghg_inv/vishnu/Projects/test/flexpart11/build/FLEXPART.f90:36
I am attaching the COMMAND file and the script I used to copy meteorological files from the ECMWF server with this email.
I downloaded the files with the help of 'flex_extract'.
python3 submit.py --start_date=20180101 --end_date=20180131 --controlfile=CONTROL --sendto swestore:FLEXPART/meteo/all_levels
Thanks in advance.
Best, Vishnu.
Edited by Michael Blaschek