-
Notifications
You must be signed in to change notification settings - Fork 47
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
enable hybrid ghx #509
enable hybrid ghx #509
Conversation
@Bill-Becker I added the central plant inputs/outputs but can't get the tests to run. Not sure if this is the same issue Amanda was seeing? |
This reverts commit d2df438.
add heat_pump_configuration field to ghpghx_responses
@rathod-b I just changed "Major Updates" to "Minor Updates" in the Changelog; no need to wait for the tests again before merging. |
Looks like there are missing model fields for GHPGHXInputs model for central plant, e.g. |
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
(Bug fix, feature, docs update, ...)
Features (2)
What is the current behavior?
(You can also link to an open issue here)
At present, user is unable to access hybrid GHX or centralized GHP capabilities built in REopt.
What is the new behavior (if this is a feature change)?
User is able to access hybrid GHX and centralized GHP capabilities built in REopt.jl
Does this PR introduce a breaking change?
(What changes might users need to make in their application due to this PR?)
If user is missing some inputs required by GHP tech (like heat_pump_configuration) their GHPGHX responses might fail.
Other information: