Features/#167 consider focus regions#196
Draft
KathiEsterl wants to merge 18 commits into
Draft
Conversation
…g-etrago Features/#174 adjust interface dg etrago
Wire the eDisGo run pipeline's configurable timestep selection (openego/eDisGo#663) through to eGo's per-grid runner. `_build_run_edisgo_config` now injects a top-level `timeseries_selection` block into each grid's runner config, mirroring the existing `overlying_grid` injection. The block is read from the scenario setting's `eDisGo.timeseries_selection` (a default applied to every grid) with an optional per-grid override from `eDisGo.timeseries_selection_per_grid`, keyed by MV grid id. This lets a run use auto (power_flow / residual_load) selection by default while pinning specific grids to a manual time series. Add `scenario_setting_uc5_example.json` demonstrating the feature: a residual_load auto default plus a manual per-grid override for grid 32355. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Temporal complexity reduction: inject timestep selection into per-grid eDisGo runs
Mirrors the existing timeseries_selection injection: a default eDisGo.spatial_reduction block applied to every grid, with optional eDisGo.spatial_reduction_per_grid overrides keyed by MV grid id (whole-block replacement, omitted entirely if neither is set so the eDisGo preset's own default applies). Adds a new scenario_setting_uc6_example.json (preset uc6_spatial_reduction) demonstrating it, and unit tests for the injection logic. Verified end-to-end: ran eGo against grid 32377 with this config, successfully exercising spatial_reduce -> optimize (Gurobi) -> spatial_restore -> reinforce -> save. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
… new scneario setting for uc6
189 spatial complexity reduction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
see #167