config: enable res installations per default

This commit is contained in:
Fabian 2022-09-19 12:55:40 +02:00
parent 378d1ef82b
commit 54f602ed94
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -12,7 +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/>`_. * 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. * Pre-commit CI is now part of the repository's CI.
* The heuristic distribution of today's renewable installations is now enable per default.
PyPSA-Eur 0.6.0 (10th September 2022) PyPSA-Eur 0.6.0 (10th September 2022)
===================================== =====================================