9.4. Chemical Mechanism

9.4.1. Using predefined chemical mechanisms
9.4.2. Creating or modifying chemical mechanisms
9.4.3. Tips and recommendations - Chemical Mechanisms

The CMAQ modeling system accounts for chemistry in three phases: gas phase, aerosols (solid or liquid), and aqueous phase. The CMAQ modeling system's existing modules for gas phase chemistry are the Carbon Bond -IV (CB-IV), Regional Acid Deposition Model-2 (RADM2), and Statewide Air Pollution Research Center-99 (SAPRC-99) gas phase mechanisms. Several variations of the base gas-phase mechanisms, with and without aqueous and aerosol chemistry are distributed with CMAQ. With the CMAQ's modularity, it is also possible to create or modify the chemical mechanism.

Gas-phase chemical mechanisms are defined in CMAQ as a series of Fortran include files. Located in subdirectories of the $M3MODEL/include/release directory, corresponding to the mechanism name, these include files define the species, source, reaction parameters, and atmospheric processes (e.g. diffusion, deposition, advection) of the different mechanism species. CMAQ mechanism configuration is more similar to the science module configuration than to the horizontal grid or vertical layer configuration in that the mechanism is defined a compilation and results in executables that are hard-wired to a specific gas-phase mechanism. If you want to change chemical mechanisms between simulations, you must recompile a new executable that includes the desired mechanism configuration.

9.4.1. Using predefined chemical mechanisms

To select a predefined mechanism configuration in CMAQ, set the “Mechanism” variable in the build scripts to the name of one of the mechanism directories located under $M3MODEL/include/release. Table 7.1 lists the available chemical mechanisms in CMAQ version 4.5 and what is included with the each mechanism. Set the “Mechanism” variable in the CMAQ build script to the Mechanism ID in Table 7.1 to select a particular mechanism.

Table 9.1. Chemical Mechanisms

Mechanism ID Gas-phase Mechanism 4th generation CMAQ aerosols Aqueous Chemistry
cb4 radm2 saprc99
cb4 x        
cb4_ae4 x     x  
cb4_ae4_aq x     x x
cb4_aq x       x
radm2   x      
radm2_ae4   x   x  
radm2_ae4_aq   x   x x
radm2_aq   x     x
radm2_cis1        
radm2_cis1_ae4     x  
radm2_cis1_ae4_aq     x x
radm2_cis1_aq       x
radm2_cis4        
radm2_cis4_ae4     x  
radm2_cis4_ae4_aq     x x
radm2_cis4_aq       x
saprc99     x    
saprc99_ae4     x x  
saprc99_ae4_aq     x x x
saprc99_aq     x   x

¹RADM-2 with Carter one-product isoprene oxidation mechanism
²RADM-2 with Carter four-product isoprene oxidation mechanism

If you are unfamiliar with these mechanisms, refer to the detailed descriptions found in Byun and Ching [1999].