Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Segmentation fault - points exceeded cfl=2

Dear all,

my goal is to execute WRF model ver. 4.2 on 2 nested domains with resolution respectively of 5000, 1000 (See namelist.input attacched) using analysis ECMWF as input global model for 181 houres (144 CPUs).

After about 27 hours of run, the execution stops with error "Program received signal SIGSEGV: Segmentation fault - invalid memory reference" and same rls.error files reports the message "points exceeded cfl=2" (see files attacched).

Following your suggestions I edited:
-time_step value;
- smooth_cg_topo=.true.
- epssm = 0.2
- w_damping = 1

Do you have any suggestions on what other parameter I can change to avoid the same error?

Thank you so much for your support,
Andrea
 

Attachments

  • namelist.input.txt
    6.5 KB · Views: 22
  • rsl.error.0000
    1.2 MB · Views: 3
  • rsl.error.0122.txt
    5.3 KB · Views: 1
  • rsl.error.0123.txt
    6.9 KB · Views: 1
  • rsl.error.0134.txt
    5.3 KB · Views: 1
  • rsl.error.0135.txt
    7.2 KB · Views: 1
  • rsl.out.0000
    1.2 MB · Views: 1
  • rsl.out.0123.txt
    6.3 KB · Views: 0
  • rsl.out.0135.txt
    6.5 KB · Views: 1
Hi,
I take a look at your nameless.input. Below are a few suggestions:
(1) please turn off adaptive time step (use_adaptive_time_step = .false.)
(2) set time_step = 25
(3) run with RRTMG radiation (ra_lw_physics = 4, 4, ra_sw_physics = 4, 4)
(4) radt = 5, 5
feedback =1
(5) diff_opt = 2, 2
km_opt = 4, 4
w_damping = 1
Epssm = 0.6, 0.6

if possible, can you also turn off grid nudging?

Please try and let me know whether this case can work.
 
Thank you very much. Your suggestion was decisive even if the execution time has more than tripled (was not necessary turn off grid nudging).

Can you tell me what could be the difference in output due to having used RRTMG radiation?
 
RRTMG is a more advanced radiation scheme. It considers radiative impact of ozone and has climatological aerosol input options. This is why I recommend using RRTMG.
 
Top