-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dynamic charging models #9
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…o create Caldera_globals
… ref for string parameters for files under load_inputs
…lated to reading input files
…een original models and new models for very high power charging.
…eleting old charging-models code.
steven-schmidt-inl
force-pushed
the
ICM_upgrade
branch
2 times, most recently
from
June 8, 2023 21:27
787b705
to
3a71561
Compare
steven-schmidt-inl
force-pushed
the
ICM_upgrade
branch
from
June 8, 2023 21:42
3a71561
to
8da3d39
Compare
…ription' to the 'EVSE_inputs.csv' file. Also, replaced tabs with spaces in the file 'load_EVSE_inventory.cpp'.
…er adding two new columns to EVSE_inputs.csv
manoj1511
force-pushed
the
ICM_upgrade
branch
from
September 1, 2023 18:21
47210ff
to
52e94e5
Compare
…t back like it was before. We're going to put these CalderaCast-specific items into a different file.
…s when we reverted back.
steven-schmidt-inl
force-pushed
the
ICM_upgrade
branch
from
November 8, 2023 17:22
b21b093
to
22656d5
Compare
steven-schmidt-inl
force-pushed
the
ICM_upgrade
branch
from
January 22, 2024 22:53
813b17d
to
4cce763
Compare
steven-schmidt-inl
force-pushed
the
ICM_upgrade
branch
from
February 7, 2024 17:29
02fd398
to
4d43434
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary/Motivation
The charging models were static. Switching between different charging models in different projects needed a full cmake reconfiguration and compilation. This pull request addresses this issue by making the charging models dynamically loaded from input files.
Link to Issue
closes #13
Checklist before requesting a review