2020-05-29 07:50:55 +00:00
..
2022-07-26 13:05:59 +00:00
SPDX-FileCopyrightText: 2019-2022 The PyPSA-Eur Authors
2020-05-29 07:50:55 +00:00
SPDX-License-Identifier: CC-BY-4.0
2019-06-07 08:34:36 +00:00
PyPSA-Eur: An Open Optimisation Model of the European Transmission System
=========================================================================
2019-10-28 17:11:19 +00:00
.. image :: https://img.shields.io/github/v/release/pypsa/pypsa-eur?include_prereleases
:alt: GitHub release (latest by date including pre-releases)
2020-12-03 18:50:53 +00:00
2021-06-22 09:01:33 +00:00
.. image :: https://github.com/pypsa/pypsa-eur/actions/workflows/ci.yaml/badge.svg
:target: https://github.com/PyPSA/pypsa-eur/actions
2019-08-10 12:25:19 +00:00
.. image :: https://readthedocs.org/projects/pypsa-eur/badge/?version=latest
:target: https://pypsa-eur.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image :: https://img.shields.io/github/repo-size/pypsa/pypsa-eur
:alt: GitHub repo size
2020-12-07 08:43:17 +00:00
.. image :: https://zenodo.org/badge/DOI/10.5281/zenodo.3520874.svg
:target: https://doi.org/10.5281/zenodo.3520874
2019-08-10 12:25:19 +00:00
2020-05-28 18:36:45 +00:00
.. image :: https://img.shields.io/badge/snakemake-≥5.0.0-brightgreen.svg?style=flat
:target: https://snakemake.readthedocs.io
:alt: Snakemake
2020-05-29 07:50:55 +00:00
.. image :: https://api.reuse.software/badge/github.com/pypsa/pypsa-eur
:target: https://api.reuse.software/info/github.com/pypsa/pypsa-eur
:alt: REUSE status
2019-08-06 14:53:32 +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.
It contains alternating current lines at and above 220 kV voltage level and all high voltage direct current lines, substations, an open database of conventional power plants, time series for electrical demand and variable renewable generator availability, and geographic potentials for the expansion of wind and solar power.
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.
2019-08-12 17:01:53 +00:00
.. image :: img/base.png
2020-12-05 16:54:50 +00:00
:width: 50%
:align: center
2019-08-12 17:01:53 +00:00
2019-08-06 14:53:32 +00:00
The restriction to freely available and open data encourages the open exchange of model data developments and eases the comparison of model results. It provides a full, automated software pipeline to assemble the load-flow-ready model from the original datasets, which enables easy replacement and improvement of the individual parts.
2019-08-10 12:25:19 +00:00
PyPSA-Eur is designed to be imported into the open toolbox `PyPSA <https://www.pypsa.org> `_ for which `documentation <https://pypsa.org/doc> `_ is available as well.
2019-08-06 14:53:32 +00:00
2021-09-20 09:43:04 +00:00
This project is currently maintained by the `Department of Digital
2021-11-09 14:56:59 +00:00
Transformation in Energy Systems <https:/www.ensys.tu-berlin.de>`_ at the
2021-09-20 09:43:04 +00:00
`Technische Universität Berlin <https://www.tu.berlin> `_ . Previous versions were
developed within the `IAI <http://www.iai.kit.edu> `_ at the `Karlsruhe Institute of
Technology (KIT) <http://www.kit.edu/english/index.php>`_ and by the ` Renewable
Energy Group
<https://fias.uni-frankfurt.de/physics/schramm/renewable-energy-system-and-network-analysis/> `_
at `FIAS <https://fias.uni-frankfurt.de/> `_ to carry out simulations for the
`CoNDyNet project <http://condynet.de/> `_ , financed by the `German Federal
Ministry for Education and Research (BMBF) <https://www.bmbf.de/en/index.html>`_
as part of the `Stromnetze Research Initiative
<http://forschung-stromnetze.info/projekte/grundlagen-und-konzepte-fuer-effiziente-dezentrale-stromnetze/> `_.
2019-08-06 14:53:32 +00:00
2020-03-15 12:28:06 +00:00
A version of the model that adds building heating, transport and industry sectors to the model,
as well as gas networks, is currently being developed in the `PyPSA-Eur-Sec repository <https://github.com/pypsa/pypsa-eur-sec> `_ .
2019-06-07 08:34:36 +00:00
Documentation
=============
**Getting Started**
* :doc: `introduction`
* :doc: `installation`
2019-10-03 14:13:44 +00:00
* :doc: `tutorial`
2019-06-07 08:34:36 +00:00
.. toctree ::
:hidden:
:maxdepth: 1
:caption: Getting Started
introduction
installation
2019-10-03 14:13:44 +00:00
tutorial
2019-08-11 11:17:12 +00:00
**Configuration**
* :doc: `wildcards`
* :doc: `configuration`
2019-10-02 12:56:04 +00:00
* :doc: `costs`
2019-08-11 11:17:12 +00:00
.. toctree ::
:hidden:
:maxdepth: 1
:caption: Configuration
2019-08-08 15:13:36 +00:00
wildcards
2019-06-07 08:34:36 +00:00
configuration
2019-10-02 12:56:04 +00:00
costs
2019-06-07 08:34:36 +00:00
2019-06-19 11:12:02 +00:00
**Rules Overview**
2019-06-07 08:34:36 +00:00
2019-06-19 11:12:02 +00:00
* :doc: `preparation`
* :doc: `simplification`
* :doc: `solving`
* :doc: `plotting`
2019-06-07 08:34:36 +00:00
.. toctree ::
:hidden:
:maxdepth: 1
2019-06-19 11:12:02 +00:00
:caption: Rules Overview
2019-06-07 08:34:36 +00:00
2019-06-19 11:12:02 +00:00
preparation
simplification
solving
plotting
2020-12-03 18:50:53 +00:00
2019-06-07 08:34:36 +00:00
**References**
2020-12-03 18:50:53 +00:00
2019-06-07 08:34:36 +00:00
* :doc: `release_notes`
2019-08-14 08:34:59 +00:00
* :doc: `limitations`
2019-06-07 08:34:36 +00:00
* :doc: `contributing`
2020-08-24 12:19:23 +00:00
* :doc: `cloudcomputing`
2019-06-07 08:34:36 +00:00
.. toctree ::
:hidden:
:maxdepth: 1
:caption: References
release_notes
2019-08-14 08:34:59 +00:00
limitations
2019-06-07 08:34:36 +00:00
contributing
2020-08-24 12:19:23 +00:00
cloudcomputing
2019-06-07 08:34:36 +00:00
2020-03-15 12:28:06 +00:00
Warnings
========
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.
2019-08-14 08:34:59 +00:00
Learning Energy System Modelling
================================
If you are (relatively) new to energy system modelling and optimisation
and plan to use PyPSA-Eur, the following resources are *one way* to get started
in addition to reading this documentation.
2021-08-27 10:30:29 +00:00
- Documentation of `PyPSA <https://pypsa.readthedocs.io> `__ , the package for
2019-08-14 08:34:59 +00:00
simulating and optimising modern power systems which PyPSA-Eur uses under the hood.
- Course on `Energy System Modelling <https://nworbmot.org/courses/esm-2019/> `_ ,
Karlsruhe Institute of Technology (KIT), `Dr. Tom Brown <https://nworbmot.org> `_
2019-06-07 08:34:36 +00:00
2019-08-06 14:53:32 +00:00
Citing PyPSA-Eur
================
If you use PyPSA-Eur for your research, we would appreciate it if you would cite the following paper:
2019-08-12 21:48:16 +00:00
- Jonas Hörsch, Fabian Hofmann, David Schlachtberger, and Tom Brown. `PyPSA-Eur: An open optimisation model of the European transmission system <https://arxiv.org/abs/1806.01613> `_ . Energy Strategy Reviews, 22:207-215, 2018. `arXiv:1806.01613 <https://arxiv.org/abs/1806.01613> `_ , `doi:10.1016/j.esr.2018.08.012 <https://doi.org/10.1016/j.esr.2018.08.012> `_ .
2019-08-06 14:53:32 +00:00
Please use the following BibTeX: ::
@article{PyPSAEur,
2019-08-10 12:25:19 +00:00
author = "Jonas Hoersch and Fabian Hofmann and David Schlachtberger and Tom Brown",
2019-08-06 14:53:32 +00:00
title = "PyPSA-Eur: An open optimisation model of the European transmission system",
journal = "Energy Strategy Reviews",
volume = "22",
pages = "207 - 215",
year = "2018",
issn = "2211-467X",
doi = "10.1016/j.esr.2018.08.012",
eprint = "1806.01613"
}
If you want to cite a specific PyPSA-Eur version, each release of PyPSA-Eur is stored on Zenodo with a release-specific DOI.
This can be found linked from the overall PyPSA-Eur Zenodo DOI:
2020-12-07 08:43:17 +00:00
.. image :: https://zenodo.org/badge/DOI/10.5281/zenodo.3520874.svg
:target: https://doi.org/10.5281/zenodo.3520874
2019-08-06 14:53:32 +00:00
2020-01-09 13:09:28 +00:00
Pre-Built Networks as a Dataset
===============================
There are pre-built networks available as a dataset on Zenodo as well for every release of PyPSA-Eur.
2020-12-07 08:43:17 +00:00
.. image :: https://zenodo.org/badge/DOI/10.5281/zenodo.3601881.svg
:target: https://doi.org/10.5281/zenodo.3601881
2020-01-09 13:09:28 +00:00
The included `` .nc `` files are PyPSA network files which can be imported with PyPSA via:
.. code :: python
2020-12-03 18:50:53 +00:00
2020-01-09 13:09:28 +00:00
import pypsa
filename = "elec_s_1024_ec.nc" # example
n = pypsa.Network(filename)
2019-08-11 11:17:12 +00:00
2019-06-07 08:34:36 +00:00
Licence
=======
2020-05-29 07:50:55 +00:00
PyPSA-Eur work is released under multiple licenses:
2021-09-14 14:37:41 +00:00
* All original source code is licensed as free software under `MIT <LICENSES/MIT.txt> `_ .
2020-05-29 07:50:55 +00:00
* The documentation is licensed under `CC-BY-4.0 <LICENSES/CC-BY-4.0.txt> `_ .
* Configuration files are mostly licensed under `CC0-1.0 <LICENSES/CC0-1.0.txt> `_ .
* Data files are licensed under `CC-BY-4.0 <LICENSES/CC-BY-4.0.txt> `_ .
See the individual files and the `dep5 <.reuse/dep5> `_ file for license details.
Additionally, different licenses and terms of use also apply to the various input data, which are summarised below.
2020-12-03 18:50:53 +00:00
More details are included in
2019-10-24 13:54:12 +00:00
`the description of the data bundles on zenodo <https://zenodo.org/record/3517935#.XbGeXvzRZGo> `_ .
.. csv-table ::
:header-rows: 1
:file: configtables/licenses.csv
* *BY: Attribute Source*
* *NC: Non-Commercial Use Only*
2019-10-28 17:04:44 +00:00
* *SA: Share Alike*