Skip to content

Commit

Permalink
change unit of Zone ITE Adjusted Return Air Temperature from W to C
Browse files Browse the repository at this point in the history
  • Loading branch information
Yujie Xu committed Jun 17, 2024
1 parent 19e1844 commit 952133d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/InternalHeatGains.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6909,7 +6909,7 @@ namespace InternalHeatGains {

SetupOutputVariable(state,
"Zone ITE Adjusted Return Air Temperature",
Constant::Units::W,
Constant::Units::C,
state.dataHeatBal->ZoneRpt(zoneNum).ITEAdjReturnTemp,
OutputProcessor::TimeStepType::Zone,
OutputProcessor::StoreType::Average,
Expand Down

5 comments on commit 952133d

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

fixITEreturnAirTempUnit (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: Build Failed

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

fixITEreturnAirTempUnit (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: Build Failed

Build Badge Test Badge Coverage Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

fixITEreturnAirTempUnit (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: Build Failed

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

fixITEreturnAirTempUnit (Unknown) - Win64-Windows-10-VisualStudio-16: OK (2784 of 2784 tests passed, 0 test warnings)

Build Badge Test Badge

@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.

fixITEreturnAirTempUnit (Unknown) - x86_64-MacOS-10.18-clang-15.0.0: OK (3557 of 3572 tests passed, 741 test warnings)

Messages:\n

  • 755 tests had: AUD diffs.
  • 740 tests had: RDD diffs.
  • 40 tests had: BND diffs.
  • 6 tests had: MTD diffs.
  • 14 tests had: Table big diffs.
  • 4 tests had: EIO diffs.
  • 5 tests had: ESO small diffs.
  • 3 tests had: MTR small diffs.
  • 3 tests had: Table small diffs.
  • 5 tests had: ESO big diffs.
  • 3 tests had: Table string diffs.
  • 2 tests had: MTR big diffs.

Failures:\n

regression Test Summary

  • Passed: 772
  • Failed: 15

Build Badge Test Badge

Please sign in to comment.