NREL / resstock

Highly granular modeling of residential building stocks at national, regional, and local scales using OpenStudio/EnergyPlus.
https://resstock.nrel.gov
Other
107 stars 54 forks source link

Add SET degree-hour counts over entire year to QOI #1117

Open lixiliu opened 1 year ago

lixiliu commented 1 year ago

SET (Standard Effective Temperature) can be used as a proxy for thermal resilience and comfort.

My understanding is there are existing QOIs on SET that measures the number of degree-hours above SET 84 degF within 1-3 days of a power outage and it is only available for power outage simulations.

Can we add QOI to record:

Currently we have unmet hours of heating and cooling as part of the standard ResStock output, but they are relative to set points and speak more to the performance and sizing of the HVAC systems.

The requested QOI will be helpful to understand how indoor thermal comfort is impacted by upgrade measures.

whiphi92 commented 1 year ago

I'd like to be a reviewer on this.

shorowit commented 1 year ago

Related to https://github.com/NREL/openstudio-common-measures-gem/pull/130?

lixiliu commented 1 year ago

@shorowit - appears to be so, looks like the closed PR has measures for other types of thermal comfort metrics, which are of interest. Are those metrics ready to use in ResStock?

shorowit commented 1 year ago

That's a question for @joseph-robertson.

joseph-robertson commented 1 year ago

@lixi The short answer is, yes, you can use the AddThermalComfortModelTypes measure in ResStock. Here is an example for how to include it in your yml file: https://github.com/NREL/resstock/blob/8566b48b23650f863e0e9ccd7a80288e772159eb/project_national/national_baseline.yml#L34-L55

Note that I've manually copied the entire AddThermalComfortModelTypes measure folder to the resstock repo's top level measures folder. (I have an outstanding question of whether the measure should be formally stored here.)