Skip to content

Commit

Permalink
Temp change to see if this is the cause of all the output changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Dec 19, 2024
1 parent 13cac05 commit 36dc782
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 36dc782

Please sign in to comment.