urbanopt-cli 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (871) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -1
  3. data/CMakeLists.txt +8 -8
  4. data/LICENSE.md +11 -1
  5. data/Rakefile +16 -6
  6. data/example_files/example_project_combined.json +100 -5
  7. data/example_files/mappers/Baseline.rb +31 -18
  8. data/example_files/mappers/CreateBar.rb +16 -6
  9. data/example_files/mappers/EvCharging.rb +20 -10
  10. data/example_files/mappers/Floorspace.rb +16 -6
  11. data/example_files/mappers/HighEfficiencyCreateBar.rb +16 -6
  12. data/example_files/mappers/HighEfficiencyFloorspace.rb +16 -6
  13. data/example_files/mappers/ThermalStorage.rb +16 -6
  14. data/example_files/measures/BuildResidentialModel/measure.rb +211 -129
  15. data/example_files/residential/clothes_dryer.tsv +7 -7
  16. data/example_files/residential/clothes_washer.tsv +1 -1
  17. data/example_files/residential/cooling_system.tsv +42 -22
  18. data/example_files/residential/dishwasher.tsv +1 -1
  19. data/example_files/residential/exhaust.tsv +3 -0
  20. data/example_files/residential/heat_pump.tsv +62 -40
  21. data/example_files/resources/hpxml-measures/.github/pull_request_template.md +1 -0
  22. data/example_files/resources/hpxml-measures/.github/workflows/config.yml +23 -0
  23. data/example_files/resources/hpxml-measures/.gitignore +1 -8
  24. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb +633 -1188
  25. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml +1524 -1211
  26. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/constants.rb +0 -8
  27. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/geometry.rb +424 -335
  28. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules.rb +104 -62
  29. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_state_and_monthly_schedule_shift.csv +613 -0
  30. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_state_and_monthly_schedule_shift.csv +613 -0
  31. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-coal.osw +31 -55
  32. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-50percent.osw +30 -54
  33. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-ief-portable.osw +30 -54
  34. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-ief-whole-home.osw +30 -54
  35. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier.osw +30 -54
  36. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-gas.osw +31 -55
  37. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-modified.osw +31 -55
  38. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-none.osw +36 -60
  39. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-oil.osw +31 -55
  40. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-propane.osw +31 -55
  41. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-wood.osw +31 -55
  42. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-flat.osw +31 -55
  43. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-radiant-barrier.osw +31 -55
  44. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-unvented-insulated-roof.osw +31 -55
  45. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-vented.osw +31 -55
  46. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-bldgtype-multifamily-shared-mechvent-preconditioning.osw +31 -55
  47. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-bldgtype-multifamily-shared-mechvent.osw +31 -55
  48. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-bldgtype-multifamily-shared-pv.osw +31 -55
  49. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-bldgtype-multifamily-shared-water-heater.osw +31 -55
  50. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-bldgtype-multifamily.osw +31 -55
  51. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-bldgtype-single-family-attached.osw +31 -55
  52. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless-outside.osw +31 -56
  53. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless.osw +31 -56
  54. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-dwhr.osw +31 -55
  55. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-outside.osw +31 -56
  56. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-standbyloss.osw +31 -56
  57. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-with-solar-fraction.osw +31 -56
  58. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect.osw +31 -56
  59. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-electric.osw +31 -55
  60. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-gas.osw +31 -55
  61. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-hpwh.osw +31 -55
  62. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-indirect.osw +31 -56
  63. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-low-flow-fixtures.osw +31 -55
  64. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-none.osw +32 -56
  65. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-demand.osw +31 -55
  66. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-manual.osw +31 -55
  67. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-nocontrol.osw +31 -55
  68. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-temperature.osw +31 -55
  69. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-timer.osw +31 -55
  70. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-evacuated-tube.osw +31 -55
  71. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-flat-plate.osw +31 -55
  72. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-ics.osw +31 -55
  73. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-fraction.osw +31 -55
  74. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-indirect-flat-plate.osw +31 -55
  75. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-thermosyphon-flat-plate.osw +31 -55
  76. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-coal.osw +31 -55
  77. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-elec-uef.osw +31 -55
  78. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas-outside.osw +31 -55
  79. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas-uef.osw +31 -55
  80. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas.osw +31 -55
  81. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-outside.osw +31 -55
  82. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-uef.osw +31 -55
  83. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar-fraction.osw +31 -55
  84. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar.osw +31 -55
  85. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump.osw +31 -55
  86. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-oil.osw +31 -55
  87. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-wood.osw +31 -55
  88. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric-outside.osw +31 -55
  89. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric-uef.osw +31 -55
  90. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric.osw +31 -55
  91. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-uef.osw +31 -55
  92. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar-fraction.osw +31 -55
  93. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar.osw +31 -55
  94. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas.osw +31 -55
  95. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-propane.osw +31 -55
  96. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories-garage.osw +31 -55
  97. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories.osw +31 -55
  98. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-1.osw +31 -55
  99. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-2.osw +31 -55
  100. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-4.osw +31 -55
  101. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-5.osw +31 -55
  102. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-garage.osw +31 -55
  103. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-ach-house-pressure.osw +31 -55
  104. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm-house-pressure.osw +31 -55
  105. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm50.osw +31 -55
  106. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-flue.osw +31 -55
  107. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-natural-ach.osw +31 -55
  108. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-overhangs.osw +32 -56
  109. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-windows-none.osw +31 -55
  110. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-ambient.osw +31 -55
  111. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-conditioned-basement-slab-insulation.osw +31 -55
  112. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-slab.osw +31 -55
  113. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-assembly-r.osw +30 -54
  114. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-wall-insulation.osw +30 -54
  115. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement.osw +30 -54
  116. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unvented-crawlspace.osw +30 -54
  117. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-vented-crawlspace.osw +30 -54
  118. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-1-speed-cooling-only.osw +337 -0
  119. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-1-speed-heating-only.osw +337 -0
  120. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-1-speed.osw +31 -56
  121. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-2-speed.osw +31 -55
  122. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-var-speed.osw +31 -55
  123. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-coal-only.osw +31 -55
  124. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-elec-only.osw +31 -55
  125. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-central-ac-1-speed.osw +31 -56
  126. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-only.osw +31 -56
  127. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-oil-only.osw +31 -55
  128. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-propane-only.osw +31 -55
  129. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-wood-only.osw +31 -55
  130. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-1-speed.osw +31 -56
  131. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-2-speed.osw +31 -55
  132. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-var-speed.osw +31 -55
  133. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.osw +31 -57
  134. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.osw +31 -56
  135. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.osw +31 -56
  136. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.osw +31 -55
  137. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.osw +31 -55
  138. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-mini-split-heat-pump-ducted.osw +32 -57
  139. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ducts-leakage-percent.osw +31 -55
  140. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-elec-resistance-only.osw +31 -55
  141. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-furnace-gas.osw +31 -55
  142. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only-ducted.osw +32 -56
  143. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only.osw +31 -56
  144. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fireplace-wood-only.osw +31 -56
  145. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fixed-heater-gas-only.osw +31 -56
  146. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-floor-furnace-propane-only.osw +31 -56
  147. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-coal-only.osw +337 -0
  148. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-central-ac-1-speed.osw +31 -55
  149. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-only.osw +31 -55
  150. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-2-speed.osw +31 -55
  151. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-var-speed.osw +31 -55
  152. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-only.osw +31 -56
  153. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-room-ac.osw +31 -55
  154. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-oil-only.osw +31 -55
  155. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-propane-only.osw +31 -55
  156. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-wood-only.osw +31 -55
  157. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ground-to-air-heat-pump-cooling-only.osw +336 -0
  158. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ground-to-air-heat-pump-heating-only.osw +336 -0
  159. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ground-to-air-heat-pump.osw +31 -57
  160. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{extra-plug-loads-additional-multipliers.osw → base-hvac-install-quality-airflow-defect-furnace-gas-central-ac-1-speed.osw} +36 -58
  161. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-air-to-air-heat-pump-1-speed.osw +339 -0
  162. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-air-to-air-heat-pump-2-speed.osw +339 -0
  163. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-air-to-air-heat-pump-var-speed.osw +339 -0
  164. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-furnace-gas-central-ac-1-speed.osw +340 -0
  165. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-furnace-gas-central-ac-2-speed.osw +340 -0
  166. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-furnace-gas-central-ac-var-speed.osw +340 -0
  167. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-furnace-gas-only.osw +338 -0
  168. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-ground-to-air-heat-pump.osw +338 -0
  169. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-mini-split-air-conditioner-only-ducted.osw +338 -0
  170. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-all-mini-split-heat-pump-ducted.osw +339 -0
  171. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-charge-defect-furnace-gas-central-ac-1-speed.osw +338 -0
  172. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-install-quality-none-furnace-gas-central-ac-1-speed.osw +340 -0
  173. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ducted.osw +31 -56
  174. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ductless.osw +31 -56
  175. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-cooling-only.osw +32 -57
  176. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-heating-only.osw +32 -57
  177. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted.osw +32 -57
  178. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ductless.osw +32 -57
  179. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-none.osw +31 -55
  180. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-portable-heater-gas-only.osw +31 -56
  181. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-programmable-thermostat-detailed.osw +337 -0
  182. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only-33percent.osw +31 -55
  183. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only.osw +31 -55
  184. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-setpoints.osw +31 -55
  185. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-oil-only.osw +31 -56
  186. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-wood-pellets-only.osw +31 -56
  187. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-undersized.osw +31 -55
  188. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-wall-furnace-elec-only.osw +31 -56
  189. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-ceiling-fans.osw +31 -55
  190. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-detailed.osw +31 -55
  191. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-AMY-2012.osw +31 -55
  192. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-baltimore-md.osw +40 -64
  193. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-dallas-tx.osw +31 -55
  194. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-duluth-mn.osw +44 -68
  195. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-helena-mt.osw +337 -0
  196. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-honolulu-hi.osw +337 -0
  197. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-miami-fl.osw +31 -55
  198. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-phoenix-az.osw +337 -0
  199. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-portland-or.osw +337 -0
  200. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-balanced.osw +31 -55
  201. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-bath-kitchen-fans.osw +39 -65
  202. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis-evap-cooler-only-ducted.osw +32 -56
  203. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis.osw +31 -55
  204. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv-atre-asre.osw +31 -55
  205. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv.osw +31 -55
  206. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-exhaust-rated-flow-rate.osw +337 -0
  207. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-exhaust.osw +31 -55
  208. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv-asre.osw +31 -55
  209. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv.osw +31 -55
  210. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-supply.osw +31 -55
  211. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-whole-house-fan.osw +31 -55
  212. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-defaults.osw +29 -53
  213. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon.osw +29 -53
  214. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon2.osw +29 -53
  215. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-neighbor-shading.osw +31 -55
  216. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-shielding-of-home.osw +337 -0
  217. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-usage-multiplier.osw +30 -54
  218. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-pv.osw +31 -55
  219. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{extra-vacancy-6-months.osw → base-schedules-stochastic-vacant.osw} +34 -58
  220. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-schedules-stochastic.osw +31 -55
  221. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-schedules-user-specified.osw +31 -55
  222. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-calendar-year-custom.osw +31 -55
  223. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-custom.osw +31 -55
  224. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-disabled.osw +31 -55
  225. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-runperiod-1-month.osw +31 -55
  226. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-timestep-10-mins.osw +31 -55
  227. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base.osw +31 -55
  228. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/build_residential_hpxml_test.rb +57 -56
  229. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-auto.osw +31 -55
  230. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-double-exterior.osw +341 -0
  231. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-double-loaded-interior.osw +341 -0
  232. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-eaves.osw +341 -0
  233. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-single-exterior-front.osw +341 -0
  234. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-double-loaded-interior.osw +341 -0
  235. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-left-bottom-double-loaded-interior.osw +341 -0
  236. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-left-bottom.osw +341 -0
  237. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-left-middle-double-loaded-interior.osw +341 -0
  238. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-left-middle.osw +341 -0
  239. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-left-top-double-loaded-interior.osw +341 -0
  240. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-left-top.osw +341 -0
  241. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-middle-bottom-double-loaded-interior.osw +341 -0
  242. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-middle-bottom.osw +341 -0
  243. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-middle-middle-double-loaded-interior.osw +341 -0
  244. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-middle-middle.osw +341 -0
  245. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-middle-top-double-loaded-interior.osw +341 -0
  246. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-middle-top.osw +341 -0
  247. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-right-bottom-double-loaded-interior.osw +341 -0
  248. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-right-bottom.osw +341 -0
  249. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-right-middle-double-loaded-interior.osw +341 -0
  250. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-right-middle.osw +341 -0
  251. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-right-top-double-loaded-interior.osw +341 -0
  252. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab-right-top.osw +341 -0
  253. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-slab.osw +341 -0
  254. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-double-loaded-interior.osw +341 -0
  255. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-left-bottom-double-loaded-interior.osw +341 -0
  256. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-left-bottom.osw +341 -0
  257. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-left-middle-double-loaded-interior.osw +341 -0
  258. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-left-middle.osw +341 -0
  259. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-left-top-double-loaded-interior.osw +341 -0
  260. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-left-top.osw +341 -0
  261. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-middle-bottom-double-loaded-interior.osw +341 -0
  262. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-middle-bottom.osw +341 -0
  263. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-middle-middle-double-loaded-interior.osw +341 -0
  264. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-middle-middle.osw +341 -0
  265. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-middle-top-double-loaded-interior.osw +341 -0
  266. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-middle-top.osw +341 -0
  267. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-right-bottom-double-loaded-interior.osw +341 -0
  268. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-right-bottom.osw +341 -0
  269. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-right-middle-double-loaded-interior.osw +341 -0
  270. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-right-middle.osw +341 -0
  271. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-right-top-double-loaded-interior.osw +341 -0
  272. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace-right-top.osw +341 -0
  273. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-unvented-crawlspace.osw +341 -0
  274. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-double-loaded-interior.osw +341 -0
  275. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-left-bottom-double-loaded-interior.osw +341 -0
  276. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-left-bottom.osw +341 -0
  277. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-left-middle-double-loaded-interior.osw +341 -0
  278. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-left-middle.osw +341 -0
  279. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-left-top-double-loaded-interior.osw +341 -0
  280. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-left-top.osw +341 -0
  281. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-middle-bottom-double-loaded-interior.osw +341 -0
  282. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-middle-bottom.osw +341 -0
  283. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-middle-middle-double-loaded-interior.osw +341 -0
  284. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-middle-middle.osw +341 -0
  285. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-middle-top-double-loaded-interior.osw +341 -0
  286. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-middle-top.osw +341 -0
  287. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-right-bottom-double-loaded-interior.osw +341 -0
  288. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-right-bottom.osw +341 -0
  289. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-right-middle-double-loaded-interior.osw +341 -0
  290. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-right-middle.osw +341 -0
  291. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-right-top-double-loaded-interior.osw +341 -0
  292. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace-right-top.osw +341 -0
  293. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-multifamily-vented-crawlspace.osw +341 -0
  294. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-atticroof-conditioned-eaves-gable.osw +339 -0
  295. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-atticroof-conditioned-eaves-hip.osw +339 -0
  296. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-double-exterior.osw +339 -0
  297. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-double-loaded-interior.osw +339 -0
  298. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-single-exterior-front.osw +339 -0
  299. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-slab-middle.osw +339 -0
  300. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-slab-right.osw +339 -0
  301. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-slab.osw +339 -0
  302. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-unconditioned-basement-middle.osw +339 -0
  303. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-unconditioned-basement-right.osw +339 -0
  304. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-unconditioned-basement.osw +339 -0
  305. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-unvented-crawlspace-middle.osw +339 -0
  306. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-unvented-crawlspace-right.osw +339 -0
  307. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-unvented-crawlspace.osw +339 -0
  308. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-vented-crawlspace-middle.osw +339 -0
  309. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-vented-crawlspace-right.osw +339 -0
  310. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-bldgtype-single-family-attached-vented-crawlspace.osw +339 -0
  311. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-solar-latitude.osw +31 -55
  312. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-atticroof-conditioned-eaves-gable.osw +337 -0
  313. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-atticroof-conditioned-eaves-hip.osw +337 -0
  314. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-garage-atticroof-conditioned.osw +337 -0
  315. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-garage-partially-protruded.osw +31 -55
  316. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-windows-shading.osw +339 -0
  317. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-roofpitch.osw +31 -55
  318. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-schedules-random-seed.osw +31 -55
  319. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-boiler-to-heat-pump.osw +336 -0
  320. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-boiler-to-heating-system.osw +337 -0
  321. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-fireplace-to-heat-pump.osw +337 -0
  322. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{extra-second-heating-system-fireplace.osw → extra-second-heating-system-fireplace-to-heating-system.osw} +34 -58
  323. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-portable-heater-to-heat-pump.osw +337 -0
  324. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{extra-second-heating-system-portable-heater.osw → extra-second-heating-system-portable-heater-to-heating-system.osw} +32 -56
  325. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-refrigerator.osw +31 -55
  326. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-zero-clothes-washer-kwh.osw +337 -0
  327. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-zero-dishwasher-kwh.osw +337 -0
  328. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-zero-extra-refrigerator-kwh.osw +337 -0
  329. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-zero-freezer-kwh.osw +337 -0
  330. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-zero-refrigerator-kwh.osw +337 -0
  331. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-attic-with-floor-insulation.osw +34 -58
  332. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-attic-with-one-floor-above-grade.osw +337 -0
  333. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-basement-with-ceiling-insulation.osw +31 -55
  334. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/cooling-system-and-heat-pump.osw +31 -55
  335. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/dhw-indirect-without-boiler.osw +31 -55
  336. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/ducts-location-and-areas-not-same-type.osw +31 -55
  337. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/foundation-wall-insulation-greater-than-height.osw +337 -0
  338. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/heating-system-and-heat-pump.osw +31 -55
  339. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-crawlspace-zero-foundation-height.osw +31 -55
  340. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-slab-non-zero-foundation-height.osw +31 -55
  341. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-no-building-orientation.osw +31 -55
  342. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multipliers-without-fuel-loads.osw +31 -55
  343. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multipliers-without-other-plug-loads.osw +337 -0
  344. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/{multipliers-without-plug-loads.osw → multipliers-without-tv-plug-loads.osw} +35 -59
  345. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multipliers-without-vehicle-plug-loads.osw +337 -0
  346. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multipliers-without-well-pump-plug-loads.osw +337 -0
  347. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-electric-heat-pump-water-heater.osw +31 -55
  348. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-ceiling-fan-quantity.osw +31 -55
  349. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-geometry-num-bathrooms.osw +31 -55
  350. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/second-heating-system-but-no-primary-heating.osw +337 -0
  351. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/second-heating-system-serves-majority-heat.osw +31 -55
  352. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/second-heating-system-serves-total-heat-load.osw +337 -0
  353. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-ambient.osw +31 -55
  354. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-no-building-orientation.osw +31 -55
  355. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-finished-basement-zero-foundation-height.osw +31 -55
  356. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-slab-non-zero-foundation-height.osw +31 -55
  357. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/slab-non-zero-foundation-height-above-grade.osw +31 -55
  358. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unconditioned-basement-with-wall-and-ceiling-insulation.osw +31 -55
  359. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-attic-with-floor-and-roof-insulation.osw +31 -55
  360. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-crawlspace-with-wall-and-ceiling-insulation.osw +31 -55
  361. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-attic-with-floor-and-roof-insulation.osw +33 -57
  362. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-crawlspace-with-wall-and-ceiling-insulation.osw +31 -55
  363. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/zero-number-of-bedrooms.osw +337 -0
  364. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/vacant.csv +8761 -0
  365. data/example_files/resources/hpxml-measures/Changelog.md +238 -0
  366. data/example_files/resources/hpxml-measures/Gemfile +4 -2
  367. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb +265 -838
  368. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml +135 -114
  369. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/BaseElements.xsd +5 -97
  370. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/EPvalidator.xml +573 -193
  371. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/HPXMLDataTypes.xsd +2 -28
  372. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/HPXMLvalidator.xml +114 -22
  373. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb +107 -176
  374. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb +12 -180
  375. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constructions.rb +481 -94
  376. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/generator.rb +2 -6
  377. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb +23 -11
  378. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb +27 -25
  379. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb +735 -453
  380. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb +417 -105
  381. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +1377 -1335
  382. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac_sizing.rb +1393 -1467
  383. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb +2 -1
  384. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb +20 -7
  385. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/meta_measure.rb +64 -3
  386. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb +2 -22
  387. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/pv.rb +1 -3
  388. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb +15 -6
  389. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/simcontrols.rb +7 -1
  390. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/unit_conversions.rb +2 -0
  391. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/version.rb +1 -1
  392. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/waterheater.rb +3 -4
  393. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlhelper.rb +31 -30
  394. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb +4 -1
  395. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_constructions.rb +62 -16
  396. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb +507 -628
  397. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_generator.rb +3 -0
  398. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb +4 -1
  399. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac.rb +321 -6
  400. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_lighting.rb +3 -0
  401. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_location.rb +3 -0
  402. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_miscloads.rb +3 -0
  403. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_pv.rb +3 -0
  404. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_simcontrols.rb +3 -0
  405. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb +25 -1
  406. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_water_heater.rb +3 -0
  407. data/example_files/resources/hpxml-measures/README.md +4 -4
  408. data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.rb +111 -37
  409. data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.xml +318 -490
  410. data/example_files/resources/hpxml-measures/SimulationOutputReport/tests/output_report_test.rb +237 -183
  411. data/example_files/resources/hpxml-measures/docs/source/conf.py +4 -1
  412. data/example_files/resources/hpxml-measures/docs/source/getting_started.rst +2 -2
  413. data/example_files/resources/hpxml-measures/docs/source/intro.rst +3 -105
  414. data/example_files/resources/hpxml-measures/docs/source/workflow_inputs.rst +476 -351
  415. data/example_files/resources/hpxml-measures/docs/source/workflow_outputs.rst +154 -130
  416. data/example_files/resources/hpxml-measures/tasks.rb +1287 -511
  417. data/example_files/resources/hpxml-measures/weather/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3-cache.csv +35 -0
  418. data/example_files/resources/hpxml-measures/weather/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.epw +8768 -0
  419. data/example_files/resources/hpxml-measures/weather/USA_HI_Honolulu.Intl.AP.911820_TMY3-cache.csv +35 -0
  420. data/example_files/resources/hpxml-measures/weather/USA_HI_Honolulu.Intl.AP.911820_TMY3.epw +8768 -0
  421. data/example_files/resources/hpxml-measures/weather/USA_MT_Helena.Rgnl.AP.727720_TMY3-cache.csv +35 -0
  422. data/example_files/resources/hpxml-measures/weather/USA_MT_Helena.Rgnl.AP.727720_TMY3.epw +8768 -0
  423. data/example_files/resources/hpxml-measures/weather/USA_OR_Portland.Intl.AP.726980_TMY3-cache.csv +35 -0
  424. data/example_files/resources/hpxml-measures/weather/USA_OR_Portland.Intl.AP.726980_TMY3.epw +8768 -0
  425. data/example_files/resources/hpxml-measures/workflow/run_simulation.rb +23 -5
  426. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml +1 -1
  427. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-50percent.xml +2 -1
  428. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-portable.xml +2 -1
  429. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-whole-home.xml +2 -1
  430. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-multiple.xml +534 -0
  431. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml +2 -1
  432. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml +1 -1
  433. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml +1 -1
  434. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml +1 -0
  435. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml +1 -1
  436. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml +1 -1
  437. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml +1 -1
  438. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml +1 -1
  439. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml +3 -3
  440. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml +1 -1
  441. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml +1 -1
  442. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml +1 -1
  443. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml +1 -1
  444. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml +1 -1
  445. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multiple.xml +1 -1
  446. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml +1 -1
  447. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-other-heated-space.xml +1 -1
  448. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml +1 -1
  449. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml +0 -1
  450. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml +4 -4
  451. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml +20 -4
  452. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml +27 -18
  453. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml +27 -18
  454. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-baseboard.xml +0 -1
  455. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml +4 -4
  456. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml +20 -4
  457. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml +20 -4
  458. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml +22 -11
  459. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-baseboard.xml +0 -1
  460. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml +4 -4
  461. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml +20 -4
  462. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml +22 -12
  463. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml +22 -12
  464. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-generator.xml +1 -1
  465. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml +2 -3
  466. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-laundry-room.xml +1 -1
  467. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent-multiple.xml +2 -1
  468. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent-preconditioning.xml +1 -1
  469. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent.xml +1 -1
  470. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-pv.xml +1 -1
  471. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-water-heater-recirc.xml +1 -1
  472. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-water-heater.xml +1 -1
  473. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily.xml +1 -1
  474. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-single-family-attached.xml +14 -2
  475. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml +0 -1
  476. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml +0 -1
  477. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml +1 -1
  478. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml +563 -564
  479. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml +1 -1
  480. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml +1 -4
  481. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml +1 -1
  482. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml +1 -4
  483. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml +1 -1
  484. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml +0 -1
  485. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml +0 -1
  486. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml +0 -1
  487. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml +0 -1
  488. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml +0 -1
  489. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml +1 -1
  490. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml +1 -1
  491. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml +1 -1
  492. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml +0 -1
  493. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml +1 -1
  494. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml +0 -1
  495. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml +1 -0
  496. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml +1 -1
  497. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml +1 -1
  498. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml +1 -1
  499. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml +1 -1
  500. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml +1 -1
  501. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml +1 -1
  502. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml +1 -1
  503. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml +1 -1
  504. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml +1 -1
  505. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml +1 -1
  506. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml +1 -1
  507. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml +1 -1
  508. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-elec-uef.xml +1 -1
  509. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml +1 -1
  510. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef.xml +1 -1
  511. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml +1 -1
  512. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml +1 -1
  513. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-uef.xml +1 -1
  514. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml +1 -1
  515. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml +1 -1
  516. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml +1 -1
  517. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml +1 -1
  518. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml +1 -1
  519. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml +1 -1
  520. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-uef.xml +1 -1
  521. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml +1 -1
  522. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-uef.xml +1 -1
  523. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml +1 -1
  524. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml +1 -1
  525. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml +1 -1
  526. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml +1 -1
  527. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml +2 -2
  528. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml +1 -1
  529. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml +1 -1
  530. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml +1 -1
  531. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml +1 -1
  532. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml +1 -1
  533. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml +1 -1
  534. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml +1 -1
  535. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml +1 -1
  536. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml +1 -1
  537. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml +1 -1
  538. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml +1 -1
  539. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml +6 -1
  540. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml +1 -1
  541. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-shading.xml +600 -0
  542. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml +1 -1
  543. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-level.xml +1 -1
  544. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces.xml +1 -1
  545. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces2.xml +2474 -0
  546. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml +1 -1
  547. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml +1 -1
  548. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-enclosure-windows-interior-shading.xml → base-enclosure-windows-shading.xml} +576 -561
  549. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml +1 -1
  550. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-basement-garage.xml +643 -0
  551. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml +1 -1
  552. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml +1 -1
  553. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-interior-insulation.xml +1 -1
  554. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml +3 -3
  555. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml +1 -1
  556. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml +2 -2
  557. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml +2 -2
  558. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml +1 -1
  559. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml +2 -2
  560. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml +1 -1
  561. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml +1 -1
  562. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml +1 -1
  563. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml +555 -0
  564. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml +561 -0
  565. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml +1 -4
  566. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml +1 -1
  567. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml +1 -1
  568. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml +552 -0
  569. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml +557 -0
  570. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize-manual-s-oversize-allowances.xml → base-hvac-autosize-air-to-air-heat-pump-1-speed-manual-s-oversize-allowances.xml} +1 -4
  571. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize.xml → base-hvac-autosize-air-to-air-heat-pump-1-speed.xml} +1 -4
  572. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-air-to-air-heat-pump-2-speed-autosize-manual-s-oversize-allowances.xml → base-hvac-autosize-air-to-air-heat-pump-2-speed-manual-s-oversize-allowances.xml} +559 -559
  573. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-air-to-air-heat-pump-2-speed-autosize.xml → base-hvac-autosize-air-to-air-heat-pump-2-speed.xml} +556 -556
  574. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-air-to-air-heat-pump-var-speed-autosize.xml → base-hvac-autosize-air-to-air-heat-pump-var-speed-manual-s-oversize-allowances.xml} +559 -556
  575. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-air-to-air-heat-pump-var-speed-autosize-manual-s-oversize-allowances.xml → base-hvac-autosize-air-to-air-heat-pump-var-speed.xml} +556 -559
  576. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-boiler-elec-only-autosize.xml → base-hvac-autosize-boiler-elec-only.xml} +517 -518
  577. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-boiler-gas-central-ac-1-speed-autosize.xml → base-hvac-autosize-boiler-gas-central-ac-1-speed.xml} +568 -569
  578. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-boiler-gas-only-autosize.xml → base-hvac-autosize-boiler-gas-only.xml} +518 -519
  579. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-central-ac-only-1-speed-autosize.xml → base-hvac-autosize-central-ac-only-1-speed.xml} +1 -4
  580. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-central-ac-only-2-speed-autosize.xml → base-hvac-autosize-central-ac-only-2-speed.xml} +546 -546
  581. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-central-ac-only-var-speed-autosize.xml → base-hvac-autosize-central-ac-only-var-speed.xml} +546 -546
  582. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-central-ac-plus-air-to-air-heat-pump-heating-autosize.xml → base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml} +1 -7
  583. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-autosize.xml → base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed.xml} +1 -4
  584. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-dual-fuel-mini-split-heat-pump-ducted-autosize.xml → base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml} +1 -4
  585. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-elec-resistance-only-autosize.xml → base-hvac-autosize-elec-resistance-only.xml} +508 -509
  586. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-evap-cooler-furnace-gas-autosize.xml → base-hvac-autosize-evap-cooler-furnace-gas.xml} +552 -552
  587. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-floor-furnace-propane-only-autosize.xml → base-hvac-autosize-floor-furnace-propane-only.xml} +511 -512
  588. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-furnace-elec-only-autosize.xml → base-hvac-autosize-furnace-elec-only.xml} +546 -546
  589. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-furnace-gas-central-ac-2-speed-autosize.xml → base-hvac-autosize-furnace-gas-central-ac-2-speed.xml} +559 -559
  590. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-furnace-gas-central-ac-var-speed-autosize.xml → base-hvac-autosize-furnace-gas-central-ac-var-speed.xml} +559 -559
  591. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-only.xml +547 -0
  592. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-furnace-gas-room-ac-autosize.xml → base-hvac-autosize-furnace-gas-room-ac.xml} +557 -557
  593. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml +554 -0
  594. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml +559 -0
  595. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-ground-to-air-heat-pump-autosize-manual-s-oversize-allowances.xml → base-hvac-autosize-ground-to-air-heat-pump-manual-s-oversize-allowances.xml} +561 -562
  596. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-ground-to-air-heat-pump-autosize.xml → base-hvac-autosize-ground-to-air-heat-pump.xml} +558 -559
  597. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml +546 -0
  598. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-cooling-only-autosize.xml → base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml} +1 -4
  599. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-heating-only-autosize.xml → base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml} +1 -4
  600. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-autosize-manual-s-oversize-allowances.xml → base-hvac-autosize-mini-split-heat-pump-ducted-manual-s-oversize-allowances.xml} +1 -4
  601. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted.xml +556 -0
  602. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-room-ac-only-autosize.xml → base-hvac-autosize-room-ac-only.xml} +507 -508
  603. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-stove-oil-only-autosize.xml → base-hvac-autosize-stove-oil-only.xml} +511 -512
  604. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-wall-furnace-elec-only-autosize.xml → base-hvac-autosize-wall-furnace-elec-only.xml} +511 -512
  605. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-autosize.xml → base-hvac-autosize.xml} +559 -559
  606. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml +0 -1
  607. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml +0 -1
  608. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml +1 -2
  609. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml +0 -1
  610. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml +0 -1
  611. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml +0 -1
  612. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml +0 -1
  613. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml +1 -4
  614. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml +1 -1
  615. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml +1 -1
  616. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml +1 -7
  617. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml +0 -1
  618. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml +1 -4
  619. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml +1 -4
  620. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml +1 -1
  621. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml +1 -1
  622. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml +1 -4
  623. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml +1 -1
  624. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml +0 -1
  625. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml +2 -1
  626. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml +10 -1
  627. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml +1 -4
  628. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml +512 -513
  629. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fixed-heater-gas-only.xml +563 -563
  630. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml +512 -513
  631. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-coal-only.xml +547 -547
  632. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml +1 -1
  633. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml +1 -1
  634. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml +1 -1
  635. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml +1 -1
  636. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml +547 -550
  637. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml +1 -1
  638. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml +1 -1
  639. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml +1 -1
  640. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml +1 -1
  641. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml +0 -1
  642. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-cooling-only.xml +556 -0
  643. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-heating-only.xml +562 -0
  644. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml +561 -562
  645. data/example_files/resources/hpxml-measures/workflow/sample_files/{invalid_files/slab-zero-exposed-perimeter.xml → base-hvac-install-quality-airflow-defect-furnace-gas-central-ac-1-speed.xml} +567 -561
  646. data/example_files/resources/hpxml-measures/workflow/sample_files/{invalid_files/heat-pump-mixed-fixed-and-autosize-capacities2.xml → base-hvac-install-quality-all-air-to-air-heat-pump-1-speed.xml} +565 -562
  647. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-all-air-to-air-heat-pump-2-speed.xml +566 -0
  648. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-all-air-to-air-heat-pump-var-speed.xml +566 -0
  649. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-misc-shelter-coefficient.xml → base-hvac-install-quality-all-furnace-gas-central-ac-1-speed.xml} +570 -564
  650. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-all-furnace-gas-central-ac-2-speed.xml +571 -0
  651. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-all-furnace-gas-central-ac-var-speed.xml +571 -0
  652. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-furnace-gas-only-autosize.xml → base-hvac-install-quality-all-furnace-gas-only.xml} +551 -549
  653. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-all-ground-to-air-heat-pump.xml +565 -0
  654. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-mini-split-air-conditioner-only-ducted-autosize.xml → base-hvac-install-quality-all-mini-split-air-conditioner-only-ducted.xml} +551 -548
  655. data/example_files/resources/hpxml-measures/workflow/sample_files/{hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-autosize.xml → base-hvac-install-quality-all-mini-split-heat-pump-ducted.xml} +564 -558
  656. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-blower-efficiency-furnace-gas-central-ac-1-speed.xml +568 -0
  657. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-charge-defect-furnace-gas-central-ac-1-speed.xml +565 -0
  658. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-none-furnace-gas-central-ac-1-speed.xml +569 -0
  659. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml +1 -4
  660. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml +0 -4
  661. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml +1 -4
  662. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml +1 -4
  663. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml +1 -4
  664. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml +0 -4
  665. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml +916 -913
  666. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple2.xml +837 -834
  667. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml +0 -1
  668. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml +563 -563
  669. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-programmable-thermostat-detailed.xml +1 -1
  670. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-programmable-thermostat.xml +1 -1
  671. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml +0 -1
  672. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml +0 -1
  673. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml +1 -1
  674. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml +512 -513
  675. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml +512 -513
  676. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml +1 -1
  677. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml +1 -1
  678. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml +512 -513
  679. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml +1 -1
  680. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-detailed.xml +1 -1
  681. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml +1 -1
  682. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-AMY-2012.xml +1 -1
  683. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml +34 -23
  684. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml +1 -1
  685. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml +34 -23
  686. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-helena-mt.xml +562 -0
  687. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-honolulu-hi.xml +516 -0
  688. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml +1 -1
  689. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-phoenix-az.xml +516 -0
  690. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-portland-or.xml +576 -0
  691. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml +1 -1
  692. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml +1 -1
  693. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml +0 -1
  694. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml +10 -1
  695. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml +1 -1
  696. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml +1 -1
  697. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml +1 -1
  698. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml +1 -1
  699. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml +1 -1
  700. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml +1 -1
  701. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml +1 -1
  702. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml +2 -1
  703. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml +1 -1
  704. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml +1 -1
  705. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml +1 -0
  706. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators.xml +1 -1
  707. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml +5 -1
  708. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml +9 -1
  709. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml +1 -1
  710. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml +1 -1
  711. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shielding-of-home.xml +563 -0
  712. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml +5 -1
  713. data/example_files/resources/hpxml-measures/workflow/sample_files/base-multiple-buildings.xml +1654 -0
  714. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml +1 -1
  715. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-stochastic-vacant.xml +563 -0
  716. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-stochastic.xml +1 -1
  717. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-user-specified.xml +1 -1
  718. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-calendar-year-custom.xml +1 -1
  719. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml +1 -1
  720. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml +1 -1
  721. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml +1 -1
  722. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml +1 -1
  723. data/example_files/resources/hpxml-measures/workflow/sample_files/base.xml +1 -1
  724. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/boiler-invalid-afue.xml +519 -0
  725. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cfis-with-hydronic-distribution.xml +0 -1
  726. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-dryer-location.xml +1 -1
  727. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-washer-location.xml +1 -1
  728. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cooking-range-location.xml +1 -1
  729. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dehumidifier-fraction-served.xml +534 -0
  730. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dehumidifier-setpoints.xml +534 -0
  731. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dhw-frac-load-served.xml +0 -1
  732. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dhw-invalid-ef-tank.xml +1 -1
  733. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dhw-invalid-uef-tank-heat-pump.xml +1 -1
  734. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dishwasher-location.xml +1 -1
  735. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-leakage-cfm25.xml +562 -0
  736. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-leakage-percent.xml +562 -0
  737. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location-unconditioned-space.xml +1 -1
  738. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location.xml +1 -1
  739. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duplicate-id.xml +1 -1
  740. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-attic-missing-roof.xml +1 -1
  741. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-exterior-foundation-wall.xml +2 -2
  742. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-slab.xml +2 -2
  743. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-floor-area-exceeds-cfa.xml +4 -4
  744. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-floor-area-exceeds-cfa2.xml +447 -0
  745. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-exterior-wall.xml +1 -1
  746. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-roof-ceiling.xml +1 -1
  747. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-slab.xml +1 -1
  748. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-ceiling-roof.xml +1 -1
  749. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-exterior-wall.xml +1 -1
  750. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-floor-slab.xml +11 -58
  751. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/frac-sensible-fuel-load.xml +759 -0
  752. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/frac-sensible-plug-load.xml +758 -0
  753. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/frac-total-fuel-load.xml +760 -0
  754. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/frac-total-plug-load.xml +758 -0
  755. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/furnace-invalid-afue.xml +562 -0
  756. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/generator-number-of-bedrooms-served.xml +459 -0
  757. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/generator-output-greater-than-consumption.xml +578 -0
  758. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities.xml +1 -4
  759. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-cooling.xml +916 -913
  760. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-heating.xml +916 -913
  761. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-return-duct-leakage-missing.xml +2 -7
  762. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-cooling.xml +0 -1
  763. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-heating.xml +0 -1
  764. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-frac-load-served.xml +916 -913
  765. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-inconsistent-fan-powers.xml +1 -1
  766. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-invalid-distribution-system-type.xml +1 -1
  767. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-assembly-effective-rvalue.xml +562 -0
  768. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-datatype-boolean.xml +1 -1
  769. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-datatype-float.xml +1 -1
  770. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-datatype-integer.xml +1 -1
  771. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-daylight-saving.xml +1 -1
  772. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-distribution-cfa-served.xml +2 -2
  773. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-epw-filepath.xml +1 -1
  774. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-facility-type-equipment.xml +1 -1
  775. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-facility-type-surfaces.xml +1 -1
  776. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-foundation-wall-properties.xml +573 -0
  777. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-id.xml +590 -0
  778. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-id2.xml +590 -0
  779. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-infiltration-volume.xml +562 -0
  780. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-input-parameters.xml +1 -1
  781. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-neighbor-shading-azimuth.xml +1 -1
  782. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-number-of-bedrooms-served.xml +464 -0
  783. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-number-of-conditioned-floors.xml +562 -0
  784. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-number-of-units-served.xml +450 -0
  785. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-desuperheater.xml +1 -4
  786. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-dhw-indirect.xml +0 -1
  787. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-runperiod.xml +1 -1
  788. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-schema-version.xml +1 -1
  789. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-shared-vent-in-unit-flowrate.xml +472 -0
  790. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-timestep.xml +1 -1
  791. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-height.xml +6 -1
  792. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/lighting-fractions.xml +1 -1
  793. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-duct-location.xml +912 -909
  794. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-elements.xml +1 -1
  795. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-appliance.xml +1 -1
  796. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-duct.xml +1 -1
  797. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-surface.xml +12 -2
  798. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-water-heater.xml +1 -1
  799. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multiple-buildings-without-building-id.xml +1654 -0
  800. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multiple-buildings-wrong-building-id.xml +1654 -0
  801. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-ideal-air.xml → invalid_files/multiple-shared-cooling-systems.xml} +431 -498
  802. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multiple-shared-heating-systems.xml +434 -0
  803. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-roof.xml +1 -1
  804. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-wall.xml +1 -1
  805. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/num-bedrooms-exceeds-limit.xml +1 -1
  806. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/orphaned-hvac-distribution.xml +1 -1
  807. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerator-location.xml +1 -1
  808. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-multiple-primary.xml +1 -1
  809. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-no-primary.xml +1 -1
  810. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-desuperheater.xml +1 -4
  811. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-dhw-indirect.xml +0 -1
  812. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-combi-tankless.xml +0 -1
  813. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-desuperheater.xml +1 -4
  814. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-dhw-indirect.xml +0 -1
  815. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-cfis.xml +1 -1
  816. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-door.xml +1 -1
  817. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-hvac-distribution.xml +1 -1
  818. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-clothes-washer-water-heater.xml +1 -1
  819. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-dishwasher-water-heater.xml +1 -1
  820. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-skylight.xml +1 -1
  821. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-solar-thermal-system.xml +1 -1
  822. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-window.xml +1 -1
  823. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location-other.xml +1 -1
  824. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location.xml +1 -1
  825. data/example_files/resources/hpxml-measures/workflow/template.osw +4 -1
  826. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml +0 -3
  827. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml +0 -3
  828. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml +0 -3
  829. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml +0 -3
  830. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml +0 -3
  831. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml +0 -3
  832. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml +0 -3
  833. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml +0 -3
  834. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml +0 -3
  835. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml +0 -3
  836. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml +0 -3
  837. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml +0 -3
  838. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml +0 -3
  839. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml +0 -3
  840. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml +0 -3
  841. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml +0 -3
  842. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml +0 -3
  843. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml +0 -3
  844. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml +0 -3
  845. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml +0 -3
  846. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml +0 -3
  847. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml +0 -3
  848. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml +0 -3
  849. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml +0 -3
  850. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml +0 -3
  851. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml +0 -3
  852. data/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb +232 -360
  853. data/example_files/{measures/BuildResidentialModel/resources → resources}/measure-info.json +0 -0
  854. data/example_files/{measures/BuildResidentialModel/resources → resources}/meta_measure.rb +53 -44
  855. data/lib/uo_cli.rb +187 -44
  856. data/lib/uo_cli/version.rb +17 -7
  857. data/requirements.txt +2 -0
  858. data/uo_cli.gemspec +2 -2
  859. metadata +248 -64
  860. data/example_files/measures/ResidentialGeometryCreateMultifamily/measure.rb +0 -1005
  861. data/example_files/measures/ResidentialGeometryCreateMultifamily/measure.xml +0 -326
  862. data/example_files/measures/ResidentialGeometryCreateMultifamily/tests/create_residential_multifamily_geometry_test.rb +0 -477
  863. data/example_files/measures/ResidentialGeometryCreateSingleFamilyAttached/measure.rb +0 -1039
  864. data/example_files/measures/ResidentialGeometryCreateSingleFamilyAttached/measure.xml +0 -393
  865. data/example_files/measures/ResidentialGeometryCreateSingleFamilyAttached/tests/create_residential_single_family_attached_geometry_test.rb +0 -456
  866. data/example_files/measures/ResidentialGeometryCreateSingleFamilyDetached/measure.rb +0 -979
  867. data/example_files/measures/ResidentialGeometryCreateSingleFamilyDetached/measure.xml +0 -388
  868. data/example_files/measures/ResidentialGeometryCreateSingleFamilyDetached/tests/create_residential_single_family_detached_geometry_test.rb +0 -704
  869. data/example_files/resources/hpxml-measures/.circleci/config.yml +0 -20
  870. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/location.rb +0 -24
  871. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-hvac-programmable-thermostat.osw +0 -369
@@ -399,6 +399,7 @@
399
399
  <DuctLocation>attic - unvented</DuctLocation>
400
400
  <DuctSurfaceArea>50.0</DuctSurfaceArea>
401
401
  </Ducts>
402
+ <NumberofReturnRegisters>2</NumberofReturnRegisters>
402
403
  </AirDistribution>
403
404
  </DistributionSystemType>
404
405
  <ConditionedFloorAreaServed>2700.0</ConditionedFloorAreaServed>
@@ -456,7 +457,6 @@
456
457
  <Location>living space</Location>
457
458
  <FuelType>electricity</FuelType>
458
459
  <CombinedEnergyFactor>3.73</CombinedEnergyFactor>
459
- <ControlType>timer</ControlType>
460
460
  <extension>
461
461
  <IsVented>true</IsVented>
462
462
  <VentedFlowRate>150.0</VentedFlowRate>
@@ -325,6 +325,7 @@
325
325
  <DuctLocation>under slab</DuctLocation>
326
326
  <DuctSurfaceArea>50.0</DuctSurfaceArea>
327
327
  </Ducts>
328
+ <NumberofReturnRegisters>2</NumberofReturnRegisters>
328
329
  </AirDistribution>
329
330
  </DistributionSystemType>
330
331
  <ConditionedFloorAreaServed>1350.0</ConditionedFloorAreaServed>
