Go to file
2023-05-07 14:10:18 +01:00
.github [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-05-02 15:21:50 +00:00
.reuse reuse compatibility for pypsa-eur-sec code 2023-03-06 19:35:33 +01:00
config add plain hydrogen turbine option for re-electrification 2023-04-22 09:44:13 +02:00
data remove manual country codes 2023-03-16 10:36:51 +01:00
doc bump python version and add setuptools, myst-parser 2023-05-07 14:10:18 +01:00
envs Merge branch 'master' into rioxarray-to-envs 2023-04-20 18:36:31 +02:00
graphics doc: update landing page 2023-03-06 19:49:01 +01:00
LICENSES prepare release 0.7 2023-02-16 11:50:55 +01:00
rules retrieve.smk: rename retrieve_load_data -> retrieve_electricity_demand 2023-04-25 16:37:01 +02:00
scripts [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-05-01 22:14:45 +00:00
.git-blame-ignore-revs Merge remote-tracking branch 'pypsa-eur-sec/master' into merge-pypsa-eur-sec 2023-03-06 11:54:08 +01:00
.gitattributes prepare release 0.7 2023-02-16 11:50:55 +01:00
.gitignore [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-03-06 10:55:54 +00:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2023-05-01 22:14:07 +00:00
.readthedocs.yml bump python version and add setuptools, myst-parser 2023-05-07 14:10:18 +01:00
.syncignore-receive Update .syncignore-receive 2023-04-11 02:18:34 +02:00
.syncignore-send reuse compatibility for pypsa-eur-sec code 2023-03-06 19:35:33 +01:00
borg-it Add borg-it 2018-02-19 10:27:36 +01:00
CITATION.cff add release notes for v0.8.0 2023-03-22 10:52:08 +01:00
matplotlibrc add spdx identifiers to scripts 2023-03-06 18:49:23 +01:00
README.md docs: add shield and support section to readme 2023-05-02 17:39:01 +02:00
Snakefile follow-up: rename configs to config 2023-04-21 11:05:18 +02:00

GitHub release (latest by date including pre-releases) Build Status Documentation Size Zenodo PyPSA-Eur Zenodo PyPSA-Eur-Sec Snakemake REUSE status Stack Exchange questions

PyPSA-Eur: A Sector-Coupled Open Optimisation Model of the European Energy System

PyPSA-Eur is an open model dataset of the European energy system at the transmission network level that covers the full ENTSO-E area. The model is suitable both for operational studies and generation and transmission expansion planning studies. The continental scope and highly resolved spatial scale enables a proper description of the long-range smoothing effects for renewable power generation and their varying resource availability.

The model is described in the documentation and in the paper PyPSA-Eur: An Open Optimisation Model of the European Transmission System, 2018, arXiv:1806.01613. The model building routines are defined through a snakemake workflow. Please see the documentation for installation instructions and other useful information about the snakemake workflow. The model is designed to be imported into the open toolbox PyPSA.

WARNING: PyPSA-Eur is under active development and has several limitations which you should understand before using the model. The github repository issues collect known topics we are working on (please feel free to help or make suggestions). The documentation remains somewhat patchy. You can find showcases of the model's capabilities in the preprint Benefits of a Hydrogen Network in Europe, a paper in Joule with a description of the industry sector, or in a 2021 presentation at EMP-E. We cannot support this model if you choose to use it. We do not recommend to use the full resolution network model for simulations. At high granularity the assignment of loads and generators to the nearest network node may not be a correct assumption, depending on the topology of the underlying distribution grid, and local grid bottlenecks may cause unrealistic load-shedding or generator curtailment. We recommend to cluster the network to a couple of hundred nodes to remove these local inconsistencies. See the discussion in Section 3.4 "Model validation" of the paper.

PyPSA-Eur Grid Model

The dataset consists of:

  • A grid model based on a modified GridKit extraction of the ENTSO-E Transmission System Map. The grid model contains 6763 lines (alternating current lines at and above 220kV voltage level and all high voltage direct current lines) and 3642 substations.
  • The open power plant database powerplantmatching.
  • Electrical demand time series from the OPSD project.
  • Renewable time series based on ERA5 and SARAH, assembled using the atlite tool.
  • Geographical potentials for wind and solar generators based on land use (CORINE) and excluding nature reserves (Natura2000) are computed with the atlite library.

A sector-coupled extension adds demand and supply for the following sectors: transport, space and water heating, biomass, industry and industrial feedstocks, agriculture, forestry and fishing. This completes the energy system and includes all greenhouse gas emitters except waste management and land use.

This diagram gives an overview of the sectors and the links between them:

sector diagram

Each of these sectors is built up on the transmission network nodes from PyPSA-Eur:

network diagram

For computational reasons the model is usually clustered down to 50-200 nodes.

Already-built versions of the model can be found in the accompanying Zenodo repository.

Contributing and Support

We strongly welcome anyone interested in contributing to this project. If you have any ideas, suggestions or encounter problems, feel invited to file issues or make pull requests on GitHub.

  • In case of code-related questions, please post on stack overflow.
  • For non-programming related and more general questions please refer to the mailing list.
  • To discuss with other PyPSA users, organise projects, share news, and get in touch with the community you can use the discord server.
  • For bugs and feature requests, please use the PyPSA-Eur Github Issues page.

Licence

The code in PyPSA-Eur is released as free software under the MIT License, see LICENSE.txt. However, different licenses and terms of use may apply to the various input data.