Chapter 2. SMOKE Concepts

2.1. Introduction
2.2. Assigns file and environment variables
2.3. Emission inventories
2.4. Cross-referencing and profiles
2.5. Input and output file types
2.6. Modeling parameters
2.7. Sparse matrix approach to emissions modeling
2.8. Area, biogenic, mobile, and point processing summaries
2.9. Inventory import
2.10. Temporal processing
2.11. Chemical speciation processing
2.12. Spatial processing
2.13. Growth processing
2.14. Control processing
2.15. Elevated-source processing
2.16. Mobile-source processing with MOVES
2.17. Biogenic processing
2.18. Creating model-ready emissions
2.19. Creating model-ready emissions using MOVES lookup tables
2.20. Quality assurance

2.1. Introduction

The purpose of SMOKE is to convert the resolution of the data in an emission inventory to the resolution needed by an air quality model. Emission inventories typically have an annual-total emissions value for each emissions source, or perhaps an average-day emissions value. The AQMs, however, typically require emissions data on an hourly basis, for each model grid cell (and perhaps model layer), and for each model species. Consequently, to achieve the input requirements of the AQM, emissions processing must (at a minimum) transform inventory data by temporal allocation, chemical speciation, spatial allocation, and perhaps layer assignment.

In addition to changing the resolution of the data, SMOKE must also provide the AQM input files in the correct file format. SMOKE can create the Input/Output Applications Programming Interface (I/O API) Network Common Data Form (NetCDF) output format needed by the CMAQ and MAQSIP models. It can also create the Fortran binary format for the 2-D emissions needed by REMSAD, UAM, and CAMX, and the ASCII elevated-point-source format used by the Ptsrce preprocessor to these models. File format is also important for the input files used by SMOKE, most of which are ASCII files, but some of which are I/O API NetCDF files.

In this chapter, we introduce you to various concepts that are critical to understanding the technical description of emissions processing, as well as provide more detail about the processing capabilities of SMOKE. (Later, Chapter 5, SMOKE Utility Tools, Chapter 6, SMOKE Core Programs, Chapter 7, SMOKE Quality Assurance, Chapter 8, SMOKE Input Files, Chapter 9, SMOKE Intermediate Files, and Chapter 10, SMOKE Output Files give more specifics about each program’s capabilities and each file’s format.) This chapter provides the context and framework for the rest of the user’s manual. To assist you in reading and using this chapter, we provide Appendix A. Glossary for definitions of emissions inventory and emissions modeling terminology.