From 36dc782c6a54c1046765c8edd04085e19e24b26f Mon Sep 17 00:00:00 2001 From: Scott Horowitz Date: Thu, 19 Dec 2024 13:46:40 -0700 Subject: [PATCH] Temp change to see if this is the cause of all the output changes. --- resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb b/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb index 61b3939cce..c56a9c0766 100644 --- a/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +++ b/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb @@ -1550,7 +1550,7 @@ def self.get_cooling_setpoints(hpxml_bldg, hvac_control, has_ceiling_fan, year, end # Apply cooling setpoint offset due to ceiling fan? - if has_ceiling_fan && hpxml_bldg.building_occupancy.number_of_residents != 0 # If operational calculation w/ zero occupants, exclude ceiling fan setpoint adjustment + if has_ceiling_fan # && hpxml_bldg.building_occupancy.number_of_residents != 0 # If operational calculation w/ zero occupants, exclude ceiling fan setpoint adjustment clg_ceiling_fan_offset = hvac_control.ceiling_fan_cooling_setpoint_temp_offset if not clg_ceiling_fan_offset.nil? months = Defaults.get_ceiling_fan_months(weather)