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

Add some more PSY 3 -> PSY 4 system conversions #1132

Merged
merged 3 commits into from
Jun 24, 2024
Merged

Conversation

GabrielKS
Copy link
Collaborator

Not because we've committed to providing these, but I wanted the converted version of a system anyway. Briefly ran the storage math by @rodrigomha but would appreciate a more formal review.

@GabrielKS GabrielKS requested review from jd-lara and rodrigomha June 21, 2024 23:28
component["initial_storage_capacity_level"] = 0.0
else
# Derive storage_capacity from old state of charge limits and normalize new
# state of charge limits, initial capacity accordingly
Copy link
Member

Choose a reason for hiding this comment

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

This is going to be dependent on the data that the user had and we have no way of knowing the prior assumptions. We should just throw a warning that we are doing the conversion.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added a warning.

Copy link
Member

@jd-lara jd-lara left a comment

Choose a reason for hiding this comment

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

This is good. Some of the conversions are not possible to get 100% right since the previous implementation had less information.

@jd-lara jd-lara merged commit fb5c37a into psy4 Jun 24, 2024
1 of 8 checks passed
@jd-lara jd-lara deleted the gks/add_conversions branch June 24, 2024 17:00
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.

2 participants