Closed DavidGoldwasser closed 4 years ago
Few other issues with this.
Not sure when this broke but energyPlusOutputRequests were not functioning which impacted HVAC load profile and zone conditions. Added OSW used for pre measure simulation that adds in the output variables. After 3.1 is out test this functionality in new reporting measure code. This is awkward solution with reporting measure for each test running twice.
[x] Hard coded fix due to error in OpenStudio with fuel types when call OpenStudio::EndUseFuelType.getValues
. Once fixed in OpenStudio I can remove the hard coded values here.
[x] undo hard coded fix if OpenStudio updated.
This issue is related to this https://github.com/NREL/OpenStudio/issues/4092
[ ] Add test model with heating fuel other than Electricity or Natural Gas
[ ] On test above and on test with Natural Gas heating add in check (using runner.registerValue) for monthly heating end use and assure non-zero value. I may have to set reg_monthly_details
to true to do this. I don't want to have to try to grab out of HTML, so this seems like the easiest way.
I recently added a warning section that logs in HTML warnings from upstream measures. It also adds runner.registerValues that can be used to evaluate datapoints in large scale analyzes easier. Here are few enhancements I'd like to add.
This post demonstrates condition that would exercise both items. It is a model that has space not included in thermal zone. There is a warning in forward translation about this and OpenStudio Results had warning about this in general info section for E+ floor area not matching OpenStudio. https://unmethours.com/question/45911/interior-lighting-summary-open-studio/?comment=45965#post-id-45965