Skip to content

This repository contains code for runs using ChaProEV to show how the model can and has been used

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENCE
Apache-2.0
LICENSE
Notifications You must be signed in to change notification settings

TNO/ChaProEV_runs

ChaProEV runs

This repository contains runs with the ChaProEV model

Authors and contact

Omar Usmani ([email protected])

Licence

ChaProEV is released under the Apache 2.0 license. All accompanying documentation and manual are released under the Creative Commons BY-SA 4.0 license.

Installation and use

You can install ChaProEV with pip:

pip install ChaProEV

And the import ChaProEV in your code. You can of course use the various functions of ChaProEV, but the general use case is to run th model and focus on defining your case through the scenarios and their variants. In that case, the only piece of code you need is as follows (you just need to put the name of the folder where you put your case scenarios instead of the 'Mopo' example).

from ChaProEV import ChaProEV

if __name__ == '__main__':
    case_name: str = 'Mopo'
    ChaProEV.run_ChaProEV(case_name)

Acknowledgments

 


EU emblem This project was partly develop under funding from European Climate, Infrastructure and Environment Executive Agency under the European Union’s HORIZON Research and Innovation Actions under grant agreement N°101095998.

About

This repository contains code for runs using ChaProEV to show how the model can and has been used

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENCE
Apache-2.0
LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages