Here you will find everything you need to install and run openTEPES:
-
📖 User Guide: This web manual includes detailed sections on:
- Introduction
- Electric, Hydropower, Hydrogen, and Heat System Input Data
- Flow-Based Market Coupling Method
- Output Results
- Mathematical Formulation
- Research Projects & Publications
- Download & Installation
- Questions & Answers (Q&A)
- Contact Information
The openTEPES model serves as a decision support system for integrated resource planning (IRP), combining:
- Generation Expansion Planning (GEP)
- Storage Expansion Planning (SEP)
- Transmission Expansion Planning (TEP)
It optimizes generation, storage, and transmission investments over tactical time horizons (10–20 years), including electricity, hydrogen, and heat networks. Users predefine candidate projects, and the model identifies optimal investment decisions.
To install openTEPES, follow these steps:
- Install Miniconda3, which includes Python and other essential packages.
- Install at least one supported solver (e.g., Gurobi, HiGHS).
- In the Anaconda terminal, install openTEPES by running:
pip install openTEPES- Create your custom case study by adapting one of the provided examples (included in the model directory).
- Open the Anaconda console and run:
openTEPES_Main- You will be prompted to:
- Select the folder containing your case study
- Name the case
- Choose the solver
- Define result and log file outputs
Check our Questions & Answers page for common issues and guidance.
👉 For questions or feedback, please refer to the contact section in the User Guide.