@@ -382,7 +383,6 @@
382
383
  <Location>living space</Location>
383
384
  <FuelType>electricity</FuelType>
384
385
  <CombinedEnergyFactor>3.73</CombinedEnergyFactor>
385
- <ControlType>timer</ControlType>
386
386
  <extension>
387
387
  <IsVented>true</IsVented>
388
388
  <VentedFlowRate>150.0</VentedFlowRate>
@@ -2283,6 +2283,7 @@
2283
2283
  <DuctLocation>attic - unvented</DuctLocation>
2284
2284
  <DuctSurfaceArea>50.0</DuctSurfaceArea>
2285
2285
  </Ducts>
2286
+ <NumberofReturnRegisters>2</NumberofReturnRegisters>
2286
2287
  </AirDistribution>
2287
2288
  </DistributionSystemType>
2288
2289
  <ConditionedFloorAreaServed>2700.0</ConditionedFloorAreaServed>
@@ -2340,7 +2341,6 @@
2340
2341
  <Location>living space</Location>
2341
2342
  <FuelType>electricity</FuelType>
2342
2343
  <CombinedEnergyFactor>3.73</CombinedEnergyFactor>
2343
- <ControlType>timer</ControlType>
2344
2344
  <extension>
2345
2345
  <IsVented>true</IsVented>
2346
2346
  <VentedFlowRate>150.0</VentedFlowRate>
