Not logged in - Login
< back

Preparing Fire Emissions for CMAQ

October 7, 2014

Objective

Provide options for preparing the PMDETAIL fire inventories for CMAQ 2011 modeling.

Description

Task 1 of the 3SAQS 2015 Work Plan calls for the development of a year 2011 CMAQ modeling platform. Fires (wild, agricultural, and prescribed) are significant air pollution sources that require special treatment in the air quality modeling system due to their unique physical and chemical characteristics. The PMDETAIL fire inventory includes information on specific fire events, including the size of the fires (daily area burned and pollution fluxes), timing, spatial (horizontal and vertical extent), and chemical parameters of the fires. These parameters are read in by software that translates the fire inventories into a format and terms that can be used by an air quality model for simulating the air quality impacts of the fires. ENVIRON both developed software for preprocessing the PMDETAIL inventories for input to CAMx and modified CAMx for modeling these data. Similar software and modifications are needed before the PMDETAIL fires can be simulated in CMAQ.

The two parameters of the PMDETAIL fire inventories that are require special treatment include the horizontal spatial allocation (gridding) and vertical plume distribution (plume rise).

Gridding the fire inventories

The PMDETAIL fire inventory provides coordinates for daily fire event centroids. When allocating the fire emissions to modeling grid cells, care must be taken to consider the ratio between the fire size (acres) and the grid cell area. The reason for this consideration is that as grid resolutions increase, the fire emissions become concentrated in a single grid cell and overestimate the local air quality impacts of the fires. The extremely concentrated emissions can also cause problems for the numerical solvers in the air quality models. The table below shows the relationship between grid resolution, grid cell area, and acreage. Many of the large wildfires in the PMDETAIL inventory have burn areas that exceed the area of a 12-km grid cell.

Grid Resolution km^2 Acres
361296320,249
1214435,583
4163,953
ENVIRON developed an approach for processing the DEASCO3 fires for input to CAMx that has been adopted for the PMDETAIL fires. A Fortran utility compares the daily acreage of each fire event in the inventory to the grid cell area. If the fire acreage is greater than 20% of the grid cell area, the fire emissions are distributed into a matrix of cells surrounding the grid cell that contains the fire centroid.

A similar approach is needed for processing these data for input to CMAQ.

Proposed Action

Modify the SMOKE program Grdmat to use a spatial interpolation approach to distribute PMDETAIL fires based on the ratio of the fire size to the model grid resolution. This modification would be applicable to all fire inventories that use the Air Sciences/WRAP fires inventory methodology. It would also be applicable for preparing these inventories for both CMAQ and CAMx, avoiding the need for a utility that is separate from the conventional emissions processing sequence.

Fire Plume Rise

The Air Sciences/WRAP fires inventory methodology prescribes plume characteristics to each fire event in the inventory based on the fire type and fire size. Three plume parameters, Smoldering Fraction (LAY1F), Plume Bottom (PBOT), and Plume Top (PTOP), describe the vertical extent and distribution of the emissions. These parameters are used to allocate the emissions into the vertical layer structure of air quality models.

Plume rise for air quality models is performed either offline or inline. The offline approach develops 3-D emissions files using an emissions processor (SMOKE). SMOKE combines the inventory plume parameters with a meteorology data file that defines the air quality modeling vertical layer structure to distribute the emissions into the model layers. The air quality model then reads the vertically distributed emissions directly into the layers in which they are emitted. The drawback to this approach is that the 3-D emissions files are a data storage and transfer burden because they are large files.

In the inline approach, the emissions processor passes the plume rise parameters from the inventory to the air quality model,model. The whichmatching of the vertical plume extent to the model layers is thendone used..."inline" at each time-step that the model reads the emissions files. There is a performance penalty for this additional computation, but it is an advantageous trade-off to the file size requirements of the 3-D emissions files.

CAMx only has an inline plume rise option for emissions, both for fire and non-fire sources. The emissions processor mentioned above that ENVIRON developed for calculating the horizontal distribution of the fires also outputs the plume parameters in a CAMx-ready format. For the WestJumpAQMS project ENVIRON instrumented CAMx to read the Air Science/WRAP fire plume parameters from these emissions files and use these parameters for the inline vertical distribution of the fire emissions.

CMAQ has options for both offline and inline plume rise calculations. The current SMOKE implementation of inline plume rise for fire sources requires that the inventories include fire size (acres) and either heat release (BTU/hr) or parameters for calculating heat release (fuel load).