Articles | Volume 14, issue 6
https://doi.org/10.5194/gmd-14-3407-2021
https://doi.org/10.5194/gmd-14-3407-2021
Model description paper
 | 
07 Jun 2021
Model description paper |  | 07 Jun 2021

The Detailed Emissions Scaling, Isolation, and Diagnostic (DESID) module in the Community Multiscale Air Quality (CMAQ) modeling system version 5.3.2

Benjamin N. Murphy, Christopher G. Nolte, Fahim Sidi, Jesse O. Bash, K. Wyat Appel, Carey Jang, Daiwen Kang, James Kelly, Rohit Mathur, Sergey Napelenok, George Pouliot, and Havala O. T. Pye
Abstract

Air quality modeling for research and regulatory applications often involves executing many emissions sensitivity cases to quantify impacts of hypothetical scenarios, estimate source contributions, or quantify uncertainties. Despite the prevalence of this task, conventional approaches for perturbing emissions in chemical transport models like the Community Multiscale Air Quality (CMAQ) model require extensive offline creation and finalization of alternative emissions input files. This workflow is often time-consuming, error-prone, inconsistent among model users, difficult to document, and dependent on increased hard disk resources. The Detailed Emissions Scaling, Isolation, and Diagnostic (DESID) module, a component of CMAQv5.3 and beyond, addresses these limitations by performing these modifications online during the air quality simulation. Further, the model contains an Emission Control Interface which allows users to prescribe both simple and highly complex emissions scaling operations with control over individual or multiple chemical species, emissions sources, and spatial areas of interest. DESID further enhances the transparency of its operations with extensive error-checking and optional gridded output of processed emission fields. These new features are of high value to many air quality applications including routine perturbation studies, atmospheric chemistry research, and coupling with external models (e.g., energy system models, reduced-form models).

Dates
1 Introduction

Air pollution causes significant adverse health effects, including premature mortality, with more than 4 million deaths attributed to PM2.5 (particulate matter with diameter less than 2.5 µm) and ozone exposure globally in 2015 (US EPA, 2019a; Cohen et al., 2017; Burnett et al., 2018). Governments around the world have made significant efforts to improve air quality to alleviate the harm caused by air pollution at multiple scales from near-source emissions (e.g., indoor heating and cooking, roadway, uncontrolled burning, industry, and energy generation) to regional transport and production (secondary ozone and secondary particulate matter). Chemical transport models (CTMs) provide the latest scientific representations of the key processes (emission, transport, reaction, and deposition) that govern pollutant concentrations, and they are used extensively by air quality managers in designing programs to improve urban- to regional-scale air quality.

For air pollution management applications, these models are typically used to simulate recent periods of elevated pollutant concentrations in a study region, using the best-available representation of the pollutant emissions, pollutant physicochemical properties, and coincident meteorology that occurred. Model skill is quantified by evaluating predictions against observations using statistical metrics and generally accepted performance criteria (e.g., US EPA, 2018; Kelly et al., 2019; Emery et al., 2017; Simon et al., 2012). Once acceptable model performance is demonstrated, air quality planners develop control scenarios with reduced emissions of air pollutant species of interest from specific emissions sources. Multiple scenarios are then modeled to determine which control strategies have the desired result of bringing air pollutant concentrations below some threshold or standard.

Emission inputs relevant for regulatory modeling are generated from the bottom up using a wealth of data describing the emission factors and activity characteristics of thousands of sources, including individual facilities and distributed activities. The preparation of an emissions inventory, which seeks to describe the annual emissions of every relevant process, is a complex multiyear effort. Further, the spatial (both horizontal and vertical), temporal (e.g., seasonal, weekly, and hourly), and chemical speciation variability among these sources must be individually described and projected in order to be useful to the CTM system. Alternative emissions scenarios are generally not reconstructed afresh but are instead modeled as variations from some base-case emissions scenario. Nonetheless, the preparation of alternative emissions scenarios is often a time-consuming step for air quality modeling applications, and repeated preparation of such inputs provides many opportunities for inconsistencies and user errors.

Additionally, air pollution research studies are often designed to characterize the fate and transport of novel pollutants, evaluate emerging chemical mechanism configurations, or quantify the impact of updates to emissions speciation profiles (Qin et al., 2021; Lu et al., 2020). These kinds of detailed studies either do not warrant or cannot afford the effort required to generate entirely new bottom-up emission datasets, and the procedures required to introduce emissions of new species to existing input files are available but are again expensive and error-prone. In response to these and other motivations, modules have been developed for other modeling systems to process emissions inventories with activity data and chemical speciation within the CTM simulation. For example, Jähn et al. (2020) added an online module to the COSMO (Consortium for Small-scale Modeling) climate and air quality model as well as an equivalent offline Python-based processing tool.

Over the past 15 years, the Community Multiscale Air Quality (CMAQ) model has gradually evolved in the direction of computing more of its emissions calculations online. Sea spray emissions initially existed only in the coarse mode and were chemically inert in CMAQ v4.3 (released in 2003). With CMAQ v4.5 and the AERO4 module, sea spray emissions were computed online as a function of meteorology using an OCEAN file specifying the fraction of each grid cell that is open ocean or surf zone (Zhang et al., 2005; Appel et al., 2008). Other than sea spray, all emissions were calculated offline in the Sparse Matrix Operator Kernel Emissions (SMOKE; Baek and Seppanen, 2018) modeling system, and CMAQ read in a single, large, 3-D emissions input file. The capability to read point source emissions and calculate their plume rise online, as well as the ability to calculate biogenic emissions online, were both added in CMAQ v4.7 (Foley et al., 2010). Bidirectional flux of mercury (Bash, 2010) and ammonia (Pleim et al., 2013) and lightning-generated emissions of NOx (Allen et al., 2012) became available in CMAQ v5.0. Marine halogen emissions were added to represent iodine and bromine chemistry (Sarwar et al., 2019) in CMAQ v5.2. DESID achieves an important step towards further unifying emissions and atmospheric chemistry and transport into a holistic modeling framework.

In older versions of the CMAQ (version 5.2 and earlier), it is possible to adjust the emissions of a given species by a scaling factor that is applied across all emission sources, without having to modify the underlying emissions files. However, there is no straightforward way to target modifications to a specific emissions sector or a geographic location, nor is there a way to modify the particle size distributions of emissions. Moreover, once a scaling operation has been applied, it is cumbersome for the user to directly determine that the operation proceeded correctly.

