Skip to content

Commit

Permalink
OA Report - more merge repairs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwitte committed Jan 5, 2021
1 parent b2dbd16 commit 9658c26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
3 changes: 1 addition & 2 deletions src/EnergyPlus/MixedAir.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4086,8 +4086,7 @@ CurrentModuleObjects(CMO_SysAvailMgrList), AvailManagerListName);
if (ADEffSchPtr > 0) {
// Get schedule value for the zone air distribution effectiveness
ZoneEz = GetCurrentScheduleValue(state, ADEffSchPtr);
}
else {
} else {
ZoneLoad = ZoneSysEnergyDemand(curZoneEquipConfig.ActualZoneNum).TotalOutputRequired;

// Zone in cooling mode
Expand Down
36 changes: 0 additions & 36 deletions src/EnergyPlus/OutputReportPredefined.hh
Original file line number Diff line number Diff line change
Expand Up @@ -660,24 +660,6 @@ struct OutputReportPredefinedData : BaseGlobalStruct {

// Outside Air Report
int pdrOutsideAir = 0;
int pdstOAavgOcc = 0;
int pdchOaoAvgNumOcc1 = 0;
int pdchOaoNomNumOcc1 = 0;
int pdchOaoZoneVol1 = 0;
int pdchOaoAvgMechVent = 0;
int pdchOaoAvgInfil = 0;
int pdchOaoAvgAFNInfil = 0;
int pdchOaoAvgSimpVent = 0;
int pdchOaoAvgTotVent = 0;
int pdstOAminOcc = 0;
int pdchOaoAvgNumOcc2 = 0;
int pdchOaoNomNumOcc2 = 0;
int pdchOaoZoneVol2 = 0;
int pdchOaoMinMechVent = 0;
int pdchOaoMinInfil = 0;
int pdchOaoMinAFNInfil = 0;
int pdchOaoMinSimpVent = 0;
int pdchOaoMinTotVent = 0;

int pdstOAmechVentParByZone = 0;
int pdchOaMvAirLpNm = 0;
Expand Down Expand Up @@ -1573,24 +1555,6 @@ struct OutputReportPredefinedData : BaseGlobalStruct {
this->pdchULnotMetHeatOcc = 0;
this->pdchULnotMetCoolOcc = 0;
this->pdrOutsideAir = 0;
this->pdstOAavgOcc = 0;
this->pdchOaoAvgNumOcc1 = 0;
this->pdchOaoNomNumOcc1 = 0;
this->pdchOaoZoneVol1 = 0;
this->pdchOaoAvgMechVent = 0;
this->pdchOaoAvgInfil = 0;
this->pdchOaoAvgAFNInfil = 0;
this->pdchOaoAvgSimpVent = 0;
this->pdchOaoAvgTotVent = 0;
this->pdstOAminOcc = 0;
this->pdchOaoAvgNumOcc2 = 0;
this->pdchOaoNomNumOcc2 = 0;
this->pdchOaoZoneVol2 = 0;
this->pdchOaoMinMechVent = 0;
this->pdchOaoMinInfil = 0;
this->pdchOaoMinAFNInfil = 0;
this->pdchOaoMinSimpVent = 0;
this->pdchOaoMinTotVent = 0;
this->pdstOAmechVentParByZone = 0;
this->pdchOaMvAirLpNm = 0;
this->pdchOaMvAvgNumOcc = 0;
Expand Down

5 comments on commit 9658c26

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

EnhanceOutdoorAirReporting (mjwitte) - x86_64-MacOS-10.15-clang-11.0.0: OK (2936 of 2990 tests passed, 661 test warnings)

Messages:\n

  • 715 tests had: AUD diffs.
  • 615 tests had: RDD diffs.
  • 54 tests had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 662
  • Failed: 54

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

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

EnhanceOutdoorAirReporting (mjwitte) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (2976 of 3030 tests passed, 665 test warnings)

Messages:\n

  • 719 tests had: AUD diffs.
  • 618 tests had: RDD diffs.
  • 54 tests had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 682
  • Failed: 54

Build Badge Test 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.

EnhanceOutdoorAirReporting (mjwitte) - Win64-Windows-10-VisualStudio-16: OK (2247 of 2247 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

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

EnhanceOutdoorAirReporting (mjwitte) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1556 of 1556 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

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

EnhanceOutdoorAirReporting (mjwitte) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (721 of 721 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.