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

Support for shared water heating systems #1044

Open joseph-robertson opened 1 year ago

joseph-robertson commented 1 year ago

Currently we set water_heater_num_units_served=1 without regard to what is sampled for "Water Heater In Unit" (Yes or No). Instead, should be using ResStockArguments to set args['water_heater_num_units_served'] = Integer(args['geometry_building_num_units']) when "Water Heater In Unit = No"?

joseph-robertson commented 1 year ago

Probably related to https://github.com/NREL/resstock/issues/734.