The Detailed Emissions Scaling, Isolation, and Diagnostic (DESID) module is designed to address these limitations. With DESID, a CMAQ-based module, it is possible to read any number of gridded emissions files as well as point source emissions files, each representing a particular source sector or category (hereafter, an emissions stream). The modeler can then apply different scaling rules to adjust emissions from each stream, providing greater flexibility and precision in designing emissions sensitivity studies and exploring state-of-the-art chemical mechanism configurations. In addition, extensive details are written to the log file, and the option exists to create diagnostic files so that the user can be certain that the emissions have been adjusted as intended. Here, we describe the concepts and implementation of DESID and provide several use cases that demonstrate its features. Though DESID was first included with CMAQ version 5.3 (Appel et al., 2021), a few refinements have been made subsequently, including the addition of chemical, stream, and region-based families. This paper describes the version of DESID as it exists in CMAQ version 5.3.2 (US EPA, 2020a). We conclude with some thoughts on potential future directions in emissions modeling for air quality applications.

2 Methods

2.1 Algorithm framework

For standard and emerging applications, CMAQv5.3.2 relies on several offline gridded (e.g., area sources, motor vehicles, residential wood burning, volatile chemical products), offline point (e.g., wildfires and prescribed fires, energy generation, industrial facilities, commercial marine), and online (e.g., biogenic and marine vapors, wind-blown dust, sea spray aerosol, lightning-generated nitric oxide) emission input streams (Fig. 1). CMAQ processes each of these types of streams differently (US EPA, 2020b): offline gridded emission rates are read in directly as arrays aligned with the model grid; offline point emission rates are read in, assigned to the appropriate horizontal row and column, and allocated vertically using source parameters (e.g., stack height, exit velocity, temperature) via buoyancy calculations; and online emissions modules incorporate meteorological (e.g., sunlight, air temperature, relative humidity, wind speed) and geographical (e.g., land cover classification, leaf area index, ocean fraction) inputs to calculate emission rates. The offline emission inputs, in practice, already include significant chemical speciation, whereas the online emission modules must speciate emission rates directly. Despite the differences among these three broad categories, DESID structures the flow of emissions processing within CMAQ so that each emission stream is retrieved, modified, and diagnosed consistently and then incorporated independently. Once emissions are calculated they are introduced to the model atmosphere as part of the solution for vertical diffusion, which is the first operator solved during the model synchronization time step (Byun et al., 1999).

https://gmd.copernicus.org/articles/14/3407/2021/gmd-14-3407-2021-f01

Figure 1Example of potential emissions streams and data sources used that inform CMAQ. The offline streams and emission models depicted are not an exhaustive list of all data sources that contribute to a standard CMAQ simulation for the US.

Previous versions of CMAQ (5.2.1 and before) and many other CTMs employ processing approaches that vary among emissions streams. There are several reasons for these inconsistencies. Models become more complex over time due to increased computational capabilities and the evolving understanding of air pollution sources over multiple decades. In addition, there is a general lack of resources available for model refactoring and infrastructure development. For example, as Fig. 2 illustrates, CMAQv5.2.1 read emissions of gas-phase pollutants from offline gridded emissions, proceeded through several online and offline point streams, and then finally read all aerosol emissions at the same time. Because gas and aerosol emissions from the same streams were read and incorporated separately, transparent online scaling was not possible. Additionally, CMAQ could read at most one offline gridded emission input file and several offline point input files. Because of this limitation, sector-specific gridded streams were merged prior to input in CMAQ. Thus, all sector-specific information was lost prior to inclusion in the CMAQ model, and individual sectors required modification and reprocessing of upstream files.

https://gmd.copernicus.org/articles/14/3407/2021/gmd-14-3407-2021-f02

Figure 2Algorithm for emission processing used by CMAQv5.2.1 and previous versions.

Download

To overcome these and other limitations, DESID makes use of a series of generalized subroutines developed to handle critical processing steps like emission rate retrieval, error checking (e.g., for negative values), size distribution allocation, and unit conversions of all emissions streams (Fig. 3). With this uniform approach in place, model users and developers can be confident that emissions are treated as expected across all streams. If sector-specific streams are provided for 2-D input (e.g., on-road and non-road vehicles, residential wood burning, volatile chemical products) rather than one merged 2-D input file, DESID may be used to modify those specific emission sources. Although this requires more disk space to store the data needed to drive CMAQ, for many applications the added flexibility justifies the increased storage cost. Several features that accommodate common emissions processing tasks and alleviate workflow bottlenecks for research and regulatory applications build upon this robust system.

https://gmd.copernicus.org/articles/14/3407/2021/gmd-14-3407-2021-f03

Figure 3Algorithm for emission stream processing used by DESID. Emission rates are processed for each emission stream independently before DESID proceeds to the next stream.

Download

The rest of this section demonstrates the most useful features that have been incorporated into DESID to date. We begin with an explanation of the “Emission Control Interface”, a Fortran namelist file that specifies all rules and definitions for DESID behavior. We specifically address how to add or perturb emissions of chemical species from any emission stream, incorporate spatial dependence, expand scaling to multiple species or streams, ensure mass or mole conservation, and prescribe aerosol size distributions. At this time, DESID does not support rules that vary in time (e.g., application of custom diel temporal profile), but this feature is planned for a future release. Finally, we introduce the various features available for documenting the data received by CMAQ from each emissions stream and the operations executed by DESID.

2.2 Working with DESID

2.2.1 Interface

The Emission Control Interface (ECI) provides a flexible and readable (by the user) platform for directing the behavior of DESID. It is designed to accommodate typical CMAQ simulation configurations, basic perturbation cases, and highly complex scaling or mapping changes with minimal input lines arranged in a clear and concise layout. It manages these tasks while referencing several environment variables defined in the CMAQ runscript, including aliases for offline emission streams. The publicly available code for CMAQv5.3 and beyond contains default versions of the ECI to support emissions mapping for every supported chemical mechanism including the following: Carbon Bond 6; the SAPRC07 (Statewide Air Pollution Research Center) mechanism, and the RACM2 (Regional Atmospheric Chemistry Mechanism). Without the ECI, CMAQ assumes that emissions are zero for all chemical species.

The ECI comprises four components to support its breadth of features: Emissions Scaling, Region definitions, Family definitions, and Aerosol Size Distribution definitions (Fig. 4 and Sect. S1 in the Supplement). The Emissions Scaling component includes all high-level rules to be executed, whereas the remaining three components provide definitions for more specific scaling choices. First, we demonstrate common scaling rules possible in the Emissions Scaling component that do not require additional definitions from the support components. The Region, Family, and Aerosol Size Distribution definitions are described subsequently. Additional details and tutorials can be found in the CMAQ user guide (see the “Code and data availability” section for more information).

https://gmd.copernicus.org/articles/14/3407/2021/gmd-14-3407-2021-f04

