open-energy-transition / solver-benchmark

A benchmark of (MI)LP solvers on energy modelling problems
GNU Affero General Public License v3.0
2 stars 1 forks source link

Benchmarks: first iteration (pypsa) #5

Open danielelerede-oet opened 3 months ago

danielelerede-oet commented 3 months ago
danielelerede-oet commented 3 months ago

In the folder https://drive.google.com/drive/folders/1eG9Z2BYDXM07th3BFHJ6Y3LNS9cJc6zn?usp=drive_link you can find the config files/scripts for the generation of the PyPSA-based problems proposed by Fabian for the project.

  1. PyPSA-EUR, sector-coupled, infrastructure model, 3h x 1 year, country level (Italy, 2 nodes - minimum value because of the Sardinian node), no transmission expansion, no unit commitment --> config_1.yaml
  2. PyPSA-EUR, power system, infrastructure model, 3h X 1 year, sub-country level (Italy, 50 nodes), with transmission expansion, no unit commitment --> config_2.yaml
  3. PyPSA-EUR, power system, operational model, 1h X 1 month, sub-country level (Italy, 50 nodes), no transmission expansion, no unit commitment --> config_3.yaml
  4. PyPSA-EUR, power system, operational model, 1h X 1 month, sub-country level (Italy, 50 nodes), no transmission expansion, with unit-commitment for conventional fleet --> config_4.yaml
  5. wind + solar + electrolyser, 1h X 1 year, unit commitment for electricity (based on https://pypsa.readthedocs.io/en/latest/examples/capacity-expansion-planning-single-node.html, removed battery storage and CO2 limits, unit commitment for onshore and offshore wind with p_min_pu = 0.3) --> problem_5.py
  6. wind + solar + electrolyser, 1h X 1 year, no unit commitment (based on https://pypsa.readthedocs.io/en/latest/examples/capacity-expansion-planning-single-node.html. removed battery storage and CO2 limits) --> problem_6.py