Transportation Systems Simulation - A Tutorial for Multi-Modal Simulation Using VISSIM/Calibration

From Wikibooks, open books for an open world
Jump to navigation Jump to search

After each simulation two files (.mer and .att) are generated. They can both be opened with Excel. The “.mer” file is a detailed record of every vehicles in the simulation. For this example, the “.att” file will be used.


Formatting Volume Data[edit | edit source]

  1. Locate the “.att” file in the Evaluation output directory defined in the previous section.
    • It will have the same name as your project, followed by the simulation number (001) and “Data Collection Measurements”
  2. If the file does not open with Excel by default, Right Click and select “Open with…” and choose Excel
  3. Once the file is open, locate the row with the text “$DATACOLLECTIONMEASUREMENT” (see Figure below)
  4. Delete all previous rows
  5. Select the entire “Column A” by moving your cursor and Clicking next to the letter “A” in the column header
  6. From the top Ribbon Select “Data” and “Text to Columns”


VISSIM Tutorial-Text to Columns (.att)
VISSIM Tutorial-Text to Columns (.att)


  1. A new “Convert Text to Columns Wizard” window will appear (see Figure below)
  2. Select “Delimited”
  3. Click Next
  4. Only Check the “Semicolon” box
  5. Click Finish


VISSIM Tutorial-Convert Text to Columns Wizard
VISSIM Tutorial-Convert Text to Columns Wizard


After adjusting column widths, the data should look very similar to the “Data Collection Measurement” window in VISSIM (see Figure below)

VISSIM Tutorial-Extracted Simulation Data from VISSIM
VISSIM Tutorial-Extracted Simulation Data from VISSIM

GEH Formula[edit | edit source]

The following GEH (Geoffrey E. Havers) formula is the required method of determining an “Acceptable fit”. It requires the vehicles per hour (vph) from the VISSIM simulation (m) and the volumes (c) from PeMS. As the figure below indicates, GEH < 5.0 is acceptable. At least 85% of all freeway links (Mainlines, Off-Ramps and On-Ramps) must meet the criteria of GEH < 5.0.


VISSIM Tutorial-GEH (Geoffrey E. Havers)
VISSIM Tutorial-GEH (Geoffrey E. Havers)



The following Figure illustrates an example of GEH calculations using excel. The “GEH” column contains the required formula. Divided the number of GEH values above 5.0 by the total number of time intervals (36 or 24). This value should be less than 0.15 or 15%.

=SQRT((2*(D2-C2)^2)/(D2+C2))



The following Figure shows a line chart that compares Observed traffic volumes (PeMS) and Simulation volumes (VISSIM). Note that lower GEH values will cause both lines to mimic and overlap.




Back to Main Page