Figure 4Schematic of Emission Control Interface (ECI) and flow of input options among individual components. Information flow lines are colored based on the component of origin. Text in blue indicates elements that should refer to environment variables set in the CMAQ runscript except in the case where stream labels are populated from the Family component with members that then refer to the runscript. The “Distribution reference” of the Aerosol Size Distribution component refers to entries populated within the CMAQ source code.

Download

2.2.2 Emissions scaling

The Emissions Scaling component is formatted as a table with a user-defined number of rows, each corresponding to an individual rule. These rules may be logistically simple (e.g., map the variable named NO from one emissions stream directly to the CMAQ species NO) or considerably complex (e.g., scale multiple species by 75 % that have already been mapped for all emission streams). During the CMAQ initialization process, DESID reads these rules and translates them into a series of low-level instructions that are stored in several persistent arrays. These arrays are then applied uniformly in time to the base emissions after calculation (for online emissions) or interpolation (for offline emissions). Each instruction involves at most one emission stream, one CMAQ variable, and one emission variable. The simplest rules usually translate to one instruction, but the more complex ones (e.g., affecting multiple streams or multiple CMAQ species) are made up of several instructions. If no rules are provided to DESID or an ECI is not specified, then CMAQ will introduce no emissions to the model.

Each rule is articulated with eight fields (Table 1). Examples 1 and 2 in Table 2 demonstrate rules to map NO and fine-mode elemental carbon (EC), respectively, for all emission streams. In example 2, PEC identifies the particulate elemental carbon from the emissions speciation while AEC identifies the aerosol elemental carbon in the air quality model. In typical cases, the emission variables in these examples will be populated by an upstream emission processor during a chemical speciation step that converts emission inventory pollutants to model-relevant species. A broader emission inventory variable like total volatile organic compounds (VOCs) or particulate matter (PM) may be used if it is available on the emission stream. In that case, any scaling rules would apply uniformly to all sources that contribute to that emission stream. For these examples, the add (“a”) operator is used in the “Op” field, indicating that these emissions should be added to the system. More complicated scaling rules are possible by exercising options in the available fields. Example 3 shows how to modify the instructions created by Example 1 so that NO emissions are multiplied by 0.8 using the multiply “m” operator. Example 4 achieves the same result but using the overwrite operator “o”. Because DESID processes rules in the order they are provided in the ECI, if the “m” operator were used in Example 4, the scale factor applied to all NO emissions would equal 0.64 (0.8×0.8). The “a” operator may be used for a rule with the same emissions and CMAQ variables to add or subtract emissions by using positive or negative scale factors. For example, if Example 1 appeared twice in the ECI, then 200 % of the NO emissions would be incorporated into the CMAQ simulation.

Table 1Fields required for articulating emission scaling rules in DESID.

Download Print Version | Download XLSX

Examples 5 and 6 demonstrate the approach to add multiple emission variables together to contribute to one CMAQ variable. In this case, particulate organic carbon (POC) and particulate non-carbon organic matter (PNCOM) are combined to contribute to the emissions of aerosol primary organic matter (APOM). If one wants to scale the CMAQ variable, APOM in this case, it would usually make sense to scale the rates of both contributing emissions variables, POC and PNCOM. This can be achieved using Example 7, which multiplies the emissions of APOM for both emission variables by 150 %. Example 8 demonstrates how subtraction may be used to return the emissions of APOM to its original 1:1 mapping with the emission streams.

The examples so far have assumed that the units of the emissions and CMAQ variables are equivalent. However, gas emissions in CMAQ are specified in molar units (mol s−1), whereas aerosols are in mass units (g s−1) per grid cell. In order to map emissions variables to CMAQ species with differing units as in Example 9, the basis field is helpful for prescribing unit conversions. Example 9 has dictated that mass be conserved when scaling additional emissions of APOM from gas-phase carbon monoxide (CO) from all streams. In this case, DESID will first convert the emission rate of CO to mass units using the molecular weight of CO and then multiply by the scale factor (2 %). If MOLE were chosen instead, DESID would (in this case) first scale CO emissions to 2 % (as gas-phase species are typically provided by mole) and then convert to mass units (as aerosol species are tracked in CMAQ in terms of mass) using the molecular weight of APOM. In examples 1–8 and 10, no unit conversions are performed. To perform mass- and mole-conserving calculations, DESID must know the molecular weight of any emission variable to be converted. A table (EMIS_SURR_TABLE) is provided within the CMAQ source code (EMIS_VARS.F) that stores the molecular weights of all of the known emission variables produced by SMOKE. New emission variables and corresponding molecular weights should be added to this table as needed.

Finally, another common need for emission sensitivity cases is to target one emission stream for mapping or scaling modification. Example 10 demonstrates a rule for overwriting the scale factor for NO emissions to 200 %, but only for the offline stream labeled ONROAD. Labels for offline gridded and point streams are set in the CMAQ runscript using environment variables of the GR_EMIS_LAB_xxx and STK_EMIS_LAB_yyy formats, respectively. The xxx and yyy indices correspond to the environment variables that store the file names of each offline stream, GR_EMIS_xxx and STK_ EMIS_yyy, respectively. Online streams have default stream labels that may be used for scaling rules (see Table 1). An important consideration when designing an emissions input dataset is the level of source detail – DESID can only modify emissions for a specific source if that source is provided as its own stream.

As stated earlier, DESID scaling rules are applied uniformly in time, and there is currently no ability to redistribute emissions in time (e.g., modify the diel profile of a stream or species). DESID is unaware of any hourly or daily variability in offline emissions, so this feature should be captured using upstream emissions processing tools. By default, DESID will generate an error if it finds that the model simulation day does not match the day defined in an offline emission input file. It is common for emissions platforms to use representative days for particular offline streams (e.g., weekend–weekday, weekly, monthly, seasonal). In these cases, the date-matching requirement in DESID may be overridden by setting the environment variables of the GR_EM_SYM_ DATE_xxx and STK_EM_SYM_DATE_yyy formats to true.

2.2.3 Region definitions

The Region definitions component of the ECI maps labels for gridded spatial arrays to the geographic input files and variables containing data for those arrays. Each entry or row in this component contains three fields (Table 3), which identify the input file and target variable to be associated with a specific region. The data for each region are expected to align with the simulation domain resolution and projection and include real numbers between 0 and 1.0, quantifying the fraction of emissions in each model grid cell that is associated with the region. Common examples of regions used for scaling include political areas like countries, states, or counties, or geographical features like oceans, lakes, or forests. Data files containing variables describing political boundaries are available for a typical 12 km continental US domain from the Community Modeling and Analysis System Data Warehouse (US EPA, 2019b). Tutorials demonstrating a process for creating custom region variables for any grid using open-source tools will be available in future CMAQ repositories. As described in Table 3, if all the variables in the input file are desired (e.g., all of the lower 48 US states), the ALL keyword may be used for the region label and target variable to instruct DESID to make all of the variables on the input file available as regions, reducing the number of input lines from 48 to 1. There is no limit to the number of input files that may be referenced and read to define regions in DESID.

