Dear everyone,
I have made anthropogenic emissions and they were stored in four files:
wrfchemi_00z_d01
wrfchemi_12z_d01
wrfchemi_00z_d02
wrfchemi_12z_d02
Each of them consists of 12 hours' data which is one hour by one hour.
After running wrf.exe, I got this error:
Timing for Writing wrfout_d01_2016-07-27_18:00:00 for domain 1: 1.62784 elapsed seconds
mediation_integrate: med_read_wrf_chem_emissions: Read emissions for time 2016-07-27_18:00:00
mediation_integrate: med_read_wrf_chem_emissions: Open file wrfchemi_d01_2016-07-27_18:00:00
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 2429
med_read_wrf_chem_emissions: error opening wrfchemi_d01_2016-07-27_18:00:00
But, other people's error file is like this:
Timing for Writing wrfout_d01_2012-11-20_12:00:00 for domain 1: 196.50317 elapsed seconds
mediation_integrate: med_read_wrf_chem_emissions: Open file wrfchemi_12z_d01
HOURLY EMISSIONS UPDATE TIME 0.0 0.0
mediation_integrate: med_read_wrf_chem_emissions: Read emissions for time 2012-11-20_12:00:00
How can I fix this error?
Here are some parts of my namelist.input:
io_form_auxinput5 = 2,
frames_per_auxinput5 = 1, 1,
auxinput5_interval_m = 60, 60,
io_form_auxinput6 = 2,
frames_per_auxinput6 = 1, 1,
auxinput6_inname = 'wrfbiochemi_d<domain>',
io_form_auxinput7 = 2,
frames_per_auxinput7 = 1, 1,
auxinput7_inname = 'wrffirechemi_d<domain>_<date>',
auxinput7_interval_m = 60, 60,
Thanks!
Xin