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 Stopped Without Error

spark1

New member
Hello WRF community,

I'm encountering an issue with my WRF simulation, where the wrf.exe process terminates unexpectedly without generating any error messages in the rsl.error.0000 and rsl.out.0000 files, making it challenging to pinpoint the root cause.. I'm seeking your expertise and assistance in diagnosing and resolving this problem.
  • WRF Version: 4.5
  • gnu compiled
  • Input data: ERA5
  • used 8 processors, mem-per-cpu=16g

If anyone has encountered a similar problem or has insights into diagnosing silent failures of wrf.exe, I would greatly appreciate your assistance.

Attached Files:
 

Attachments

  • namelist.input
    7.3 KB · Views: 0
  • rsl.error.0000
    80.3 KB · Views: 3
  • rsl.out.0000
    79.8 KB · Views: 2
Last edited:
@spark1

Good evening,

There is probably 7 over rsl files that are created in the /run folder of the WRF folder.

If you open a terminal in that /run folder and try these commands you might be able to see where the error occured.


Bash:
grep -i FATAL rsl.*

grep -i error rsl.*

grep -i SIGSEGV rsl.*

grep -i cfl rsl.*

Then you can upload those rsl files for review.

Hope that helps.
 
The error messages don't necessarily show in rsl.error.0000. Instead, they may appear in any RSL files. Please double check all your RSL files and hopefully you can find some helpful information.

Also, please make sure you have enough space to save wrfout and wrfrst files, etc.
 
@William.Hatheway, @Ming Chen, Thanks for the suggestion. Unfortunately, none of them was found in the 16 rsl files. I ran with max_dom = 1 as well, but the same thing happened, stopped without any of them (FATAL, error, SIGSEGV, cfl) in the rsl files. Do you have any further suggestion?
 
Top