-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datapoint extrapolation #1904
Datapoint extrapolation #1904
Conversation
…-HPXML into datapoint_extrapolation # Conflicts: # HPXMLtoOpenStudio/measure.xml # HPXMLtoOpenStudio/resources/defaults.rb # HPXMLtoOpenStudio/tests/test_defaults.rb # docs/source/workflow_inputs.rst
…-HPXML into datapoint_extrapolation # Conflicts: # HPXMLtoOpenStudio/measure.xml
…-HPXML into datapoint_extrapolation # Conflicts: # HPXMLtoOpenStudio/measure.xml
… the RESNET MINHERS Addendum 82 extrapolation rules. [ci skip]
…-HPXML into datapoint_extrapolation # Conflicts: # HPXMLtoOpenStudio/measure.xml
@yzhou601 This PR is ready, other than the one test failure: |
Should be fixed in the last commit, let's give it a try and I'll review this PR after CI gets green. |
…-HPXML into datapoint_extrapolation # Conflicts: # HPXMLtoOpenStudio/measure.xml # workflow/tests/base_results/results_simulations_bills.csv # workflow/tests/base_results/results_simulations_energy.csv # workflow/tests/base_results/results_simulations_loads.csv
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is nice work to add the RESNET approach and clean up some old variables. A few comments.
…nStudio-HPXML into datapoint_extrapolation # Conflicts: # HPXMLtoOpenStudio/measure.xml
…-HPXML into datapoint_extrapolation # Conflicts: # BuildResidentialHPXML/measure.xml # BuildResidentialHPXML/resources/version.txt
…anup and consolidation.
… extrapolation. Didn't see any impact on runtime.
…nStudio-HPXML into datapoint_extrapolation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. Thanks @shorowit for all the improvements here!
Pull Request Description
Addresses #1871. Updates datapoint extrapolation per RESNET MINHERS Addendum 82.
Breaking Change: Detailed performance datapoints must now use
OutdoorTemperature
values of:- Heating: 47F, 17F, and 5F (plus an optional user-specified temperature <5F)
- Cooling: 82F and 95F (plus an optional user-specified temperature >95F)
Checklist
Not all may apply:
EPvalidator.xml
) has been updatedopenstudio tasks.rb update_hpxmls
)HPXMLtoOpenStudio/tests/test*.rb
and/orworkflow/tests/test*.rb
)openstudio tasks.rb update_measures
has been run