Surface and external forcing (3D) emissions provided to the model have to be on the horizontal grid that is used for the simulations before running the model. Conservative regridding within CESM2 is not available at this point. CAM-chem and WACCM will conservatively regrid vertically on to the model levels.
Available emissions inventories are described on the Available Input Datasets page and the CAM-chem wiki. Additional explanation of the NCL and Fortran regridding tools described below are in this presentation.
A python regridding function is described on the CAM-chem python resources site.
Two scripts are required to create emissions files ready for use in CESM from original CAMS (Copernicus Atmosphere Monitoring Service) files. Original global CAMS emissions of 0.1x0.1 resolution between 2000-2019 have been downloaded to /glade/p/acom/acom-climate/tilmes/emis/download/. Additional emissions for the year 2020 will follow as soon as they become available. The processing of CAMS emissions to irregular grids is done in 2 steps with scripts from: https://github.com/NCAR/IPT/tree/master/Emissions/CAMS_Anthropogenic.
Two scripts, available at https://github.com/NCAR/IPT/tree/master/Emissions/CMIP, are required to create emissions files ready for use in CESM from original CMIP6 (0.5 degree resolution) files.
QFED (Quick Fire Emissions Dataset) emissions files are distributed by NASA Goddard/GMAO. Daily emissions are available at 0.25x0.3125 or 0.1x0.1 degree horizontal resolution. An ncl script (regrid_fv2se_qfed_bb.ncl) is available at https://github.com/NCAR/IPT to regrid these emissions to spectral element resolution. Emissions files for several resolutions are at: /glade/campaign/acom/acom-weather/MUSICA/emissions/.
A fortran program for gridding fire emissions from the Fire INventory from NCAR (FINN) versions 1.5 and 2.2 to regular lat-lon (FV) or unstructured (SE, SE-RR) grids is described on the Grid FINN page.
A fortran program reads the complex collection of EPA emissions files and creates gridded files for use in CESM2: https://github.com/NCAR/IPT/tree/master/Emissions/EPA_Anthropgenic/ANTHRO_EPA_CAMSE.
Further documentation is provided in the anthro_emis readme.