diff --git a/config.default.yaml b/config.default.yaml index 42afde036..2d26ad84b 100755 --- a/config.default.yaml +++ b/config.default.yaml @@ -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 diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 32071d6a5..0f8e122f7 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -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 `_. * 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)