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

fix storage cost (capacity) using CAP_F #561

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

wingechr
Copy link
Collaborator

Fixes #553

@wingechr wingechr requested a review from markushal September 13, 2024 12:41
Comment on lines +65 to +72
if "CAP_F" in step_data:
# Storage unit: capacity
# TODO: double check units (division by 8760 h)?
capacity = (
main_output_value_before_transport * step_data["CAP_F"] / 8760
)
else:
capacity = main_output_value / flh
Copy link
Collaborator

Choose a reason for hiding this comment

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

@wingechr vielen Dank! Die Ergebnisse sehen erstmal gut aus. Zu diesem todo: sollen wir dazu nochmal teamsen heute?

@markushal markushal merged commit 824e4d9 into develop Sep 16, 2024
3 checks passed
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.

Check storage costs
2 participants