pypsa-eur
pypsa-eur copied to clipboard
PyPSA-Eur: A Sector-Coupled Open Optimisation Model of the European Energy System
## Describe the feature you'd like to see The current function add_EQ_constraints in solve_network calculates the contribution of energy by hydro powerplants as: inflow - spillage. However, if discharging efficiency...
Currently, we use the parameter `tes_tau` to derive standing losses for thermal energy storage (both TTES and PTES after #1444 has been merged). I'd suggest updating this with data from...
In `add_brownfield`, the COPs of the heat pumps built in the previous planning horizon are supposed to be updated according to the efficiency gains in district heating due to decreasing...
## Current behaviour National district heat demand is resolved based on ratio of urban/rural population in node. This creates problems when introducing heat sources, such as geothermal heat (#1359), as...
First of all, we currently use 2020 euros, but inflation since then has been about 20%; ample reason in my view to update `technology-data` to 2023 euros or possibly wait...
Since this has come up in discussions: - Pandas is migrating to copy and write behaviour (see [here](https://pandas.pydata.org/docs/user_guide/copy_on_write.html)). In `pandas>=3.0` this will be the default. - Most of the problems...
Closes # (if applicable). ## Changes proposed in this Pull Request ## Checklist - [ ] I tested my contribution locally and it works as intended. - [ ] Code...
Supersedes #1765 . This feature implements some refactoring of how **Pit Thermal Energy Storage (PTES)** and **heat sources** are handled. PTES boosting is now possible without custom constraints. Instead, energy...
[pypsa/pypsa-eur#611](https://github.com/PyPSA/pypsa-eur/pull/611) Adds industry process heat demands `heat100-200`, `heat200-500` and `heat>500` by subtracting them from industry `biomass` and `methane` demands if `config["sector"]["industry_t"]["endogen"] == True`. Temperature splits are process-aware, based on Fraunhofer...
Closes #1916. (supersedes) # Streamlined and restructured workflow This PR refactors the workflow in order to streamline and unify optimization approaches and configuration settings. here are some highlights of the...