Fix Reversed System and Zone Timesteps in OutputReportTabularAnnual#11420
Fix Reversed System and Zone Timesteps in OutputReportTabularAnnual#11420
Conversation
|
I ran regressions locally and saw large changes in PurchAirTables_wAnnual. |
| } else { | ||
| elapsedTime = state.dataGlobal->TimeStepZone; | ||
| } else { | ||
| elapsedTime = state.dataHVACGlobal->TimeStepSys; |
There was a problem hiding this comment.
This certainly does look backwards.
|
Trying to verify what was fixed I see this between develop and this branch. The reported data in this branch does look correct. I am not sure why "develop" shows -9.9E-99 for the West Zone in 11422 but does not show that here. Anyway, this change does correct the maximum watts for lighting.
|
|
Also noticed that if I sum the hourly lighting for the summer design day between hours 8 and 18 I get 14643 Whs (e.g., 10 hrs * 1464.375 Watts). And that is just 1 day, not the whole year. Whether this table is a sum or an average the result in the first column is wrong. I thought this table would sum the whole year (units is kWh) but maybe it's an average for a variable with units of watts and would be a sum for a report with units of joules. I think there may be other issues with this table. MIght be out of scope here but noted none the less. This variable is in joules so I would assume the sum over the environment. |
|
Thanks for digging into that comparison @rraustad. Merging. |


Pull request overview
Description of the purpose of this PR
Pull Request Author
Reviewer