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

FATAL called from file: Possibly missing file for = auxinput6

Vaishnavi_198

New member
I am running a simulation in WRFV4.2.1. I have successfully run WPS and real.exe. When I run wrf.exe I get this error "Possibly missing file for = auxinput6". Which is for bio emissions I think. I get this error even when I have not opted for chem.

I have attached my namelist.input and rsl.error.0000 files.
 

Attachments

  • namelist.input1.txt
    8.6 KB · Views: 1
  • rsl.error.0000.txt
    2.2 KB · Views: 0
I ran wrf.exe after removing the following highlighted variables completely from the namelist and the wrfout files were generated. Should I anyway compile WRF-ARW again or is it possible the error is something else?

debug_level = 0
!auxinput5_inname = "wrfchemi_d<domain>_<date>",
!io_form_auxinput5 = 2,
!frames_per_auxinput5 = 12,

auxinput1_inname = "met_em.d<domain>.<date>",
!auxinput5_interval_m = 60,
auxinput6_inname = "wrfbiochemi_d<domain>",
io_form_auxinput6 = 2,
auxinput6_interval_d = 30,

auxinput12_inname = 'wrf_chem_input',
io_form_auxinput12 = 2,
io_form_auxinput2 = 2,
 
Top