Skip to content

Redispatch for storage - #769

Open
Manish-Khanra wants to merge 18 commits into
mainfrom
redispatch_for_storage
Open

Redispatch for storage#769
Manish-Khanra wants to merge 18 commits into
mainfrom
redispatch_for_storage

Conversation

@Manish-Khanra

@Manish-Khanra Manish-Khanra commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

Related Issue

Storage Redispatch Bidding Strategy Implementation and Validation

Description

This PR introduces a fully tested and validated StorageRedispatchFlexableStrategy bidding strategy that enables storage units to participate in redispatch market. The strategy calculates feasible bid ranges around EOM dispatch baselines, respecting storage operational constraints

New Feature: Storage Redispatch Bidding Strategy

What it does:

  • Enables storage units to bid in redispatch market following day-ahead (EOM) market participation

Comprehensive Test Validation:

Added test (tests/test_storage_redispatch_strategy.py) verifying:

  • ✅ Bid flexibility exists for all scenarios
  • ✅ Full 24-hour market cycle: EOM market (0-19h) → Redispatch market (21-22h) integration

Checklist

  • Documentation updated (docstrings, READMEs, user guides, inline comments, doc folder updates etc.)
  • New unit/integration tests added (if applicable)
  • Changes noted in release notes (if any)
  • Consent to release this PR's code under the GNU Affero General Public License v3.

@codecov

codecov Bot commented Mar 19, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 95.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.88%. Comparing base (f9a4fc9) to head (f72328a).
⚠️ Report is 36 commits behind head on main.

Files with missing lines Patch % Lines
assume/strategies/flexable_storage.py 94.91% 3 Missing ⚠️
assume/common/grid_utils.py 94.73% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #769      +/-   ##
==========================================
+ Coverage   80.79%   80.88%   +0.09%     
==========================================
  Files          56       56              
  Lines        8642     8721      +79     
==========================================
+ Hits         6982     7054      +72     
- Misses       1660     1667       +7     
Flag Coverage Δ
pytest 80.88% <95.00%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread examples/examples.py

# select the example to run from the available examples above
example = "small_with_vre_and_storage"
example = "redisp_storage_3_nodes_small"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not change the examples default

@gugrimm

gugrimm commented May 13, 2026

Copy link
Copy Markdown
Contributor

on hold until we decide how to proceed with the general redispatch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants