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

Wrf.exe error segmentation fault (signal 11)

Zhang Qi

New member
Hello all,
I am facing an error while running the wrf.exe which I cannot fix.

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 50 PID 7849 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 51 PID 7850 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 55 PID 7854 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 56 PID 7855 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 57 PID 7856 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 60 PID 7859 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 61 PID 7860 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 62 PID 7861 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 66 PID 7865 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 67 PID 7866 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 70 PID 7869 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 71 PID 7870 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 72 PID 7871 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 76 PID 7875 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 77 PID 7876 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 86 PID 7885 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 87 PID 7886 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 94 PID 7893 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 95 PID 7894 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 96 PID 7895 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 97 PID 7896 RUNNING AT node216
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================
I attach the namelist.input and one of the 48 rsl.error files

I thank in advance anyone who wants to take an interest in my problem.
 

Attachments

  • namelist.input
    4.2 KB · Views: 2
  • rsl.error.0000
    3.2 KB · Views: 0
  • rsl.error.0048.txt
    4.5 KB · Views: 0
Your namelist.input looks fine except the following 4 issues:
(1) time_step = 60 is way too small for dx = 30km. Please change it to 150
(2) km_opt = 1 is not applied for real-time case. Please change it to 4
(3) sst_skin = 1 is not appropriate when sst_update =1. Please set sst_skin = 0
(4) set tmn_update = 0 just to reduce the complexity of this case.
Please change above options and try again. Let me know if you still have issues.
 
Your namelist.input looks fine except the following 4 issues:
(1) time_step = 60 is way too small for dx = 30km. Please change it to 150
(2) km_opt = 1 is not applied for real-time case. Please change it to 4
(3) sst_skin = 1 is not appropriate when sst_update =1. Please set sst_skin = 0
(4) set tmn_update = 0 just to reduce the complexity of this case.
Please change above options and try again. Let me know if you still have issues.
Thanks for your reply, I had tried to change sst_update =1 sst_skin = 0 tmn_update = 0 ,it worked. Thank you again.
 
Top