Go to file
2020-03-19 17:56:33 +01:00
.github .github: add issue/PR templates [skip travis] 2019-12-23 14:55:30 +01:00
data Fix: Correctly determine the bus to attatch custom powerplants to. (#131) 2020-03-17 09:50:38 +01:00
doc fix snakemake as --cores (-j) is now a mandatory argument 2020-03-17 14:55:30 +01:00
scripts build_bus_regions: fix 'cannot insert name, already exists' in geopandas 0.7.0 (#145) 2020-03-18 09:56:47 +01:00
test Separate retrieval and building of cutouts, natura raster into distinct configurations each. (#136) 2020-03-16 15:51:47 +01:00
.gitattributes initial commit 2017-10-12 01:57:55 +02:00
.gitignore Nomopyomo (#116) 2020-02-10 12:06:43 +01:00
.readthedocs.yml update environment.yaml 2019-10-03 12:34:41 +02:00
.travis.yml fix snakemake as --cores (-j) is now a mandatory argument 2020-03-17 14:55:30 +01:00
borg-it Add borg-it 2018-02-19 10:27:36 +01:00
cluster.yaml fixup! trace_solve_network: Save intermediate line capacities 2019-02-06 11:48:59 +01:00
config.default.yaml Separate retrieval and building of cutouts, natura raster into distinct configurations each. (#136) 2020-03-16 15:51:47 +01:00
config.tutorial.yaml Separate retrieval and building of cutouts, natura raster into distinct configurations each. (#136) 2020-03-16 15:51:47 +01:00
environment.docs.yaml environment: pin vresutils to 0.3.1 (#137) 2020-03-15 12:52:50 +01:00
environment.fixedversions.yaml prepare release v0.1.0 (#117) 2020-01-09 14:09:28 +01:00
environment.yaml build_bus_regions: fix 'cannot insert name, already exists' in geopandas 0.7.0 (#145) 2020-03-18 09:56:47 +01:00
LICENSE.txt Add README, LICENSE 2018-07-24 14:55:46 +02:00
matplotlibrc Add matplotlibrc to automatically use Agg backend 2018-09-19 15:22:44 +02:00
README.md README: Add warnings & link to PyPSA-Eur-Sec repo 2020-03-04 19:39:34 +01:00
Snakefile Separate retrieval and building of cutouts, natura raster into distinct configurations each. (#136) 2020-03-16 15:51:47 +01:00

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

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

PyPSA-Eur Grid Model Simplified

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 6001 lines (alternating current lines at and above 220kV voltage level and all high voltage direct current lines) and 3657 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 vresutils library and the glaes 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.