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

ERROR reading namelist namelist_quilt when running wrf.exe

Ahmathlete

New member
I'm trying to run wrf.exe using WRF-4.3.1. All WPS and real.exe were completed successfully. When I try running wrf.exe. I end up with the error below in rsl.out.0000. Attached the namelist file I'm trying to use. Many thanks in advance.

Edit:
I have also tried with sime_step = 162 seconds. Nevertheless, it fails with the same error.

module_io_quilt_old.F 2931 F
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 6403
ERROR reading namelist namelist_quilt
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
 

Attachments

  • namelist.input.txt
    4.1 KB · Views: 15
Last edited:
I found no namelist_quilt in your namelist.input.txt. Can you add the following section to your namelist.input, then try again?

&namelist_quilt

nio_tasks_per_group = 0,

nio_groups = 1,

Please let me know whether it works. Thanks.
 
Top