Skip to content

Conversation

@mjwitte
Copy link
Contributor

@mjwitte mjwitte commented Aug 15, 2025

Pull request overview

  • Adds new Equipment Summary subtable with fan power fractions for every fan. Making this a separate PR to make sure there are no side effects from a series of calls to fan->simulate during FillRemainingPredefinedEntries. It should be safe here, but need to confirm that there are no diffs other than the new table output.
  • Removed unused ERV object (and fans and HX) from testfile US+SF+CZ4A+hp+crawlspace+IECC_2006_VRF. This introduces err, rdd, mtd, bnd, etc. diffs for this file, eliminating several sets of error messages with no change in results.

Pull Request Author

  • Title of PR should be user-synopsis style (clearly understandable in a standalone changelog context)
  • Label the PR with at least one of: Defect, Refactoring, NewFeature, Performance, and/or DoNoPublish
  • Pull requests that impact EnergyPlus code must also include unit tests to cover enhancement or defect repair
  • Author should provide a "walkthrough" of relevant code changes using a GitHub code review comment process
  • If any diffs are expected, author must demonstrate they are justified using plots and descriptions
  • If changes fix a defect, the fix should be demonstrated in plots and descriptions
  • If any defect files are updated to a more recent version, upload new versions here or on DevSupport
  • If IDD requires transition, transition source, rules, ExpandObjects, and IDFs must be updated, and add IDDChange label
  • If structural output changes, add to output rules file and add OutputChange label
  • If adding/removing any LaTeX docs or figures, update that document's CMakeLists file dependencies

Reviewer

  • Perform a Code Review on GitHub
  • If branch is behind develop, merge develop and build locally to check for side effects of the merge
  • If defect, verify by running develop branch and reproducing defect, then running PR and reproducing fix
  • If feature, test running new feature, try creative ways to break it
  • CI status: all green or justified
  • Check that performance is not impacted (CI Linux results include performance check)
  • Run Unit Test(s) locally
  • Check any new function arguments for performance impacts
  • Verify IDF naming conventions and styles, memos and notes and defaults
  • If new idf included, locally check the err file and other outputs

@mjwitte mjwitte added NewFeature Includes code to add a new feature to EnergyPlus OutputChange Code changes output in such a way that it cannot be merged after IO freeze labels Aug 15, 2025
@github-actions
Copy link

⚠️ Regressions detected on macos-14 for commit 1d632ad

Regression Summary
  • Audit: 796
  • EIO: 1
  • Table Big Diffs: 1

@github-actions
Copy link

⚠️ Regressions detected on macos-14 for commit 4e0161e

Regression Summary
  • Audit: 796
  • EIO: 1
  • Table Big Diffs: 1

@mjwitte
Copy link
Contributor Author

mjwitte commented Aug 18, 2025

@rraustad There are eio diffs in US+SF+CZ4A+hp+crawlspace+IECC_2006_VRF-ddays,
image

because the zone ERV fans are never called before this report fires, because the ZoneHVAC:EnergyRecoveryVentilator object isn't in the zone equipment list.

   ** Severe  ** Orphaned ZoneHVAC object found.  This was object never referenced in the input, and was not used.
   **   ~~~   **  -- Object type: ZoneHVAC:EnergyRecoveryVentilator
   **   ~~~   **  -- Object name: ERV_unit1

I'm going to clean that up (delete the ZoneHVAC:EnergyRecoveryVentilator and associated fans) here.

@github-actions
Copy link

⚠️ Regressions detected on macos-14 for commit 8ba15af

Regression Summary
  • Audit: 796
  • BND: 1
  • ERR: 1
  • MDD: 1
  • MTD: 1
  • RDD: 1
  • IDF: 1
  • Table Big Diffs: 1

@mjwitte
Copy link
Contributor Author

mjwitte commented Aug 19, 2025

@mjwitte mjwitte marked this pull request as ready for review August 19, 2025 20:45
@rraustad
Copy link
Contributor

rraustad commented Aug 19, 2025

Code looks good, diffs shown are reasonable for code and idf changes. The table looks good and appears to reflect the fan inputs. Doc build failure is not related. This can merge when ready.

Fan:SystemModel,
  TU1 VRF Supply Fan,    !- Name
  0.69748,               !- Electric Power Minimum Flow Rate Fraction
image
Fan:SystemModel,
  TU1 VRF Supply Fan,    !- Name
  0.19748,               !- Electric Power Minimum Flow Rate Fraction
image image

@mjwitte mjwitte added the RPD label Sep 3, 2025
@github-actions
Copy link

⚠️ Regressions detected on ubuntu-24.04 for commit e2b9c5d

Regression Summary
  • Audit: 799
  • BND: 1
  • ERR: 1
  • MDD: 1
  • MTD: 1
  • RDD: 1
  • IDF: 1
  • Table Big Diffs: 1

@github-actions
Copy link

⚠️ Regressions detected on macos-14 for commit e2b9c5d

Regression Summary
  • Audit: 796
  • BND: 1
  • ERR: 1
  • MDD: 1
  • MTD: 1
  • RDD: 1
  • IDF: 1
  • Table Big Diffs: 1

@mjwitte
Copy link
Contributor Author

mjwitte commented Sep 10, 2025

This was previously approved by @rraustad , CI is all green with expected diffs after freshening up the branch. Merging.

@mjwitte mjwitte merged commit a496807 into develop Sep 10, 2025
7 of 8 checks passed
@mjwitte mjwitte deleted the rpdTables5 branch September 10, 2025 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

NewFeature Includes code to add a new feature to EnergyPlus OutputChange Code changes output in such a way that it cannot be merged after IO freeze RPD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants