Dear all,
I hope you are doing well.
I would like to clarify the correct workflow for running the WRF-Chem model after completing the WPS stage and generating the meteorological input files.
As I understand the process, after running WPS, the next step is to configure the namelist according to the study objectives. Then, with chem_opt set to zero, the real.exe program is executed. Afterward, anthropogenic and biogenic emission files are generated.
My question is regarding the steps that follow the preparation of emission files:
Once the emission files are ready, should chem_opt be activated (set to a non-zero value) and real.exe be executed again before running mozbc?
Or, alternatively, should mozbc be run immediately after generating the emission files, and only then chem_opt be activated before proceeding directly to wrf.exe?
I would greatly appreciate your guidance on the correct sequence to ensure a proper WRF-Chem simulation setup.
Thank you in advance for your support.
Best regards,
Dear Alice,
Based on my experience, your understanding is generally correct.
After running WPS and generating the
met_emfiles, you should first configure yournamelist.input. Since WRF-Chem requires emissions (e.g., anthropogenic, biogenic), you initially need to turn off emissions (set them to zero) and then runreal.exe.Once
real.exefinishes, it will generate thewrfinputandwrfbdyfiles. At this stage:
- You can apply MOZBC, if needed. MOZBC should be run immediately after
real.exe, as it updates thewrfinputandwrfbdyfiles with chemical boundary conditions.- After that, you should turn on emissions according to the chemistry scheme you are using.
Finally, you can proceed to run
wrf.exe.There is no need to run
real.exeagain after activating emissions.I hope this helps clarify the workflow.
Best of luck with your simulations.
Kind regards,