6.4. Emisfac

6.4.1. Description
6.4.2. Processing Order
6.4.3. Files and Environment Variables

6.4.1. Description

Processing categories: mobile

The Emisfac program drives EPA’s Office of Transportation and Air Quality MOBILE model (version 6.2) to generate emission factors representing several different emission processes. The program drives MOBILE6 by supplying 24-hour temperature and humidity profiles and county-specific MOBILE6 input files. Using multiple calls to MOBILE6, Emisfac uses the inputs to create emission factors for all sources. Having Emisfac execute MOBILE6 allows very complex combinations of emission factors to be generated in a relatively short period of time.

6.4.1.1. MOBILE modifications

In adapting MOBILE6 for use in SMOKE, MOBILE6 has been changed somewhat in order to output emission factors at the level of aggregation required by SMOKE, generate multiple sets of emission factors in the same run, and create a better interface with Emisfac. The mapping of SMOKE road classes to MOBILE6 facilities are given in Table 2.3, “Road class and corresponding MOBILE6 road type”. The mapping of SMOKE vehicle types to MOBILE6 vehicle types are provided in the M6MAP file.

6.4.1.2. Accounting for freeway ramps in speeds and emission factors

The annual VMT and average speed values for rural and urban interstates and urban freeways typically account for travel on freeway ramps. Since MOBILE6 calculates freeway and freeway ramp emission factors separately, SMOKE must create a composite emission factor that is used for rural and urban interstates and urban freeways. The approach SMOKE uses is intended to duplicate the way MOBILE6 is used outside of SMOKE to compute the NEI inventories.

Since the speeds provided in the on-road mobile inventory are an average of speeds on freeways and ramps, SMOKE first calculates the nonramp freeway speed using the following formula:

Sf = (1 - Vr)/[(1/Si) - (Vr/Sr)]

where

  • Sf = freeway (nonramp) speed
  • Vr = ramp VMT fraction
  • Si = inventory freeway speed (includes ramps)
  • Sr = ramp speed

Based on the MOBILE6 documentation, SMOKE assumes a ramp VMT fraction (Vr) of 0.08 and a constant ramp speed (Sr) of 34.6 mph. The calculated nonramp freeway speed (Sf) is passed to MOBILE6 and used to calculate the freeway emission factors. MOBILE6 uses a fixed ramp speed of 34.6 mph to calculate the freeway ramp emission factors. The environment variables ADJUST_INV_SPEED and ADJUST_HR_SPEED are used to control whether or not the inventory and/or hourly speeds are adjusted for freeway ramps.

SMOKE creates a composite emission factor from the freeway and ramp emission factors as follows:

Cef = Vr Ref + (1 - Vr) Fef

where

  • Cef = composite emission factor
  • Vr = ramp VMT fraction
  • Ref = ramp emission factor
  • Fef = freeway emission factor

Again, SMOKE assumes a ramp VMT fraction (Vr) of 0.08.