disable everywhere_powerplants by default (closes #1072)

This commit is contained in:
Fabian Neumann 2024-05-24 10:40:57 +02:00
parent c9a0b9c1ae
commit 8b0600b02c
2 changed files with 3 additions and 1 deletions

View File

@ -113,7 +113,7 @@ electricity:
powerplants_filter: (DateOut >= 2023 or DateOut != DateOut) and not (Country == 'Germany' and Fueltype == 'Nuclear')
custom_powerplants: false
everywhere_powerplants: [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
everywhere_powerplants: []
conventional_carriers: [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
renewable_carriers: [solar, solar-hsat, onwind, offwind-ac, offwind-dc, offwind-float, hydro]

View File

@ -10,6 +10,8 @@ Release Notes
Upcoming Release
================
* Disable option ``electricity: everywhere_powerplants``` by default to save memory in :mod:`simplify_network`.
* Non-essential example configuration files have been moved to
``config/examples``.