2020-05-29 07:50:55 +00:00
<!--
2023-02-16 10:50:55 +00:00
SPDX-FileCopyrightText: 2017-2023 The PyPSA-Eur Authors
2020-05-29 07:50:55 +00:00
SPDX-License-Identifier: CC-BY-4.0
-->
2019-10-28 17:08:37 +00:00
![GitHub release (latest by date including pre-releases) ](https://img.shields.io/github/v/release/pypsa/pypsa-eur?include_prereleases )
2021-06-22 09:01:33 +00:00
[![Build Status ](https://github.com/pypsa/pypsa-eur/actions/workflows/ci.yaml/badge.svg )](https://github.com/PyPSA/pypsa-eur/actions)
2019-10-03 14:54:09 +00:00
[![Documentation ](https://readthedocs.org/projects/pypsa-eur/badge/?version=latest )](https://pypsa-eur.readthedocs.io/en/latest/?badge=latest)
2019-10-03 14:53:53 +00:00
![Size ](https://img.shields.io/github/repo-size/pypsa/pypsa-eur )
2020-12-07 08:43:17 +00:00
[![Zenodo ](https://zenodo.org/badge/DOI/10.5281/zenodo.3520874.svg )](https://doi.org/10.5281/zenodo.3520874)
2020-05-28 18:36:45 +00:00
[![Snakemake ](https://img.shields.io/badge/snakemake-≥5.0.0-brightgreen.svg?style=flat )](https://snakemake.readthedocs.io)
2020-05-29 07:50:55 +00:00
[![REUSE status ](https://api.reuse.software/badge/github.com/pypsa/pypsa-eur )](https://api.reuse.software/info/github.com/pypsa/pypsa-eur)
2019-10-03 14:53:53 +00:00
2018-07-24 12:55:46 +00:00
# PyPSA-Eur: An Open Optimisation Model of the European Transmission System
2019-10-03 14:53:53 +00:00
2018-07-24 12:55:46 +00:00
PyPSA-Eur is an open model dataset of the European power system at the
transmission network level that covers the full ENTSO-E area.
2019-10-03 14:53:53 +00:00
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.
2018-07-24 12:55:46 +00:00
2019-10-03 14:53:53 +00:00
The model is described in the [documentation ](https://pypsa-eur.readthedocs.io )
and in the paper
2018-07-24 12:55:46 +00:00
[PyPSA-Eur: An Open Optimisation Model of the European Transmission
2018-07-24 13:12:50 +00:00
System](https://arxiv.org/abs/1806.01613), 2018,
2018-07-24 12:55:46 +00:00
[arXiv:1806.01613 ](https://arxiv.org/abs/1806.01613 ).
2020-03-04 18:39:34 +00:00
**WARNING**: Please read the [limitations ](https://pypsa-eur.readthedocs.io/en/latest/limitations.html ) 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
2020-12-03 18:50:53 +00:00
discussion in Section 3.4 "Model validation" of the paper.
2020-03-04 18:39:34 +00:00
2022-09-19 14:15:58 +00:00
![PyPSA-Eur Grid Model ](doc/img/elec.png )
2018-07-24 12:55:46 +00:00
2021-01-14 20:22:34 +00:00
The model building routines are defined through a snakemake workflow. The model is designed to be imported into the open toolbox
2018-07-24 12:55:46 +00:00
[PyPSA ](https://github.com/PyPSA/PyPSA ) for operational studies as
well as generation and transmission expansion planning studies.
The dataset consists of:
2018-08-29 15:23:07 +00:00
- A grid model based on a modified [GridKit ](https://github.com/bdw/GridKit )
2018-07-24 12:55:46 +00:00
extraction of the [ENTSO-E Transmission System
2022-03-08 11:35:00 +00:00
Map](https://www.entsoe.eu/data/map/). The grid model contains 6763 lines
2018-08-29 15:23:07 +00:00
(alternating current lines at and above 220kV voltage level and all high
2022-03-08 11:35:00 +00:00
voltage direct current lines) and 3642 substations.
2018-07-24 12:55:46 +00:00
- The open power plant database
[powerplantmatching ](https://github.com/FRESNA/powerplantmatching ).
- Electrical demand time series from the
[OPSD project ](https://open-power-system-data.org/ ).
- Renewable time series based on ERA5 and SARAH, assembled using the [atlite tool ](https://github.com/FRESNA/atlite ).
2022-01-14 07:43:21 +00:00
- Geographical potentials for wind and solar generators based on land use (CORINE) and excluding nature reserves (Natura2000) are computed with the [atlite library ](https://github.com/PyPSA/atlite ).
2019-10-03 14:53:53 +00:00
Already-built versions of the model can be found in the accompanying [Zenodo
2020-12-07 08:43:17 +00:00
repository](https://doi.org/10.5281/zenodo.3601881).
2020-03-04 18:39:34 +00:00
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 ](https://github.com/PyPSA/pypsa-eur-sec ) repository.