Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/centrefornetzero/pypsa-fes
A model that optimises investment and operation, and incorporates flexibility domestic demand flexibility to model scenarios for Great Britain's future energy system.
https://github.com/centrefornetzero/pypsa-fes
demand-flexibility energy energy-model energy-system-model energy-transition great-britain modelling open-source optimization power-systems pypsa python sector-coupling snakemake-workflow
Last synced: 3 months ago
JSON representation
A model that optimises investment and operation, and incorporates flexibility domestic demand flexibility to model scenarios for Great Britain's future energy system.
- Host: GitHub
- URL: https://github.com/centrefornetzero/pypsa-fes
- Owner: centrefornetzero
- License: mit
- Created: 2023-06-01T09:45:21.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-12-31T16:11:33.000Z (10 months ago)
- Last Synced: 2024-05-19T05:32:50.828Z (6 months ago)
- Topics: demand-flexibility, energy, energy-model, energy-system-model, energy-transition, great-britain, modelling, open-source, optimization, power-systems, pypsa, python, sector-coupling, snakemake-workflow
- Language: Python
- Homepage: https://pypsa-fes.readthedocs.io/en/latest/index.html
- Size: 99.2 MB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- open-sustainable-technology - PyPSA-FES - A model that optimises investment and operation, and incorporates flexibility domestic demand flexibility to model scenarios for Great Britain's future energy system. (Energy Systems / Regional Energy System Models)
README
[comment]: # (PyPSA README)
[![Build Status](https://github.com/pypsa/pypsa-eur/actions/workflows/ci.yaml/badge.svg)](https://github.com/PyPSA/pypsa-eur/actions) ![Size](https://img.shields.io/github/repo-size/centrefornetzero/PyPSA-eur) [![Zenodo PyPSA-Eur](https://zenodo.org/badge/DOI/10.5281/zenodo.3520874.svg)](https://doi.org/10.5281/zenodo.3520874) [![Snakemake](https://img.shields.io/badge/snakemake-≥5.0.0-brightgreen.svg?style=flat)](https://snakemake.readthedocs.io)
# PyPSA-FES: A linear optimisation model to simulate Great Britain's energy transition
PyPSA-FES offers a complete data pipeline and optimisation backbone to model any year between 2023 and 2050 of Great Britain's energy transition both for an optimisic transition scenario _Leading the Way_, and a pessimistic version _Falling Short_. For the chosen scenario and year, the model dynamically retrieves parameters on generation, transmission and storage capacities, demand and emission targets from [_national grid ESO's Future Energy Scenarios_](https://www.nationalgrideso.com/future-energy/future-energy-scenarios), and runs a full year of hourly investment and operational optimisation for a 16-zonal network. Neighbouring countries are modelled as single nodes, to realistically capture opportunities for electricity trading via interconnectors.
Our model builds on the highly popular [PyPSA-Eur model](github.com/pypsa/pypsa-eur), which has been adapted to focus on the electricity sector in the United Kingdom.
For details on installation, tutorial, and a deeper overview of model assumptions we refer to the [documentation](https://pypsa-fes.readthedocs.io/en/latest/).
![PyPSA-Eur Grid Model](doc/img/fes_capacity_expansion.png)
Additionally, the model includes three types of domestic demand flexibility, that can be switched on or off
- **Demand Flexibility Service**; individual households shifting their demand in time.
- **Smart Heat Pumps** storing heat provided by heat pumps in homes' thermal inertia.
- **Smart Charging Electric Vehicles** and **Vehicle-to-Grid** according to centrally optimised schedules.While only considering electricity demand, the model aims to assume a role that fits with the transition of the larger multi-sector energy system:
- Increased electricity demand due to electrification of heat and transport.
- Negative emissions using carbon capture and storage, simulating carbon trading with hard to abate sectors.
- Competition for biomass supply with other sectors.![Energy Flows Modelled in PyPSA-FES](doc/img/pypsa_fes_flowchart.PNG)
The model is an adaption of the [PyPSA-Eur](github.com/pypsa/pypsa-eur), a sector-coupled european energy model, developed at [TU Berlin](https://www.tu.berlin/en/ensys), built on the underlying Python modelling library [PyPSA](github.com/pypsa/pypsa). For more details on the underlying PyPSA-Eur model, we refer to the [model documentation](https://pypsa-eur.readthedocs.io) or related research for instance [PyPSA-Eur: An Open Optimisation Model of the European Transmission System](https://arxiv.org/abs/1806.01613), 2018, [arXiv:1806.01613](https://arxiv.org/abs/1806.01613).
The model is governed through a __snakemake__ workflow. Please see the [documentation](https://pypsa-eur.readthedocs.io/) for installation instructions and other useful information about the snakemake workflow. The model is designed to be imported into the open toolbox [PyPSA](https://github.com/PyPSA/PyPSA).
# Contributing and Support
We strongly welcome anyone interested in contributing to this project. If you have any ideas, suggestions or encounter problems, feel invited to file issues or make pull requests on GitHub.
- For questions and comments please contact Lukas Franken via .
- For **bugs and feature requests**, please use the [PyPSA-FES Github Issues page](https://github.com/centrefornetzero/pypsa-fes/issues).# Licence
The code in this repository is released as free software under the [MIT License](https://opensource.org/licenses/MIT), see `LICENSE.txt`. However, different licenses and terms of use may apply to the various input data.