-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix price-setting under forecasting for electricity storage #1403
Comments
The following scenario reproduces issue 1: https://energytransitionmodel.com/saved_scenarios/16595. The error seems to be caused by a rounding error in the Energy carriers import/export group. For 2 GW li-ion batteries the decimals reappear and the sum total is equal to the total row. |
The issue for 4. is likely the same that we encountered for hybrid offshore wind. As @kaskranenburgQ puts it:
When battery forecasting is on, the price is likely set to the For hybrid offshore wind we solved it by exclude the must-run part of the electrolyser from pricesetting. This worked because the electricity would otherwise have been curtailed anyway. For batteries this is not the case. We therefore need to consider a suitable solution for pricesetting for batteries with forecasting. |
This issue has had no activity for 60 days and will be closed in 7 days. Removing the "Stale" label or posting a comment will prevent it from being closed automatically. You can also add the "Pinned" label to ensure it isn't marked as stale in the future. |
Issue 4 also occurs in https://energytransitionmodel.com/saved_scenarios/18545. |
I found that the price spikes occur when one or more of the flex options are charging. In this scenario the flex-options that are active are |
We have been notified by some of our clients of several potential shortcomings of the forecasting algorithm. These warrant further investigation.
The text was updated successfully, but these errors were encountered: