afernandezody
Member
Hello,
Sorry to have to post about another issue while running 'terrain blending' but I've been more careful this time trying several resolutions and variations. I even upgraded from 8.2.2 to 8.3.1 but it didn't fix the problem. I recompiled using the DEBUG option to pinpoint the potential issue (at mpas_atm_advection.F):
Thanks.
P.S. I just saw that yesterday someone posted an error that might be related.
Sorry to have to post about another issue while running 'terrain blending' but I've been more careful this time trying several resolutions and variations. I even upgraded from 8.2.2 to 8.3.1 but it didn't fix the problem. I recompiled using the DEBUG option to pinpoint the potential issue (at mpas_atm_advection.F):
The problem only occurs when config_blend_bdy_terrain = true but not for global meshes. I took a look at the subroutine but INDX seems to be dimensionalized based on the variables passed along when calling the subroutine. Rather than pulling the thread and trying some quick fixes, it might be a better idea if you could take a look.$ ./init_atmosphere_model
At line 724 of file mpas_atm_advection.F
Fortran runtime error: Index '7' of dimension 1 of array 'indx' above upper bound of 6
Error termination. Backtrace:
#0 0xf70b85a6d44b in ???
#1 0xf70b85a6e277 in ???
#2 0xf70b85a6e7cb in ???
#3 0xac28fd662b8f in __atm_advection_MOD_elgs
at /home/ubuntu/MPASS/MPAS-Model/src/core_init_atmosphere/mpas_atm_advection.F:724
#4 0xac28fd663933 in __atm_advection_MOD_migs
at /home/ubuntu/MPASS/MPAS-Model/src/core_init_atmosphere/mpas_atm_advection.F:655
#5 0xac28fd667f7b in __atm_advection_MOD_poly_fit_2
at /home/ubuntu/MPASS/MPAS-Model/src/core_init_atmosphere/mpas_atm_advection.F:605
#6 0xac28fd66c6af in __atm_advection_MOD_atm_initialize_advection_rk
at /home/ubuntu/MPASS/MPAS-Model/src/core_init_atmosphere/mpas_atm_advection.F:288
#7 0xac28fd69d3bb in __mpas_init_atm_static_MOD_init_atm_static
at /home/ubuntu/MPASS/MPAS-Model/src/core_init_atmosphere/mpas_init_atm_static.F:1260
#8 0xac28fd65c8c7 in __init_atm_cases_MOD_init_atm_setup_case
at /home/ubuntu/MPASS/MPAS-Model/src/core_init_atmosphere/mpas_init_atm_cases.F:216
#9 0xac28fd594417 in __init_atm_core_MOD_init_atm_core_run
at /home/ubuntu/MPASS/MPAS-Model/src/core_init_atmosphere/mpas_init_atm_core.F:92
#10 0xac28fd5177f3 in __mpas_subdriver_MOD_mpas_run
at /home/ubuntu/MPASS/MPAS-Model/src/driver/mpas_subdriver.F:416
#11 0xac28fd51618b in mpas
at /home/ubuntu/MPASS/MPAS-Model/src/driver/mpas.F:20
#12 0xac28fd5161ef in main
at /home/ubuntu/MPASS/MPAS-Model/src/driver/mpas.F:10
Thanks.
P.S. I just saw that yesterday someone posted an error that might be related.