-
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
Update NEEP ASHP sample files #1925
Conversation
<extension> | ||
<AdditionalProperties> | ||
<HeatPump>YORK HMH7</HeatPump> | ||
<HeatPumpAHRICert>208613158</HeatPumpAHRICert> | ||
</AdditionalProperties> | ||
</extension> |
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.
Added Names and AHRI#s so we can more easily look up these products in the NEEP database in the future.
<Value>4.47</Value> | ||
<Value>4.57</Value> |
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.
Found a small typo when double-checking the numbers.
<Value>3.27</Value> | ||
<Value>5.52</Value> |
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.
Found a not-so-small typo 😳
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.
Good catch!
<PerformanceDataPoint> | ||
<OutdoorTemperature>-5.0</OutdoorTemperature> |
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 NEEP product has data at -5F too, so I added it. (I also removed the base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-other-temperatures.xml
file, since we're now testing an additional temperature here).
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.
Thanks for updating this!
Pull Request Description
Updated sample files to correspond with current NEEP ccASHP listings. Will help with #1879.
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