-
Notifications
You must be signed in to change notification settings - Fork 448
Correction of Return Temperature Output for Cooling Plant Loops and Condenser Loops in EIO Sizing Output #11146
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
Correction of Return Temperature Output for Cooling Plant Loops and Condenser Loops in EIO Sizing Output #11146
Conversation
This corrects the issues noted by the author of Defect #10654
A unit test was added to verify that the two corrections to the report output have been made.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me.
|
@mjwitte Oh, bummer. I mean good that it's getting fixed, but unfortunate that I didn't know that this was being worked on was part of something else. Yes, please let me know what your thoughts are regarding this. If I need to drop it since it's already fixed elsewhere, I'll need to plan on something else to work on for deliverables. |
…fPlantLoopReturnTemperatureReportVar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RKStrand I've confirmed this fixes the issue and diffs are as expected (random checks of a few files). I've merged in develop and will let CI report back before merging.
|
|
@Myoldmopar @jmarrec The windows regression failed here:
https://github.com/NREL/EnergyPlus/actions/runs/17504501605/job/49725059608?pr=11146 But otherwise, CI is happy. Merging. |
Pull request overview
Description of the purpose of this PR
In the sizing reports that are sent to the EIO, the cooling and condenser loop return temperatures were not being calculated correctly (wrong sign was used to include the delta temperature). This has been corrected and a unit test has been added. The only differences in the output should be EIO files where this is reported.
Pull Request Author
Reviewer