Go to file
2023-02-07 14:08:59 +01:00
.github ci: explicit ipopt version for windows 2022-09-19 12:15:05 +02:00
.reuse update author affiliations 2022-07-26 15:32:48 +02:00
data HVDC links Sweden Germany parameter correction 2022-12-28 12:15:17 +01:00
doc Merge branch 'master' into pz-max-patch-2 2022-12-16 12:20:58 +00:00
envs limit matplotlib < 3.6 2022-12-28 15:10:45 +01:00
LICENSES update copyright years 2022-07-26 15:05:59 +02:00
scripts build_shapes: replace unary union from shapely by geopandas equivalent 2023-02-07 14:08:59 +01:00
test add atlite control for progressbar to configs 2022-12-27 13:03:12 +01:00
.git-blame-ignore-revs fix reuse compliance and add reuse pre-commit 2022-09-20 13:36:46 +02:00
.gitattributes update copyright years 2022-07-26 15:05:59 +02:00
.gitignore update copyright years 2022-07-26 15:05:59 +02:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2023-02-06 22:28:07 +00:00
.readthedocs.yml [pre-commit.ci] auto fixes from pre-commit.com hooks 2022-09-16 13:04:06 +00:00
.syncignore-receive [pre-commit.ci] auto fixes from pre-commit.com hooks 2022-09-16 13:04:06 +00:00
.syncignore-send restore REUSE compliance [skip ci] 2021-12-04 18:21:08 +01:00
borg-it Add borg-it 2018-02-19 10:27:36 +01:00
CITATION.cff bump version to 0.6.1 2022-09-20 18:33:21 +02:00
config.default.yaml Merge branch 'master' of https://github.com/pypsa/pypsa-eur 2022-12-28 09:35:15 +01:00
config.tutorial.yaml add atlite control for progressbar to configs 2022-12-27 13:03:12 +01:00
matplotlibrc Add matplotlibrc to automatically use Agg backend 2018-09-19 15:22:44 +02:00
README.md update readme figure 2022-09-19 16:15:58 +02:00
Snakefile increase resource requirements of some rules 2022-12-27 12:16:02 +01:00

GitHub release (latest by date including pre-releases) Build Status Documentation Size Zenodo Snakemake REUSE status

PyPSA-Eur: An Open Optimisation Model of the European Transmission System

PyPSA-Eur is an open model dataset of the European power 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.

WARNING: Please read the limitations section of the documentation and paper carefully before using the model. 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 model building routines are defined through a snakemake workflow. The model is designed to be imported into the open toolbox PyPSA for operational studies as well as generation and transmission expansion planning studies.

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.

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

A version of the model that adds building heating, transport and industry sectors to the model, as well as gas networks, can be found in the PyPSA-Eur-Sec repository.