Merge pull request #418 from PyPSA/default-res-installations
Config: enable res installations per default
This commit is contained in:
commit
9027ffdbf8
@ -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
|
||||||
|
@ -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/>`_.
|
* 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.
|
||||||
* Marginal costs of conventional generators are now taking the plant-specific efficiency into account.
|
* Marginal costs of conventional generators are now taking the plant-specific efficiency into account.
|
||||||
|
|
||||||
PyPSA-Eur 0.6.0 (10th September 2022)
|
PyPSA-Eur 0.6.0 (10th September 2022)
|
||||||
|
Loading…
Reference in New Issue
Block a user