disable everywhere_powerplants by default (closes #1072)
This commit is contained in:
parent
c9a0b9c1ae
commit
8b0600b02c
@ -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]
|
||||
|
@ -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``.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user