The OMEGA model has been developed by EPA to evaluate policies for reducing greenhouse gas (GHG) emissions from light duty vehicles. Like the prior releases, this latest version is intended primarily to be used as a tool to support regulatory development by providing estimates of the effects of policy alternatives under consideration. These effects include the costs associated with emissions-reducing technologies and the monetized effects normally included in a societal benefit-cost analysis, as well as physical effects that include emissions quantities, fuel consumption, and vehicle stock and usage. In developing this OMEGA version 2.0, our goal was to improve modularity, transparency, and flexibility so that stakeholders can more easily review the model, conduct independent analyses, and potentially adapt the model to meet their own needs.
Typical Install
Install required packages:
pip install -r requirements.txt
Install optional developer packages:
pip install -r requirements-dev.txt
See the requirements files for further information.
To run from the command line with default options:
python -m usepa_omega2
For more information, please see:
https://omega2.readthedocs.io/en/2.5.0/
The Developer Guide chapter has notes for those interested in working from the source code.