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

Marjan_kht

New member
Hi,
When I ran the ./wrf.exe I got the segmentation fault. I would appreciate it very much if you could help me on how to solve the problem.

marjan@Marjan:~/Models/WRF-CMAQ/WRFV4.5/test/em_real$ ./wrf.exe
starting wrf task 0 of 1
Segmentation fault (core dumped)
 

Attachments

  • namelist.input
    2.8 KB · Views: 5
  • Screenshot from 2024-01-20 16-22-54.png
    Screenshot from 2024-01-20 16-22-54.png
    177.9 KB · Views: 1
Your namelist.input looks fine.
How long did the model run before it crashed? In addition to segmentation fault, did you find other error messages?
 
The segmentation fault is often caused by two issues especially when the model crashed immediately:

(1) There is not sufficient memory to run the case
(2) The input data is wrong.

The above issues are related to both WPS and WRF, including the model compiling and data processing.

Since you are a beginner, I would suggest that you go through the practice page, which can guide you step by step how to run WRF:

The WRF User's Guide is also helpful.
 
Top