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

Double-check occupancy multiplier for hot water distribution #745

Closed joseph-robertson closed 1 year ago

joseph-robertson commented 2 years ago

Moved from: https://trello.com/c/XIzOhgw9/69-occupancy-driven-loads.

Drive plug loads, appliance, lighting, hot water use, etc. by # occupants vs # bedrooms?

Checklist:

shorowit commented 2 years ago

I took a quick look at where things stand. As far as I can tell, when there is a hot water fixtures multiplier other than 1 (indicating that there are more or fewer occupants than average according to the number of bedrooms), it appears that OS-HPXML currently:

FYI @aspeake @ejhw

shorowit commented 2 years ago

https://github.com/NREL/OpenStudio-HPXML/pull/949

shorowit commented 2 years ago

I just realized there is one more component: the EC_adj term, which applies directly to the energy consumption of the water heater. It's not obvious whether this factor needs to be separately adjusted or whether that would be double-counting the effect of occupancy given all of the adjustments we're already making. If we want to pursue this further, we have some DHW spreadsheets from Philip Fairey that might provide the necessary information to figure this out, or we might have to see if Philip can help.

shorowit commented 1 year ago

I just realized there is one more component: the EC_adj term, which applies directly to the energy consumption of the water heater. It's not obvious whether this factor needs to be separately adjusted or whether that would be double-counting the effect of occupancy given all of the adjustments we're already making. If we want to pursue this further, we have some DHW spreadsheets from Philip Fairey that might provide the necessary information to figure this out, or we might have to see if Philip can help.

@jmaguire1 Your work on https://github.com/NREL/resstock-estimation/pull/361 reminded me of this. Any thoughts?

shorowit commented 1 year ago

I think I've convinced myself that what we have is correct (i.e., we don't have to make an additional change to EC_adj). I ran two HPXML files (attached below) with tankless water heaters and a piping length that results in an EC_adj greater than 1. One of the HPXML files has a hot water usage multiplier of 2.0 and the other one has defaults (i.e., 1.0). The output files show that both the annual gallons of hot water doubled and the annual hot water energy use doubled. I think this is the expected result.

base-dhw-tankless-gas.xml.txt base-dhw-tankless-gas-2.xml.txt

jmaguire1 commented 1 year ago

Sorry to be late to the party @shorowit! I've also convinced myself of the same thing: https://github.com/NREL/resstock-estimation/pull/361#issuecomment-1497986254. Basically I think since EC_adj is supposed to account for tank losses and those scale with hot water use, it seems entirely appropriate to me to keep this unmodified.