Merge pull request #418 from PyPSA/default-res-installations

Config: enable res installations per default
This commit is contained in:
Fabian Hofmann 2022-09-19 14:16:50 +02:00 committed by GitHub
commit 9027ffdbf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,7 @@ electricity:
renewable_carriers: [solar, onwind, offwind-ac, offwind-dc, hydro]
estimate_renewable_capacities:
enable: false
enable: true
# Add capacities from OPSD data
from_opsd: true
# Renewable capacities are based on existing capacities reported by IRENA

View File

@ -12,6 +12,7 @@ Upcoming Release
* Individual commits are now tested against pre-commit hooks. This includes black style formatting, sorting of package imports, Snakefile formatting and others. Installation instructions can for the pre-commit can be found `here <https://pre-commit.com/>`_.
* Pre-commit CI is now part of the repository's CI.
* The heuristic distribution of today's renewable installations is now enable per default.
* Marginal costs of conventional generators are now taking the plant-specific efficiency into account.
PyPSA-Eur 0.6.0 (10th September 2022)