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

Sgmentation fail in real.exe

ikki0123

New member
Hello everyone, I am facing an error in real.exe, I don't know what it could be.
Follows namelist and rsl.error.
 

Attachments

  • rsl.error.0000
    1.1 KB · Views: 5
  • namelist.input
    3.8 KB · Views: 1
Hi,
I'm not sure if this is causing your issue, but I do see this warning right above the segmentation fault error:
Code:
W A R N I N G : Problem opening iofield_lists.txt
Can you try adding the following to the &time_control section of your namelist and see if that makes any difference?
Code:
ignore_iofields_warning = .true.,
 
Hi,
I'm not sure if this is causing your issue, but I do see this warning right above the segmentation fault error:
Code:
W A R N I N G : Problem opening iofield_lists.txt
Can you try adding the following to the &time_control section of your namelist and see if that makes any difference?
Code:
ignore_iofields_warning = .true.,
Hello, I managed to solve the problem by changing the version of wrf 3.4 to 4.4, Tank You!!
 
Top