-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Hard fail if max forecast above 100 GW #174
Comments
Maybe 30GW is enough, and would catch more possible error cases? |
Perhaps it could be > 50% above national capacity, so like 17*1.5 GW. This means it wont fail in the future when capacity grows |
Yes, good idea if we can index to national capacity. Might only need a 10% buffer, as we never see forecasts close to MWp capacity. |
Great check to add in! Would it still be good to have a hard max limit constant? I guess the current check assumes that the national capacity (which I assume we get from PVLive also?) is also correct, which might not always be the case |
This is a good point @Sukh-P – either as a hard max constant or as a warning constant, maybe both make sense if we're worried about hitting a manually configured limit? |
Ah, so we could put in an extra limit that stops a 100 GW as well? |
Still seems a little high to me – if we set the warning/limits lower and need to bump this once a year when it reaches the warning capacity, I think that's fine, so more like 25GW warning, 30GW limit? As 40-50GW would take us to 2030 ish at current estimates I think! |
Yes, this occurred to me also - if the capacity figures were missing for some reason, we might trigger false positives and incorrectly fall back to a lower quality forecast. |
Ok, so perhaps
For missing capacity, i.e capacity is nan, then we currently fail. I think I would rather keep it like this for the moment. If it starts happening then we put in a back up capacity amount. This would raises risk of not knowing we are on a backup capacity, and therefore producing lower forecast, vs robustness of the service. |
It would be good to add a hard fail in the forecast is above a crazy amount like 10% above Nationla capacity
The check could happen here
The text was updated successfully, but these errors were encountered: