Dear all,
I am trying to run a 3-nested domain (see attached
I remembered I found a similar thread, but now I can not found it. It was explaining that it might be related to the cumulus scheme. I already tried different options, but it did not work. I already tried options 1 (Kain-Fritsch), 5 (Grell-3) and 6 (Tiedke) for the first (25 km) and 2nd (5k) domain, not for the third at 1 km
From the segfault meesage seems to happen at
I am trying to run it with a debugging compilation, but I got stack because I found another issue with NoahMP (see post WRF-MPAS forum post 14788#6)
I am trying to run a 3-nested domain (see attached
namelist.input
) with WRF v4.5.1 using LCZ and urban scheme, but after 18 hours I got segmentation fault:
Code:
(...)
d01 2022-12-02_18:00:21 Input data is acceptable to use:
[irene2313:1139687:0:1139687] Caught signal 11 (Segmentation fault: address not mapped to object at address 0xffffffe007cee840)
==== backtrace (tid:1139687) ====
0 0x0000000000012cf0 __funlockfile() :0
1 0x00000000026624f5 rrtmg_lw_taumoltaumol_mp_taugb3_() module_ra_rrtmg_lw.f90:0
2 0x0000000002625a44 rrtmg_lw_taumol_mp_taumol_() ???:0
3 0x000000000261d75c rrtmg_lw_rad_mp_rrtmg_lw_() ???:0
4 0x000000000260f3ec module_ra_rrtmg_lw_mp_rrtmg_lwrad_() ???:0
5 0x0000000001d238a3 module_radiation_driver_mp_radiation_driver_() ???:0
6 0x0000000002152d3c module_first_rk_step_part1_mp_first_rk_step_part1_() ???:0
7 0x00000000016e3702 solve_em_() ???:0
8 0x00000000014e4268 solve_interface_() ???:0
9 0x00000000005952f3 module_integrate_mp_integrate_() ???:0
10 0x0000000000595910 module_integrate_mp_integrate_() ???:0
11 0x0000000000595910 module_integrate_mp_integrate_() ???:0
12 0x0000000000414951 module_wrf_top_mp_wrf_run_() ???:0
13 0x000000000041490f MAIN__() ???:0
14 0x00000000004148a2 main() ???:0
15 0x000000000003ad85 __libc_start_main() ???:0
16 0x00000000004147ae _start() ???:0
=================================
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
wrf.exe 0000000003492B9A for__signal_handl Unknown Unknown
libpthread-2.28.s 000014FEBAE22CF0 Unknown Unknown Unkno
(...)
From the segfault meesage seems to happen at
taugb3
subroutine within phys/module_ra_rrtmg_lw.F
:
Code:
subroutine taugb3
!----------------------------------------------------------------------------
!
! band 3: 500-630 cm-1 (low key - h2o,co2; low minor - n2o)
! (high key - h2o,co2; high minor - n2o)
I am trying to run it with a debugging compilation, but I got stack because I found another issue with NoahMP (see post WRF-MPAS forum post 14788#6)