Hello,
I am conducting tests using WRF4.5-debug. When running real.exe, after successfully generating the wrfinput files for the first five domains, the wrfinput file for the last domain was not produced. The same error message appears at the end of all rsl.error.* files:
forrtl: severe (408): fort: (2): Subscript #1 of the array LATC_LOC has value 6 which is greater than the upper bound of 5
Image PC Routine Line Source
real.exe 000000000C297DC9 Unknown Unknown Unknown
real.exe 00000000009C76D0 module_configure_ 14147 module_configure.f90
real.exe 000000000204CBD3 module_alloc_spac 141 module_alloc_space_0.f90
real.exe 0000000000781DD4 module_domain_mp_ 1269 module_domain.f90
real.exe 00000000014A1A0A module_dm_mp_patc 676 module_dm.f90
real.exe 00000000014C6B3F wrf_dm_patch_doma 6466 module_dm.f90
real.exe 0000000000772804 module_domain_mp_ 410 module_domain.f90
real.exe 0000000000775023 module_domain_mp_ 678 module_domain.f90
real.exe 0000000000413BA8 MAIN__ 183 real_em.f90
real.exe 0000000000412A62 Unknown Unknown Unknown
libc-2.28.so 000014CDD418FCF3 __libc_start_main Unknown Unknown
real.exe 000000000041296E Unknown Unknown Unknown
I found that LATC_LOC is a variable related to bogus tropical cyclones, but I have already set insert_bogus_storm = .false. in namelist.input. Why is the error still related to it?
Thank you very much in advance for your time and help.
I am conducting tests using WRF4.5-debug. When running real.exe, after successfully generating the wrfinput files for the first five domains, the wrfinput file for the last domain was not produced. The same error message appears at the end of all rsl.error.* files:
forrtl: severe (408): fort: (2): Subscript #1 of the array LATC_LOC has value 6 which is greater than the upper bound of 5
Image PC Routine Line Source
real.exe 000000000C297DC9 Unknown Unknown Unknown
real.exe 00000000009C76D0 module_configure_ 14147 module_configure.f90
real.exe 000000000204CBD3 module_alloc_spac 141 module_alloc_space_0.f90
real.exe 0000000000781DD4 module_domain_mp_ 1269 module_domain.f90
real.exe 00000000014A1A0A module_dm_mp_patc 676 module_dm.f90
real.exe 00000000014C6B3F wrf_dm_patch_doma 6466 module_dm.f90
real.exe 0000000000772804 module_domain_mp_ 410 module_domain.f90
real.exe 0000000000775023 module_domain_mp_ 678 module_domain.f90
real.exe 0000000000413BA8 MAIN__ 183 real_em.f90
real.exe 0000000000412A62 Unknown Unknown Unknown
libc-2.28.so 000014CDD418FCF3 __libc_start_main Unknown Unknown
real.exe 000000000041296E Unknown Unknown Unknown
I found that LATC_LOC is a variable related to bogus tropical cyclones, but I have already set insert_bogus_storm = .false. in namelist.input. Why is the error still related to it?
Thank you very much in advance for your time and help.