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

starting wrf task 0 of 1

Dear sir/madam,
I ran a WRF4.4 version with the following name list and I got the rsl error as starting wrf task 0 of 1. I have attached both the name list and the rsl error for your reference. Could you please help me get out of this error?
Thanks
Naveen T K
 

Attachments

  • namelist.txt
    2.9 KB · Views: 7
  • rsl.error.0000.txt
    485 bytes · Views: 16
Code:
 io_form_history                     = 2
 io_form_restart                     = 2
 io_form_input                       = 2
 io_form_boundary                    = 2
 io_form_auxinput1              = 2
 io_form_auxhist2              = 2
 debug level                         = 0
 /

I think always has to end with a comma. And check what is "io_form_auxhist2", because it seems that you are not using it.
The error message is that io_form_auxhist2 and debug level shouldn't be there.

Try deleting io_form_auxinput1 and io_form_auxhist2 if you are not using them, and end everything with a comma.
 
Top