Skip to content

Commit

Permalink
disable everywhere_powerplants by default (closes #1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed May 24, 2024
1 parent c9a0b9c commit 8b0600b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down

0 comments on commit 8b0600b

Please sign in to comment.