@@ -0,0 +1,2474 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <HPXML xmlns='http://hpxmlonline.com/2019/10' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://hpxmlonline.com/2019/10' schemaVersion='3.0'>
3
+ <XMLTransactionHeaderInformation>
4
+ <XMLType>HPXML</XMLType>
5
+ <XMLGeneratedBy>tasks.rb</XMLGeneratedBy>
6
+ <CreatedDateAndTime>2000-01-01T00:00:00-07:00</CreatedDateAndTime>
7
+ <Transaction>create</Transaction>
8
+ </XMLTransactionHeaderInformation>
9
+ <SoftwareInfo>
10
+ <extension>
11
+ <SimulationControl>
12
+ <Timestep>60</Timestep>
13
+ </SimulationControl>
14
+ </extension>
15
+ </SoftwareInfo>
16
+ <Building>
17
+ <BuildingID id='MyBuilding'/>
18
+ <Site>
19
+ <SiteID id='SiteID'/>
20
+ <Address>
21
+ <StateCode>CO</StateCode>
22
+ </Address>
23
+ </Site>
24
+ <ProjectStatus>
25
+ <EventType>proposed workscope</EventType>
26
+ </ProjectStatus>
27
+ <BuildingDetails>
28
+ <BuildingSummary>
29
+ <Site>
30
+ <SiteType>suburban</SiteType>
31
+ <FuelTypesAvailable>
32
+ <Fuel>electricity</Fuel>
33
+ <Fuel>natural gas</Fuel>
34
+ </FuelTypesAvailable>
35
+ </Site>
36
+ <BuildingOccupancy>
37
+ <NumberofResidents>3.0</NumberofResidents>
38
+ </BuildingOccupancy>
39
+ <BuildingConstruction>
40
+ <ResidentialFacilityType>single-family detached</ResidentialFacilityType>
41
+ <NumberofConditionedFloors>2.0</NumberofConditionedFloors>
42
+ <NumberofConditionedFloorsAboveGrade>1.0</NumberofConditionedFloorsAboveGrade>
43
+ <NumberofBedrooms>3</NumberofBedrooms>
44
+ <NumberofBathrooms>2</NumberofBathrooms>
45
+ <ConditionedFloorArea>2700.0</ConditionedFloorArea>
46
+ <ConditionedBuildingVolume>21600.0</ConditionedBuildingVolume>
47
+ </BuildingConstruction>
48
+ </BuildingSummary>
49
+ <ClimateandRiskZones>
50
+ <ClimateZoneIECC>
51
+ <Year>2006</Year>
52
+ <ClimateZone>5B</ClimateZone>
53
+ </ClimateZoneIECC>
54
+ <WeatherStation>
55
+ <SystemIdentifier id='WeatherStation'/>
56
+ <Name>Denver, CO</Name>
57
+ <extension>
58
+ <EPWFilePath>USA_CO_Denver.Intl.AP.725650_TMY3.epw</EPWFilePath>
59
+ </extension>
60
+ </WeatherStation>
61
+ </ClimateandRiskZones>
62
+ <Enclosure>
63
+ <AirInfiltration>
64
+ <AirInfiltrationMeasurement>
65
+ <SystemIdentifier id='InfiltrationMeasurement'/>
66
+ <HousePressure>50.0</HousePressure>
67
+ <BuildingAirLeakage>
68
+ <UnitofMeasure>ACH</UnitofMeasure>
69
+ <AirLeakage>3.0</AirLeakage>
70
+ </BuildingAirLeakage>
71
+ <InfiltrationVolume>21600.0</InfiltrationVolume>
72
+ </AirInfiltrationMeasurement>
73
+ </AirInfiltration>
74
+ <Attics>
75
+ <Attic>
76
+ <SystemIdentifier id='UnventedAttic'/>
77
+ <AtticType>
78
+ <Attic>
79
+ <Vented>false</Vented>
80
+ </Attic>
81
+ </AtticType>
82
+ <WithinInfiltrationVolume>false</WithinInfiltrationVolume>
83
+ </Attic>
84
+ </Attics>
85
+ <Foundations>
86
+ <Foundation>
87
+ <SystemIdentifier id='ConditionedBasement'/>
88
+ <FoundationType>
89
+ <Basement>
90
+ <Conditioned>true</Conditioned>
91
+ </Basement>
92
+ </FoundationType>
93
+ </Foundation>
94
+ </Foundations>
95
+ <Roofs>
96
+ <Roof>
97
+ <SystemIdentifier id='Roof'/>
98
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
99
+ <Area>167.77777777777777</Area>
100
+ <RoofType>asphalt or fiberglass shingles</RoofType>
101
+ <SolarAbsorptance>0.7</SolarAbsorptance>
102
+ <Emittance>0.92</Emittance>
103
+ <Pitch>6.0</Pitch>
104
+ <RadiantBarrier>false</RadiantBarrier>
105
+ <Insulation>
106
+ <SystemIdentifier id='RoofInsulation'/>
107
+ <AssemblyEffectiveRValue>2.3</AssemblyEffectiveRValue>
108
+ </Insulation>
109
+ </Roof>
110
+ <Roof>
111
+ <SystemIdentifier id='Roof2'/>
112
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
113
+ <Area>167.77777777777777</Area>
114
+ <RoofType>asphalt or fiberglass shingles</RoofType>
115
+ <SolarAbsorptance>0.7</SolarAbsorptance>
116
+ <Emittance>0.92</Emittance>
117
+ <Pitch>6.0</Pitch>
118
+ <RadiantBarrier>false</RadiantBarrier>
119
+ <Insulation>
120
+ <SystemIdentifier id='Roof2Insulation'/>
121
+ <AssemblyEffectiveRValue>2.32</AssemblyEffectiveRValue>
122
+ </Insulation>
123
+ </Roof>
124
+ <Roof>
125
+ <SystemIdentifier id='Roof3'/>
126
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
127
+ <Area>167.77777777777777</Area>
128
+ <RoofType>asphalt or fiberglass shingles</RoofType>
129
+ <SolarAbsorptance>0.7</SolarAbsorptance>
130
+ <Emittance>0.92</Emittance>
131
+ <Pitch>6.0</Pitch>
132
+ <RadiantBarrier>false</RadiantBarrier>
133
+ <Insulation>
134
+ <SystemIdentifier id='Roof3Insulation'/>
135
+ <AssemblyEffectiveRValue>2.3299999999999996</AssemblyEffectiveRValue>
136
+ </Insulation>
137
+ </Roof>
138
+ <Roof>
139
+ <SystemIdentifier id='Roof4'/>
140
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
141
+ <Area>167.77777777777777</Area>
142
+ <RoofType>asphalt or fiberglass shingles</RoofType>
143
+ <SolarAbsorptance>0.7</SolarAbsorptance>
144
+ <Emittance>0.92</Emittance>
145
+ <Pitch>6.0</Pitch>
146
+ <RadiantBarrier>false</RadiantBarrier>
147
+ <Insulation>
148
+ <SystemIdentifier id='Roof4Insulation'/>
149
+ <AssemblyEffectiveRValue>2.34</AssemblyEffectiveRValue>
150
+ </Insulation>
151
+ </Roof>
152
+ <Roof>
153
+ <SystemIdentifier id='Roof5'/>
154
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
155
+ <Area>167.77777777777777</Area>
156
+ <RoofType>asphalt or fiberglass shingles</RoofType>
157
+ <SolarAbsorptance>0.7</SolarAbsorptance>
158
+ <Emittance>0.92</Emittance>
159
+ <Pitch>6.0</Pitch>
160
+ <RadiantBarrier>false</RadiantBarrier>
161
+ <Insulation>
162
+ <SystemIdentifier id='Roof5Insulation'/>
163
+ <AssemblyEffectiveRValue>2.3499999999999996</AssemblyEffectiveRValue>
164
+ </Insulation>
165
+ </Roof>
166
+ <Roof>
167
+ <SystemIdentifier id='Roof6'/>
168
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
169
+ <Area>167.77777777777777</Area>
170
+ <RoofType>asphalt or fiberglass shingles</RoofType>
171
+ <SolarAbsorptance>0.7</SolarAbsorptance>
172
+ <Emittance>0.92</Emittance>
173
+ <Pitch>6.0</Pitch>
174
+ <RadiantBarrier>false</RadiantBarrier>
175
+ <Insulation>
176
+ <SystemIdentifier id='Roof6Insulation'/>
177
+ <AssemblyEffectiveRValue>2.36</AssemblyEffectiveRValue>
178
+ </Insulation>
179
+ </Roof>
180
+ <Roof>
181
+ <SystemIdentifier id='Roof7'/>
182
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
183
+ <Area>167.77777777777777</Area>
184
+ <RoofType>asphalt or fiberglass shingles</RoofType>
185
+ <SolarAbsorptance>0.7</SolarAbsorptance>
186
+ <Emittance>0.92</Emittance>
187
+ <Pitch>6.0</Pitch>
188
+ <RadiantBarrier>false</RadiantBarrier>
189
+ <Insulation>
190
+ <SystemIdentifier id='Roof7Insulation'/>
191
+ <AssemblyEffectiveRValue>2.3699999999999997</AssemblyEffectiveRValue>
192
+ </Insulation>
193
+ </Roof>
194
+ <Roof>
195
+ <SystemIdentifier id='Roof8'/>
196
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
197
+ <Area>167.77777777777777</Area>
198
+ <RoofType>asphalt or fiberglass shingles</RoofType>
199
+ <SolarAbsorptance>0.7</SolarAbsorptance>
200
+ <Emittance>0.92</Emittance>
201
+ <Pitch>6.0</Pitch>
202
+ <RadiantBarrier>false</RadiantBarrier>
203
+ <Insulation>
204
+ <SystemIdentifier id='Roof8Insulation'/>
205
+ <AssemblyEffectiveRValue>2.38</AssemblyEffectiveRValue>
206
+ </Insulation>
207
+ </Roof>
208
+ <Roof>
209
+ <SystemIdentifier id='Roof9'/>
210
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
211
+ <Area>167.77777777777777</Area>
212
+ <RoofType>asphalt or fiberglass shingles</RoofType>
213
+ <SolarAbsorptance>0.7</SolarAbsorptance>
214
+ <Emittance>0.92</Emittance>
215
+ <Pitch>6.0</Pitch>
216
+ <RadiantBarrier>false</RadiantBarrier>
217
+ <Insulation>
218
+ <SystemIdentifier id='Roof9Insulation'/>
219
+ <AssemblyEffectiveRValue>2.3899999999999997</AssemblyEffectiveRValue>
220
+ </Insulation>
221
+ </Roof>
222
+ <Roof>
223
+ <SystemIdentifier id='TinyRoof'/>
224
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
225
+ <Area>0.05</Area>
226
+ <RoofType>asphalt or fiberglass shingles</RoofType>
227
+ <SolarAbsorptance>0.7</SolarAbsorptance>
228
+ <Emittance>0.92</Emittance>
229
+ <Pitch>6.0</Pitch>
230
+ <RadiantBarrier>false</RadiantBarrier>
231
+ <Insulation>
232
+ <SystemIdentifier id='TinyRoofInsulation'/>
233
+ <AssemblyEffectiveRValue>2.3899999999999997</AssemblyEffectiveRValue>
234
+ </Insulation>
235
+ </Roof>
236
+ </Roofs>
237
+ <RimJoists>
238
+ <RimJoist>
239
+ <SystemIdentifier id='RimJoistFoundation'/>
240
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
241
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
242
+ <Area>12.88888888888889</Area>
243
+ <Siding>wood siding</Siding>
244
+ <SolarAbsorptance>0.7</SolarAbsorptance>
245
+ <Emittance>0.92</Emittance>
246
+ <Insulation>
247
+ <SystemIdentifier id='RimJoistFoundationInsulation'/>
248
+ <AssemblyEffectiveRValue>23.0</AssemblyEffectiveRValue>
249
+ </Insulation>
250
+ </RimJoist>
251
+ <RimJoist>
252
+ <SystemIdentifier id='RimJoistFoundation2'/>
253
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
254
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
255
+ <Area>12.88888888888889</Area>
256
+ <Siding>wood siding</Siding>
257
+ <SolarAbsorptance>0.7</SolarAbsorptance>
258
+ <Emittance>0.92</Emittance>
259
+ <Insulation>
260
+ <SystemIdentifier id='RimJoistFoundation2Insulation'/>
261
+ <AssemblyEffectiveRValue>23.02</AssemblyEffectiveRValue>
262
+ </Insulation>
263
+ </RimJoist>
264
+ <RimJoist>
265
+ <SystemIdentifier id='RimJoistFoundation3'/>
266
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
267
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
268
+ <Area>12.88888888888889</Area>
269
+ <Siding>wood siding</Siding>
270
+ <SolarAbsorptance>0.7</SolarAbsorptance>
271
+ <Emittance>0.92</Emittance>
272
+ <Insulation>
273
+ <SystemIdentifier id='RimJoistFoundation3Insulation'/>
274
+ <AssemblyEffectiveRValue>23.03</AssemblyEffectiveRValue>
275
+ </Insulation>
276
+ </RimJoist>
277
+ <RimJoist>
278
+ <SystemIdentifier id='RimJoistFoundation4'/>
279
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
280
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
281
+ <Area>12.88888888888889</Area>
282
+ <Siding>wood siding</Siding>
283
+ <SolarAbsorptance>0.7</SolarAbsorptance>
284
+ <Emittance>0.92</Emittance>
285
+ <Insulation>
286
+ <SystemIdentifier id='RimJoistFoundation4Insulation'/>
287
+ <AssemblyEffectiveRValue>23.04</AssemblyEffectiveRValue>
288
+ </Insulation>
289
+ </RimJoist>
290
+ <RimJoist>
291
+ <SystemIdentifier id='RimJoistFoundation5'/>
292
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
293
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
294
+ <Area>12.88888888888889</Area>
295
+ <Siding>wood siding</Siding>
296
+ <SolarAbsorptance>0.7</SolarAbsorptance>
297
+ <Emittance>0.92</Emittance>
298
+ <Insulation>
299
+ <SystemIdentifier id='RimJoistFoundation5Insulation'/>
300
+ <AssemblyEffectiveRValue>23.05</AssemblyEffectiveRValue>
301
+ </Insulation>
302
+ </RimJoist>
303
+ <RimJoist>
304
+ <SystemIdentifier id='RimJoistFoundation6'/>
305
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
306
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
307
+ <Area>12.88888888888889</Area>
308
+ <Siding>wood siding</Siding>
309
+ <SolarAbsorptance>0.7</SolarAbsorptance>
310
+ <Emittance>0.92</Emittance>
311
+ <Insulation>
312
+ <SystemIdentifier id='RimJoistFoundation6Insulation'/>
313
+ <AssemblyEffectiveRValue>23.06</AssemblyEffectiveRValue>
314
+ </Insulation>
315
+ </RimJoist>
316
+ <RimJoist>
317
+ <SystemIdentifier id='RimJoistFoundation7'/>
318
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
319
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
320
+ <Area>12.88888888888889</Area>
321
+ <Siding>wood siding</Siding>
322
+ <SolarAbsorptance>0.7</SolarAbsorptance>
323
+ <Emittance>0.92</Emittance>
324
+ <Insulation>
325
+ <SystemIdentifier id='RimJoistFoundation7Insulation'/>
326
+ <AssemblyEffectiveRValue>23.07</AssemblyEffectiveRValue>
327
+ </Insulation>
328
+ </RimJoist>
329
+ <RimJoist>
330
+ <SystemIdentifier id='RimJoistFoundation8'/>
331
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
332
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
333
+ <Area>12.88888888888889</Area>
334
+ <Siding>wood siding</Siding>
335
+ <SolarAbsorptance>0.7</SolarAbsorptance>
336
+ <Emittance>0.92</Emittance>
337
+ <Insulation>
338
+ <SystemIdentifier id='RimJoistFoundation8Insulation'/>
339
+ <AssemblyEffectiveRValue>23.08</AssemblyEffectiveRValue>
340
+ </Insulation>
341
+ </RimJoist>
342
+ <RimJoist>
343
+ <SystemIdentifier id='RimJoistFoundation9'/>
344
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
345
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
346
+ <Area>12.88888888888889</Area>
347
+ <Siding>wood siding</Siding>
348
+ <SolarAbsorptance>0.7</SolarAbsorptance>
349
+ <Emittance>0.92</Emittance>
350
+ <Insulation>
351
+ <SystemIdentifier id='RimJoistFoundation9Insulation'/>
352
+ <AssemblyEffectiveRValue>23.09</AssemblyEffectiveRValue>
353
+ </Insulation>
354
+ </RimJoist>
355
+ <RimJoist>
356
+ <SystemIdentifier id='TinyRimJoist'/>
357
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
358
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
359
+ <Area>0.05</Area>
360
+ <Siding>wood siding</Siding>
361
+ <SolarAbsorptance>0.7</SolarAbsorptance>
362
+ <Emittance>0.92</Emittance>
363
+ <Insulation>
364
+ <SystemIdentifier id='TinyRimJoistInsulation'/>
365
+ <AssemblyEffectiveRValue>23.09</AssemblyEffectiveRValue>
366
+ </Insulation>
367
+ </RimJoist>
368
+ </RimJoists>
369
+ <Walls>
370
+ <Wall>
371
+ <SystemIdentifier id='Wall'/>
372
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
373
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
374
+ <WallType>
375
+ <WoodStud/>
376
+ </WallType>
377
+ <Area>133.33333333333334</Area>
378
+ <Siding>wood siding</Siding>
379
+ <SolarAbsorptance>0.7</SolarAbsorptance>
380
+ <Emittance>0.92</Emittance>
381
+ <Insulation>
382
+ <SystemIdentifier id='WallInsulation'/>
383
+ <AssemblyEffectiveRValue>23.0</AssemblyEffectiveRValue>
384
+ </Insulation>
385
+ </Wall>
386
+ <Wall>
387
+ <SystemIdentifier id='WallAtticGable'/>
388
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
389
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
390
+ <WallType>
391
+ <WoodStud/>
392
+ </WallType>
393
+ <Area>32.22222222222222</Area>
394
+ <Siding>wood siding</Siding>
395
+ <SolarAbsorptance>0.7</SolarAbsorptance>
396
+ <Emittance>0.92</Emittance>
397
+ <Insulation>
398
+ <SystemIdentifier id='WallAtticGableInsulation'/>
399
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
400
+ </Insulation>
401
+ </Wall>
402
+ <Wall>
403
+ <SystemIdentifier id='Wall2'/>
404
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
405
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
406
+ <WallType>
407
+ <WoodStud/>
408
+ </WallType>
409
+ <Area>133.33333333333334</Area>
410
+ <Siding>wood siding</Siding>
411
+ <SolarAbsorptance>0.7</SolarAbsorptance>
412
+ <Emittance>0.92</Emittance>
413
+ <Insulation>
414
+ <SystemIdentifier id='Wall2Insulation'/>
415
+ <AssemblyEffectiveRValue>23.02</AssemblyEffectiveRValue>
416
+ </Insulation>
417
+ </Wall>
418
+ <Wall>
419
+ <SystemIdentifier id='Wall3'/>
420
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
421
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
422
+ <WallType>
423
+ <WoodStud/>
424
+ </WallType>
425
+ <Area>133.33333333333334</Area>
426
+ <Siding>wood siding</Siding>
427
+ <SolarAbsorptance>0.7</SolarAbsorptance>
428
+ <Emittance>0.92</Emittance>
429
+ <Insulation>
430
+ <SystemIdentifier id='Wall3Insulation'/>
431
+ <AssemblyEffectiveRValue>23.03</AssemblyEffectiveRValue>
432
+ </Insulation>
433
+ </Wall>
434
+ <Wall>
435
+ <SystemIdentifier id='Wall4'/>
436
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
437
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
438
+ <WallType>
439
+ <WoodStud/>
440
+ </WallType>
441
+ <Area>133.33333333333334</Area>
442
+ <Siding>wood siding</Siding>
443
+ <SolarAbsorptance>0.7</SolarAbsorptance>
444
+ <Emittance>0.92</Emittance>
445
+ <Insulation>
446
+ <SystemIdentifier id='Wall4Insulation'/>
447
+ <AssemblyEffectiveRValue>23.04</AssemblyEffectiveRValue>
448
+ </Insulation>
449
+ </Wall>
450
+ <Wall>
451
+ <SystemIdentifier id='Wall5'/>
452
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
453
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
454
+ <WallType>
455
+ <WoodStud/>
456
+ </WallType>
457
+ <Area>133.33333333333334</Area>
458
+ <Siding>wood siding</Siding>
459
+ <SolarAbsorptance>0.7</SolarAbsorptance>
460
+ <Emittance>0.92</Emittance>
461
+ <Insulation>
462
+ <SystemIdentifier id='Wall5Insulation'/>
463
+ <AssemblyEffectiveRValue>23.05</AssemblyEffectiveRValue>
464
+ </Insulation>
465
+ </Wall>
466
+ <Wall>
467
+ <SystemIdentifier id='Wall6'/>
468
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
469
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
470
+ <WallType>
471
+ <WoodStud/>
472
+ </WallType>
473
+ <Area>133.33333333333334</Area>
474
+ <Siding>wood siding</Siding>
475
+ <SolarAbsorptance>0.7</SolarAbsorptance>
476
+ <Emittance>0.92</Emittance>
477
+ <Insulation>
478
+ <SystemIdentifier id='Wall6Insulation'/>
479
+ <AssemblyEffectiveRValue>23.06</AssemblyEffectiveRValue>
480
+ </Insulation>
481
+ </Wall>
482
+ <Wall>
483
+ <SystemIdentifier id='Wall7'/>
484
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
485
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
486
+ <WallType>
487
+ <WoodStud/>
488
+ </WallType>
489
+ <Area>133.33333333333334</Area>
490
+ <Siding>wood siding</Siding>
491
+ <SolarAbsorptance>0.7</SolarAbsorptance>
492
+ <Emittance>0.92</Emittance>
493
+ <Insulation>
494
+ <SystemIdentifier id='Wall7Insulation'/>
495
+ <AssemblyEffectiveRValue>23.07</AssemblyEffectiveRValue>
496
+ </Insulation>
497
+ </Wall>
498
+ <Wall>
499
+ <SystemIdentifier id='Wall8'/>
500
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
501
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
502
+ <WallType>
503
+ <WoodStud/>
504
+ </WallType>
505
+ <Area>133.33333333333334</Area>
506
+ <Siding>wood siding</Siding>
507
+ <SolarAbsorptance>0.7</SolarAbsorptance>
508
+ <Emittance>0.92</Emittance>
509
+ <Insulation>
510
+ <SystemIdentifier id='Wall8Insulation'/>
511
+ <AssemblyEffectiveRValue>23.08</AssemblyEffectiveRValue>
512
+ </Insulation>
513
+ </Wall>
514
+ <Wall>
515
+ <SystemIdentifier id='Wall9'/>
516
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
517
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
518
+ <WallType>
519
+ <WoodStud/>
520
+ </WallType>
521
+ <Area>133.33333333333334</Area>
522
+ <Siding>wood siding</Siding>
523
+ <SolarAbsorptance>0.7</SolarAbsorptance>
524
+ <Emittance>0.92</Emittance>
525
+ <Insulation>
526
+ <SystemIdentifier id='Wall9Insulation'/>
527
+ <AssemblyEffectiveRValue>23.09</AssemblyEffectiveRValue>
528
+ </Insulation>
529
+ </Wall>
530
+ <Wall>
531
+ <SystemIdentifier id='WallAtticGable2'/>
532
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
533
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
534
+ <WallType>
535
+ <WoodStud/>
536
+ </WallType>
537
+ <Area>32.22222222222222</Area>
538
+ <Siding>wood siding</Siding>
539
+ <SolarAbsorptance>0.7</SolarAbsorptance>
540
+ <Emittance>0.92</Emittance>
541
+ <Insulation>
542
+ <SystemIdentifier id='WallAtticGable2Insulation'/>
543
+ <AssemblyEffectiveRValue>4.02</AssemblyEffectiveRValue>
544
+ </Insulation>
545
+ </Wall>
546
+ <Wall>
547
+ <SystemIdentifier id='WallAtticGable3'/>
548
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
549
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
550
+ <WallType>
551
+ <WoodStud/>
552
+ </WallType>
553
+ <Area>32.22222222222222</Area>
554
+ <Siding>wood siding</Siding>
555
+ <SolarAbsorptance>0.7</SolarAbsorptance>
556
+ <Emittance>0.92</Emittance>
557
+ <Insulation>
558
+ <SystemIdentifier id='WallAtticGable3Insulation'/>
559
+ <AssemblyEffectiveRValue>4.03</AssemblyEffectiveRValue>
560
+ </Insulation>
561
+ </Wall>
562
+ <Wall>
563
+ <SystemIdentifier id='WallAtticGable4'/>
564
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
565
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
566
+ <WallType>
567
+ <WoodStud/>
568
+ </WallType>
569
+ <Area>32.22222222222222</Area>
570
+ <Siding>wood siding</Siding>
571
+ <SolarAbsorptance>0.7</SolarAbsorptance>
572
+ <Emittance>0.92</Emittance>
573
+ <Insulation>
574
+ <SystemIdentifier id='WallAtticGable4Insulation'/>
575
+ <AssemblyEffectiveRValue>4.04</AssemblyEffectiveRValue>
576
+ </Insulation>
577
+ </Wall>
578
+ <Wall>
579
+ <SystemIdentifier id='WallAtticGable5'/>
580
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
581
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
582
+ <WallType>
583
+ <WoodStud/>
584
+ </WallType>
585
+ <Area>32.22222222222222</Area>
586
+ <Siding>wood siding</Siding>
587
+ <SolarAbsorptance>0.7</SolarAbsorptance>
588
+ <Emittance>0.92</Emittance>
589
+ <Insulation>
590
+ <SystemIdentifier id='WallAtticGable5Insulation'/>
591
+ <AssemblyEffectiveRValue>4.05</AssemblyEffectiveRValue>
592
+ </Insulation>
593
+ </Wall>
594
+ <Wall>
595
+ <SystemIdentifier id='WallAtticGable6'/>
596
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
597
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
598
+ <WallType>
599
+ <WoodStud/>
600
+ </WallType>
601
+ <Area>32.22222222222222</Area>
602
+ <Siding>wood siding</Siding>
603
+ <SolarAbsorptance>0.7</SolarAbsorptance>
604
+ <Emittance>0.92</Emittance>
605
+ <Insulation>
606
+ <SystemIdentifier id='WallAtticGable6Insulation'/>
607
+ <AssemblyEffectiveRValue>4.06</AssemblyEffectiveRValue>
608
+ </Insulation>
609
+ </Wall>
610
+ <Wall>
611
+ <SystemIdentifier id='WallAtticGable7'/>
612
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
613
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
614
+ <WallType>
615
+ <WoodStud/>
616
+ </WallType>
617
+ <Area>32.22222222222222</Area>
618
+ <Siding>wood siding</Siding>
619
+ <SolarAbsorptance>0.7</SolarAbsorptance>
620
+ <Emittance>0.92</Emittance>
621
+ <Insulation>
622
+ <SystemIdentifier id='WallAtticGable7Insulation'/>
623
+ <AssemblyEffectiveRValue>4.07</AssemblyEffectiveRValue>
624
+ </Insulation>
625
+ </Wall>
626
+ <Wall>
627
+ <SystemIdentifier id='WallAtticGable8'/>
628
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
629
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
630
+ <WallType>
631
+ <WoodStud/>
632
+ </WallType>
633
+ <Area>32.22222222222222</Area>
634
+ <Siding>wood siding</Siding>
635
+ <SolarAbsorptance>0.7</SolarAbsorptance>
636
+ <Emittance>0.92</Emittance>
637
+ <Insulation>
638
+ <SystemIdentifier id='WallAtticGable8Insulation'/>
639
+ <AssemblyEffectiveRValue>4.08</AssemblyEffectiveRValue>
640
+ </Insulation>
641
+ </Wall>
642
+ <Wall>
643
+ <SystemIdentifier id='WallAtticGable9'/>
644
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
645
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
646
+ <WallType>
647
+ <WoodStud/>
648
+ </WallType>
649
+ <Area>32.22222222222222</Area>
650
+ <Siding>wood siding</Siding>
651
+ <SolarAbsorptance>0.7</SolarAbsorptance>
652
+ <Emittance>0.92</Emittance>
653
+ <Insulation>
654
+ <SystemIdentifier id='WallAtticGable9Insulation'/>
655
+ <AssemblyEffectiveRValue>4.09</AssemblyEffectiveRValue>
656
+ </Insulation>
657
+ </Wall>
658
+ <Wall>
659
+ <SystemIdentifier id='TinyWall'/>
660
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
661
+ <InteriorAdjacentTo>attic - unvented</InteriorAdjacentTo>
662
+ <WallType>
663
+ <WoodStud/>
664
+ </WallType>
665
+ <Area>0.05</Area>
666
+ <Siding>wood siding</Siding>
667
+ <SolarAbsorptance>0.7</SolarAbsorptance>
668
+ <Emittance>0.92</Emittance>
669
+ <Insulation>
670
+ <SystemIdentifier id='TinyWallInsulation'/>
671
+ <AssemblyEffectiveRValue>4.09</AssemblyEffectiveRValue>
672
+ </Insulation>
673
+ </Wall>
674
+ </Walls>
675
+ <FoundationWalls>
676
+ <FoundationWall>
677
+ <SystemIdentifier id='FoundationWall'/>
678
+ <ExteriorAdjacentTo>ground</ExteriorAdjacentTo>
679
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
680
+ <Height>8.0</Height>
681
+ <Area>133.33333333333334</Area>
682
+ <Thickness>8.0</Thickness>
683
+ <DepthBelowGrade>7.0</DepthBelowGrade>
684
+ <Insulation>
685
+ <SystemIdentifier id='FoundationWallInsulation'/>
686
+ <Layer>
687
+ <InstallationType>continuous - exterior</InstallationType>
688
+ <NominalRValue>8.9</NominalRValue>
689
+ <extension>
690
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
691
+ <DistanceToBottomOfInsulation>8.0</DistanceToBottomOfInsulation>
692
+ </extension>
693
+ </Layer>
694
+ <Layer>
695
+ <InstallationType>continuous - interior</InstallationType>
696
+ <NominalRValue>0.0</NominalRValue>
697
+ <extension>
698
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
699
+ <DistanceToBottomOfInsulation>0.0</DistanceToBottomOfInsulation>
700
+ </extension>
701
+ </Layer>
702
+ </Insulation>
703
+ </FoundationWall>
704
+ <FoundationWall>
705
+ <SystemIdentifier id='FoundationWall2'/>
706
+ <ExteriorAdjacentTo>ground</ExteriorAdjacentTo>
707
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
708
+ <Height>8.0</Height>
709
+ <Area>133.33333333333334</Area>
710
+ <Thickness>8.0</Thickness>
711
+ <DepthBelowGrade>7.0</DepthBelowGrade>
712
+ <Insulation>
713
+ <SystemIdentifier id='FoundationWall2Insulation'/>
714
+ <Layer>
715
+ <InstallationType>continuous - exterior</InstallationType>
716
+ <NominalRValue>8.92</NominalRValue>
717
+ <extension>
718
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
719
+ <DistanceToBottomOfInsulation>8.0</DistanceToBottomOfInsulation>
720
+ </extension>
721
+ </Layer>
722
+ <Layer>
723
+ <InstallationType>continuous - interior</InstallationType>
724
+ <NominalRValue>0.0</NominalRValue>
725
+ <extension>
726
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
727
+ <DistanceToBottomOfInsulation>0.0</DistanceToBottomOfInsulation>
728
+ </extension>
729
+ </Layer>
730
+ </Insulation>
731
+ </FoundationWall>
732
+ <FoundationWall>
733
+ <SystemIdentifier id='FoundationWall3'/>
734
+ <ExteriorAdjacentTo>ground</ExteriorAdjacentTo>
735
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
736
+ <Height>8.0</Height>
737
+ <Area>133.33333333333334</Area>
738
+ <Thickness>8.0</Thickness>
739
+ <DepthBelowGrade>7.0</DepthBelowGrade>
740
+ <Insulation>
741
+ <SystemIdentifier id='FoundationWall3Insulation'/>
742
+ <Layer>
743
+ <InstallationType>continuous - exterior</InstallationType>
744
+ <NominalRValue>8.93</NominalRValue>
745
+ <extension>
746
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
747
+ <DistanceToBottomOfInsulation>8.0</DistanceToBottomOfInsulation>
748
+ </extension>
749
+ </Layer>
750
+ <Layer>
751
+ <InstallationType>continuous - interior</InstallationType>
752
+ <NominalRValue>0.0</NominalRValue>
753
+ <extension>
754
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
755
+ <DistanceToBottomOfInsulation>0.0</DistanceToBottomOfInsulation>
756
+ </extension>
757
+ </Layer>
758
+ </Insulation>
759
+ </FoundationWall>
760
+ <FoundationWall>
761
+ <SystemIdentifier id='FoundationWall4'/>
762
+ <ExteriorAdjacentTo>ground</ExteriorAdjacentTo>
763
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
764
+ <Height>8.0</Height>
765
+ <Area>133.33333333333334</Area>
766
+ <Thickness>8.0</Thickness>
767
+ <DepthBelowGrade>7.0</DepthBelowGrade>
768
+ <Insulation>
769
+ <SystemIdentifier id='FoundationWall4Insulation'/>
770
+ <Layer>
771
+ <InstallationType>continuous - exterior</InstallationType>
772
+ <NominalRValue>8.94</NominalRValue>
773
+ <extension>
774
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
775
+ <DistanceToBottomOfInsulation>8.0</DistanceToBottomOfInsulation>
776
+ </extension>
777
+ </Layer>
778
+ <Layer>
779
+ <InstallationType>continuous - interior</InstallationType>
780
+ <NominalRValue>0.0</NominalRValue>
781
+ <extension>
782
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
783
+ <DistanceToBottomOfInsulation>0.0</DistanceToBottomOfInsulation>
784
+ </extension>
785
+ </Layer>
786
+ </Insulation>
787
+ </FoundationWall>
788
+ <FoundationWall>
789
+ <SystemIdentifier id='FoundationWall5'/>
790
+ <ExteriorAdjacentTo>ground</ExteriorAdjacentTo>
791
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
792
+ <Height>8.0</Height>
793
+ <Area>133.33333333333334</Area>
794
+ <Thickness>8.0</Thickness>
795
+ <DepthBelowGrade>7.0</DepthBelowGrade>
796
+ <Insulation>
797
+ <SystemIdentifier id='FoundationWall5Insulation'/>
798
+ <Layer>
799
+ <InstallationType>continuous - exterior</InstallationType>
800
+ <NominalRValue>8.950000000000001</NominalRValue>
801
+ <extension>
802
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
803
+ <DistanceToBottomOfInsulation>8.0</DistanceToBottomOfInsulation>
804
+ </extension>
805
+ </Layer>
806
+ <Layer>
807
+ <InstallationType>continuous - interior</InstallationType>
808
+ <NominalRValue>0.0</NominalRValue>
809
+ <extension>
810
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
811
+ <DistanceToBottomOfInsulation>0.0</DistanceToBottomOfInsulation>
812
+ </extension>
813
+ </Layer>
814
+ </Insulation>
815
+ </FoundationWall>
816
+ <FoundationWall>
817
+ <SystemIdentifier id='FoundationWall6'/>
818
+ <ExteriorAdjacentTo>ground</ExteriorAdjacentTo>
819
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
820
+ <Height>8.0</Height>
821
+ <Area>133.33333333333334</Area>
822
+ <Thickness>8.0</Thickness>
823
+ <DepthBelowGrade>7.0</DepthBelowGrade>
824
+ <Insulation>
825
+ <SystemIdentifier id='FoundationWall6Insulation'/>
826
+ <Layer>
827
+ <InstallationType>continuous - exterior</InstallationType>
828
+ <NominalRValue>8.96</NominalRValue>
829
+ <extension>
830
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
831
+ <DistanceToBottomOfInsulation>8.0</DistanceToBottomOfInsulation>
832
+ </extension>
833
+ </Layer>
834
+ <Layer>
835
+ <InstallationType>continuous - interior</InstallationType>
836
+ <NominalRValue>0.0</NominalRValue>
837
+ <extension>
838
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
839
+ <DistanceToBottomOfInsulation>0.0</DistanceToBottomOfInsulation>
840
+ </extension>
841
+ </Layer>
842
+ </Insulation>
843
+ </FoundationWall>
844
+ <FoundationWall>
845
+ <SystemIdentifier id='FoundationWall7'/>
846
+ <ExteriorAdjacentTo>ground</ExteriorAdjacentTo>
847
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
848
+ <Height>8.0</Height>
849
+ <Area>133.33333333333334</Area>
850
+ <Thickness>8.0</Thickness>
851
+ <DepthBelowGrade>7.0</DepthBelowGrade>
852
+ <Insulation>
853
+ <SystemIdentifier id='FoundationWall7Insulation'/>
854
+ <Layer>
855
+ <InstallationType>continuous - exterior</InstallationType>
856
+ <NominalRValue>8.97</NominalRValue>
857
+ <extension>
858
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
859
+ <DistanceToBottomOfInsulation>8.0</DistanceToBottomOfInsulation>
860
+ </extension>
861
+ </Layer>
862
+ <Layer>
863
+ <InstallationType>continuous - interior</InstallationType>
864
+ <NominalRValue>0.0</NominalRValue>
865
+ <extension>
866
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
867
+ <DistanceToBottomOfInsulation>0.0</DistanceToBottomOfInsulation>
868
+ </extension>
869
+ </Layer>
870
+ </Insulation>
871
+ </FoundationWall>
872
+ <FoundationWall>
873
+ <SystemIdentifier id='FoundationWall8'/>
874
+ <ExteriorAdjacentTo>ground</ExteriorAdjacentTo>
875
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
876
+ <Height>8.0</Height>
877
+ <Area>133.33333333333334</Area>
878
+ <Thickness>8.0</Thickness>
879
+ <DepthBelowGrade>7.0</DepthBelowGrade>
880
+ <Insulation>
881
+ <SystemIdentifier id='FoundationWall8Insulation'/>
882
+ <Layer>
883
+ <InstallationType>continuous - exterior</InstallationType>
884
+ <NominalRValue>8.98</NominalRValue>
885
+ <extension>
886
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
887
+ <DistanceToBottomOfInsulation>8.0</DistanceToBottomOfInsulation>
888
+ </extension>
889
+ </Layer>
890
+ <Layer>
891
+ <InstallationType>continuous - interior</InstallationType>
892
+ <NominalRValue>0.0</NominalRValue>
893
+ <extension>
894
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
895
+ <DistanceToBottomOfInsulation>0.0</DistanceToBottomOfInsulation>
896
+ </extension>
897
+ </Layer>
898
+ </Insulation>
899
+ </FoundationWall>
900
+ <FoundationWall>
901
+ <SystemIdentifier id='FoundationWall9'/>
902
+ <ExteriorAdjacentTo>ground</ExteriorAdjacentTo>
903
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
904
+ <Height>8.0</Height>
905
+ <Area>133.33333333333334</Area>
906
+ <Thickness>8.0</Thickness>
907
+ <DepthBelowGrade>7.0</DepthBelowGrade>
908
+ <Insulation>
909
+ <SystemIdentifier id='FoundationWall9Insulation'/>
910
+ <Layer>
911
+ <InstallationType>continuous - exterior</InstallationType>
912
+ <NominalRValue>8.99</NominalRValue>
913
+ <extension>
914
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
915
+ <DistanceToBottomOfInsulation>8.0</DistanceToBottomOfInsulation>
916
+ </extension>
917
+ </Layer>
918
+ <Layer>
919
+ <InstallationType>continuous - interior</InstallationType>
920
+ <NominalRValue>0.0</NominalRValue>
921
+ <extension>
922
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
923
+ <DistanceToBottomOfInsulation>0.0</DistanceToBottomOfInsulation>
924
+ </extension>
925
+ </Layer>
926
+ </Insulation>
927
+ </FoundationWall>
928
+ <FoundationWall>
929
+ <SystemIdentifier id='TinyFoundationWall'/>
930
+ <ExteriorAdjacentTo>ground</ExteriorAdjacentTo>
931
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
932
+ <Height>8.0</Height>
933
+ <Area>0.05</Area>
934
+ <Thickness>8.0</Thickness>
935
+ <DepthBelowGrade>7.0</DepthBelowGrade>
936
+ <Insulation>
937
+ <SystemIdentifier id='TinyFoundationWallInsulation'/>
938
+ <Layer>
939
+ <InstallationType>continuous - exterior</InstallationType>
940
+ <NominalRValue>8.99</NominalRValue>
941
+ <extension>
942
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
943
+ <DistanceToBottomOfInsulation>8.0</DistanceToBottomOfInsulation>
944
+ </extension>
945
+ </Layer>
946
+ <Layer>
947
+ <InstallationType>continuous - interior</InstallationType>
948
+ <NominalRValue>0.0</NominalRValue>
949
+ <extension>
950
+ <DistanceToTopOfInsulation>0.0</DistanceToTopOfInsulation>
951
+ <DistanceToBottomOfInsulation>0.0</DistanceToBottomOfInsulation>
952
+ </extension>
953
+ </Layer>
954
+ </Insulation>
955
+ </FoundationWall>
956
+ </FoundationWalls>
957
+ <FrameFloors>
958
+ <FrameFloor>
959
+ <SystemIdentifier id='FloorBelowAttic'/>
960
+ <ExteriorAdjacentTo>attic - unvented</ExteriorAdjacentTo>
961
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
962
+ <Area>150.0</Area>
963
+ <Insulation>
964
+ <SystemIdentifier id='FloorBelowAtticInsulation'/>
965
+ <AssemblyEffectiveRValue>39.3</AssemblyEffectiveRValue>
966
+ </Insulation>
967
+ </FrameFloor>
968
+ <FrameFloor>
969
+ <SystemIdentifier id='FloorBelowAttic2'/>
970
+ <ExteriorAdjacentTo>attic - unvented</ExteriorAdjacentTo>
971
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
972
+ <Area>150.0</Area>
973
+ <Insulation>
974
+ <SystemIdentifier id='FloorBelowAttic2Insulation'/>
975
+ <AssemblyEffectiveRValue>39.32</AssemblyEffectiveRValue>
976
+ </Insulation>
977
+ </FrameFloor>
978
+ <FrameFloor>
979
+ <SystemIdentifier id='FloorBelowAttic3'/>
980
+ <ExteriorAdjacentTo>attic - unvented</ExteriorAdjacentTo>
981
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
982
+ <Area>150.0</Area>
983
+ <Insulation>
984
+ <SystemIdentifier id='FloorBelowAttic3Insulation'/>
985
+ <AssemblyEffectiveRValue>39.33</AssemblyEffectiveRValue>
986
+ </Insulation>
987
+ </FrameFloor>
988
+ <FrameFloor>
989
+ <SystemIdentifier id='FloorBelowAttic4'/>
990
+ <ExteriorAdjacentTo>attic - unvented</ExteriorAdjacentTo>
991
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
992
+ <Area>150.0</Area>
993
+ <Insulation>
994
+ <SystemIdentifier id='FloorBelowAttic4Insulation'/>
995
+ <AssemblyEffectiveRValue>39.339999999999996</AssemblyEffectiveRValue>
996
+ </Insulation>
997
+ </FrameFloor>
998
+ <FrameFloor>
999
+ <SystemIdentifier id='FloorBelowAttic5'/>
1000
+ <ExteriorAdjacentTo>attic - unvented</ExteriorAdjacentTo>
1001
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
1002
+ <Area>150.0</Area>
1003
+ <Insulation>
1004
+ <SystemIdentifier id='FloorBelowAttic5Insulation'/>
1005
+ <AssemblyEffectiveRValue>39.349999999999994</AssemblyEffectiveRValue>
1006
+ </Insulation>
1007
+ </FrameFloor>
1008
+ <FrameFloor>
1009
+ <SystemIdentifier id='FloorBelowAttic6'/>
1010
+ <ExteriorAdjacentTo>attic - unvented</ExteriorAdjacentTo>
1011
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
1012
+ <Area>150.0</Area>
1013
+ <Insulation>
1014
+ <SystemIdentifier id='FloorBelowAttic6Insulation'/>
1015
+ <AssemblyEffectiveRValue>39.36</AssemblyEffectiveRValue>
1016
+ </Insulation>
1017
+ </FrameFloor>
1018
+ <FrameFloor>
1019
+ <SystemIdentifier id='FloorBelowAttic7'/>
1020
+ <ExteriorAdjacentTo>attic - unvented</ExteriorAdjacentTo>
1021
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
1022
+ <Area>150.0</Area>
1023
+ <Insulation>
1024
+ <SystemIdentifier id='FloorBelowAttic7Insulation'/>
1025
+ <AssemblyEffectiveRValue>39.37</AssemblyEffectiveRValue>
1026
+ </Insulation>
1027
+ </FrameFloor>
1028
+ <FrameFloor>
1029
+ <SystemIdentifier id='FloorBelowAttic8'/>
1030
+ <ExteriorAdjacentTo>attic - unvented</ExteriorAdjacentTo>
1031
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
1032
+ <Area>150.0</Area>
1033
+ <Insulation>
1034
+ <SystemIdentifier id='FloorBelowAttic8Insulation'/>
1035
+ <AssemblyEffectiveRValue>39.379999999999995</AssemblyEffectiveRValue>
1036
+ </Insulation>
1037
+ </FrameFloor>
1038
+ <FrameFloor>
1039
+ <SystemIdentifier id='FloorBelowAttic9'/>
1040
+ <ExteriorAdjacentTo>attic - unvented</ExteriorAdjacentTo>
1041
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
1042
+ <Area>150.0</Area>
1043
+ <Insulation>
1044
+ <SystemIdentifier id='FloorBelowAttic9Insulation'/>
1045
+ <AssemblyEffectiveRValue>39.39</AssemblyEffectiveRValue>
1046
+ </Insulation>
1047
+ </FrameFloor>
1048
+ <FrameFloor>
1049
+ <SystemIdentifier id='TinyFloor'/>
1050
+ <ExteriorAdjacentTo>attic - unvented</ExteriorAdjacentTo>
1051
+ <InteriorAdjacentTo>living space</InteriorAdjacentTo>
1052
+ <Area>0.05</Area>
1053
+ <Insulation>
1054
+ <SystemIdentifier id='TinyFloorInsulation'/>
1055
+ <AssemblyEffectiveRValue>39.39</AssemblyEffectiveRValue>
1056
+ </Insulation>
1057
+ </FrameFloor>
1058
+ </FrameFloors>
1059
+ <Slabs>
1060
+ <Slab>
1061
+ <SystemIdentifier id='Slab'/>
1062
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
1063
+ <Area>150.0</Area>
1064
+ <Thickness>4.0</Thickness>
1065
+ <ExposedPerimeter>16.666666666666668</ExposedPerimeter>
1066
+ <PerimeterInsulationDepth>0.0</PerimeterInsulationDepth>
1067
+ <UnderSlabInsulationWidth>0.0</UnderSlabInsulationWidth>
1068
+ <PerimeterInsulation>
1069
+ <SystemIdentifier id='SlabPerimeterInsulation'/>
1070
+ <Layer>
1071
+ <NominalRValue>0.0</NominalRValue>
1072
+ </Layer>
1073
+ </PerimeterInsulation>
1074
+ <UnderSlabInsulation>
1075
+ <SystemIdentifier id='SlabUnderSlabInsulation'/>
1076
+ <Layer>
1077
+ <NominalRValue>0.0</NominalRValue>
1078
+ </Layer>
1079
+ </UnderSlabInsulation>
1080
+ <extension>
1081
+ <CarpetFraction>0.0</CarpetFraction>
1082
+ <CarpetRValue>0.0</CarpetRValue>
1083
+ </extension>
1084
+ </Slab>
1085
+ <Slab>
1086
+ <SystemIdentifier id='Slab2'/>
1087
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
1088
+ <Area>150.0</Area>
1089
+ <Thickness>4.0</Thickness>
1090
+ <ExposedPerimeter>16.666666666666668</ExposedPerimeter>
1091
+ <PerimeterInsulationDepth>0.02</PerimeterInsulationDepth>
1092
+ <UnderSlabInsulationWidth>0.0</UnderSlabInsulationWidth>
1093
+ <PerimeterInsulation>
1094
+ <SystemIdentifier id='Slab2PerimeterInsulation'/>
1095
+ <Layer>
1096
+ <NominalRValue>0.02</NominalRValue>
1097
+ </Layer>
1098
+ </PerimeterInsulation>
1099
+ <UnderSlabInsulation>
1100
+ <SystemIdentifier id='Slab2UnderSlabInsulation'/>
1101
+ <Layer>
1102
+ <NominalRValue>0.0</NominalRValue>
1103
+ </Layer>
1104
+ </UnderSlabInsulation>
1105
+ <extension>
1106
+ <CarpetFraction>0.0</CarpetFraction>
1107
+ <CarpetRValue>0.0</CarpetRValue>
1108
+ </extension>
1109
+ </Slab>
1110
+ <Slab>
1111
+ <SystemIdentifier id='Slab3'/>
1112
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
1113
+ <Area>150.0</Area>
1114
+ <Thickness>4.0</Thickness>
1115
+ <ExposedPerimeter>16.666666666666668</ExposedPerimeter>
1116
+ <PerimeterInsulationDepth>0.03</PerimeterInsulationDepth>
1117
+ <UnderSlabInsulationWidth>0.0</UnderSlabInsulationWidth>
1118
+ <PerimeterInsulation>
1119
+ <SystemIdentifier id='Slab3PerimeterInsulation'/>
1120
+ <Layer>
1121
+ <NominalRValue>0.03</NominalRValue>
1122
+ </Layer>
1123
+ </PerimeterInsulation>
1124
+ <UnderSlabInsulation>
1125
+ <SystemIdentifier id='Slab3UnderSlabInsulation'/>
1126
+ <Layer>
1127
+ <NominalRValue>0.0</NominalRValue>
1128
+ </Layer>
1129
+ </UnderSlabInsulation>
1130
+ <extension>
1131
+ <CarpetFraction>0.0</CarpetFraction>
1132
+ <CarpetRValue>0.0</CarpetRValue>
1133
+ </extension>
1134
+ </Slab>
1135
+ <Slab>
1136
+ <SystemIdentifier id='Slab4'/>
1137
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
1138
+ <Area>150.0</Area>
1139
+ <Thickness>4.0</Thickness>
1140
+ <ExposedPerimeter>16.666666666666668</ExposedPerimeter>
1141
+ <PerimeterInsulationDepth>0.04</PerimeterInsulationDepth>
1142
+ <UnderSlabInsulationWidth>0.0</UnderSlabInsulationWidth>
1143
+ <PerimeterInsulation>
1144
+ <SystemIdentifier id='Slab4PerimeterInsulation'/>
1145
+ <Layer>
1146
+ <NominalRValue>0.04</NominalRValue>
1147
+ </Layer>
1148
+ </PerimeterInsulation>
1149
+ <UnderSlabInsulation>
1150
+ <SystemIdentifier id='Slab4UnderSlabInsulation'/>
1151
+ <Layer>
1152
+ <NominalRValue>0.0</NominalRValue>
1153
+ </Layer>
1154
+ </UnderSlabInsulation>
1155
+ <extension>
1156
+ <CarpetFraction>0.0</CarpetFraction>
1157
+ <CarpetRValue>0.0</CarpetRValue>
1158
+ </extension>
1159
+ </Slab>
1160
+ <Slab>
1161
+ <SystemIdentifier id='Slab5'/>
1162
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
1163
+ <Area>150.0</Area>
1164
+ <Thickness>4.0</Thickness>
1165
+ <ExposedPerimeter>16.666666666666668</ExposedPerimeter>
1166
+ <PerimeterInsulationDepth>0.05</PerimeterInsulationDepth>
1167
+ <UnderSlabInsulationWidth>0.0</UnderSlabInsulationWidth>
1168
+ <PerimeterInsulation>
1169
+ <SystemIdentifier id='Slab5PerimeterInsulation'/>
1170
+ <Layer>
1171
+ <NominalRValue>0.05</NominalRValue>
1172
+ </Layer>
1173
+ </PerimeterInsulation>
1174
+ <UnderSlabInsulation>
1175
+ <SystemIdentifier id='Slab5UnderSlabInsulation'/>
1176
+ <Layer>
1177
+ <NominalRValue>0.0</NominalRValue>
1178
+ </Layer>
1179
+ </UnderSlabInsulation>
1180
+ <extension>
1181
+ <CarpetFraction>0.0</CarpetFraction>
1182
+ <CarpetRValue>0.0</CarpetRValue>
1183
+ </extension>
1184
+ </Slab>
1185
+ <Slab>
1186
+ <SystemIdentifier id='Slab6'/>
1187
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
1188
+ <Area>150.0</Area>
1189
+ <Thickness>4.0</Thickness>
1190
+ <ExposedPerimeter>16.666666666666668</ExposedPerimeter>
1191
+ <PerimeterInsulationDepth>0.06</PerimeterInsulationDepth>
1192
+ <UnderSlabInsulationWidth>0.0</UnderSlabInsulationWidth>
1193
+ <PerimeterInsulation>
1194
+ <SystemIdentifier id='Slab6PerimeterInsulation'/>
1195
+ <Layer>
1196
+ <NominalRValue>0.06</NominalRValue>
1197
+ </Layer>
1198
+ </PerimeterInsulation>
1199
+ <UnderSlabInsulation>
1200
+ <SystemIdentifier id='Slab6UnderSlabInsulation'/>
1201
+ <Layer>
1202
+ <NominalRValue>0.0</NominalRValue>
1203
+ </Layer>
1204
+ </UnderSlabInsulation>
1205
+ <extension>
1206
+ <CarpetFraction>0.0</CarpetFraction>
1207
+ <CarpetRValue>0.0</CarpetRValue>
1208
+ </extension>
1209
+ </Slab>
1210
+ <Slab>
1211
+ <SystemIdentifier id='Slab7'/>
1212
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
1213
+ <Area>150.0</Area>
1214
+ <Thickness>4.0</Thickness>
1215
+ <ExposedPerimeter>16.666666666666668</ExposedPerimeter>
1216
+ <PerimeterInsulationDepth>0.07</PerimeterInsulationDepth>
1217
+ <UnderSlabInsulationWidth>0.0</UnderSlabInsulationWidth>
1218
+ <PerimeterInsulation>
1219
+ <SystemIdentifier id='Slab7PerimeterInsulation'/>
1220
+ <Layer>
1221
+ <NominalRValue>0.07</NominalRValue>
1222
+ </Layer>
1223
+ </PerimeterInsulation>
1224
+ <UnderSlabInsulation>
1225
+ <SystemIdentifier id='Slab7UnderSlabInsulation'/>
1226
+ <Layer>
1227
+ <NominalRValue>0.0</NominalRValue>
1228
+ </Layer>
1229
+ </UnderSlabInsulation>
1230
+ <extension>
1231
+ <CarpetFraction>0.0</CarpetFraction>
1232
+ <CarpetRValue>0.0</CarpetRValue>
1233
+ </extension>
1234
+ </Slab>
1235
+ <Slab>
1236
+ <SystemIdentifier id='Slab8'/>
1237
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
1238
+ <Area>150.0</Area>
1239
+ <Thickness>4.0</Thickness>
1240
+ <ExposedPerimeter>16.666666666666668</ExposedPerimeter>
1241
+ <PerimeterInsulationDepth>0.08</PerimeterInsulationDepth>
1242
+ <UnderSlabInsulationWidth>0.0</UnderSlabInsulationWidth>
1243
+ <PerimeterInsulation>
1244
+ <SystemIdentifier id='Slab8PerimeterInsulation'/>
1245
+ <Layer>
1246
+ <NominalRValue>0.08</NominalRValue>
1247
+ </Layer>
1248
+ </PerimeterInsulation>
1249
+ <UnderSlabInsulation>
1250
+ <SystemIdentifier id='Slab8UnderSlabInsulation'/>
1251
+ <Layer>
1252
+ <NominalRValue>0.0</NominalRValue>
1253
+ </Layer>
1254
+ </UnderSlabInsulation>
1255
+ <extension>
1256
+ <CarpetFraction>0.0</CarpetFraction>
1257
+ <CarpetRValue>0.0</CarpetRValue>
1258
+ </extension>
1259
+ </Slab>
1260
+ <Slab>
1261
+ <SystemIdentifier id='Slab9'/>
1262
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
1263
+ <Area>150.0</Area>
1264
+ <Thickness>4.0</Thickness>
1265
+ <ExposedPerimeter>16.666666666666668</ExposedPerimeter>
1266
+ <PerimeterInsulationDepth>0.09</PerimeterInsulationDepth>
1267
+ <UnderSlabInsulationWidth>0.0</UnderSlabInsulationWidth>
1268
+ <PerimeterInsulation>
1269
+ <SystemIdentifier id='Slab9PerimeterInsulation'/>
1270
+ <Layer>
1271
+ <NominalRValue>0.09</NominalRValue>
1272
+ </Layer>
1273
+ </PerimeterInsulation>
1274
+ <UnderSlabInsulation>
1275
+ <SystemIdentifier id='Slab9UnderSlabInsulation'/>
1276
+ <Layer>
1277
+ <NominalRValue>0.0</NominalRValue>
1278
+ </Layer>
1279
+ </UnderSlabInsulation>
1280
+ <extension>
1281
+ <CarpetFraction>0.0</CarpetFraction>
1282
+ <CarpetRValue>0.0</CarpetRValue>
1283
+ </extension>
1284
+ </Slab>
1285
+ <Slab>
1286
+ <SystemIdentifier id='TinySlab'/>
1287
+ <InteriorAdjacentTo>basement - conditioned</InteriorAdjacentTo>
1288
+ <Area>0.05</Area>
1289
+ <Thickness>4.0</Thickness>
1290
+ <ExposedPerimeter>16.666666666666668</ExposedPerimeter>
1291
+ <PerimeterInsulationDepth>0.09</PerimeterInsulationDepth>
1292
+ <UnderSlabInsulationWidth>0.0</UnderSlabInsulationWidth>
1293
+ <PerimeterInsulation>
1294
+ <SystemIdentifier id='TinySlabPerimeterInsulation'/>
1295
+ <Layer>
1296
+ <NominalRValue>0.09</NominalRValue>
1297
+ </Layer>
1298
+ </PerimeterInsulation>
1299
+ <UnderSlabInsulation>
1300
+ <SystemIdentifier id='TinySlabUnderSlabInsulation'/>
1301
+ <Layer>
1302
+ <NominalRValue>0.0</NominalRValue>
1303
+ </Layer>
1304
+ </UnderSlabInsulation>
1305
+ <extension>
1306
+ <CarpetFraction>0.0</CarpetFraction>
1307
+ <CarpetRValue>0.0</CarpetRValue>
1308
+ </extension>
1309
+ </Slab>
1310
+ </Slabs>
1311
+ <Windows>
1312
+ <Window>
1313
+ <SystemIdentifier id='WindowNorth'/>
1314
+ <Area>12.0</Area>
1315
+ <Azimuth>0</Azimuth>
1316
+ <UFactor>0.33</UFactor>
1317
+ <SHGC>0.45</SHGC>
1318
+ <InteriorShading>
1319
+ <SystemIdentifier id='WindowNorthInteriorShading'/>
1320
+ <SummerShadingCoefficient>0.7</SummerShadingCoefficient>
1321
+ <WinterShadingCoefficient>0.85</WinterShadingCoefficient>
1322
+ </InteriorShading>
1323
+ <FractionOperable>0.0</FractionOperable>
1324
+ <AttachedToWall idref='Wall'/>
1325
+ </Window>
1326
+ <Window>
1327
+ <SystemIdentifier id='WindowSouth'/>
1328
+ <Area>12.0</Area>
1329
+ <Azimuth>180</Azimuth>
1330
+ <UFactor>0.33</UFactor>
1331
+ <SHGC>0.45</SHGC>
1332
+ <InteriorShading>
1333
+ <SystemIdentifier id='WindowSouthInteriorShading'/>
1334
+ <SummerShadingCoefficient>0.7</SummerShadingCoefficient>
1335
+ <WinterShadingCoefficient>0.85</WinterShadingCoefficient>
1336
+ </InteriorShading>
1337
+ <FractionOperable>0.0</FractionOperable>
1338
+ <AttachedToWall idref='Wall'/>
1339
+ </Window>
1340
+ <Window>
1341
+ <SystemIdentifier id='WindowEast'/>
1342
+ <Area>8.0</Area>
1343
+ <Azimuth>90</Azimuth>
1344
+ <UFactor>0.33</UFactor>
1345
+ <SHGC>0.45</SHGC>
1346
+ <InteriorShading>
1347
+ <SystemIdentifier id='WindowEastInteriorShading'/>
1348
+ <SummerShadingCoefficient>0.7</SummerShadingCoefficient>
1349
+ <WinterShadingCoefficient>0.85</WinterShadingCoefficient>
1350
+ </InteriorShading>
1351
+ <FractionOperable>0.0</FractionOperable>
1352
+ <AttachedToWall idref='Wall'/>
1353
+ </Window>
1354
+ <Window>
1355
+ <SystemIdentifier id='WindowWest'/>
1356
+ <Area>8.0</Area>
1357
+ <Azimuth>270</Azimuth>
1358
+ <UFactor>0.33</UFactor>
1359
+ <SHGC>0.45</SHGC>
1360
+ <InteriorShading>
1361
+ <SystemIdentifier id='WindowWestInteriorShading'/>
1362
+ <SummerShadingCoefficient>0.7</SummerShadingCoefficient>
1363
+ <WinterShadingCoefficient>0.85</WinterShadingCoefficient>
1364
+ </InteriorShading>
1365
+ <FractionOperable>0.0</FractionOperable>
1366
+ <AttachedToWall idref='Wall'/>
1367
+ </Window>
1368
+ <Window>
1369
+ <SystemIdentifier id='WindowNorth2'/>
1370
+ <Area>12.0</Area>
1371
+ <Azimuth>0</Azimuth>
1372
+ <UFactor>0.35000000000000003</UFactor>
1373
+ <SHGC>0.45</SHGC>
1374
+ <InteriorShading>
1375
+ <SystemIdentifier id='WindowNorth2InteriorShading'/>
1376
+ <SummerShadingCoefficient>0.6599999999999999</SummerShadingCoefficient>
1377
+ <WinterShadingCoefficient>0.83</WinterShadingCoefficient>
1378
+ </InteriorShading>
1379
+ <FractionOperable>0.0</FractionOperable>
1380
+ <AttachedToWall idref='Wall2'/>
1381
+ </Window>
1382
+ <Window>
1383
+ <SystemIdentifier id='WindowNorth3'/>
1384
+ <Area>12.0</Area>
1385
+ <Azimuth>0</Azimuth>
1386
+ <UFactor>0.36</UFactor>
1387
+ <SHGC>0.45</SHGC>
1388
+ <InteriorShading>
1389
+ <SystemIdentifier id='WindowNorth3InteriorShading'/>
1390
+ <SummerShadingCoefficient>0.6399999999999999</SummerShadingCoefficient>
1391
+ <WinterShadingCoefficient>0.82</WinterShadingCoefficient>
1392
+ </InteriorShading>
1393
+ <FractionOperable>0.0</FractionOperable>
1394
+ <AttachedToWall idref='Wall3'/>
1395
+ </Window>
1396
+ <Window>
1397
+ <SystemIdentifier id='WindowNorth4'/>
1398
+ <Area>12.0</Area>
1399
+ <Azimuth>0</Azimuth>
1400
+ <UFactor>0.37</UFactor>
1401
+ <SHGC>0.45</SHGC>
1402
+ <InteriorShading>
1403
+ <SystemIdentifier id='WindowNorth4InteriorShading'/>
1404
+ <SummerShadingCoefficient>0.62</SummerShadingCoefficient>
1405
+ <WinterShadingCoefficient>0.8099999999999999</WinterShadingCoefficient>
1406
+ </InteriorShading>
1407
+ <FractionOperable>1.0</FractionOperable>
1408
+ <AttachedToWall idref='Wall4'/>
1409
+ </Window>
1410
+ <Window>
1411
+ <SystemIdentifier id='WindowNorth5'/>
1412
+ <Area>12.0</Area>
1413
+ <Azimuth>0</Azimuth>
1414
+ <UFactor>0.38</UFactor>
1415
+ <SHGC>0.45</SHGC>
1416
+ <InteriorShading>
1417
+ <SystemIdentifier id='WindowNorth5InteriorShading'/>
1418
+ <SummerShadingCoefficient>0.6</SummerShadingCoefficient>
1419
+ <WinterShadingCoefficient>0.7999999999999999</WinterShadingCoefficient>
1420
+ </InteriorShading>
1421
+ <FractionOperable>1.0</FractionOperable>
1422
+ <AttachedToWall idref='Wall5'/>
1423
+ </Window>
1424
+ <Window>
1425
+ <SystemIdentifier id='WindowNorth6'/>
1426
+ <Area>12.0</Area>
1427
+ <Azimuth>0</Azimuth>
1428
+ <UFactor>0.39</UFactor>
1429
+ <SHGC>0.45</SHGC>
1430
+ <InteriorShading>
1431
+ <SystemIdentifier id='WindowNorth6InteriorShading'/>
1432
+ <SummerShadingCoefficient>0.58</SummerShadingCoefficient>
1433
+ <WinterShadingCoefficient>0.79</WinterShadingCoefficient>
1434
+ </InteriorShading>
1435
+ <FractionOperable>1.0</FractionOperable>
1436
+ <AttachedToWall idref='Wall6'/>
1437
+ </Window>
1438
+ <Window>
1439
+ <SystemIdentifier id='WindowNorth7'/>
1440
+ <Area>12.0</Area>
1441
+ <Azimuth>0</Azimuth>
1442
+ <UFactor>0.4</UFactor>
1443
+ <SHGC>0.45</SHGC>
1444
+ <InteriorShading>
1445
+ <SystemIdentifier id='WindowNorth7InteriorShading'/>
1446
+ <SummerShadingCoefficient>0.5599999999999999</SummerShadingCoefficient>
1447
+ <WinterShadingCoefficient>0.78</WinterShadingCoefficient>
1448
+ </InteriorShading>
1449
+ <FractionOperable>1.0</FractionOperable>
1450
+ <AttachedToWall idref='Wall7'/>
1451
+ </Window>
1452
+ <Window>
1453
+ <SystemIdentifier id='WindowNorth8'/>
1454
+ <Area>12.0</Area>
1455
+ <Azimuth>0</Azimuth>
1456
+ <UFactor>0.41000000000000003</UFactor>
1457
+ <SHGC>0.45</SHGC>
1458
+ <InteriorShading>
1459
+ <SystemIdentifier id='WindowNorth8InteriorShading'/>
1460
+ <SummerShadingCoefficient>0.5399999999999999</SummerShadingCoefficient>
1461
+ <WinterShadingCoefficient>0.77</WinterShadingCoefficient>
1462
+ </InteriorShading>
1463
+ <FractionOperable>1.0</FractionOperable>
1464
+ <AttachedToWall idref='Wall8'/>
1465
+ </Window>
1466
+ <Window>
1467
+ <SystemIdentifier id='WindowNorth9'/>
1468
+ <Area>12.0</Area>
1469
+ <Azimuth>0</Azimuth>
1470
+ <UFactor>0.42000000000000004</UFactor>
1471
+ <SHGC>0.45</SHGC>
1472
+ <InteriorShading>
1473
+ <SystemIdentifier id='WindowNorth9InteriorShading'/>
1474
+ <SummerShadingCoefficient>0.52</SummerShadingCoefficient>
1475
+ <WinterShadingCoefficient>0.76</WinterShadingCoefficient>
1476
+ </InteriorShading>
1477
+ <FractionOperable>1.0</FractionOperable>
1478
+ <AttachedToWall idref='Wall9'/>
1479
+ </Window>
1480
+ <Window>
1481
+ <SystemIdentifier id='WindowSouth2'/>
1482
+ <Area>12.0</Area>
1483
+ <Azimuth>180</Azimuth>
1484
+ <UFactor>0.35000000000000003</UFactor>
1485
+ <SHGC>0.45</SHGC>
1486
+ <InteriorShading>
1487
+ <SystemIdentifier id='WindowSouth2InteriorShading'/>
1488
+ <SummerShadingCoefficient>0.6599999999999999</SummerShadingCoefficient>
1489
+ <WinterShadingCoefficient>0.83</WinterShadingCoefficient>
1490
+ </InteriorShading>
1491
+ <FractionOperable>0.0</FractionOperable>
1492
+ <AttachedToWall idref='Wall2'/>
1493
+ </Window>
1494
+ <Window>
1495
+ <SystemIdentifier id='WindowSouth3'/>
1496
+ <Area>12.0</Area>
1497
+ <Azimuth>180</Azimuth>
1498
+ <UFactor>0.36</UFactor>
1499
+ <SHGC>0.45</SHGC>
1500
+ <InteriorShading>
1501
+ <SystemIdentifier id='WindowSouth3InteriorShading'/>
1502
+ <SummerShadingCoefficient>0.6399999999999999</SummerShadingCoefficient>
1503
+ <WinterShadingCoefficient>0.82</WinterShadingCoefficient>
1504
+ </InteriorShading>
1505
+ <FractionOperable>0.0</FractionOperable>
1506
+ <AttachedToWall idref='Wall3'/>
1507
+ </Window>
1508
+ <Window>
1509
+ <SystemIdentifier id='WindowSouth4'/>
1510
+ <Area>12.0</Area>
1511
+ <Azimuth>180</Azimuth>
1512
+ <UFactor>0.37</UFactor>
1513
+ <SHGC>0.45</SHGC>
1514
+ <InteriorShading>
1515
+ <SystemIdentifier id='WindowSouth4InteriorShading'/>
1516
+ <SummerShadingCoefficient>0.62</SummerShadingCoefficient>
1517
+ <WinterShadingCoefficient>0.8099999999999999</WinterShadingCoefficient>
1518
+ </InteriorShading>
1519
+ <FractionOperable>1.0</FractionOperable>
1520
+ <AttachedToWall idref='Wall4'/>
1521
+ </Window>
1522
+ <Window>
1523
+ <SystemIdentifier id='WindowSouth5'/>
1524
+ <Area>12.0</Area>
1525
+ <Azimuth>180</Azimuth>
1526
+ <UFactor>0.38</UFactor>
1527
+ <SHGC>0.45</SHGC>
1528
+ <InteriorShading>
1529
+ <SystemIdentifier id='WindowSouth5InteriorShading'/>
1530
+ <SummerShadingCoefficient>0.6</SummerShadingCoefficient>
1531
+ <WinterShadingCoefficient>0.7999999999999999</WinterShadingCoefficient>
1532
+ </InteriorShading>
1533
+ <FractionOperable>1.0</FractionOperable>
1534
+ <AttachedToWall idref='Wall5'/>
1535
+ </Window>
1536
+ <Window>
1537
+ <SystemIdentifier id='WindowSouth6'/>
1538
+ <Area>12.0</Area>
1539
+ <Azimuth>180</Azimuth>
1540
+ <UFactor>0.39</UFactor>
1541
+ <SHGC>0.45</SHGC>
1542
+ <InteriorShading>
1543
+ <SystemIdentifier id='WindowSouth6InteriorShading'/>
1544
+ <SummerShadingCoefficient>0.58</SummerShadingCoefficient>
1545
+ <WinterShadingCoefficient>0.79</WinterShadingCoefficient>
1546
+ </InteriorShading>
1547
+ <FractionOperable>1.0</FractionOperable>
1548
+ <AttachedToWall idref='Wall6'/>
1549
+ </Window>
1550
+ <Window>
1551
+ <SystemIdentifier id='WindowSouth7'/>
1552
+ <Area>12.0</Area>
1553
+ <Azimuth>180</Azimuth>
1554
+ <UFactor>0.4</UFactor>
1555
+ <SHGC>0.45</SHGC>
1556
+ <InteriorShading>
1557
+ <SystemIdentifier id='WindowSouth7InteriorShading'/>
1558
+ <SummerShadingCoefficient>0.5599999999999999</SummerShadingCoefficient>
1559
+ <WinterShadingCoefficient>0.78</WinterShadingCoefficient>
1560
+ </InteriorShading>
1561
+ <FractionOperable>1.0</FractionOperable>
1562
+ <AttachedToWall idref='Wall7'/>
1563
+ </Window>
1564
+ <Window>
1565
+ <SystemIdentifier id='WindowSouth8'/>
1566
+ <Area>12.0</Area>
1567
+ <Azimuth>180</Azimuth>
1568
+ <UFactor>0.41000000000000003</UFactor>
1569
+ <SHGC>0.45</SHGC>
1570
+ <InteriorShading>
1571
+ <SystemIdentifier id='WindowSouth8InteriorShading'/>
1572
+ <SummerShadingCoefficient>0.5399999999999999</SummerShadingCoefficient>
1573
+ <WinterShadingCoefficient>0.77</WinterShadingCoefficient>
1574
+ </InteriorShading>
1575
+ <FractionOperable>1.0</FractionOperable>
1576
+ <AttachedToWall idref='Wall8'/>
1577
+ </Window>
1578
+ <Window>
1579
+ <SystemIdentifier id='WindowSouth9'/>
1580
+ <Area>12.0</Area>
1581
+ <Azimuth>180</Azimuth>
1582
+ <UFactor>0.42000000000000004</UFactor>
1583
+ <SHGC>0.45</SHGC>
1584
+ <InteriorShading>
1585
+ <SystemIdentifier id='WindowSouth9InteriorShading'/>
1586
+ <SummerShadingCoefficient>0.52</SummerShadingCoefficient>
1587
+ <WinterShadingCoefficient>0.76</WinterShadingCoefficient>
1588
+ </InteriorShading>
1589
+ <FractionOperable>1.0</FractionOperable>
1590
+ <AttachedToWall idref='Wall9'/>
1591
+ </Window>
1592
+ <Window>
1593
+ <SystemIdentifier id='WindowEast2'/>
1594
+ <Area>8.0</Area>
1595
+ <Azimuth>90</Azimuth>
1596
+ <UFactor>0.35000000000000003</UFactor>
1597
+ <SHGC>0.45</SHGC>
1598
+ <InteriorShading>
1599
+ <SystemIdentifier id='WindowEast2InteriorShading'/>
1600
+ <SummerShadingCoefficient>0.6599999999999999</SummerShadingCoefficient>
1601
+ <WinterShadingCoefficient>0.83</WinterShadingCoefficient>
1602
+ </InteriorShading>
1603
+ <FractionOperable>0.0</FractionOperable>
1604
+ <AttachedToWall idref='Wall2'/>
1605
+ </Window>
1606
+ <Window>
1607
+ <SystemIdentifier id='WindowEast3'/>
1608
+ <Area>8.0</Area>
1609
+ <Azimuth>90</Azimuth>
1610
+ <UFactor>0.36</UFactor>
1611
+ <SHGC>0.45</SHGC>
1612
+ <InteriorShading>
1613
+ <SystemIdentifier id='WindowEast3InteriorShading'/>
1614
+ <SummerShadingCoefficient>0.6399999999999999</SummerShadingCoefficient>
1615
+ <WinterShadingCoefficient>0.82</WinterShadingCoefficient>
1616
+ </InteriorShading>
1617
+ <FractionOperable>0.0</FractionOperable>
1618
+ <AttachedToWall idref='Wall3'/>
1619
+ </Window>
1620
+ <Window>
1621
+ <SystemIdentifier id='WindowEast4'/>
1622
+ <Area>8.0</Area>
1623
+ <Azimuth>90</Azimuth>
1624
+ <UFactor>0.37</UFactor>
1625
+ <SHGC>0.45</SHGC>
1626
+ <InteriorShading>
1627
+ <SystemIdentifier id='WindowEast4InteriorShading'/>
1628
+ <SummerShadingCoefficient>0.62</SummerShadingCoefficient>
1629
+ <WinterShadingCoefficient>0.8099999999999999</WinterShadingCoefficient>
1630
+ </InteriorShading>
1631
+ <FractionOperable>1.0</FractionOperable>
1632
+ <AttachedToWall idref='Wall4'/>
1633
+ </Window>
1634
+ <Window>
1635
+ <SystemIdentifier id='WindowEast5'/>
1636
+ <Area>8.0</Area>
1637
+ <Azimuth>90</Azimuth>
1638
+ <UFactor>0.38</UFactor>
1639
+ <SHGC>0.45</SHGC>
1640
+ <InteriorShading>
1641
+ <SystemIdentifier id='WindowEast5InteriorShading'/>
1642
+ <SummerShadingCoefficient>0.6</SummerShadingCoefficient>
1643
+ <WinterShadingCoefficient>0.7999999999999999</WinterShadingCoefficient>
1644
+ </InteriorShading>
1645
+ <FractionOperable>1.0</FractionOperable>
1646
+ <AttachedToWall idref='Wall5'/>
1647
+ </Window>
1648
+ <Window>
1649
+ <SystemIdentifier id='WindowEast6'/>
1650
+ <Area>8.0</Area>
1651
+ <Azimuth>90</Azimuth>
1652
+ <UFactor>0.39</UFactor>
1653
+ <SHGC>0.45</SHGC>
1654
+ <InteriorShading>
1655
+ <SystemIdentifier id='WindowEast6InteriorShading'/>
1656
+ <SummerShadingCoefficient>0.58</SummerShadingCoefficient>
1657
+ <WinterShadingCoefficient>0.79</WinterShadingCoefficient>
1658
+ </InteriorShading>
1659
+ <FractionOperable>1.0</FractionOperable>
1660
+ <AttachedToWall idref='Wall6'/>
1661
+ </Window>
1662
+ <Window>
1663
+ <SystemIdentifier id='WindowEast7'/>
1664
+ <Area>8.0</Area>
1665
+ <Azimuth>90</Azimuth>
1666
+ <UFactor>0.4</UFactor>
1667
+ <SHGC>0.45</SHGC>
1668
+ <InteriorShading>
1669
+ <SystemIdentifier id='WindowEast7InteriorShading'/>
1670
+ <SummerShadingCoefficient>0.5599999999999999</SummerShadingCoefficient>
1671
+ <WinterShadingCoefficient>0.78</WinterShadingCoefficient>
1672
+ </InteriorShading>
1673
+ <FractionOperable>1.0</FractionOperable>
1674
+ <AttachedToWall idref='Wall7'/>
1675
+ </Window>
1676
+ <Window>
1677
+ <SystemIdentifier id='WindowEast8'/>
1678
+ <Area>8.0</Area>
1679
+ <Azimuth>90</Azimuth>
1680
+ <UFactor>0.41000000000000003</UFactor>
1681
+ <SHGC>0.45</SHGC>
1682
+ <InteriorShading>
1683
+ <SystemIdentifier id='WindowEast8InteriorShading'/>
1684
+ <SummerShadingCoefficient>0.5399999999999999</SummerShadingCoefficient>
1685
+ <WinterShadingCoefficient>0.77</WinterShadingCoefficient>
1686
+ </InteriorShading>
1687
+ <FractionOperable>1.0</FractionOperable>
1688
+ <AttachedToWall idref='Wall8'/>
1689
+ </Window>
1690
+ <Window>
1691
+ <SystemIdentifier id='WindowEast9'/>
1692
+ <Area>8.0</Area>
1693
+ <Azimuth>90</Azimuth>
1694
+ <UFactor>0.42000000000000004</UFactor>
1695
+ <SHGC>0.45</SHGC>
1696
+ <InteriorShading>
1697
+ <SystemIdentifier id='WindowEast9InteriorShading'/>
1698
+ <SummerShadingCoefficient>0.52</SummerShadingCoefficient>
1699
+ <WinterShadingCoefficient>0.76</WinterShadingCoefficient>
1700
+ </InteriorShading>
1701
+ <FractionOperable>1.0</FractionOperable>
1702
+ <AttachedToWall idref='Wall9'/>
1703
+ </Window>
1704
+ <Window>
1705
+ <SystemIdentifier id='WindowWest2'/>
1706
+ <Area>8.0</Area>
1707
+ <Azimuth>270</Azimuth>
1708
+ <UFactor>0.35000000000000003</UFactor>
1709
+ <SHGC>0.45</SHGC>
1710
+ <InteriorShading>
1711
+ <SystemIdentifier id='WindowWest2InteriorShading'/>
1712
+ <SummerShadingCoefficient>0.6599999999999999</SummerShadingCoefficient>
1713
+ <WinterShadingCoefficient>0.83</WinterShadingCoefficient>
1714
+ </InteriorShading>
1715
+ <FractionOperable>0.0</FractionOperable>
1716
+ <AttachedToWall idref='Wall2'/>
1717
+ </Window>
1718
+ <Window>
1719
+ <SystemIdentifier id='WindowWest3'/>
1720
+ <Area>8.0</Area>
1721
+ <Azimuth>270</Azimuth>
1722
+ <UFactor>0.36</UFactor>
1723
+ <SHGC>0.45</SHGC>
1724
+ <InteriorShading>
1725
+ <SystemIdentifier id='WindowWest3InteriorShading'/>
1726
+ <SummerShadingCoefficient>0.6399999999999999</SummerShadingCoefficient>
1727
+ <WinterShadingCoefficient>0.82</WinterShadingCoefficient>
1728
+ </InteriorShading>
1729
+ <FractionOperable>0.0</FractionOperable>
1730
+ <AttachedToWall idref='Wall3'/>
1731
+ </Window>
1732
+ <Window>
1733
+ <SystemIdentifier id='WindowWest4'/>
1734
+ <Area>8.0</Area>
1735
+ <Azimuth>270</Azimuth>
1736
+ <UFactor>0.37</UFactor>
1737
+ <SHGC>0.45</SHGC>
1738
+ <InteriorShading>
1739
+ <SystemIdentifier id='WindowWest4InteriorShading'/>
1740
+ <SummerShadingCoefficient>0.62</SummerShadingCoefficient>
1741
+ <WinterShadingCoefficient>0.8099999999999999</WinterShadingCoefficient>
1742
+ </InteriorShading>
1743
+ <FractionOperable>1.0</FractionOperable>
1744
+ <AttachedToWall idref='Wall4'/>
1745
+ </Window>
1746
+ <Window>
1747
+ <SystemIdentifier id='WindowWest5'/>
1748
+ <Area>8.0</Area>
1749
+ <Azimuth>270</Azimuth>
1750
+ <UFactor>0.38</UFactor>
1751
+ <SHGC>0.45</SHGC>
1752
+ <InteriorShading>
1753
+ <SystemIdentifier id='WindowWest5InteriorShading'/>
1754
+ <SummerShadingCoefficient>0.6</SummerShadingCoefficient>
1755
+ <WinterShadingCoefficient>0.7999999999999999</WinterShadingCoefficient>
1756
+ </InteriorShading>
1757
+ <FractionOperable>1.0</FractionOperable>
1758
+ <AttachedToWall idref='Wall5'/>
1759
+ </Window>
1760
+ <Window>
1761
+ <SystemIdentifier id='WindowWest6'/>
1762
+ <Area>8.0</Area>
1763
+ <Azimuth>270</Azimuth>
1764
+ <UFactor>0.39</UFactor>
1765
+ <SHGC>0.45</SHGC>
1766
+ <InteriorShading>
1767
+ <SystemIdentifier id='WindowWest6InteriorShading'/>
1768
+ <SummerShadingCoefficient>0.58</SummerShadingCoefficient>
1769
+ <WinterShadingCoefficient>0.79</WinterShadingCoefficient>
1770
+ </InteriorShading>
1771
+ <FractionOperable>1.0</FractionOperable>
1772
+ <AttachedToWall idref='Wall6'/>
1773
+ </Window>
1774
+ <Window>
1775
+ <SystemIdentifier id='WindowWest7'/>
1776
+ <Area>8.0</Area>
1777
+ <Azimuth>270</Azimuth>
1778
+ <UFactor>0.4</UFactor>
1779
+ <SHGC>0.45</SHGC>
1780
+ <InteriorShading>
1781
+ <SystemIdentifier id='WindowWest7InteriorShading'/>
1782
+ <SummerShadingCoefficient>0.5599999999999999</SummerShadingCoefficient>
1783
+ <WinterShadingCoefficient>0.78</WinterShadingCoefficient>
1784
+ </InteriorShading>
1785
+ <FractionOperable>1.0</FractionOperable>
1786
+ <AttachedToWall idref='Wall7'/>
1787
+ </Window>
1788
+ <Window>
1789
+ <SystemIdentifier id='WindowWest8'/>
1790
+ <Area>8.0</Area>
1791
+ <Azimuth>270</Azimuth>
1792
+ <UFactor>0.41000000000000003</UFactor>
1793
+ <SHGC>0.45</SHGC>
1794
+ <InteriorShading>
1795
+ <SystemIdentifier id='WindowWest8InteriorShading'/>
1796
+ <SummerShadingCoefficient>0.5399999999999999</SummerShadingCoefficient>
1797
+ <WinterShadingCoefficient>0.77</WinterShadingCoefficient>
1798
+ </InteriorShading>
1799
+ <FractionOperable>1.0</FractionOperable>
1800
+ <AttachedToWall idref='Wall8'/>
1801
+ </Window>
1802
+ <Window>
1803
+ <SystemIdentifier id='WindowWest9'/>
1804
+ <Area>8.0</Area>
1805
+ <Azimuth>270</Azimuth>
1806
+ <UFactor>0.42000000000000004</UFactor>
1807
+ <SHGC>0.45</SHGC>
1808
+ <InteriorShading>
1809
+ <SystemIdentifier id='WindowWest9InteriorShading'/>
1810
+ <SummerShadingCoefficient>0.52</SummerShadingCoefficient>
1811
+ <WinterShadingCoefficient>0.76</WinterShadingCoefficient>
1812
+ </InteriorShading>
1813
+ <FractionOperable>1.0</FractionOperable>
1814
+ <AttachedToWall idref='Wall9'/>
1815
+ </Window>
1816
+ <Window>
1817
+ <SystemIdentifier id='TinyWindow'/>
1818
+ <Area>0.05</Area>
1819
+ <Azimuth>270</Azimuth>
1820
+ <UFactor>0.42000000000000004</UFactor>
1821
+ <SHGC>0.45</SHGC>
1822
+ <InteriorShading>
1823
+ <SystemIdentifier id='TinyWindowInteriorShading'/>
1824
+ <SummerShadingCoefficient>0.52</SummerShadingCoefficient>
1825
+ <WinterShadingCoefficient>0.76</WinterShadingCoefficient>
1826
+ </InteriorShading>
1827
+ <FractionOperable>1.0</FractionOperable>
1828
+ <AttachedToWall idref='Wall9'/>
1829
+ </Window>
1830
+ </Windows>
1831
+ <Skylights>
1832
+ <Skylight>
1833
+ <SystemIdentifier id='SkylightNorth'/>
1834
+ <Area>5.0</Area>
1835
+ <Azimuth>0</Azimuth>
1836
+ <UFactor>0.33</UFactor>
1837
+ <SHGC>0.45</SHGC>
1838
+ <InteriorShading>
1839
+ <SystemIdentifier id='SkylightNorthInteriorShading'/>
1840
+ <SummerShadingCoefficient>1.0</SummerShadingCoefficient>
1841
+ <WinterShadingCoefficient>1.0</WinterShadingCoefficient>
1842
+ </InteriorShading>
1843
+ <AttachedToRoof idref='Roof'/>
1844
+ </Skylight>
1845
+ <Skylight>
1846
+ <SystemIdentifier id='SkylightSouth'/>
1847
+ <Area>5.0</Area>
1848
+ <Azimuth>180</Azimuth>
1849
+ <UFactor>0.35</UFactor>
1850
+ <SHGC>0.47</SHGC>
1851
+ <InteriorShading>
1852
+ <SystemIdentifier id='SkylightSouthInteriorShading'/>
1853
+ <SummerShadingCoefficient>1.0</SummerShadingCoefficient>
1854
+ <WinterShadingCoefficient>1.0</WinterShadingCoefficient>
1855
+ </InteriorShading>
1856
+ <AttachedToRoof idref='Roof'/>
1857
+ </Skylight>
1858
+ <Skylight>
1859
+ <SystemIdentifier id='SkylightNorth2'/>
1860
+ <Area>5.0</Area>
1861
+ <Azimuth>0</Azimuth>
1862
+ <UFactor>0.35000000000000003</UFactor>
1863
+ <SHGC>0.45</SHGC>
1864
+ <InteriorShading>
1865
+ <SystemIdentifier id='SkylightNorth2InteriorShading'/>
1866
+ <SummerShadingCoefficient>0.96</SummerShadingCoefficient>
1867
+ <WinterShadingCoefficient>0.98</WinterShadingCoefficient>
1868
+ </InteriorShading>
1869
+ <AttachedToRoof idref='Roof2'/>
1870
+ </Skylight>
1871
+ <Skylight>
1872
+ <SystemIdentifier id='SkylightNorth3'/>
1873
+ <Area>5.0</Area>
1874
+ <Azimuth>0</Azimuth>
1875
+ <UFactor>0.36</UFactor>
1876
+ <SHGC>0.45</SHGC>
1877
+ <InteriorShading>
1878
+ <SystemIdentifier id='SkylightNorth3InteriorShading'/>
1879
+ <SummerShadingCoefficient>0.94</SummerShadingCoefficient>
1880
+ <WinterShadingCoefficient>0.97</WinterShadingCoefficient>
1881
+ </InteriorShading>
1882
+ <AttachedToRoof idref='Roof'/>
1883
+ </Skylight>
1884
+ <Skylight>
1885
+ <SystemIdentifier id='SkylightNorth4'/>
1886
+ <Area>5.0</Area>
1887
+ <Azimuth>0</Azimuth>
1888
+ <UFactor>0.37</UFactor>
1889
+ <SHGC>0.45</SHGC>
1890
+ <InteriorShading>
1891
+ <SystemIdentifier id='SkylightNorth4InteriorShading'/>
1892
+ <SummerShadingCoefficient>0.92</SummerShadingCoefficient>
1893
+ <WinterShadingCoefficient>0.96</WinterShadingCoefficient>
1894
+ </InteriorShading>
1895
+ <AttachedToRoof idref='Roof4'/>
1896
+ </Skylight>
1897
+ <Skylight>
1898
+ <SystemIdentifier id='SkylightNorth5'/>
1899
+ <Area>5.0</Area>
1900
+ <Azimuth>0</Azimuth>
1901
+ <UFactor>0.38</UFactor>
1902
+ <SHGC>0.45</SHGC>
1903
+ <InteriorShading>
1904
+ <SystemIdentifier id='SkylightNorth5InteriorShading'/>
1905
+ <SummerShadingCoefficient>0.9</SummerShadingCoefficient>
1906
+ <WinterShadingCoefficient>0.95</WinterShadingCoefficient>
1907
+ </InteriorShading>
1908
+ <AttachedToRoof idref='Roof'/>
1909
+ </Skylight>
1910
+ <Skylight>
1911
+ <SystemIdentifier id='SkylightNorth6'/>
1912
+ <Area>5.0</Area>
1913
+ <Azimuth>0</Azimuth>
1914
+ <UFactor>0.39</UFactor>
1915
+ <SHGC>0.45</SHGC>
1916
+ <InteriorShading>
1917
+ <SystemIdentifier id='SkylightNorth6InteriorShading'/>
1918
+ <SummerShadingCoefficient>0.88</SummerShadingCoefficient>
1919
+ <WinterShadingCoefficient>0.94</WinterShadingCoefficient>
1920
+ </InteriorShading>
1921
+ <AttachedToRoof idref='Roof6'/>
1922
+ </Skylight>
1923
+ <Skylight>
1924
+ <SystemIdentifier id='SkylightNorth7'/>
1925
+ <Area>5.0</Area>
1926
+ <Azimuth>0</Azimuth>
1927
+ <UFactor>0.4</UFactor>
1928
+ <SHGC>0.45</SHGC>
1929
+ <InteriorShading>
1930
+ <SystemIdentifier id='SkylightNorth7InteriorShading'/>
1931
+ <SummerShadingCoefficient>0.86</SummerShadingCoefficient>
1932
+ <WinterShadingCoefficient>0.9299999999999999</WinterShadingCoefficient>
1933
+ </InteriorShading>
1934
+ <AttachedToRoof idref='Roof'/>
1935
+ </Skylight>
1936
+ <Skylight>
1937
+ <SystemIdentifier id='SkylightNorth8'/>
1938
+ <Area>5.0</Area>
1939
+ <Azimuth>0</Azimuth>
1940
+ <UFactor>0.41000000000000003</UFactor>
1941
+ <SHGC>0.45</SHGC>
1942
+ <InteriorShading>
1943
+ <SystemIdentifier id='SkylightNorth8InteriorShading'/>
1944
+ <SummerShadingCoefficient>0.84</SummerShadingCoefficient>
1945
+ <WinterShadingCoefficient>0.92</WinterShadingCoefficient>
1946
+ </InteriorShading>
1947
+ <AttachedToRoof idref='Roof8'/>
1948
+ </Skylight>
1949
+ <Skylight>
1950
+ <SystemIdentifier id='SkylightNorth9'/>
1951
+ <Area>5.0</Area>
1952
+ <Azimuth>0</Azimuth>
1953
+ <UFactor>0.42000000000000004</UFactor>
1954
+ <SHGC>0.45</SHGC>
1955
+ <InteriorShading>
1956
+ <SystemIdentifier id='SkylightNorth9InteriorShading'/>
1957
+ <SummerShadingCoefficient>0.8200000000000001</SummerShadingCoefficient>
1958
+ <WinterShadingCoefficient>0.91</WinterShadingCoefficient>
1959
+ </InteriorShading>
1960
+ <AttachedToRoof idref='Roof'/>
1961
+ </Skylight>
1962
+ <Skylight>
1963
+ <SystemIdentifier id='SkylightSouth2'/>
1964
+ <Area>5.0</Area>
1965
+ <Azimuth>180</Azimuth>
1966
+ <UFactor>0.37</UFactor>
1967
+ <SHGC>0.47</SHGC>
1968
+ <InteriorShading>
1969
+ <SystemIdentifier id='SkylightSouth2InteriorShading'/>
1970
+ <SummerShadingCoefficient>0.96</SummerShadingCoefficient>
1971
+ <WinterShadingCoefficient>0.98</WinterShadingCoefficient>
1972
+ </InteriorShading>
1973
+ <AttachedToRoof idref='Roof2'/>
1974
+ </Skylight>
1975
+ <Skylight>
1976
+ <SystemIdentifier id='SkylightSouth3'/>
1977
+ <Area>5.0</Area>
1978
+ <Azimuth>180</Azimuth>
1979
+ <UFactor>0.38</UFactor>
1980
+ <SHGC>0.47</SHGC>
1981
+ <InteriorShading>
1982
+ <SystemIdentifier id='SkylightSouth3InteriorShading'/>
1983
+ <SummerShadingCoefficient>0.94</SummerShadingCoefficient>
1984
+ <WinterShadingCoefficient>0.97</WinterShadingCoefficient>
1985
+ </InteriorShading>
1986
+ <AttachedToRoof idref='Roof'/>
1987
+ </Skylight>
1988
+ <Skylight>
1989
+ <SystemIdentifier id='SkylightSouth4'/>
1990
+ <Area>5.0</Area>
1991
+ <Azimuth>180</Azimuth>
1992
+ <UFactor>0.38999999999999996</UFactor>
1993
+ <SHGC>0.47</SHGC>
1994
+ <InteriorShading>
1995
+ <SystemIdentifier id='SkylightSouth4InteriorShading'/>
1996
+ <SummerShadingCoefficient>0.92</SummerShadingCoefficient>
1997
+ <WinterShadingCoefficient>0.96</WinterShadingCoefficient>
1998
+ </InteriorShading>
1999
+ <AttachedToRoof idref='Roof4'/>
2000
+ </Skylight>
2001
+ <Skylight>
2002
+ <SystemIdentifier id='SkylightSouth5'/>
2003
+ <Area>5.0</Area>
2004
+ <Azimuth>180</Azimuth>
2005
+ <UFactor>0.39999999999999997</UFactor>
2006
+ <SHGC>0.47</SHGC>
2007
+ <InteriorShading>
2008
+ <SystemIdentifier id='SkylightSouth5InteriorShading'/>
2009
+ <SummerShadingCoefficient>0.9</SummerShadingCoefficient>
2010
+ <WinterShadingCoefficient>0.95</WinterShadingCoefficient>
2011
+ </InteriorShading>
2012
+ <AttachedToRoof idref='Roof'/>
2013
+ </Skylight>
2014
+ <Skylight>
2015
+ <SystemIdentifier id='SkylightSouth6'/>
2016
+ <Area>5.0</Area>
2017
+ <Azimuth>180</Azimuth>
2018
+ <UFactor>0.41</UFactor>
2019
+ <SHGC>0.47</SHGC>
2020
+ <InteriorShading>
2021
+ <SystemIdentifier id='SkylightSouth6InteriorShading'/>
2022
+ <SummerShadingCoefficient>0.88</SummerShadingCoefficient>
2023
+ <WinterShadingCoefficient>0.94</WinterShadingCoefficient>
2024
+ </InteriorShading>
2025
+ <AttachedToRoof idref='Roof6'/>
2026
+ </Skylight>
2027
+ <Skylight>
2028
+ <SystemIdentifier id='SkylightSouth7'/>
2029
+ <Area>5.0</Area>
2030
+ <Azimuth>180</Azimuth>
2031
+ <UFactor>0.42</UFactor>
2032
+ <SHGC>0.47</SHGC>
2033
+ <InteriorShading>
2034
+ <SystemIdentifier id='SkylightSouth7InteriorShading'/>
2035
+ <SummerShadingCoefficient>0.86</SummerShadingCoefficient>
2036
+ <WinterShadingCoefficient>0.9299999999999999</WinterShadingCoefficient>
2037
+ </InteriorShading>
2038
+ <AttachedToRoof idref='Roof'/>
2039
+ </Skylight>
2040
+ <Skylight>
2041
+ <SystemIdentifier id='SkylightSouth8'/>
2042
+ <Area>5.0</Area>
2043
+ <Azimuth>180</Azimuth>
2044
+ <UFactor>0.43</UFactor>
2045
+ <SHGC>0.47</SHGC>
2046
+ <InteriorShading>
2047
+ <SystemIdentifier id='SkylightSouth8InteriorShading'/>
2048
+ <SummerShadingCoefficient>0.84</SummerShadingCoefficient>
2049
+ <WinterShadingCoefficient>0.92</WinterShadingCoefficient>
2050
+ </InteriorShading>
2051
+ <AttachedToRoof idref='Roof8'/>
2052
+ </Skylight>
2053
+ <Skylight>
2054
+ <SystemIdentifier id='SkylightSouth9'/>
2055
+ <Area>5.0</Area>
2056
+ <Azimuth>180</Azimuth>
2057
+ <UFactor>0.43999999999999995</UFactor>
2058
+ <SHGC>0.47</SHGC>
2059
+ <InteriorShading>
2060
+ <SystemIdentifier id='SkylightSouth9InteriorShading'/>
2061
+ <SummerShadingCoefficient>0.8200000000000001</SummerShadingCoefficient>
2062
+ <WinterShadingCoefficient>0.91</WinterShadingCoefficient>
2063
+ </InteriorShading>
2064
+ <AttachedToRoof idref='Roof'/>
2065
+ </Skylight>
2066
+ <Skylight>
2067
+ <SystemIdentifier id='TinySkylight'/>
2068
+ <Area>0.05</Area>
2069
+ <Azimuth>180</Azimuth>
2070
+ <UFactor>0.43999999999999995</UFactor>
2071
+ <SHGC>0.47</SHGC>
2072
+ <InteriorShading>
2073
+ <SystemIdentifier id='TinySkylightInteriorShading'/>
2074
+ <SummerShadingCoefficient>0.8200000000000001</SummerShadingCoefficient>
2075
+ <WinterShadingCoefficient>0.91</WinterShadingCoefficient>
2076
+ </InteriorShading>
2077
+ <AttachedToRoof idref='Roof'/>
2078
+ </Skylight>
2079
+ </Skylights>
2080
+ <Doors>
2081
+ <Door>
2082
+ <SystemIdentifier id='DoorNorth'/>
2083
+ <AttachedToWall idref='Wall'/>
2084
+ <Area>4.444444444444445</Area>
2085
+ <Azimuth>0</Azimuth>
2086
+ <RValue>4.4</RValue>
2087
+ </Door>
2088
+ <Door>
2089
+ <SystemIdentifier id='DoorSouth'/>
2090
+ <AttachedToWall idref='Wall'/>
2091
+ <Area>4.444444444444445</Area>
2092
+ <Azimuth>180</Azimuth>
2093
+ <RValue>4.4</RValue>
2094
+ </Door>
2095
+ <Door>
2096
+ <SystemIdentifier id='DoorNorth2'/>
2097
+ <AttachedToWall idref='Wall2'/>
2098
+ <Area>4.444444444444445</Area>
2099
+ <Azimuth>0</Azimuth>
2100
+ <RValue>4.42</RValue>
2101
+ </Door>
2102
+ <Door>
2103
+ <SystemIdentifier id='DoorNorth3'/>
2104
+ <AttachedToWall idref='Wall3'/>
2105
+ <Area>4.444444444444445</Area>
2106
+ <Azimuth>0</Azimuth>
2107
+ <RValue>4.430000000000001</RValue>
2108
+ </Door>
2109
+ <Door>
2110
+ <SystemIdentifier id='DoorNorth4'/>
2111
+ <AttachedToWall idref='Wall4'/>
2112
+ <Area>4.444444444444445</Area>
2113
+ <Azimuth>0</Azimuth>
2114
+ <RValue>4.44</RValue>
2115
+ </Door>
2116
+ <Door>
2117
+ <SystemIdentifier id='DoorNorth5'/>
2118
+ <AttachedToWall idref='Wall5'/>
2119
+ <Area>4.444444444444445</Area>
2120
+ <Azimuth>0</Azimuth>
2121
+ <RValue>4.45</RValue>
2122
+ </Door>
2123
+ <Door>
2124
+ <SystemIdentifier id='DoorNorth6'/>
2125
+ <AttachedToWall idref='Wall6'/>
2126
+ <Area>4.444444444444445</Area>
2127
+ <Azimuth>0</Azimuth>
2128
+ <RValue>4.46</RValue>
2129
+ </Door>
2130
+ <Door>
2131
+ <SystemIdentifier id='DoorNorth7'/>
2132
+ <AttachedToWall idref='Wall7'/>
2133
+ <Area>4.444444444444445</Area>
2134
+ <Azimuth>0</Azimuth>
2135
+ <RValue>4.470000000000001</RValue>
2136
+ </Door>
2137
+ <Door>
2138
+ <SystemIdentifier id='DoorNorth8'/>
2139
+ <AttachedToWall idref='Wall8'/>
2140
+ <Area>4.444444444444445</Area>
2141
+ <Azimuth>0</Azimuth>
2142
+ <RValue>4.48</RValue>
2143
+ </Door>
2144
+ <Door>
2145
+ <SystemIdentifier id='DoorNorth9'/>
2146
+ <AttachedToWall idref='Wall9'/>
2147
+ <Area>4.444444444444445</Area>
2148
+ <Azimuth>0</Azimuth>
2149
+ <RValue>4.49</RValue>
2150
+ </Door>
2151
+ <Door>
2152
+ <SystemIdentifier id='DoorSouth2'/>
2153
+ <AttachedToWall idref='Wall2'/>
2154
+ <Area>4.444444444444445</Area>
2155
+ <Azimuth>180</Azimuth>
2156
+ <RValue>4.42</RValue>
2157
+ </Door>
2158
+ <Door>
2159
+ <SystemIdentifier id='DoorSouth3'/>
2160
+ <AttachedToWall idref='Wall3'/>
2161
+ <Area>4.444444444444445</Area>
2162
+ <Azimuth>180</Azimuth>
2163
+ <RValue>4.430000000000001</RValue>
2164
+ </Door>
2165
+ <Door>
2166
+ <SystemIdentifier id='DoorSouth4'/>
2167
+ <AttachedToWall idref='Wall4'/>
2168
+ <Area>4.444444444444445</Area>
2169
+ <Azimuth>180</Azimuth>
2170
+ <RValue>4.44</RValue>
2171
+ </Door>
2172
+ <Door>
2173
+ <SystemIdentifier id='DoorSouth5'/>
2174
+ <AttachedToWall idref='Wall5'/>
2175
+ <Area>4.444444444444445</Area>
2176
+ <Azimuth>180</Azimuth>
2177
+ <RValue>4.45</RValue>
2178
+ </Door>
2179
+ <Door>
2180
+ <SystemIdentifier id='DoorSouth6'/>
2181
+ <AttachedToWall idref='Wall6'/>
2182
+ <Area>4.444444444444445</Area>
2183
+ <Azimuth>180</Azimuth>
2184
+ <RValue>4.46</RValue>
2185
+ </Door>
2186
+ <Door>
2187
+ <SystemIdentifier id='DoorSouth7'/>
2188
+ <AttachedToWall idref='Wall7'/>
2189
+ <Area>4.444444444444445</Area>
2190
+ <Azimuth>180</Azimuth>
2191
+ <RValue>4.470000000000001</RValue>
2192
+ </Door>
2193
+ <Door>
2194
+ <SystemIdentifier id='DoorSouth8'/>
2195
+ <AttachedToWall idref='Wall8'/>
2196
+ <Area>4.444444444444445</Area>
2197
+ <Azimuth>180</Azimuth>
2198
+ <RValue>4.48</RValue>
2199
+ </Door>
2200
+ <Door>
2201
+ <SystemIdentifier id='DoorSouth9'/>
2202
+ <AttachedToWall idref='Wall9'/>
2203
+ <Area>4.444444444444445</Area>
2204
+ <Azimuth>180</Azimuth>
2205
+ <RValue>4.49</RValue>
2206
+ </Door>
2207
+ <Door>
2208
+ <SystemIdentifier id='TinyDoor'/>
2209
+ <AttachedToWall idref='Wall9'/>
2210
+ <Area>0.05</Area>
2211
+ <Azimuth>180</Azimuth>
2212
+ <RValue>4.49</RValue>
2213
+ </Door>
2214
+ </Doors>
2215
+ </Enclosure>
2216
+ <Systems>
2217
+ <HVAC>
2218
+ <HVACPlant>
2219
+ <HeatingSystem>
2220
+ <SystemIdentifier id='HeatingSystem'/>
2221
+ <DistributionSystem idref='HVACDistribution'/>
2222
+ <HeatingSystemType>
2223
+ <Furnace/>
2224
+ </HeatingSystemType>
2225
+ <HeatingSystemFuel>natural gas</HeatingSystemFuel>
2226
+ <HeatingCapacity>64000.0</HeatingCapacity>
2227
+ <AnnualHeatingEfficiency>
2228
+ <Units>AFUE</Units>
2229
+ <Value>0.92</Value>
2230
+ </AnnualHeatingEfficiency>
2231
+ <FractionHeatLoadServed>1.0</FractionHeatLoadServed>
2232
+ </HeatingSystem>
2233
+ <CoolingSystem>
2234
+ <SystemIdentifier id='CoolingSystem'/>
2235
+ <DistributionSystem idref='HVACDistribution'/>
2236
+ <CoolingSystemType>central air conditioner</CoolingSystemType>
2237
+ <CoolingSystemFuel>electricity</CoolingSystemFuel>
2238
+ <CoolingCapacity>48000.0</CoolingCapacity>
2239
+ <CompressorType>single stage</CompressorType>
2240
+ <FractionCoolLoadServed>1.0</FractionCoolLoadServed>
2241
+ <AnnualCoolingEfficiency>
2242
+ <Units>SEER</Units>
2243
+ <Value>13.0</Value>
2244
+ </AnnualCoolingEfficiency>
2245
+ <SensibleHeatFraction>0.73</SensibleHeatFraction>
2246
+ </CoolingSystem>
2247
+ </HVACPlant>
2248
+ <HVACControl>
2249
+ <SystemIdentifier id='HVACControl'/>
2250
+ <ControlType>manual thermostat</ControlType>
2251
+ <SetpointTempHeatingSeason>68.0</SetpointTempHeatingSeason>
2252
+ <SetpointTempCoolingSeason>78.0</SetpointTempCoolingSeason>
2253
+ </HVACControl>
2254
+ <HVACDistribution>
2255
+ <SystemIdentifier id='HVACDistribution'/>
2256
+ <DistributionSystemType>
2257
+ <AirDistribution>
2258
+ <DuctLeakageMeasurement>
2259
+ <DuctType>supply</DuctType>
2260
+ <DuctLeakage>
2261
+ <Units>CFM25</Units>
2262
+ <Value>75.0</Value>
2263
+ <TotalOrToOutside>to outside</TotalOrToOutside>
2264
+ </DuctLeakage>
2265
+ </DuctLeakageMeasurement>
2266
+ <DuctLeakageMeasurement>
2267
+ <DuctType>return</DuctType>
2268
+ <DuctLeakage>
2269
+ <Units>CFM25</Units>
2270
+ <Value>25.0</Value>
2271
+ <TotalOrToOutside>to outside</TotalOrToOutside>
2272
+ </DuctLeakage>
2273
+ </DuctLeakageMeasurement>
2274
+ <Ducts>
2275
+ <DuctType>supply</DuctType>
2276
+ <DuctInsulationRValue>4.0</DuctInsulationRValue>
2277
+ <DuctLocation>attic - unvented</DuctLocation>
2278
+ <DuctSurfaceArea>150.0</DuctSurfaceArea>
2279
+ </Ducts>
2280
+ <Ducts>
2281
+ <DuctType>return</DuctType>
2282
+ <DuctInsulationRValue>0.0</DuctInsulationRValue>
2283
+ <DuctLocation>attic - unvented</DuctLocation>
2284
+ <DuctSurfaceArea>50.0</DuctSurfaceArea>
2285
+ </Ducts>
2286
+ <NumberofReturnRegisters>2</NumberofReturnRegisters>
2287
+ </AirDistribution>
2288
+ </DistributionSystemType>
2289
+ <ConditionedFloorAreaServed>2700.0</ConditionedFloorAreaServed>
2290
+ </HVACDistribution>
2291
+ </HVAC>
2292
+ <WaterHeating>
2293
+ <WaterHeatingSystem>
2294
+ <SystemIdentifier id='WaterHeater'/>
2295
+ <FuelType>electricity</FuelType>
2296
+ <WaterHeaterType>storage water heater</WaterHeaterType>
2297
+ <Location>living space</Location>
2298
+ <TankVolume>40.0</TankVolume>
2299
+ <FractionDHWLoadServed>1.0</FractionDHWLoadServed>
2300
+ <HeatingCapacity>18767.0</HeatingCapacity>
2301
+ <EnergyFactor>0.95</EnergyFactor>
2302
+ <HotWaterTemperature>125.0</HotWaterTemperature>
2303
+ </WaterHeatingSystem>
2304
+ <HotWaterDistribution>
2305
+ <SystemIdentifier id='HotWaterDistribution'/>
2306
+ <SystemType>
2307
+ <Standard>
2308
+ <PipingLength>50.0</PipingLength>
2309
+ </Standard>
2310
+ </SystemType>
2311
+ <PipeInsulation>
2312
+ <PipeRValue>0.0</PipeRValue>
2313
+ </PipeInsulation>
2314
+ </HotWaterDistribution>
2315
+ <WaterFixture>
2316
+ <SystemIdentifier id='WaterFixture'/>
2317
+ <WaterFixtureType>shower head</WaterFixtureType>
2318
+ <LowFlow>true</LowFlow>
2319
+ </WaterFixture>
2320
+ <WaterFixture>
2321
+ <SystemIdentifier id='WaterFixture2'/>
2322
+ <WaterFixtureType>faucet</WaterFixtureType>
2323
+ <LowFlow>false</LowFlow>
2324
+ </WaterFixture>
2325
+ </WaterHeating>
2326
+ </Systems>
2327
+ <Appliances>
2328
+ <ClothesWasher>
2329
+ <SystemIdentifier id='ClothesWasher'/>
2330
+ <Location>living space</Location>
2331
+ <IntegratedModifiedEnergyFactor>1.21</IntegratedModifiedEnergyFactor>
2332
+ <RatedAnnualkWh>380.0</RatedAnnualkWh>
2333
+ <LabelElectricRate>0.12</LabelElectricRate>
2334
+ <LabelGasRate>1.09</LabelGasRate>
2335
+ <LabelAnnualGasCost>27.0</LabelAnnualGasCost>
2336
+ <LabelUsage>6.0</LabelUsage>
2337
+ <Capacity>3.2</Capacity>
2338
+ </ClothesWasher>
2339
+ <ClothesDryer>
2340
+ <SystemIdentifier id='ClothesDryer'/>
2341
+ <Location>living space</Location>
2342
+ <FuelType>electricity</FuelType>
2343
+ <CombinedEnergyFactor>3.73</CombinedEnergyFactor>
2344
+ <extension>
2345
+ <IsVented>true</IsVented>
2346
+ <VentedFlowRate>150.0</VentedFlowRate>
2347
+ </extension>
2348
+ </ClothesDryer>
2349
+ <Dishwasher>
2350
+ <SystemIdentifier id='Dishwasher'/>
2351
+ <Location>living space</Location>
2352
+ <RatedAnnualkWh>307.0</RatedAnnualkWh>
2353
+ <PlaceSettingCapacity>12</PlaceSettingCapacity>
2354
+ <LabelElectricRate>0.12</LabelElectricRate>
2355
+ <LabelGasRate>1.09</LabelGasRate>
2356
+ <LabelAnnualGasCost>22.32</LabelAnnualGasCost>
2357
+ <LabelUsage>4.0</LabelUsage>
2358
+ </Dishwasher>
2359
+ <Refrigerator>
2360
+ <SystemIdentifier id='Refrigerator'/>
2361
+ <Location>living space</Location>
2362
+ <RatedAnnualkWh>650.0</RatedAnnualkWh>
2363
+ <PrimaryIndicator>true</PrimaryIndicator>
2364
+ </Refrigerator>
2365
+ <CookingRange>
2366
+ <SystemIdentifier id='Range'/>
2367
+ <Location>living space</Location>
2368
+ <FuelType>electricity</FuelType>
2369
+ <IsInduction>false</IsInduction>
2370
+ </CookingRange>
2371
+ <Oven>
2372
+ <SystemIdentifier id='Oven'/>
2373
+ <IsConvection>false</IsConvection>
2374
+ </Oven>
2375
+ </Appliances>
2376
+ <Lighting>
2377
+ <LightingGroup>
2378
+ <SystemIdentifier id='Lighting_CFL_Interior'/>
2379
+ <Location>interior</Location>
2380
+ <FractionofUnitsInLocation>0.4</FractionofUnitsInLocation>
2381
+ <LightingType>
2382
+ <CompactFluorescent/>
2383
+ </LightingType>
2384
+ </LightingGroup>
2385
+ <LightingGroup>
2386
+ <SystemIdentifier id='Lighting_CFL_Exterior'/>
2387
+ <Location>exterior</Location>
2388
+ <FractionofUnitsInLocation>0.4</FractionofUnitsInLocation>
2389
+ <LightingType>
2390
+ <CompactFluorescent/>
2391
+ </LightingType>
2392
+ </LightingGroup>
2393
+ <LightingGroup>
2394
+ <SystemIdentifier id='Lighting_CFL_Garage'/>
2395
+ <Location>garage</Location>
2396
+ <FractionofUnitsInLocation>0.4</FractionofUnitsInLocation>
2397
+ <LightingType>
2398
+ <CompactFluorescent/>
2399
+ </LightingType>
2400
+ </LightingGroup>
2401
+ <LightingGroup>
2402
+ <SystemIdentifier id='Lighting_LFL_Interior'/>
2403
+ <Location>interior</Location>
2404
+ <FractionofUnitsInLocation>0.1</FractionofUnitsInLocation>
2405
+ <LightingType>
2406
+ <FluorescentTube/>
2407
+ </LightingType>
2408
+ </LightingGroup>
2409
+ <LightingGroup>
2410
+ <SystemIdentifier id='Lighting_LFL_Exterior'/>
2411
+ <Location>exterior</Location>
2412
+ <FractionofUnitsInLocation>0.1</FractionofUnitsInLocation>
2413
+ <LightingType>
2414
+ <FluorescentTube/>
2415
+ </LightingType>
2416
+ </LightingGroup>
2417
+ <LightingGroup>
2418
+ <SystemIdentifier id='Lighting_LFL_Garage'/>
2419
+ <Location>garage</Location>
2420
+ <FractionofUnitsInLocation>0.1</FractionofUnitsInLocation>
2421
+ <LightingType>
2422
+ <FluorescentTube/>
2423
+ </LightingType>
2424
+ </LightingGroup>
2425
+ <LightingGroup>
2426
+ <SystemIdentifier id='Lighting_LED_Interior'/>
2427
+ <Location>interior</Location>
2428
+ <FractionofUnitsInLocation>0.25</FractionofUnitsInLocation>
2429
+ <LightingType>
2430
+ <LightEmittingDiode/>
2431
+ </LightingType>
2432
+ </LightingGroup>
2433
+ <LightingGroup>
2434
+ <SystemIdentifier id='Lighting_LED_Exterior'/>
2435
+ <Location>exterior</Location>
2436
+ <FractionofUnitsInLocation>0.25</FractionofUnitsInLocation>
2437
+ <LightingType>
2438
+ <LightEmittingDiode/>
2439
+ </LightingType>
2440
+ </LightingGroup>
2441
+ <LightingGroup>
2442
+ <SystemIdentifier id='Lighting_LED_Garage'/>
2443
+ <Location>garage</Location>
2444
+ <FractionofUnitsInLocation>0.25</FractionofUnitsInLocation>
2445
+ <LightingType>
2446
+ <LightEmittingDiode/>
2447
+ </LightingType>
2448
+ </LightingGroup>
2449
+ </Lighting>
2450
+ <MiscLoads>
2451
+ <PlugLoad>
2452
+ <SystemIdentifier id='PlugLoadMisc'/>
2453
+ <PlugLoadType>other</PlugLoadType>
2454
+ <Load>
2455
+ <Units>kWh/year</Units>
2456
+ <Value>2457.0</Value>
2457
+ </Load>
2458
+ <extension>
2459
+ <FracSensible>0.855</FracSensible>
2460
+ <FracLatent>0.045</FracLatent>
2461
+ </extension>
2462
+ </PlugLoad>
2463
+ <PlugLoad>
2464
+ <SystemIdentifier id='PlugLoadMisc2'/>
2465
+ <PlugLoadType>TV other</PlugLoadType>
2466
+ <Load>
2467
+ <Units>kWh/year</Units>
2468
+ <Value>620.0</Value>
2469
+ </Load>
2470
+ </PlugLoad>
2471
+ </MiscLoads>
2472
+ </BuildingDetails>
2473
+ </Building>
2474
+ </HPXML>