Skip to content

Commit

Permalink
Backport fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Aug 14, 2023
1 parent df2d94e commit f42e0a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## OpenStudio-ERI v1.6.2

__Bugfixes__
- Fixes incorrect ESRD ceiling U-factor for SFA unit with adiabatic ceiling when using SFNH program.

## OpenStudio-ERI v1.6.1

__Bugfixes__
Expand Down
1 change: 1 addition & 0 deletions rulesets/resources/ES_ZERHruleset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ def self.set_enclosure_ceilings_reference(orig_hpxml, new_hpxml)
ceiling_exterior_adjacent_to = orig_floor.exterior_adjacent_to.gsub('unvented', 'vented')
if @has_auto_generated_attic && multifamily_adjacent_locations.include?(orig_floor.exterior_adjacent_to)
ceiling_exterior_adjacent_to = HPXML::LocationAtticVented
insulation_assembly_r_value = (1.0 / ceiling_ufactor).round(3)
end

new_hpxml.floors.add(id: orig_floor.id,
Expand Down

0 comments on commit f42e0a7

Please sign in to comment.