Skip to content
dflynn-volpe edited this page Jan 2, 2019 · 1 revision

The current version of VERPAT does not model electric vehicles (EVs). Since EVs produce less local GHG than internal combustion engines, and policies related to EV usage are expected to impact the share of EVs on the road, it is important to add EVs to VERPAT. This addition to VERPAT is inspired by how GreenSTEP models EVs.

The plan to add EV support to VERPAT is to revise the following packages/modules in a fork:

  • Revise VEHouseholdTravel ✔️
    • Revise CalculateTravelDemand module to identify HEV/PHEVs
    • Revise CalculateTravelDemand module to identify DVMT by EVs
  • Revise VETransportSupplyUse ✔️
    • Revise CalculateCongestionBase module to identify fuel efficiency, speeds, delays for EVs by functional class
  • Revise VEHouseholdTravel ✔️
    • Revise CalculateTravelDemandFuture module to identify HEV/PHEVs for future scenarios
    • Revise CalculateTravelDemandFuture module to identify DVMT by EVs for future scenarios
  • Revise VEHouseholdTravel ✔️
    • Revise CalculateInducedDemand module to adjust DVMT by EVs
  • Revise VETransportSupplyUse ✔️
    • Revise CalculateCongestionFuture module to identify fuel efficiency, speeds, delays for EVs by functional class for future scenarios
  • Revise VEHouseholdTravel ✔️
    • Revise CalculatePolicyVmt module to adjust DVMT by EVs by policy
  • Revise VEReports ✔️
    • Revise ReportRPATMetrics module to calculate metrics for EV

The existing VESimHouseholds, VESyntheticFirms, VELandUse, and VETransportSupply modules are unchanged.

Once the new forked version of VERPAT is complete, we will review the implementation and consider if we should revise it so it can be run with or without EV.

Clone this wiki locally