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

Why did running ./wrf.exe fail

xinyuchen

New member
I tried adjusting the time step from 162s down to 1s, and even 0.1s, but the simulation kept failing. What could be wrong with my settings?
 

Attachments

  • namelist.input
    5.8 KB · Views: 2
  • rsl.out.0000
    989.6 KB · Views: 1
After running ./wrf.exe, I encountered an issue. Could you help me understand what might have caused it? Here are my namelist.input and rsl.error.0000 files.
 

Attachments

  • namelist.input
    5.8 KB · Views: 1
  • rsl.error.0000
    372 KB · Views: 2
Per your rsl.error.0000 file, you are still only using a single processor for computation:

Code:
Ntasks in X            1 , ntasks in Y            1

Please see my above response, recommending you to use more processors. Try something like 16 processors and see if that gets you further. If it still fails, please package all of the *.rsl files into a single *.tar or zipped file and attach that.
 
Top