Skip to content

Commit

Permalink
Expand on ABUPS output rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwitte committed Feb 19, 2020
1 parent 31196af commit 37ee2a9
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/Transition/OutputRulesFiles/OutputChanges9-2-0-to-9-3-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,19 @@ Environment,DENVER CENTENNIAL GOLDEN ANN HTG 99% CONDNS DB DEFAULT,SizingPeriod:
Environment,DENVER CENTENNIAL GOLDEN ANN HTG 99% CONDNS DB DEFAULT,SizingPeriod:DesignDay,12/21,12/21,WinterDesignDay,1,N/A,N/A,N/A,N/A,N/A,N/A,Clark and Allen
```

See [#PR7562](https://github.com/NREL/EnergyPlus/pull/7562)
See [PR #7562](https://github.com/NREL/EnergyPlus/pull/7562)

### EIO output for PerformancePrecisionTradeoffs
In the eio and table output, new lines report the status of options for the PerformancePrecisionTradeoffs object.

See [7743](https://github.com/NREL/EnergyPlus/pull/7743/)
See [PR #7743](https://github.com/NREL/EnergyPlus/pull/7743/)

### Fix when "other" shows up in ABUPS end-use subcategory table
In the AUBPS end-use subcategory table, the "other" row would show up when ever an end-use subcategory
### Default end use subcategory to General
In the AUBPS end-use subcategory table, the "other" row would show up whenever an end-use subcategory
was not specified. Now unless specified, end-uses are assumed to be "general" and show up in that row.
It is now unlikely that the "other" row will be shown.
It is now unlikely that the "other" row will be shown.

This results in additional end-use meters, e.g. General:Cooling:Electricity which may have not been present before.
And it results in more outputs attached to the General:* meters.

See [PR #7794](https://github.com/NREL/EnergyPlus/pull/7794)

1 comment on commit 37ee2a9

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

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

7556c-ThirdTry-other-end-use (mjwitte) - x86_64-MacOS-10.13-clang: OK (2654 of 2658 tests passed, 676 test warnings)

Messages:\n

  • 679 tests had: AUD diffs.
  • 665 tests had: MDD diffs.
  • 679 tests had: MTD diffs.
  • 14 tests had: Table small diffs.
  • 1 test had: Table big diffs.
  • 2 tests had: JSON big diffs.

Failures:\n

regression Test Summary

  • Passed: 678
  • Failed: 3

SQLiteFixture Test Summary

  • Passed: 76
  • Failed: 1

Build Badge Test Badge

Please sign in to comment.