Hi Aman,
Here are some things I see in your namelist:
auxinput6_inname = 'wrfbiochemi_d01',
auxinput7_inname = 'wrffirechemi_d<domain>',
!auxinput8_inname = 'wrfchemi_gocart_bg_d<domain>',
!auxinput12_inname = 'wrf_chem_input',
!auxinput13_inname = 'wrfchemv_d<domain>',
auxinput5_interval_m = 86400, 86400, 60,
auxinput7_interval_m = 86400, 86400, 60,
!auxinput8_interval_m = 86400, 86400, 60,
auxinput13_interval_m = 86400, 86400, 60,
io_form_auxinput2 = 2,
io_form_auxinput5 = 2,
io_form_auxinput6 = 2,
io_form_auxinput7 = 0,
!io_form_auxinput8 = 2,
io_form_auxinput12 = 0,
io_form_auxinput13 = 0,
auxinput5_inname is not set, so there are no anthropogenic emissions. Although I see the file being opened in rsl.out.0000 for 2019-04-13_00:00:00 (only).
auxinput5_interval_m and auxinput7_interval_m have values = 86400 which is high. The units are minutes, not seconds.
io_form_auxinput7 = 0, Should this be = 2 because the fire emissions are using netcdf format for input?
Also, be sure wrfbiochemi information is in the wrfinput file.
The rsl.out.0000 says there is an error opening wrffirechemi_d01.
Do the initial conditions in wrfinput_d01 look correct?
Consider using a shorter time step for biogenic emissions (currently bioemdt =60,). I'd suggest 10 or 15 minutes.
In summary, I'm wondering if the emissions files are being read properly. I'd suggest checking and running for a few hours and review results before running the entire simulation.
- Mary
And sorry I confused anyone by looking at the wrong file earlier. Good luck!