2020-07-20 08:13:00 +00:00
|
|
|
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/pypsa/pypsa-eur-sec?include_prereleases)
|
2020-07-10 07:22:41 +00:00
|
|
|
[![Documentation](https://readthedocs.org/projects/pypsa-eur-sec/badge/?version=latest)](https://pypsa-eur-sec.readthedocs.io/en/latest/?badge=latest)
|
|
|
|
![GitHub](https://img.shields.io/github/license/pypsa/pypsa-eur-sec)
|
|
|
|
![Size](https://img.shields.io/github/repo-size/pypsa/pypsa-eur-sec)
|
|
|
|
[![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.3938042.svg)](https://doi.org/10.5281/zenodo.3938042)
|
|
|
|
[![Gitter](https://badges.gitter.im/PyPSA/community.svg)](https://gitter.im/PyPSA/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
|
|
|
|
2019-04-17 15:04:33 +00:00
|
|
|
# PyPSA-Eur-Sec: A Sector-Coupled Open Optimisation Model of the European Energy System
|
|
|
|
|
2020-03-04 17:26:26 +00:00
|
|
|
|
|
|
|
|
2020-03-04 17:32:06 +00:00
|
|
|
**WARNING**: This model is under construction and contains serious
|
2020-03-04 17:26:26 +00:00
|
|
|
problems that distort the results. See the github repository
|
|
|
|
[issues](https://github.com/PyPSA/pypsa-eur-sec/issues) for some of
|
|
|
|
the problems (please feel free to help or make suggestions). There is
|
|
|
|
neither documentation nor a paper yet, but we hope to have a preprint
|
2021-06-01 15:42:14 +00:00
|
|
|
out by autumn 2021. We cannot support this model if you choose to use
|
2020-03-04 17:26:26 +00:00
|
|
|
it.
|
|
|
|
|
|
|
|
|
2019-04-17 15:04:33 +00:00
|
|
|
PyPSA-Eur-Sec builds on the electricity generation and transmission
|
|
|
|
model [PyPSA-Eur](https://github.com/PyPSA/pypsa-eur) to add demand
|
|
|
|
and supply for the following sectors: transport, space and water
|
|
|
|
heating, biomass, industry and industrial feedstocks. This completes
|
|
|
|
the energy system and includes all greenhouse gas emitters except
|
|
|
|
waste management, agriculture, forestry and land use.
|
|
|
|
|
2020-07-08 16:52:18 +00:00
|
|
|
Please see the [documentation](https://pypsa-eur-sec.readthedocs.io/)
|
2021-01-15 11:29:52 +00:00
|
|
|
for installation instructions and other useful information about the snakemake workflow.
|
2020-07-08 16:52:18 +00:00
|
|
|
|
2020-03-04 17:32:06 +00:00
|
|
|
This diagram gives an overview of the sectors and the links between
|
|
|
|
them:
|
2020-03-04 17:26:26 +00:00
|
|
|
|
2020-03-04 17:32:06 +00:00
|
|
|
![sector diagram](graphics/multisector_figure.png)
|
|
|
|
|
2021-06-01 15:36:59 +00:00
|
|
|
Each of these sectors is built up on the transmission network nodes
|
|
|
|
from [PyPSA-Eur](https://github.com/PyPSA/pypsa-eur):
|
|
|
|
|
|
|
|
![network diagram](https://github.com/PyPSA/pypsa-eur/blob/master/doc/img/base.png?raw=true)
|
|
|
|
|
|
|
|
For computational reasons the model is usually clustered down
|
|
|
|
to 50-200 nodes.
|
|
|
|
|
2020-03-04 17:32:06 +00:00
|
|
|
|
|
|
|
PyPSA-Eur-Sec was initially based on the model PyPSA-Eur-Sec-30 described
|
2020-03-04 17:26:26 +00:00
|
|
|
in the paper [Synergies of sector coupling and transmission
|
|
|
|
reinforcement in a cost-optimised, highly renewable European energy
|
|
|
|
system](https://arxiv.org/abs/1801.05290) (2018) but it differs by
|
|
|
|
being based on the higher resolution electricity transmission model
|
|
|
|
[PyPSA-Eur](https://github.com/PyPSA/pypsa-eur) rather than a
|
|
|
|
one-node-per-country model, and by including biomass, industry,
|
|
|
|
industrial feedstocks, aviation, shipping, better carbon management,
|
|
|
|
carbon capture and usage/sequestration, and gas networks.
|
|
|
|
|
|
|
|
|
2019-04-17 15:04:33 +00:00
|
|
|
PyPSA-Eur-Sec includes PyPSA-Eur as a
|
|
|
|
[snakemake](https://snakemake.readthedocs.io/en/stable/index.html)
|
|
|
|
[subworkflow](https://snakemake.readthedocs.io/en/stable/snakefiles/modularization.html#snakefiles-sub-workflows). PyPSA-Eur-Sec
|
|
|
|
uses PyPSA-Eur to build the clustered transmission model along with
|
|
|
|
wind, solar PV and hydroelectricity potentials and time series. Then
|
|
|
|
PyPSA-Eur-Sec adds other conventional generators, storage units and
|
|
|
|
the additional sectors.
|
|
|
|
|
2020-07-08 16:37:12 +00:00
|
|
|
|
|
|
|
# Licence
|
|
|
|
|
|
|
|
The code in PyPSA-Eur-Sec is released as free software under the
|
|
|
|
[GPLv3](http://www.gnu.org/licenses/gpl-3.0.en.html), see LICENSE.txt.
|
|
|
|
However, different licenses and terms of use may apply to the various
|
|
|
|
input data.
|