WRF-GC: online two-way coupling of WRF and GEOS-Chem for regional atmospheric chemistry modeling
- 1Peking University, Beijing, China (fengx7@pku.edu.cn)
- 2Harvard University, Cambridge, MA, US (hplin@seas.harvard.edu)
- 3Southern University of Science and Technology, Shenzhen, China (fuzm@sustech.edu.cn)
We developed the two-way version of the WRF-GC model, which is an online coupling of the Weather Research and Forecasting (WRF) mesoscale meteorological model and the GEOS-Chem chemical transport model, for regional air quality and atmospheric chemistry modeling. WRF-GC allows the two parent models to be updated independently, such that WRF-GC can stay state-of-the-science. The meteorological fields and chemical variables are transferred between the two models in the coupler to simulate the feedback of gases and aerosols to meteorological processes via interactions with radiation and cloud microphysics. We used the WRF-GC model to simulate surface PM2.5 concentrations over China during January 22 to 27, 2015 and compared the results to the outcomes from classic GEOS-Chem nested-grid simulations as well as the surface observations. For PM2.5 simulations, both models were able to reproduce the spatiotemporal variations, but the WRF-GC (r = 0.68, bias = 29%) performing better than GEOS-Chem (r = 0.72, bias = 55%) especially over Eastern China. For ozone simulations, we found that including aerosol-chemistry-cloud-radiation interactions reduced the mean bias of simulated surface ozone concentrations from 34% to 29% compared to observed afternoon ozone concentrations. WRF-GC is computationally efficient, with the physical and chemical variables managed in distributed memory. At similar resolutions, WRF-GC simulations were three times faster than the classic GEOS-Chem nested-grid simulations, due to the more efficient transport algorithm and the MPI-based parallelization provided by the WRF software framework. We envision WRF-GC to become a powerful tool for advancing science, serving the public, and informing policy-making.
How to cite: Feng, X., Lin, H., and Fu, T.-M.: WRF-GC: online two-way coupling of WRF and GEOS-Chem for regional atmospheric chemistry modeling, EGU General Assembly 2020, Online, 4–8 May 2020, EGU2020-5165, https://doi.org/10.5194/egusphere-egu2020-5165, 2020
Comments on the display
AC: Author Comment | CC: Community Comment | Report abuse
Are you using the same grid for both models to couple?
Are you coupling meteorology and composition parts on each time step or only on each hour(s)?
If not what about the consistency and mass conservation?
Thanks for your questions.
Are you using the same grid for both models to couple?
Yes. In WRF-GC model, the simulation domain, grid, projection, horizontal resolution and vertical layers, dynamic and chemical time step are configured in WRF configuration file (namelist.input). Because we coupled the GEOS-Chem using a column interface that allows the standard GEOS-Chem to be run in any independent grid with a distributed-memory framework.
Are you coupling meteorology and composition parts on each time step or only on each hour(s)?
Yes. We couple meteorology and composition parts on each time step. The meteorology calculations are performed in WRF-GC exactly as they are in WRF. WRF also calculates the grid-scale advection of chemical species at each dynamic time step. At the beginning of each chemical time step, WRF calls the WRF-GC chemistry component through the WRF-to-Chemistry interface (shown in Page 3), which is a chemical driver similar to that in WRF-Chem.