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

WRF-CHEM, running error

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

arman abdipour

New member
Hi,
The following error occur when running wrf-chem that --> chem_opt=number(0,1,....).
if remove chem_opt in namelist.input, The problem will be solved...
{
module_io_quilt_old.F 2931 T
------ ERROR while reading namelist physics ------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: LINE: 11345
ERRORS while reading one or more namelists from namelist.input.

application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
}
Could you help me with this?
What is the solution to this error/problem ?
version:
wrf-chem v3.9
 

Attachments

  • rsl_error_0000.txt
    393 bytes · Views: 47
  • rsl_error_0001.txt
    34.9 KB · Views: 49
  • namelist_input.txt
    4.4 KB · Views: 64
Hi Arman,

chem_opt is a namelist variable that needs to be under &chem, not &physics. If you are not trying to run with chemistry, just remove it. Your other error (re. auxinput5) means that it is looking for an anthropogenic emission input file. I would suggest taking a look at the WRF-Chem user guide for a full discussion on the namelist.

Cheers,

Jordan
 
Top