Table 2Examples of basic scaling rules in the Emissions Scaling component.

Download Print Version | Download XLSX

Table 3Fields required for articulating region scaling rules in DESID.

Download Print Version | Download XLSX

Table 4 demonstrates three examples defining regions of increasing size – a US city (Chicago), a US state (Illinois), and a broader US geographical area (the Ohio Valley), are all defined. A hypothetical use case for prescribing NO2 emissions using these regions is shown in Table 5. Example 11 maps the NO2 emissions variable to the CMAQ NO2 variable for the entire domain. Example 12 articulates a sensitivity whereby emissions in the Ohio Valley are cut by 30 %. Examples 13 and 14 refine this perturbation with further spatial detail, overwriting the 30 % cut with a 10 % increase and an 80 % decrease in emissions for the state of Illinois and the Chicago area, respectively. Thus, the Region definition feature facilitates implementation of highly refined spatially dependent emissions sensitivity experiments within CMAQ. However, these modifications are currently only possible at the resolution of the simulation grid. The ECI for enforcing Example 13 and the resulting fields of emission and NO2 concentration changes are given in the Supplement (Sect. S2 and Fig. S1).

Table 4Example entries for the Region definition component.

Download Print Version | Download XLSX

Although DESID's region-based scaling capability is useful for many applications, it can introduce potentially important uncertainties when the scale of the model grid is insufficient for capturing the distribution of pollutants between two neighboring boundaries. For example, consider a region mask specifying the domain of Illinois including real fractions that are area weighted. If a hypothetical border grid cell contains far more Illinois emissions from some sector than the area-weighted fraction would indicate due to the distribution of population, road networks, farmland, etc., then errors will be introduced by applying the area-weighted fractions during scaling. If these errors must be avoided, users are advised to provide region masks that are reflective of a more appropriate weighting or to provide emission streams segregated by the regions that they intend to modify.

2.2.4 Family definitions

Emissions sensitivity experiments can require perturbation of more than one chemical species, emission stream, or region simultaneously, and often these perturbations are articulated with the same relative increase or decrease to all species, streams, or regions involved. This kind of across-the-board forcing can be representative of changes in technology or the market share of pollutant sources. With the examples shown so far, highly detailed emissions perturbations are possible, but in order to apply them to many species, for example, repetition is the only option. To alleviate this inefficiency, the Family definition component provides an interface for populating groups of chemical species, emission streams, and regions so they may enhance the impact of each scaling rule. Table 6 gives an example of each type of family possible with DESID. The chemical family example creates a group of aromatic species named AROMATICS. The example stream family, INDUS, groups emissions from industrial sources including power generation. The region family combines several states in the southwest US into a group labeled SOUTHWEST.

Table 5Example scaling rules using region labels.

Download Print Version | Download XLSX

Table 6Examples of families supported by DESID.

* The abbreviations used in the “Members” column of the table are as follows: TOL – toluene, XYLMN – xylenes excluding naphthalene, BENZENE – benzene, NAPH – naphthalene, POINT_EGU – power generation point sources, POINT_NONEGU – non-power-generating industrial point sources, POINT_OTHER – other point sources, CA – California, NM – New Mexico, AZ – Arizona, NV – Nevada, and UT – Utah.

Download Print Version | Download XLSX

Several examples using these groups appear in Table 7. Before AROMATICS can be used in Example 19, its members must be mapped individually to emission variables (examples 15–18). Example 20 shows how the scale factor for NO emissions in five states can be overwritten simultaneously, and Example 21 combines the functionalities for chemical and stream families to overwrite the emissions of all four aromatic compounds from the group of industrial sources defined in Table 6. An ECI enforcing these examples and the resulting emissions concentration fields are given in the Supplement (Sect. S3 and Figs. S2–S3). These simplifying features greatly shorten the repetition required in the ECI.

Table 7Scaling examples using chemical, stream, and region families.

Download Print Version | Download XLSX

2.2.5 Aerosol Size Distribution definitions

The details of aerosol size distributions are often overlooked when applying CTMs because most particulate matter performance evaluations and model predictions are presented in terms of bulk PM2.5 or PM10 mass. Meanwhile, particle size is a critical parameter for model processes like condensational growth, heterogeneous reactions, dry deposition, and wet scavenging, each of which have important impacts on the burden of PM and gaseous pollutants. The potential significance of ultrafine particles for human health impacts and climate-scale feedbacks also continues to grow (US EPA, 2019a), especially in large population centers and near emission sources. An important aspect of predicting atmospheric particle sizes is applying realistic size distributions to primary particle emission rates. Although data are relatively sparse, several studies have collected particle size estimates to represent broad sectors of emissions (Winijkul et al., 2015; Boutzis et al., 2020). Even though these datasets are valuable and should be used to further develop existing emission inventories, there are considerable uncertainties with applying size distributions uniformly across all members of a sector. Therefore, DESID supports online application of primary particle size distributions to facilitate both research and quality control of this aspect of emissions modeling.

The Aerosol Size Distribution definition component maps individual emission streams to size distributions available in a table compiled with the CMAQ source code (Table 8). This table, called em_aero_ref and found in AERO_ DATA.F, defines the parameters needed to distribute the mass of emissions to particle size categories (Table 9). These parameters include the mass fraction present in each aerosol mode, the mode geometric mean diameter, and the standard deviation describing each mode's assumed log-normal distribution (Binkowski and Roselle, 2003). Because emissions inventories (e.g., the US National Emission Inventory) generally distinguish fine and coarse PM, it is recommended that separate rows be included to process fine and coarse species. By default, DESID maps the FINE and COARSE distribution labels of all emission streams to the FINE_REF and COARSE_REF size distributions documented by Nolte et al. (2015). These default parameters may be overridden at the stream level by subsequent entries though, as shown for the AIRCRAFT stream in Table 8. Following the AIRCRAFT specification, WILDFIRE aerosol parameters are set with a wildfire-specific label rather than using the existing labels FINE and COARSE.

Table 8Example of mapping in Aerosol Size Distribution definition component.

* These entries are implemented in the DESID source code by default.

Download Print Version | Download XLSX

Table 9Examples of aerosol size distributions available within CMAQ

a Geometric mean diameter of the aerosol volume distribution. b Designates the particle accumulation mode. c Parameters omitted for the purpose of this table when the weight fraction is 0.0.

