davidl2000
New member
I generated a 15km global to 3km variable resolution grid that centers on a specific region in the U.S. for severe weather modeling using the MPAS-Tools Python library. I then used the MPAS-Limited-Area Python tool to select a rectangular domain for what I would like to model (essentially the CONUS). I attempted to use this grid to run (with WPS files generated from GFS data) init_atmosphere with config_static_interp = true and config_native_gwd_static = true as it gets to the terrain generation part this segmentation fault occurs (this is in debug mode)
I've recompiled this over a dozen times, using different configurations (single vs double precision, gnu and gfortran, etc) and cannot figure out why this is segfaulting. It cannot be a memory issue because System Monitor shows RAM usage, even with mpirun -np 8 to be less than 50% of the total system's RAM (I have 64GB RAM on this machine)
P.S. I'm being told when attaching files that I cannot because the temp. directory is missing on the site, so when that is rectified I will upload my namelist.init_atmosphere, log.init_atmosphere.0000.out, and whatever else someone tells me is needed to help debug this.
Thanks in advance
davidl2000@davidl2000-Main-PC:~/Model_HUB/MPAS-Model$ ./init_atmosphere_model At line 724 of file mpas_atm_advection.FFortran runtime error: Index '7' of dimension 1 of array 'indx' above upper bound of 6Error termination. Backtrace:#0 0x96f82823e59 in ???#1 0x96f82824a71 in ???#2 0x96f82825082 in ???#3 0x5cbf378ea596 in __atm_advection_MOD_elgs at /home/davidl2000/Model_HUB/MPAS-Model/src/core_init_atmosphere/mpas_atm_advection.F:724#4 0x5cbf378eb439 in __atm_advection_MOD_migs at /home/davidl2000/Model_HUB/MPAS-Model/src/core_init_atmosphere/mpas_atm_advection.F:655#5 0x5cbf378f055a in __atm_advection_MOD_poly_fit_2 at /home/davidl2000/Model_HUB/MPAS-Model/src/core_init_atmosphere/mpas_atm_advection.F:605#6 0x5cbf378f599c in __atm_advection_MOD_atm_initialize_advection_rk at /home/davidl2000/Model_HUB/MPAS-Model/src/core_init_atmosphere/mpas_atm_advection.F:288#7 0x5cbf3792dbdd in __mpas_init_atm_static_MOD_init_atm_static at /home/davidl2000/Model_HUB/MPAS-Model/src/core_init_atmosphere/mpas_init_atm_static.F:1260#8 0x5cbf378e2fe4 in __init_atm_cases_MOD_init_atm_setup_case at /home/davidl2000/Model_HUB/MPAS-Model/src/core_init_atmosphere/mpas_init_atm_cases.F:216#9 0x5cbf377eb227 in __init_atm_core_MOD_init_atm_core_run at /home/davidl2000/Model_HUB/MPAS-Model/src/core_init_atmosphere/mpas_init_atm_core.F:92#10 0x5cbf377459ca in __mpas_subdriver_MOD_mpas_run at /home/davidl2000/Model_HUB/MPAS-Model/src/driver/mpas_subdriver.F:416#11 0x5cbf37743da6 in mpas at /home/davidl2000/Model_HUB/MPAS-Model/src/driver/mpas.F:20#12 0x5cbf37743e20 in main at /home/davidl2000/Model_HUB/MPAS-Model/src/driver/mpas.F:10I've recompiled this over a dozen times, using different configurations (single vs double precision, gnu and gfortran, etc) and cannot figure out why this is segfaulting. It cannot be a memory issue because System Monitor shows RAM usage, even with mpirun -np 8 to be less than 50% of the total system's RAM (I have 64GB RAM on this machine)
P.S. I'm being told when attaching files that I cannot because the temp. directory is missing on the site, so when that is rectified I will upload my namelist.init_atmosphere, log.init_atmosphere.0000.out, and whatever else someone tells me is needed to help debug this.
Thanks in advance
