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 while running real.exe in WRF model

imamah

New member
I am facing this error while running real.exe. i have attached my namelist.input and namelist.wps file. please help me how to resolve this issue.

taskid: 0 hostname: imamah-OptiPlex-5090
module_io_quilt_old.F 2931 T
------ ERROR while reading namelist dynamics ------
Maybe here?:
Maybe here?: &bdy_control
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11575
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
 

Attachments

  • namelist.wps
    719 bytes · Views: 1
  • namelist.input
    3.6 KB · Views: 4
Hi,
At the end of your &dynamics section, you are missing the closing slash "/"
Add that after "scalar_adv_opt" and before "&bdy_control" to correct the issue.
 
Top