OSeMOSYS-PuLP: A Stochastic Modeling Framework for Long-Term Energy Systems Modeling
OSeMOSYS-PuLP is a methodological framework for an empirical deterministic–stochastic modeling approach to utilize real-world datasets in long-term energy systems modeling. An application example is provided (UTOPIA BASE dataset), in which the initial application example of OSeMOSYS is used and modified to include real-world operation data from a public bus transport system. More information are provided in the scientific article in section Citation.
This is the educational version of OSeMOSYS-PuLP
This is the high performance (HP) version of OSeMOSYS-PuLP. Additional performance improvements will be developed for this code over time.
Dennis Dreier, Mark Howells, OSeMOSYS-PuLP: A Stochastic Modeling Framework for Long-Term Energy Systems Modeling. Energies 2019, 12, 1382, https://doi.org/10.3390/en12071382
Clone this repository and change the directory:
git clone https://github.com/OSeMOSYS/OSeMOSYS_PuLP.git
cd OSeMOSYS_PuLP
OSeMOSYS-PuLP and OSeMOSYS-PuLP-HP are being continuously further developed. Please always check whether you code is up-to-date by using:
git status origin
Update to latest version:
git fetch origin
git merge origin