-
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
Energy excess parameters may be calculated incorrectly #559
Comments
To-dos:
|
@mahendrark found how this issue influences the benchmark tests, specifically with
...so the energyVector or the electricity excess is "heat", which is obviously incorrect. This might be solved via #649. The
|
@mahendrark thought that this might influence the report generated with PR #647, but I think the code itself will still work fine. The result of course is wrong (but that is because of this issue here and will be fixed as soon as this the issue is fixed). |
With #649 issue might be eased as the |
I ran The busses are processed well:
|
Thats because you manually defined the energyVector of each bus now - so I guess the issue solved itself! :D You only have to delete the error message in
|
And check that D2 ✅ |
Delete warning message that is outdated as #559 is solved
New energy busses now always are connected to the
ENERGY_VECTOR
of the first asset that is connected to it (comp. here). In case ofenergyConversion
assets, this is actually not quite accurate: If an electricity bus is first defined by a heat pump connected to it, which has energyVector"Heat"
, the bus is defined incorrectly.The energy vector of a bus is used to define the excess sink connected to it. As such, currently, the energy excess sinks may right now be of an incorrect energy vector and be counted into the KPI connected to excess energy incorrectly (also considering weighting). As such, one should right now look at the
scalar_matrix
and not thescalars
to determine the excess of sector-coupled systems.Originally posted by @smartie2076 in #555 (comment)
The text was updated successfully, but these errors were encountered: