Skip to content
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

Calculations in plot function: calc_dispatch_per_carrier #742

Open
pl0via opened this issue May 21, 2024 · 0 comments · May be fixed by #757
Open

Calculations in plot function: calc_dispatch_per_carrier #742

pl0via opened this issue May 21, 2024 · 0 comments · May be fixed by #757
Assignees

Comments

@pl0via
Copy link

pl0via commented May 21, 2024

There are duplicates in the resulting pd.Series of the function. Therefore, the total sum of electricity generated in the series does not match the correct total generation of the system. This is not necessarily an error, but should be kept in mind before using the function for further purposes. One may consider removing the duplicates and, additionally, adding a time scaling (> network.snapshot_weightings) so that the numerical values of the series represent the dispatch in MWh over the whole period.

calc_dispatch multiindex duplicates
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 a pull request may close this issue.

3 participants