Download Print Version | Download XLSX

With the Aerosol Size Distribution definition component populated and size distribution parameters available for each stream, scaling rules can be applied with those distribution labels in the Phase/Mode field (Table 10). In examples 22 and 23, a fraction of fine- and coarse-mode particulate nitrate are mapped to the emissions for fine-mode nitrate (PNO3) and coarse-mode PM (PMC), respectively. For the coarse-mode nitrate, a scale factor of 0.048 % quantifies its mass contribution of PMC emissions from all streams. As DESID processes this rule, it will reference the stream-specific size distributions mapped to FINE and COARSE and assign mass to the appropriate aerosol size modes defined internally (e.g., Aitken-, accumulation-, and coarse-mode nitrate; ANO3I, ANO3J, and ANO3K, respectively). Examples 24 and 25 show how the size distribution for particulate nitrate can be reassigned to distributions specific for wildfire emissions.

Table 10Examples of scaling rules using alternative size distributions for primary particulate nitrate emissions.

Download Print Version | Download XLSX

2.3 Diagnostics

DESID provides a variety of features of varying complexity to support the vast majority of emissions sensitivity scenarios that air quality modelers would find useful. As this complexity grows, however, quality assurance becomes a crucial consideration. Thus, the new emissions module includes three important types of updates to protect against mistakes and to instill confidence in results. First, DESID incorporates error-checking for all user inputs to catch trivial inconsistencies (e.g., typographical errors or missing data fields). In addition, if scaling rules reference an emission variable, stream, region, or CMAQ variable that is not available, DESID will abort, unless users override this behavior. Second, the module outputs relevant messages to the CMAQ log files (which can be read by the user) to confirm processing of scaling rules and other emission inputs. Users should examine this log file to confirm that there are no unintentionally unused emissions variables, that families are defined as intended, that stream-specific size distributions are mapped correctly, and that regions are mapped correctly. An exhaustive list is then printed containing the scale factors applied to the emissions of every CMAQ species from every stream so that users can see directly how a set of scaling rules were interpreted by DESID. Finally, DESID optionally outputs gridded data files with the mapped, scaled, and processed emissions for each stream, including particle number and surface area emissions, which are calculated online using the stream-specific size distribution parameters and mass emission rates. There are three formats available for outputting these data including surface layer only, full 3-D field, and 2-D column sum. These outputs can then be used to confirm correct scaling; compare emissions from offline gridded, offline point, and online sources on a consistent data grid; and/or be used as inputs for subsequent simulations.

3 Relevant applications

The development of DESID features was catalyzed by recognized needs in the air quality modeling community. Emission perturbation studies are a fundamental application of air quality modeling and analysis and include important objectives like source attribution, estimation of the benefits of policies under consideration, and trends analysis. For example, in the 2012 PM National Ambient Air Quality Standard Regulatory Impact Analysis (US EPA, 2012), multiple annual emission fields were developed that reduced emissions of specific PM2.5 precursors by fixed percentages in selected regions to inform modeling of the emission reductions needed to meet standard levels (e.g., National Ambient Air Quality Standards). The modification of a base emissions dataset to develop many new emission datasets is costly, time-consuming, and requires storage. With DESID, these relatively straightforward perturbation cases can be directly programmed, executed, and confirmed with no increased storage cost (unless diagnostic files are written). Moreover, this aspect is highly valuable for deployment of CTMs on cloud-computing platforms where storage needs are monetized and producing alternative emission input files can result in significant additional costs.

Beyond introducing efficiencies for standard perturbation exercises, DESID benefits have also been demonstrated for air quality research efforts, specifically for improving speciation of bulk pollutants like PM and volatile organic compounds (VOCs). For example, organic PM mass and ozone predictions are significantly impacted by emissions of primary organic aerosol (POA) and emissions of volatile chemical products (VCPs) (Lu et al., 2020; Qin et al., 2021). For more than a decade, POA emissions have been demonstrated to partition dynamically between the particle and gas phases (Robinson et al., 2007). To account for this behavior, the POA emission rate is typically distributed from one emission variable to several CTM species, each with a different volatility. These volatility distributions vary among source types. Some sources, like motor vehicles, are relatively well understood, whereas others, like biomass burning, are exceedingly complex and remain challenging despite increasing attention. VCPs have recently received increased attention as it has been acknowledged that their role as sources of carbon pollution has increased as other sources (e.g., vehicles, industry) have become cleaner through regulatory actions. Although VCPs have been treated by emission inventories for decades, there are large uncertainties in their estimation and speciation methods that are currently being addressed. Over time, the data gathered from the research community for POA and VCPs must be incorporated into existing operational emissions inventory and modeling tools. Part of that evolution though, involves using CTMs to reduce the uncertainty in the updated parameters, quantify changes in PM model performance, and estimate the impact they have on strategies for attaining ambient air quality standards. For example, proposed VCP-speciated emissions can be scaled online to typical reference pollutants like CO or non-methane organic gases (NMOG). DESID features allow researchers to bypass creation of alternative bottom-up emission datasets or extensive modification of input files leading to greater transparency, automated documentation of experimental scale factors, and more time for data interpretation.

These features are further useful for integrating emissions data from multiple inventories and modeling methods, which may be an asset for state-of-the-art regional- and global-scale chemical transport modeling. Matthias et al. (2018) reviewed the landscape of top-down and bottom-up approaches for creating inventories and applying spatiotemporal allocation to generate emissions for air quality models throughout the world. While noting the benefits of integrating emerging big data sources (e.g., traffic data, agriculture practices) into strategies for creating emission inputs, they also stressed that inclusion of more data can sometimes introduce high uncertainties as well as discontinuities along, for example, political boundaries. By allowing users to employ any number of emissions files as independent data streams and apply region-based scaling to activate or deactivate particular streams in specific areas of the modeling domain, DESID makes it feasible to explore hybrid configurations of emission inputs from a variety of datasets.

Finally, the standardization of inputs via the ECI makes the automation of emission perturbation cases possible, which is useful for several key applications, including coupling with energy system models and generating input datasets for reduced-form models. Energy system optimization models such as the MARKet ALlocation (MARKAL) model facilitate the development of scenarios that project the evolution of the energy system and its associated emissions decades into the future under differing assumptions about energy demands and the costs and availability of technologies and fuels. Previous efforts to link energy system projections to emissions and CTMs (Loughlin et al., 2011; Gonzalez-Abraham et al., 2015; Ran et al., 2015), applied regional and sectoral growth factors from MARKAL to the relevant intermediate files from a base-year inventory, and the modified sectors were then remerged prior to running CMAQ. Using DESID, the workflow becomes far simpler, with region- and stream-specific growth factors from the energy system model directly incorporated into the ECI.

To facilitate the optimization of emission control strategies over many possible cases (Huang et al., 2020; Fu et al., 2006; Cohan et al., 2006), response-surface models (RSMs) have been developed by fitting statistical models to the output of many CMAQ simulations (Xing et al., 2011, 2017). Although deep-learning methods may reduce the computational burden of RSM development (Xing et al., 2020), dozens of CMAQ simulations are still needed to sample the emission control space in developing RSMs for typical air quality management applications. DESID greatly simplifies the implementation of the CMAQ simulations for RSM development by eliminating the need to create dozens of sets of emission input files. Further, the latest version of the RSM-VAT (Response Surface Model – Visualization and Analysis Tool) software developed as part of the Air Benefit and Cost Attainment Assessment System (ABaCAS; http://www.abacas-dss.com, last access: 20 October 2020) includes a module to auto-generate ECIs for the suite of CMAQ simulations needed in RSM fitting. Thus, DESID features benefit the wide range of regulatory and research applications of the ABaCAS and broader air quality modeling communities.

4 Conclusions and future directions

Bulk emission rates and chemical composition persist as a major source of uncertainty impacting air quality model performance and predictions. Therefore, it is important to make algorithms available that reduce the logistical burden of exploring these uncertainties. In this way, the research community can build greater confidence in its understanding of atmospheric science fundamentals, the policy community can build greater confidence in the likelihood of success of policy scenarios simulated by these CTMs, and the regulatory community can better understand the contribution of individual sources to important atmospheric pollutants.

By supporting emission rate manipulations across a range of complexity online in CMAQ, DESID enhances transparency, automates documentation, reduces the number of trivial errors, and ultimately saves resources. DESID's ECI allows users to enforce simple mapping and scaling rules or configure broadly defined sensitivity scenarios that modify multiple chemical species and/or emission streams, potentially over one or several spatial regions of interest. For the first time, users also have stream-specific control over the aerosol size distributions assumed for each emission source. Importantly, DESID standardizes inputs and definitions of variables, thereby reducing the level of expertise required to use CMAQ's internal algorithms. The module accomplishes this with minimal increase in computational burden. For example, a simulation with source-specific aerosol size distributions and diagnostic output applied for 27 and 19 offline gridded and point emission files, respectively, increased model runtime by an average of 3.5 % for 10 summertime simulation days compared with a reference case with 2 and 8 offline gridded and point files, one primary aerosol size distribution, and no diagnostic output (see Sect. S9 and Table S1). As the science in CMAQ evolves (e.g., chemical mechanisms, aerosol microphysics configurations), users can have confidence that DESID will coevolve with it, thereby removing the burden to update offline approaches. The features available in DESID support a broad range of applications from routine regulatory-oriented perturbation cases to atmospheric chemistry research efforts and coupling with external models (e.g., energy system models, reduced-form models).

Future developments in DESID will further support air quality policy and research analysis by incorporating other common offline tasks. These include interpolating gridded emissions to the selected model projection and domain, reassigning the diel profile of emissions from specific sources, and allowing creation of experimental point and area sources online using the ECI. This latter feature will be particularly important for modern air quality issues like quantifying impacts from forest fire plumes and characterizing the regional burden of pollutants of immediate concern like per- and polyfluoroalkyl substances and ethylene oxide releases.

Code and data availability

CMAQ source code (including ECIs for every supported chemical mechanism) is freely available via https://github.com/usepa/cmaq.git (last access: 20 October 2020). Archived CMAQ versions are available from the same repository. Although DESID is available in version 5.3 and later, the most recent version 5.3.2 is the default recommendation and is the version of CMAQ used for this study (https://doi.org/10.5281/zenodo.4081737, US EPA Office of Research and Development, 2020). Model input data are available from the Community Modeling and Analysis System (CMAS) Data Warehouse (https://doi.org/10.15139/S3/MHNUNE, US EPA, 2019c).

Additional details regarding DESID formulation and its relationship to other CMAQ modules are given in the CMAQ user guide, Appendix B (https://github.com/USEPA/CMAQ/tree/master/DOCS/Users_Guide, last access: 20 October 2020) and a comprehensive tutorial is available at (https://github.com/USEPA/CMAQ/blob/master/DOCS/Users_Guide/Tutorials/CMAQ UG_tutorial_emissions.md, last access: 20 October 2020).

Supplement

The supplement related to this article is available online at: https://doi.org/10.5194/gmd-14-3407-2021-supplement.

Competing interests

The authors declare that they have no conflict of interest.

Disclaimer

The views expressed in this article are those of the authors and do not necessarily represent the views or policies of the US Environmental Protection Agency.

Acknowledgements

The authors would like to thank Kirk Baker, Kristen Foley, Barron Henderson, Christian Hogrefe, William Hutzell, Shawn Roselle, and Golam Sarwar for valuable feedback, testing, and application during the creation and integration of DESID. We also thank the anonymous reviewers for their thoughtful feedback and contributions to the clarity and usefulness of this paper.

Financial support

This research has been supported by the US EPA Air and Energy Program (Research product no. AE1.2.4).

Review statement

This paper was edited by Fiona O'Connor and reviewed by two anonymous referees.

References

Allen, D. J., Pickering, K. E., Pinder, R. W., Henderson, B. H., Appel, K. W., and Prados, A.: Impact of lightning-NO on eastern United States photochemistry during the summer of 2006 as determined using the CMAQ model, Atmos. Chem. Phys., 12, 1737–1758, https://doi.org/10.5194/acp-12-1737-2012, 2012. 

Appel, K. W., Bhave, P. V., Gilliland, A. B., Sarwar, G., and Roselle, S. J.: Evaluation of the Community Multiscale Air Quality (CMAQ) model version 4.5: sensitivities affecting model performance; part II – particulate matter, Atmos. Environ., 42, 6057–6066, https://doi.org/10.1016/j.atmosenv.2008.03.036, 2008. 

Appel, K. W., Bash, J. O., Fahey, K. M., Foley, K. M., Gilliam, R. C., Hogrefe, C., Hutzell, W. T., Kang, D., Mathur, R., Murphy, B. N., Napelenok, S. L., Nolte, C. G., Pleim, J. E., Pouliot, G. A., Pye, H. O. T., Ran, L., Roselle, S. J., Sarwar, G., Schwede, D. B., Sidi, F. I., Spero, T. L., and Wong, D. C.: The Community Multiscale Air Quality (CMAQ) model versions 5.3 and 5.3.1: system updates and evaluation, Geosci. Model Dev., 14, 2867–2897, https://doi.org/10.5194/gmd-14-2867-2021, 2021. 

Baek, B. H. and Seppanen, C.: Sparse Matrix Operator Kernel Emissions (SMOKE) Modeling System (Version SMOKE User's Documentation), Zenodo, https://doi.org/10.5281/zenodo.1421403, 2018. 

Bash, J. O.: Description and initial simulation of a dynamic bidirectional air-surface exchange model for mercury in CMAQ, J. Geophys. Res., 115, D06305, https://doi.org/10.1029/2009JD012834, 2010. 

Binkowski, F. S. and Roselle, S. J.: Models-3 Community Multiscale Air Quality (CMAQ) model aerosol component 1. Model description, J. Geophys. Res.-Atmos., 108, 4183, https://doi.org/10.1029/2001JD001409, 2003. 

Boutzis, E. I., Zhang, J., and Moran, M. D.: Expansion of a size disaggregation profile library for particulate matter emissions processing from three generic profiles to 36 source-type-specific profiles, J. Air Waste Manage., 70, 1067–1100, https://doi.org/10.1080/10962247.2020.1743794, 2020. 

Burnett, R., Chen, H., Szyszkowicz, M., Fann, N., Hubbell, B., Pope, C. A., Apte, J. S., Brauer, M., Cohen, A., Weichenthal, S., and Coggins, J.: Global estimates of mortality associated with long-term exposure to outdoor fine particulate matter, P. Natl. Acad. Sci. USA, 115, 9592–9597, https://doi.org/10.1073/pnas.1803222115, 2018. 

Byun, D. W., Young, J., and Odman, M. T.: Governing equations and computational structure of the Community Multiscale Air Quality (CMAQ) chemical transport model, Science Algorithms of the EPA models-3 Community Multiscale Air Quality (CMAQ) Modeling System, National Exposure Research Laboratory, U.S. EPA, Research Triangle Park, N.C., chap. 6, available at: https://www.cmascenter.org/cmaq/science_documentation/pdf/ch06.pdf (last access: 1 September 2020), 1999. 

Cohan, D. S., Tian, D., Hu, Y., and Russell, A. G.: Control strategy optimization for attainment and exposure mitigation: Case study for ozone in Macon, Georgia, Environ. Manage., 38, 451–462, https://doi.org/10.1007/s00267-005-0226-y, 2006. 

Cohen, A. J., Brauer, M., Burnett, R., Anderson, H. R., Frostad, J., Estep, K., Balakrishnan, K., Brunekreef, B., Dandona, L., Dandona, R., and Feigin, V.: Estimates and 25-year trends of the global burden of disease attributable to ambient air pollution: an analysis of data from the Global Burden of Diseases Study 2015, Lancet, 389, 1907–1918, https://doi.org/10.1016/S0140-6736(17)30505-6, 2017. 

Emery, C., Liu, Z., Russell, A. G., Odman, M. T., Yarwood, G., and Kumar, N.: Recommendations on statistics and benchmarks to assess photochemical model performance, J. Air Waste Manage., 67, 582–598, https://doi.org/10.1080/10962247.2016.1265027, 2017. 

Foley, K. M., Roselle, S. J., Appel, K. W., Bhave, P. V., Pleim, J. E., Otte, T. L., Mathur, R., Sarwar, G., Young, J. O., Gilliam, R. C., Nolte, C. G., Kelly, J. T., Gilliland, A. B., and Bash, J. O.: Incremental testing of the Community Multiscale Air Quality (CMAQ) modeling system version 4.7, Geosci. Model Dev., 3, 205–226, https://doi.org/10.5194/gmd-3-205-2010, 2010. 

Fu, J. S., Brill Jr., D. E., and Ranjithan, R. S.: Conjunctive use of models to design cost-effective ozone control strategies, J. Air Waste Manage., 56, 800–809, https://doi.org/10.1080/10473289.2006.10464492, 2006. 

Gonzalez-Abraham, R., Chung, S. H., Avise, J., Lamb, B., Salathé Jr., E. P., Nolte, C. G., Loughlin, D., Guenther, A., Wiedinmyer, C., Duhl, T., Zhang, Y., and Streets, D. G.: The effects of global change upon United States air quality, Atmos. Chem. Phys., 15, 12645–12665, https://doi.org/10.5194/acp-15-12645-2015, 2015. 

Huang, J., Zhu, Y., Kelly, J. T., Jang, C., Wang, S., Xing, J., Chiang, P. C., Fan, S., Zhao, X., and Yu, L.: Large-scale optimization of multi-pollutant control strategies in the Pearl River Delta region of China using a genetic algorithm in machine learning, Sci. Total Environ., 722, 137701, https://doi.org/10.1016/j.scitotenv.2020.137701, 2020. 

Jähn, M., Kuhlmann, G., Mu, Q., Haussaire, J.-M., Ochsner, D., Osterried, K., Clément, V., and Brunner, D.: An online emission module for atmospheric chemistry transport models: implementation in COSMO-GHG v5.6a and COSMO-ART v5.1-3.1, Geosci. Model Dev., 13, 2379–2392, https://doi.org/10.5194/gmd-13-2379-2020, 2020. 

Kelly, J. T., Koplitz, S. N., Baker, K. R., Holder, A. L., Pye, H. O., Murphy, B. N., Bash, J. O., Henderson, B. H., Possiel, N. C., Simon, H., and Eyth, A. M.: Assessing PM2.5 model performance for the conterminous US with comparison to model performance statistics from 2007–2015, Atmos. Environ., 214, 116872, https://doi.org/10.1016/j.atmosenv.2019.116872, 2019. 

Loughlin, D. H., Benjey, W. G., and Nolte, C. G.: ESP v1.0: methodology for exploring emission impacts of future scenarios in the United States, Geosci. Model Dev., 4, 287–297, https://doi.org/10.5194/gmd-4-287-2011, 2011. 

Lu, Q., Murphy, B. N., Qin, M., Adams, P. J., Zhao, Y., Pye, H. O. T., Efstathiou, C., Allen, C., and Robinson, A. L.: Simulation of organic aerosol formation during the CalNex study: updated mobile emissions and secondary organic aerosol parameterization for intermediate-volatility organic compounds, Atmos. Chem. Phys., 20, 4313–4332, https://doi.org/10.5194/acp-20-4313-2020, 2020. 

Matthias, V., Arndt, J. A., Aulinger, A., Bieser, J., Denier van der Gon, H., Kranenburg, R., Kuenen J., Neumann, D., Pouliot, G., and Quante, M.: Modeling emissions for three-dimensional atmospheric chemistry transport models, J. Air Waste Manage., 68, 763–800, https://doi.org/10.1080/10962247.2018.1424057, 2018 

Nolte, C. G., Appel, K. W., Kelly, J. T., Bhave, P. V., Fahey, K. M., Collett Jr., J. L., Zhang, L., and Young, J. O.: Evaluation of the Community Multiscale Air Quality (CMAQ) model v5.0 against size-resolved measurements of inorganic particle composition across sites in North America, Geosci. Model Dev., 8, 2877–2892, https://doi.org/10.5194/gmd-8-2877-2015, 2015. 

Pleim, J. E., Bash, J. O., Walker, J. T., and Cooter, E. J.: Development and evaluation of an ammonia bidirectional flux parameterization for air quality models, J. Geophys. Res., 118, 3794–3806, https://doi.org/10.1002/jgrd.50262, 2013. 

Qin, M., Murphy, B. N., Isaacs, K. K., McDonald, B. C., Lu, Q., McKeen, S. A., Koval, L., Robinson, A. L., Efstathiou, C., Allen, C., and Pye, H. O. T.: Criteria pollutant impacts of volatile chemical products informed by near-field modelling, Nat. Sustain., 4, 129–137, https://doi.org/10.1038/s41893-020-00614-1, 2021. 

Ran, L., Loughlin, D. H., Yang, D., Adelman, Z., Baek, B. H., and Nolte, C. G.: ESP v2.0: enhanced method for exploring emission impacts of future scenarios in the United States – addressing spatial allocation, Geosci. Model Dev., 8, 1775–1787, https://doi.org/10.5194/gmd-8-1775-2015, 2015. 

Robinson, A. L., Donahue, N. M., Shrivastava, M. K., Weitkamp, E. A., Sage, A. M., Grieshop, A. P., Lane, T. E., Pierce, J. R., and Pandis, S. N.: Rethinking organic aerosols: Semivolatile emissions and photochemical aging, Science, 315, 1259–1262, https://doi.org/10.1126/science.1133061, 2007. 

Sarwar, G., Gantt, B., Foley, K., Fahey, K., Spero, T.L., Kang, D., Mathur, R., Foroutan, H., Xing, J., Sherwen, T., and Saiz-Lopez, A.: Influence of bromine and iodine chemistry on annual, seasonal, diurnal, and background ozone: CMAQ simulations over the Northern Hemisphere, Atmos. Environ., 213, 395–404, https://doi.org/10.1016/j.atmosenv.2019.06.020, 2019. 

Simon, H., Baker, K. R., and Phillips, S.: Compilation and interpretation of photochemical model performance statistics published between 2006 and 2012, Atmos. Environ., 61, 124–139, https://doi.org/10.1016/j.atmosenv.2012.07.012, 2012. 

U.S. Environmental Protection Agency (US EPA): Regulatory Impact Analysis for the Final Revisions to the National Ambient Air Quality Standards for Particulate Matter (Final Report, 2012), U.S. Environmental Protection Agency, Office of Air Quality Planning and Standards, Research triangle Park, N.C., EPA-452/R-12-005, 2012. 

U.S. Environmental Protection Agency (US EPA): Modeling Guidance for Demonstrating Attainment of Air Quality Goals for Ozone, PM2.5, and Regional Haze, U.S. Environmental Protection Agency, Office of Air Quality Planning and Standards, Research Triangle Park, NC. EPA 454/R-18-009, 2018. 

U.S. Environmental Protection Agency (US EPA): Integrated Science Assessment (ISA) for Particulate Matter (Final Report, 2019), U.S. Environmental Protection Agency, Washington, DC, EPA/600/R-19/188, 2019a. 

U.S. Environmental Protection Agency (US EPA): “CMAQ Grid Mask Files for 12km CONUS – US States and NOAA Climate Regions”, UNC Dataverse, V1, doi.org/10.15139/S3/XDYYB9, 2019b. 

U.S. Environmental Protection Agency (US EPA): CMAQ Model Version 5.3 Input Data – 1/1/2016 – 12/31/2016 12km CONUS, UNC Dataverse, V1, https://doi.org/10.15139/S3/MHNUNE, 2019c. 

U.S. Environmental Protection Agency (US EPA): Community Multiscale Air Quality (CMAQ) model version 5.3.2, Zenodo, https://zenodo.org/record/4081737#.X48QT9BKhaQ, 2020a.  

U.S. Environmental Protection Agency (US EPA): Community Multiscale Air Quality (CMAQ) model version 5.3 User's Guide, available at: https://github.com/USEPA/CMAQ/blob/master/DOCS/Users_Guide/README.md, last access: 28 October 2020b. 

US EPA Office of Research and Development: CMAQ (Version 5.3.2), Zenodo [code], https://doi.org/10.5281/zenodo.4081737, 2020. 

Winijkul, E., Yan, F., Lu, Z., Streets, D. G., Bond, T. C., and Zhao, Y.: Size-resolved global emission inventory of primary particulate matter from energy-related combustion sources, Atmos. Environ., 107, 137–147, https://doi.org/10.1016/j.atmosenv.2015.02.037, 2015. 

Xing, J., Wang, S. X., Jang, C., Zhu, Y., and Hao, J. M.: Nonlinear response of ozone to precursor emission changes in China: a modeling study using response surface methodology, Atmos. Chem. Phys., 11, 5027–5044, https://doi.org/10.5194/acp-11-5027-2011, 2011. 

Xing, J., Wang, S., Zhao, B., Wu, W., Ding, D., Jang, C., Zhu, Y., Chang, X., Wang, J., Zhang, F., and Hao, J.: Quantifying Nonlinear Multiregional Contributions to Ozone and Fine Particles Using an Updated Response Surface Modeling Technique, Environ. Sci. Technol., 51, 11788–11798, https://doi.org/10.1021/acs.est.7b01975, 2017. 

Xing, J., Zheng, S., Ding, D., Kelly, J. T., Wang, S., Li, S., Qin, T., Ma, M., Dong, Z., Jang, C., and Zhu, Y.: Deep learning for prediction of the air quality response to emission changes, Environ. Sci. Technol., 54, 8589–8600, https://doi.org/10.1021/acs.est.0c02923, 2020. 

Zhang, K. M., Knipping, E. M., Wexler, A. S., Bhave, P. V., and Tonnesen, G. S.: Size distribution of sea-salt emissions as a function of relative humidity, Atmos. Environ., 39, 3373–3379, https://doi.org/10.1016/j.atmosenv.2005.02.032, 2005. 

Download
Short summary
The algorithms for applying air pollution emission rates in the Community Multiscale Air Quality (CMAQ) model have been improved to better support users and developers. The new features accommodate emissions perturbation studies that are typical in atmospheric research and output a wealth of metadata for each model run so assumptions can be verified and documented. The new approach dramatically enhances the transparency and functionality of this critical aspect of atmospheric modeling.