urbanopt-cli 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (712) hide show
  1. checksums.yaml +4 -4
  2. data/.github/release.yml +24 -0
  3. data/.github/workflows/nightly_ci_build.yml +39 -29
  4. data/.gitignore +1 -0
  5. data/CHANGELOG.md +17 -0
  6. data/CMakeLists.txt +7 -7
  7. data/FindOpenStudioSDK.cmake +8 -8
  8. data/LICENSE.md +8 -35
  9. data/README.md +25 -10
  10. data/example_files/Gemfile +9 -9
  11. data/example_files/example_project_combined.json +6 -2
  12. data/example_files/example_project_with_ghe.json +859 -0
  13. data/example_files/mappers/Baseline.rb +39 -415
  14. data/example_files/mappers/ChilledWaterStorage.rb +1 -1
  15. data/example_files/mappers/CreateBar.rb +1 -1
  16. data/example_files/mappers/EvCharging.rb +1 -1
  17. data/example_files/mappers/FlexibleHotWater.rb +1 -1
  18. data/example_files/mappers/Floorspace.rb +1 -1
  19. data/example_files/mappers/HighEfficiency.rb +1 -1
  20. data/example_files/mappers/HighEfficiencyCreateBar.rb +1 -1
  21. data/example_files/mappers/HighEfficiencyFloorspace.rb +1 -1
  22. data/example_files/mappers/PeakHoursMelsShedding.rb +1 -1
  23. data/example_files/mappers/PeakHoursThermostatAdjust.rb +1 -1
  24. data/example_files/mappers/ThermalStorage.rb +1 -1
  25. data/example_files/mappers/base_workflow.osw +11 -4
  26. data/example_files/mappers/residential/template/util.rb +138 -0
  27. data/example_files/mappers/residential/util.rb +276 -0
  28. data/example_files/measures/BuildResidentialModel/measure.rb +118 -230
  29. data/example_files/measures/BuildResidentialModel/measure.xml +344 -233
  30. data/example_files/measures/BuildResidentialModel/resources/geometry.rb +7 -2
  31. data/example_files/measures/BuildResidentialModel/resources/unit_conversions.rb +5 -0
  32. data/example_files/measures/BuildResidentialModel/resources/util.rb +5 -0
  33. data/example_files/measures/BuildResidentialModel/tests/test_build_residential_model.rb +344 -0
  34. data/example_files/measures/BuildResidentialModel/tests/xml_building/17/feature1.xml +2112 -0
  35. data/example_files/measures/BuildResidentialModel/tests/xml_building/17/feature2.xml +2112 -0
  36. data/example_files/osm_building/7.osm +0 -2
  37. data/example_files/osm_building/8.osm +0 -2
  38. data/example_files/osm_building/9.osm +0 -2
  39. data/example_files/python_deps/dependencies.json +4 -3
  40. data/example_files/resources/hpxml-measures/.gitattributes +3 -0
  41. data/example_files/resources/hpxml-measures/.github/pull_request_template.md +2 -2
  42. data/example_files/resources/hpxml-measures/.github/workflows/add_to_project.yml +17 -0
  43. data/example_files/resources/hpxml-measures/.github/workflows/config.yml +37 -8
  44. data/example_files/resources/hpxml-measures/.gitignore +1 -0
  45. data/example_files/resources/hpxml-measures/.readthedocs.yml +6 -2
  46. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/README.md +5596 -0
  47. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/README.md.erb +41 -0
  48. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb +1324 -1035
  49. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml +325 -236
  50. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/geometry.rb +119 -152
  51. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{build_residential_hpxml_test.rb → test_build_residential_hpxml.rb} +225 -107
  52. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/README.md +96 -0
  53. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/README.md.erb +41 -0
  54. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.rb +73 -31
  55. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.xml +60 -40
  56. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/README.md +48 -23
  57. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/constants.rb +5 -0
  58. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb +6 -12
  59. data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/tests/{build_residential_schedule_file_test.rb → test_build_residential_schedule_file.rb} +162 -35
  60. data/example_files/resources/hpxml-measures/Changelog.md +57 -1
  61. data/example_files/resources/hpxml-measures/Gemfile +1 -1
  62. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/README.md +83 -0
  63. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/README.md.erb +41 -0
  64. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb +1081 -878
  65. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml +258 -204
  66. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb +205 -178
  67. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb +43 -18
  68. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb +37 -112
  69. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constructions.rb +34 -73
  70. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data/Xing_okstate_0664D_13659_Table_A-3.csv +4165 -0
  71. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data/unavailable_periods.csv +2 -2
  72. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/energyplus.rb +5 -1
  73. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/generator.rb +13 -7
  74. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb +95 -42
  75. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb +132 -108
  76. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb +1695 -1267
  77. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb +668 -589
  78. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXML.xsd +304 -553
  79. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml +197 -112
  80. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +1140 -1745
  81. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac_sizing.rb +412 -325
  82. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb +56 -48
  83. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb +49 -38
  84. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/materials.rb +5 -0
  85. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/meta_measure.rb +17 -1
  86. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/minitest_helper.rb +5 -0
  87. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb +94 -78
  88. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/output.rb +60 -2
  89. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/psychrometrics.rb +6 -1
  90. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/pv.rb +11 -5
  91. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-non-stochastic.csv +1 -1
  92. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-30-mins.csv +52561 -0
  93. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic_2.csv +8761 -0
  94. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic_3.csv +8761 -0
  95. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic_4.csv +8761 -0
  96. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic_5.csv +8761 -0
  97. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic_6.csv +8761 -0
  98. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb +129 -137
  99. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/simcontrols.rb +12 -21
  100. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/unit_conversions.rb +5 -0
  101. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/util.rb +7 -2
  102. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/utility_bills.rb +6 -1
  103. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/version.rb +7 -2
  104. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/waterheater.rb +179 -144
  105. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb +129 -71
  106. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlhelper.rb +5 -0
  107. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlvalidator.rb +23 -6
  108. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb +129 -118
  109. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_battery.rb +25 -20
  110. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb +2282 -2239
  111. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_enclosure.rb +395 -204
  112. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_generator.rb +12 -7
  113. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb +56 -51
  114. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac.rb +369 -230
  115. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac_sizing.rb +371 -191
  116. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_lighting.rb +27 -20
  117. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_location.rb +55 -5
  118. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_miscloads.rb +35 -30
  119. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_pv.rb +13 -8
  120. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb +107 -93
  121. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_simcontrols.rb +11 -6
  122. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb +757 -573
  123. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_water_heater.rb +77 -72
  124. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_weather.rb +36 -6
  125. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/util.rb +5 -0
  126. data/example_files/resources/hpxml-measures/README.md +2 -0
  127. data/example_files/resources/hpxml-measures/Rakefile +10 -3
  128. data/example_files/resources/hpxml-measures/ReportSimulationOutput/README.md +787 -0
  129. data/example_files/resources/hpxml-measures/ReportSimulationOutput/README.md.erb +41 -0
  130. data/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.rb +730 -418
  131. data/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.xml +1215 -9
  132. data/example_files/resources/hpxml-measures/ReportSimulationOutput/tests/{output_report_test.rb → test_report_sim_output.rb} +130 -299
  133. data/example_files/resources/hpxml-measures/ReportUtilityBills/README.md +87 -0
  134. data/example_files/resources/hpxml-measures/ReportUtilityBills/README.md.erb +41 -0
  135. data/example_files/resources/hpxml-measures/ReportUtilityBills/measure.rb +261 -89
  136. data/example_files/resources/hpxml-measures/ReportUtilityBills/measure.xml +179 -94
  137. data/example_files/resources/hpxml-measures/ReportUtilityBills/resources/simple_rates/Average_retail_price_of_electricity.csv +68 -68
  138. data/example_files/resources/hpxml-measures/ReportUtilityBills/resources/simple_rates/NG_PRI_SUM_A_EPG0_PRS_DMCF_A.csv +3 -2
  139. data/example_files/resources/hpxml-measures/ReportUtilityBills/resources/simple_rates/PET_PRI_WFR_A_EPD2F_PRS_DPGAL_W.csv +713 -685
  140. data/example_files/resources/hpxml-measures/ReportUtilityBills/resources/simple_rates/PET_PRI_WFR_A_EPLLPA_PRS_DPGAL_W.csv +716 -688
  141. data/example_files/resources/hpxml-measures/ReportUtilityBills/resources/simple_rates/README.md +5 -2
  142. data/example_files/resources/hpxml-measures/ReportUtilityBills/resources/util.rb +18 -9
  143. data/example_files/resources/hpxml-measures/ReportUtilityBills/tests/test_report_utility_bills.rb +1308 -0
  144. data/example_files/resources/hpxml-measures/docs/requirements.txt +5 -0
  145. data/example_files/resources/hpxml-measures/docs/source/conf.py +1 -2
  146. data/example_files/resources/hpxml-measures/docs/source/intro.rst +3 -20
  147. data/example_files/resources/hpxml-measures/docs/source/usage_instructions.rst +1 -1
  148. data/example_files/resources/hpxml-measures/docs/source/workflow_inputs.rst +917 -564
  149. data/example_files/resources/hpxml-measures/docs/source/workflow_outputs.rst +79 -42
  150. data/example_files/resources/hpxml-measures/tasks.rb +2305 -2055
  151. data/example_files/resources/hpxml-measures/workflow/hpxml_inputs.json +270 -587
  152. data/example_files/resources/hpxml-measures/workflow/real_homes/house001.xml +559 -557
  153. data/example_files/resources/hpxml-measures/workflow/real_homes/house002.xml +522 -520
  154. data/example_files/resources/hpxml-measures/workflow/real_homes/house003.xml +534 -532
  155. data/example_files/resources/hpxml-measures/workflow/real_homes/house004.xml +547 -545
  156. data/example_files/resources/hpxml-measures/workflow/real_homes/house005.xml +546 -544
  157. data/example_files/resources/hpxml-measures/workflow/real_homes/house006.xml +603 -623
  158. data/example_files/resources/hpxml-measures/workflow/real_homes/house007.xml +613 -633
  159. data/example_files/resources/hpxml-measures/workflow/real_homes/house008.xml +699 -721
  160. data/example_files/resources/hpxml-measures/workflow/real_homes/house009.xml +662 -661
  161. data/example_files/resources/hpxml-measures/workflow/real_homes/house010.xml +657 -677
  162. data/example_files/resources/hpxml-measures/workflow/real_homes/house011.xml +470 -467
  163. data/example_files/resources/hpxml-measures/workflow/real_homes/house012.xml +441 -438
  164. data/example_files/resources/hpxml-measures/workflow/real_homes/house013.xml +468 -465
  165. data/example_files/resources/hpxml-measures/workflow/real_homes/house014.xml +469 -466
  166. data/example_files/resources/hpxml-measures/workflow/real_homes/house015.xml +468 -465
  167. data/example_files/resources/hpxml-measures/workflow/real_homes/house016.xml +717 -714
  168. data/example_files/resources/hpxml-measures/workflow/real_homes/house017.xml +647 -645
  169. data/example_files/resources/hpxml-measures/workflow/real_homes/house018.xml +569 -566
  170. data/example_files/resources/hpxml-measures/workflow/real_homes/house019.xml +602 -599
  171. data/example_files/resources/hpxml-measures/workflow/real_homes/house020.xml +630 -627
  172. data/example_files/resources/hpxml-measures/workflow/real_homes/house021.xml +776 -774
  173. data/example_files/resources/hpxml-measures/workflow/real_homes/house022.xml +670 -667
  174. data/example_files/resources/hpxml-measures/workflow/real_homes/house023.xml +632 -629
  175. data/example_files/resources/hpxml-measures/workflow/real_homes/house024.xml +731 -729
  176. data/example_files/resources/hpxml-measures/workflow/real_homes/house025.xml +672 -669
  177. data/example_files/resources/hpxml-measures/workflow/real_homes/house026.xml +667 -644
  178. data/example_files/resources/hpxml-measures/workflow/real_homes/house027.xml +646 -644
  179. data/example_files/resources/hpxml-measures/workflow/real_homes/house028.xml +690 -688
  180. data/example_files/resources/hpxml-measures/workflow/real_homes/house029.xml +701 -699
  181. data/example_files/resources/hpxml-measures/workflow/real_homes/house030.xml +637 -615
  182. data/example_files/resources/hpxml-measures/workflow/real_homes/house031.xml +690 -688
  183. data/example_files/resources/hpxml-measures/workflow/real_homes/house032.xml +557 -554
  184. data/example_files/resources/hpxml-measures/workflow/real_homes/house033.xml +534 -531
  185. data/example_files/resources/hpxml-measures/workflow/real_homes/house034.xml +636 -635
  186. data/example_files/resources/hpxml-measures/workflow/real_homes/house035.xml +616 -613
  187. data/example_files/resources/hpxml-measures/workflow/real_homes/house036.xml +601 -598
  188. data/example_files/resources/hpxml-measures/workflow/real_homes/house037.xml +581 -578
  189. data/example_files/resources/hpxml-measures/workflow/real_homes/house038.xml +624 -622
  190. data/example_files/resources/hpxml-measures/workflow/real_homes/house039.xml +584 -582
  191. data/example_files/resources/hpxml-measures/workflow/real_homes/house040.xml +631 -629
  192. data/example_files/resources/hpxml-measures/workflow/real_homes/house041.xml +922 -921
  193. data/example_files/resources/hpxml-measures/workflow/real_homes/house042.xml +855 -853
  194. data/example_files/resources/hpxml-measures/workflow/real_homes/house043.xml +739 -737
  195. data/example_files/resources/hpxml-measures/workflow/real_homes/house044.xml +798 -796
  196. data/example_files/resources/hpxml-measures/workflow/real_homes/house045.xml +696 -694
  197. data/example_files/resources/hpxml-measures/workflow/real_homes/house046.xml +487 -483
  198. data/example_files/resources/hpxml-measures/workflow/real_homes/house047.xml +443 -440
  199. data/example_files/resources/hpxml-measures/workflow/real_homes/house048.xml +688 -686
  200. data/example_files/resources/hpxml-measures/workflow/real_homes/house049.xml +722 -720
  201. data/example_files/resources/hpxml-measures/workflow/real_homes/house050.xml +619 -617
  202. data/example_files/resources/hpxml-measures/workflow/run_simulation.rb +13 -20
  203. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml +9 -9
  204. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-portable.xml +11 -12
  205. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-whole-home.xml +11 -12
  206. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-multiple.xml +12 -13
  207. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml +11 -12
  208. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml +9 -9
  209. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml +9 -9
  210. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml +4 -4
  211. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml +9 -9
  212. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml +9 -9
  213. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml +9 -9
  214. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml +11 -11
  215. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml +10 -10
  216. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml +9 -9
  217. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml +10 -11
  218. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml +9 -9
  219. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml +8 -8
  220. data/example_files/resources/hpxml-measures/workflow/sample_files/base-battery-scheduled.xml +571 -569
  221. data/example_files/resources/hpxml-measures/workflow/sample_files/base-battery.xml +9 -9
  222. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml → base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml} +5 -5
  223. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-adjacent-to-multiple.xml → base-bldgtype-mf-unit-adjacent-to-multiple.xml} +17 -17
  224. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml → base-bldgtype-mf-unit-adjacent-to-non-freezing-space.xml} +5 -5
  225. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-adjacent-to-other-heated-space.xml → base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml} +5 -5
  226. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml → base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml} +5 -5
  227. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-infil-compartmentalization-test.xml → base-bldgtype-mf-unit-infil-compartmentalization-test.xml} +461 -461
  228. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-residents-1.xml → base-bldgtype-mf-unit-residents-1.xml} +453 -453
  229. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml → base-bldgtype-mf-unit-shared-boiler-chiller-baseboard.xml} +11 -11
  230. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml → base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml} +11 -11
  231. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml → base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil.xml} +11 -11
  232. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml → base-bldgtype-mf-unit-shared-boiler-chiller-water-loop-heat-pump.xml} +11 -11
  233. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml → base-bldgtype-mf-unit-shared-boiler-cooling-tower-water-loop-heat-pump.xml} +11 -11
  234. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-only-baseboard.xml → base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml} +11 -11
  235. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml → base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml} +11 -11
  236. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml → base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml} +11 -11
  237. data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-boiler-only-fan-coil-fireplace-elec.xml +433 -0
  238. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml → base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml} +11 -11
  239. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml → base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml} +11 -11
  240. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-chiller-only-baseboard.xml → base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml} +11 -11
  241. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml → base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml} +11 -11
  242. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml → base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml} +11 -11
  243. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml → base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml} +11 -11
  244. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml → base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml} +11 -11
  245. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-generator.xml → base-bldgtype-mf-unit-shared-generator.xml} +13 -13
  246. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml → base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml} +13 -13
  247. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-laundry-room-multiple-water-heaters.xml → base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml} +480 -480
  248. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-laundry-room.xml → base-bldgtype-mf-unit-shared-laundry-room.xml} +10 -10
  249. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-mechvent-multiple.xml → base-bldgtype-mf-unit-shared-mechvent-multiple.xml} +15 -15
  250. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-mechvent-preconditioning.xml → base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml} +13 -13
  251. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-mechvent.xml → base-bldgtype-mf-unit-shared-mechvent.xml} +13 -13
  252. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-pv.xml → base-bldgtype-mf-unit-shared-pv.xml} +13 -13
  253. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-water-heater-recirc.xml → base-bldgtype-mf-unit-shared-water-heater-recirc.xml} +13 -13
  254. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-shared-water-heater.xml → base-bldgtype-mf-unit-shared-water-heater.xml} +13 -13
  255. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily.xml → base-bldgtype-mf-unit.xml} +13 -13
  256. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-attached-2stories.xml → base-bldgtype-sfa-unit-2stories.xml} +610 -610
  257. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-attached-atticroof-cathedral.xml → base-bldgtype-sfa-unit-atticroof-cathedral.xml} +558 -558
  258. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-attached-infil-compartmentalization-test.xml → base-bldgtype-sfa-unit-infil-compartmentalization-test.xml} +610 -610
  259. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-attached.xml → base-bldgtype-sfa-unit.xml} +610 -610
  260. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml +8 -8
  261. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml +9 -9
  262. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml +9 -9
  263. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml +9 -9
  264. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml +9 -9
  265. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml +9 -9
  266. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml +9 -9
  267. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml +9 -9
  268. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml +9 -9
  269. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-detailed-setpoints.xml +507 -505
  270. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml +9 -9
  271. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml +8 -8
  272. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml +9 -9
  273. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml +9 -9
  274. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml +9 -9
  275. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml +9 -9
  276. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml +9 -9
  277. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml +9 -9
  278. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml +9 -9
  279. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml +12 -10
  280. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml +14 -14
  281. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml +5 -5
  282. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml +9 -9
  283. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml +9 -9
  284. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml +9 -9
  285. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml +9 -9
  286. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml +9 -9
  287. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml +9 -9
  288. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml +9 -9
  289. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml +9 -9
  290. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml +9 -9
  291. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml +9 -9
  292. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml +9 -9
  293. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml +9 -9
  294. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-detailed-setpoints.xml +12 -10
  295. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-elec-uef.xml +9 -9
  296. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml +8 -8
  297. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef-fhr.xml +9 -9
  298. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef.xml +9 -9
  299. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml +9 -9
  300. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-detailed-schedules.xml +13 -11
  301. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml +9 -9
  302. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml +8 -8
  303. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-uef.xml +9 -9
  304. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml +9 -9
  305. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml +9 -9
  306. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml +9 -9
  307. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml +12 -10
  308. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-model-type-stratified.xml +9 -9
  309. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml +9 -9
  310. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml +9 -9
  311. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-detailed-setpoints.xml +12 -10
  312. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml +8 -8
  313. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-uef.xml +9 -9
  314. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml +9 -9
  315. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-uef.xml +9 -9
  316. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml +9 -9
  317. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml +9 -9
  318. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml +9 -9
  319. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml +9 -9
  320. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml +13 -14
  321. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml +11 -11
  322. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml +9 -9
  323. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml +9 -9
  324. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml +9 -9
  325. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml +9 -9
  326. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-ceilingtypes.xml +576 -576
  327. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-floortypes.xml +519 -519
  328. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml +4 -5
  329. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml +9 -9
  330. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml +9 -9
  331. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml +9 -9
  332. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ela.xml +548 -548
  333. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml +9 -9
  334. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml +9 -9
  335. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-cfm.xml +551 -551
  336. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-orientations.xml +9 -9
  337. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml +9 -9
  338. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml +9 -9
  339. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-physical-properties.xml +9 -9
  340. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-shading.xml +9 -9
  341. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-storms.xml +9 -9
  342. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml +9 -9
  343. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-level.xml +10 -11
  344. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-thermal-mass.xml +9 -9
  345. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml +19 -19
  346. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-natural-ventilation-availability.xml +555 -553
  347. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml +9 -9
  348. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-physical-properties.xml +9 -9
  349. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-shading-seasons.xml +560 -558
  350. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-shading.xml +9 -9
  351. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-storms.xml +9 -9
  352. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml +10 -10
  353. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-basement-garage.xml +10 -11
  354. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-belly-wing-no-skirt.xml +496 -0
  355. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-belly-wing-skirt.xml +496 -0
  356. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml +18 -18
  357. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-schedules-simple-power-outage-natvent-unavailable.xml → base-foundation-conditioned-basement-slab-insulation-full.xml} +552 -564
  358. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml +9 -9
  359. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-insulation.xml +555 -555
  360. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-crawlspace.xml +8 -8
  361. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml +5 -5
  362. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml +10 -11
  363. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml +4 -4
  364. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml +4 -4
  365. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml +4 -4
  366. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml +4 -4
  367. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml +9 -9
  368. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace-above-grade.xml +558 -0
  369. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml +9 -9
  370. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml +15 -15
  371. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml +9 -9
  372. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml +552 -552
  373. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml +9 -9
  374. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml +562 -562
  375. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml +557 -557
  376. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml +9 -9
  377. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml +9 -9
  378. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml +586 -586
  379. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml +9 -9
  380. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml +9 -9
  381. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml +9 -9
  382. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-acca.xml → base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-other-temperatures.xml} +89 -13
  383. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-hers.xml → base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml} +107 -13
  384. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml +9 -9
  385. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-sizing-controls.xml +567 -565
  386. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize.xml +9 -9
  387. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml +9 -9
  388. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml +9 -9
  389. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml +9 -9
  390. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only-pilot.xml +512 -512
  391. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml +9 -9
  392. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml +9 -9
  393. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml +9 -9
  394. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml +9 -9
  395. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed-seer2.xml +536 -536
  396. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml +9 -9
  397. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml +9 -9
  398. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-central-ac-only-var-speed.xml → base-hvac-central-ac-only-var-speed-detailed-performance.xml} +49 -10
  399. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml +9 -9
  400. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml +9 -9
  401. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml +9 -9
  402. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml +559 -559
  403. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml +9 -9
  404. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml +9 -9
  405. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml +9 -9
  406. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml +9 -9
  407. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-area-fractions.xml +11 -12
  408. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-area-multipliers.xml +558 -558
  409. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-buried.xml +554 -554
  410. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-furnace-gas-room-ac.xml → base-hvac-ducts-defaults.xml} +28 -14
  411. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-effective-rvalue.xml +552 -552
  412. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-cfm50.xml +9 -9
  413. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml +9 -9
  414. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml +9 -9
  415. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml +9 -9
  416. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml +9 -9
  417. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml +9 -9
  418. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml +9 -9
  419. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml +15 -10
  420. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-coal-only.xml +9 -9
  421. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml +9 -9
  422. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml +9 -9
  423. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml +9 -9
  424. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml +9 -9
  425. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only-detailed-setpoints.xml +12 -10
  426. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only-pilot.xml +541 -541
  427. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml +9 -9
  428. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml +9 -9
  429. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml +9 -9
  430. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml +9 -9
  431. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml +9 -9
  432. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml +9 -9
  433. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-cooling-only.xml +9 -9
  434. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-heating-only.xml +9 -9
  435. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml +9 -9
  436. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml +9 -9
  437. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml +9 -9
  438. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-air-to-air-heat-pump-1-speed-autosized-backup.xml → base-hvac-install-quality-air-to-air-heat-pump-var-speed-detailed-performance.xml} +650 -556
  439. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml +9 -9
  440. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml +9 -9
  441. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml +9 -9
  442. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml +9 -9
  443. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-only.xml +9 -9
  444. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-ground-to-air-heat-pump.xml +9 -9
  445. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml +9 -9
  446. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-mini-split-heat-pump-ducted.xml +9 -9
  447. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml +9 -9
  448. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml → base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance.xml} +50 -49
  449. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml +9 -9
  450. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml +9 -9
  451. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-maxload.xml → base-hvac-mini-split-heat-pump-ducted-detailed-performance.xml} +109 -14
  452. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml +9 -9
  453. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml +9 -9
  454. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml +524 -524
  455. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted-backup-hardsized.xml → base-hvac-mini-split-heat-pump-ductless-backup-furnace-ducts-defaults.xml} +560 -552
  456. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml +563 -563
  457. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-stove.xml +9 -9
  458. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml → base-hvac-mini-split-heat-pump-ductless-detailed-performance.xml} +108 -60
  459. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml +505 -505
  460. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml +9 -9
  461. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml +9 -9
  462. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml +10 -11
  463. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac-with-heating-electricity.xml +9 -9
  464. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac-with-heating-natural-gas.xml +504 -504
  465. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac.xml +9 -9
  466. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-pthp-heating-capacity-17f.xml +512 -512
  467. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-pthp.xml +9 -9
  468. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml +9 -9
  469. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-ceer.xml +9 -9
  470. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-detailed-setpoints.xml +12 -10
  471. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml +9 -9
  472. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-with-heating.xml +504 -504
  473. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-with-reverse-cycle.xml +517 -517
  474. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-seasons.xml +9 -9
  475. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints-daily-schedules.xml +9 -9
  476. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints-daily-setbacks.xml +9 -9
  477. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml +9 -9
  478. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-fixed-heater-gas-only.xml → base-hvac-space-heater-gas-only.xml} +10 -10
  479. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml +9 -9
  480. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml +9 -9
  481. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml +9 -9
  482. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml +9 -9
  483. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml +9 -9
  484. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-holiday.xml +9 -9
  485. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-kwh-per-year.xml +531 -528
  486. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-mixed.xml +536 -536
  487. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none-ceiling-fans.xml +515 -515
  488. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml +9 -9
  489. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-AMY-2012.xml +9 -9
  490. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml +9 -9
  491. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-capetown-zaf.xml +9 -9
  492. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml +10 -11
  493. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml +4 -4
  494. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-helena-mt.xml +9 -9
  495. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-honolulu-hi.xml +10 -11
  496. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml +10 -11
  497. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-phoenix-az.xml +10 -11
  498. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-portland-or.xml +9 -9
  499. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml +9 -9
  500. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml +9 -9
  501. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-airflow-fraction-zero.xml +9 -9
  502. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml +9 -9
  503. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml +9 -9
  504. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-supplemental-fan-exhaust.xml +576 -576
  505. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-supplemental-fan-supply.xml +576 -576
  506. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml +9 -9
  507. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml +9 -9
  508. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml +9 -9
  509. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml +9 -9
  510. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml +9 -9
  511. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml +9 -9
  512. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml +9 -9
  513. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml +9 -9
  514. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml +9 -9
  515. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml +9 -9
  516. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-additional-properties.xml +21 -19
  517. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv-detailed-only.xml +605 -605
  518. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv-mixed.xml +587 -587
  519. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv.xml +9 -9
  520. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills.xml +9 -9
  521. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml +3 -3
  522. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-emissions.xml +9 -9
  523. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators-battery-scheduled.xml +587 -585
  524. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators-battery.xml +584 -584
  525. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators.xml +9 -9
  526. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-ground-conductivity.xml +555 -555
  527. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml +26 -26
  528. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml +26 -26
  529. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml +9 -9
  530. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading-bldgtype-multifamily.xml +508 -508
  531. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml +9 -9
  532. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shielding-of-home.xml +9 -9
  533. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-schedules-simple-power-outage-natvent-available.xml → base-misc-unit-multiplier.xml} +553 -564
  534. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml +26 -26
  535. data/example_files/resources/hpxml-measures/workflow/sample_files/base-multiple-mf-units.xml +2755 -0
  536. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-multiple-buildings.xml → base-multiple-sfd-buildings.xml} +31 -22
  537. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-ah.xml +9 -9
  538. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-garage.xml +4 -5
  539. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-round-trip-efficiency.xml +597 -597
  540. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-scheduled.xml +599 -597
  541. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery.xml +9 -9
  542. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators-battery-scheduled.xml +615 -613
  543. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators-battery.xml +612 -612
  544. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators.xml +596 -596
  545. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml +9 -9
  546. data/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-0-runperiod-1-month.xml +559 -559
  547. data/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-0.xml +555 -555
  548. data/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1-misc-loads-large-uncommon.xml +616 -616
  549. data/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1-misc-loads-large-uncommon2.xml +616 -616
  550. data/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1.xml +547 -547
  551. data/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-5.xml +515 -515
  552. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-all-10-mins.xml +14 -12
  553. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-crankcase-heater-40w.xml → base-schedules-detailed-mixed-timesteps-power-outage.xml} +565 -555
  554. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-schedules-detailed-occupancy-stochastic-vacancy-year-round.xml → base-schedules-detailed-mixed-timesteps.xml} +554 -563
  555. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-10-mins.xml +12 -10
  556. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-power-outage.xml +566 -564
  557. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-vacancy.xml +12 -10
  558. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic.xml +12 -10
  559. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints-daily-schedules.xml +12 -10
  560. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints-daily-setbacks.xml +12 -10
  561. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints.xml +12 -10
  562. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage.xml +619 -619
  563. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy.xml +618 -618
  564. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple.xml +9 -9
  565. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-calendar-year-custom.xml +9 -9
  566. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml +9 -9
  567. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml +9 -9
  568. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml +9 -9
  569. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-temperature-capacitance-multiplier.xml +553 -553
  570. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml +12 -10
  571. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml +12 -10
  572. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml +9 -9
  573. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-30-mins.xml +552 -552
  574. data/example_files/resources/hpxml-measures/workflow/sample_files/base.xml +9 -9
  575. data/example_files/resources/hpxml-measures/workflow/template-build-and-run-hpxml-with-stochastic-occupancy.osw +2 -0
  576. data/example_files/resources/hpxml-measures/workflow/template-run-hpxml-with-stochastic-occupancy-subset.osw +2 -0
  577. data/example_files/resources/hpxml-measures/workflow/template-run-hpxml-with-stochastic-occupancy.osw +2 -0
  578. data/example_files/resources/hpxml-measures/workflow/template-run-hpxml.osw +4 -1
  579. data/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Long_Residence.xml +385 -385
  580. data/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Vatilo_Residence.xml +378 -380
  581. data/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Victor_Residence.xml +369 -369
  582. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml +7 -7
  583. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml +7 -7
  584. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml +7 -7
  585. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml +7 -7
  586. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml +7 -7
  587. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml +7 -7
  588. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml +7 -7
  589. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml +7 -7
  590. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml +7 -7
  591. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml +7 -7
  592. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml +7 -7
  593. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml +7 -7
  594. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml +7 -7
  595. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml +7 -7
  596. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml +7 -7
  597. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml +7 -7
  598. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml +7 -7
  599. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml +7 -7
  600. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml +7 -7
  601. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml +7 -7
  602. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml +7 -7
  603. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml +7 -7
  604. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml +7 -8
  605. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml +7 -8
  606. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml +6 -6
  607. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml +6 -6
  608. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_sizing.csv +363 -0
  609. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_workflow_simulations1.csv +281 -0
  610. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_workflow_simulations1_bills.csv +281 -0
  611. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_workflow_simulations2.csv +141 -0
  612. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_workflow_simulations2_bills.csv +141 -0
  613. data/example_files/resources/hpxml-measures/workflow/tests/compare.py +12 -6
  614. data/example_files/resources/hpxml-measures/workflow/tests/util.rb +1141 -0
  615. data/example_files/weather/USA_CO_Denver.Intl.AP.725650_TMY3.ddy +536 -0
  616. data/example_files/weather/USA_CO_Denver.Intl.AP.725650_TMY3.epw +8768 -0
  617. data/example_files/weather/USA_CO_Denver.Intl.AP.725650_TMY3.stat +554 -0
  618. data/example_files/weather/USA_FL_MacDill.AFB.747880_TMY3.ddy +536 -0
  619. data/example_files/weather/USA_FL_MacDill.AFB.747880_TMY3.epw +8768 -0
  620. data/example_files/weather/USA_FL_MacDill.AFB.747880_TMY3.stat +553 -0
  621. data/example_files/weather/USA_GA_Atlanta-Hartsfield-Jackson.Intl.AP.722190_TMY3-cache.csv +35 -0
  622. data/example_files/weather/USA_GA_Atlanta-Hartsfield-Jackson.Intl.AP.722190_TMY3.ddy +536 -0
  623. data/example_files/weather/USA_GA_Atlanta-Hartsfield-Jackson.Intl.AP.722190_TMY3.epw +8768 -0
  624. data/example_files/weather/USA_GA_Atlanta-Hartsfield-Jackson.Intl.AP.722190_TMY3.stat +553 -0
  625. data/example_files/weather/USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3-cache.csv +35 -0
  626. data/example_files/xml_building/17/README.md +4 -2
  627. data/example_files/xml_building/17/feature.xml +2112 -0
  628. data/lib/uo_cli/version.rb +1 -1
  629. data/lib/uo_cli.rb +110 -17
  630. data/uo_cli.gemspec +6 -8
  631. metadata +130 -177
  632. data/Jenkinsfile +0 -10
  633. data/example_files/base_workflow_res.osw +0 -276
  634. data/example_files/resources/hpxml-measures/ReportUtilityBills/tests/utility_bills_test.rb +0 -1226
  635. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil-location-miami-fl.xml +0 -551
  636. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane-location-portland-or.xml +0 -551
  637. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml +0 -544
  638. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml +0 -550
  639. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml +0 -552
  640. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml +0 -552
  641. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml +0 -552
  642. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml +0 -552
  643. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-acca.xml +0 -552
  644. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-hers.xml +0 -552
  645. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-maxload.xml +0 -552
  646. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml +0 -569
  647. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml +0 -599
  648. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-maxload.xml +0 -552
  649. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-elec-only.xml +0 -506
  650. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-central-ac-1-speed.xml +0 -560
  651. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-only.xml +0 -507
  652. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-1-speed.xml +0 -536
  653. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-2-speed.xml +0 -536
  654. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml +0 -565
  655. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml +0 -553
  656. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml +0 -553
  657. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml +0 -553
  658. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-elec-resistance-only.xml +0 -497
  659. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-evap-cooler-furnace-gas.xml +0 -544
  660. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-floor-furnace-propane-only.xml +0 -500
  661. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-elec-only.xml +0 -536
  662. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-2-speed.xml +0 -551
  663. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-var-speed.xml +0 -551
  664. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-only.xml +0 -536
  665. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml +0 -546
  666. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml +0 -552
  667. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-acca.xml +0 -554
  668. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-hers.xml +0 -554
  669. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-maxload.xml +0 -554
  670. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml +0 -543
  671. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml +0 -549
  672. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-acca.xml +0 -551
  673. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-hers.xml +0 -551
  674. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-baseboard.xml +0 -519
  675. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml +0 -522
  676. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ptac-with-heating.xml +0 -503
  677. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ptac.xml +0 -496
  678. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-acca.xml +0 -518
  679. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-hers.xml +0 -518
  680. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-maxload.xml +0 -518
  681. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-only.xml +0 -496
  682. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-heating.xml +0 -503
  683. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-acca.xml +0 -518
  684. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-hers.xml +0 -518
  685. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-maxload.xml +0 -518
  686. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-stove-oil-only.xml +0 -500
  687. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-wall-furnace-elec-only.xml +0 -500
  688. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only-pilot-light.xml +0 -506
  689. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml +0 -501
  690. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml +0 -556
  691. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-none.xml +0 -548
  692. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy-year-round.xml +0 -619
  693. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results.csv +0 -475
  694. data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_bills.csv +0 -475
  695. data/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb +0 -1313
  696. data/example_files/resources/measure-info.json +0 -26
  697. data/example_files/resources/meta_measure.rb +0 -301
  698. data/example_files/xml_building/17/unit 1.xml +0 -580
  699. data/example_files/xml_building/17/unit 2.xml +0 -553
  700. data/example_files/xml_building/17/unit 3.xml +0 -553
  701. data/example_files/xml_building/17/unit 4.xml +0 -580
  702. /data/example_files/{residential → mappers/residential/template/iecc}/clothes_dryer.tsv +0 -0
  703. /data/example_files/{residential → mappers/residential/template/iecc}/clothes_washer.tsv +0 -0
  704. /data/example_files/{residential → mappers/residential/template/iecc}/cooling_system.tsv +0 -0
  705. /data/example_files/{residential → mappers/residential/template/iecc}/dishwasher.tsv +0 -0
  706. /data/example_files/{residential → mappers/residential/template/iecc}/enclosure.tsv +0 -0
  707. /data/example_files/{residential → mappers/residential/template/iecc}/heat_pump.tsv +0 -0
  708. /data/example_files/{residential → mappers/residential/template/iecc}/heating_system.tsv +0 -0
  709. /data/example_files/{residential → mappers/residential/template/iecc}/mechanical_ventilation.tsv +0 -0
  710. /data/example_files/{residential → mappers/residential/template/iecc}/refrigerator.tsv +0 -0
  711. /data/example_files/{residential → mappers/residential/template/iecc}/water_heater.tsv +0 -0
  712. /data/example_files/resources/hpxml-measures/ReportUtilityBills/tests/{JacksonElectricMemberCorp-ResidentialSeniorCitizenLowIncomeAssistance.json → Detailed Rate.json} +0 -0
@@ -0,0 +1,2112 @@
1
+ <?xml version='1.0' encoding='UTF-8'?>
2
+ <HPXML xmlns='http://hpxmlonline.com/2023/09' schemaVersion='4.0'>
3
+ <XMLTransactionHeaderInformation>
4
+ <XMLType>HPXML</XMLType>
5
+ <XMLGeneratedBy>BuildResidentialHPXML</XMLGeneratedBy>
6
+ <CreatedDateAndTime>2023-11-30T15:05:03-07:00</CreatedDateAndTime>
7
+ <Transaction>create</Transaction>
8
+ </XMLTransactionHeaderInformation>
9
+ <SoftwareInfo>
10
+ <SoftwareProgramUsed>uo-example-project</SoftwareProgramUsed>
11
+ <extension>
12
+ <SimulationControl>
13
+ <Timestep>60</Timestep>
14
+ <BeginMonth>1</BeginMonth>
15
+ <BeginDayOfMonth>1</BeginDayOfMonth>
16
+ <EndMonth>12</EndMonth>
17
+ <EndDayOfMonth>31</EndDayOfMonth>
18
+ <CalendarYear>2017</CalendarYear>
19
+ </SimulationControl>
20
+ </extension>
21
+ </SoftwareInfo>
22
+ <Building>
23
+ <BuildingID id='MyBuilding'/>
24
+ <ProjectStatus>
25
+ <EventType>proposed workscope</EventType>
26
+ </ProjectStatus>
27
+ <BuildingDetails>
28
+ <BuildingSummary>
29
+ <Site>
30
+ <Surroundings>attached on one side</Surroundings>
31
+ <VerticalSurroundings>no units above or below</VerticalSurroundings>
32
+ <AzimuthOfFrontOfHome>180</AzimuthOfFrontOfHome>
33
+ </Site>
34
+ <BuildingConstruction>
35
+ <ResidentialFacilityType>single-family attached</ResidentialFacilityType>
36
+ <NumberofConditionedFloors>2.0</NumberofConditionedFloors>
37
+ <NumberofConditionedFloorsAboveGrade>2.0</NumberofConditionedFloorsAboveGrade>
38
+ <AverageCeilingHeight>8.0</AverageCeilingHeight>
39
+ <NumberofBedrooms>1</NumberofBedrooms>
40
+ <ConditionedFloorArea>4580.0</ConditionedFloorArea>
41
+ <ConditionedBuildingVolume>36640.0</ConditionedBuildingVolume>
42
+ </BuildingConstruction>
43
+ <extension>
44
+ <SchedulesFilePath>schedules.csv</SchedulesFilePath>
45
+ </extension>
46
+ </BuildingSummary>
47
+ <ClimateandRiskZones>
48
+ <WeatherStation>
49
+ <SystemIdentifier id='WeatherStation'/>
50
+ <Name>USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3</Name>
51
+ <extension>
52
+ <EPWFilePath>../../../weather/USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw</EPWFilePath>
53
+ </extension>
54
+ </WeatherStation>
55
+ </ClimateandRiskZones>
56
+ <Enclosure>
57
+ <AirInfiltration>
58
+ <AirInfiltrationMeasurement>
59
+ <SystemIdentifier id='AirInfiltrationMeasurement1'/>
60
+ <TypeOfInfiltrationLeakage>unit exterior only</TypeOfInfiltrationLeakage>
61
+ <HousePressure>50.0</HousePressure>
62
+ <BuildingAirLeakage>
63
+ <UnitofMeasure>ACH</UnitofMeasure>
64
+ <AirLeakage>3.0</AirLeakage>
65
+ </BuildingAirLeakage>
66
+ <InfiltrationVolume>36640.0</InfiltrationVolume>
67
+ </AirInfiltrationMeasurement>
68
+ </AirInfiltration>
69
+ <Attics>
70
+ <Attic>
71
+ <SystemIdentifier id='Attic1'/>
72
+ <AtticType>
73
+ <Attic>
74
+ <Vented>true</Vented>
75
+ </Attic>
76
+ </AtticType>
77
+ <AttachedToRoof idref='Roof1'/>
78
+ <AttachedToRoof idref='Roof2'/>
79
+ <AttachedToWall idref='Wall5'/>
80
+ <AttachedToWall idref='Wall6'/>
81
+ <AttachedToFloor idref='Floor1'/>
82
+ </Attic>
83
+ </Attics>
84
+ <Foundations>
85
+ <Foundation>
86
+ <SystemIdentifier id='Foundation1'/>
87
+ <FoundationType>
88
+ <SlabOnGrade/>
89
+ </FoundationType>
90
+ <AttachedToSlab idref='Slab1'/>
91
+ </Foundation>
92
+ </Foundations>
93
+ <Roofs>
94
+ <Roof>
95
+ <SystemIdentifier id='Roof1'/>
96
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
97
+ <Area>1280.1</Area>
98
+ <Azimuth>0</Azimuth>
99
+ <Pitch>6.0</Pitch>
100
+ <RadiantBarrier>false</RadiantBarrier>
101
+ <Insulation>
102
+ <SystemIdentifier id='Roof1Insulation'/>
103
+ <AssemblyEffectiveRValue>2.3</AssemblyEffectiveRValue>
104
+ </Insulation>
105
+ </Roof>
106
+ <Roof>
107
+ <SystemIdentifier id='Roof2'/>
108
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
109
+ <Area>1280.1</Area>
110
+ <Azimuth>180</Azimuth>
111
+ <Pitch>6.0</Pitch>
112
+ <RadiantBarrier>false</RadiantBarrier>
113
+ <Insulation>
114
+ <SystemIdentifier id='Roof2Insulation'/>
115
+ <AssemblyEffectiveRValue>2.3</AssemblyEffectiveRValue>
116
+ </Insulation>
117
+ </Roof>
118
+ </Roofs>
119
+ <Walls>
120
+ <Wall>
121
+ <SystemIdentifier id='Wall1'/>
122
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
123
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
124
+ <WallType>
125
+ <WoodStud/>
126
+ </WallType>
127
+ <Area>1082.8</Area>
128
+ <Azimuth>0</Azimuth>
129
+ <Insulation>
130
+ <SystemIdentifier id='Wall1Insulation'/>
131
+ <AssemblyEffectiveRValue>16.66666667</AssemblyEffectiveRValue>
132
+ </Insulation>
133
+ </Wall>
134
+ <Wall>
135
+ <SystemIdentifier id='Wall2'/>
136
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
137
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
138
+ <WallType>
139
+ <WoodStud/>
140
+ </WallType>
141
+ <Area>541.4</Area>
142
+ <Azimuth>90</Azimuth>
143
+ <Insulation>
144
+ <SystemIdentifier id='Wall2Insulation'/>
145
+ <AssemblyEffectiveRValue>16.66666667</AssemblyEffectiveRValue>
146
+ </Insulation>
147
+ </Wall>
148
+ <Wall>
149
+ <SystemIdentifier id='Wall3'/>
150
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
151
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
152
+ <WallType>
153
+ <WoodStud/>
154
+ </WallType>
155
+ <Area>1082.8</Area>
156
+ <Azimuth>180</Azimuth>
157
+ <Insulation>
158
+ <SystemIdentifier id='Wall3Insulation'/>
159
+ <AssemblyEffectiveRValue>16.66666667</AssemblyEffectiveRValue>
160
+ </Insulation>
161
+ </Wall>
162
+ <Wall>
163
+ <SystemIdentifier id='Wall4'/>
164
+ <ExteriorAdjacentTo>other housing unit</ExteriorAdjacentTo>
165
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
166
+ <WallType>
167
+ <WoodStud/>
168
+ </WallType>
169
+ <Area>541.4</Area>
170
+ <Azimuth>270</Azimuth>
171
+ <Insulation>
172
+ <SystemIdentifier id='Wall4Insulation'/>
173
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
174
+ </Insulation>
175
+ </Wall>
176
+ <Wall>
177
+ <SystemIdentifier id='Wall5'/>
178
+ <ExteriorAdjacentTo>attic - vented</ExteriorAdjacentTo>
179
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
180
+ <WallType>
181
+ <WoodStud/>
182
+ </WallType>
183
+ <Area>143.1</Area>
184
+ <Azimuth>270</Azimuth>
185
+ <Insulation>
186
+ <SystemIdentifier id='Wall5Insulation'/>
187
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
188
+ </Insulation>
189
+ </Wall>
190
+ <Wall>
191
+ <SystemIdentifier id='Wall6'/>
192
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
193
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
194
+ <AtticWallType>gable</AtticWallType>
195
+ <WallType>
196
+ <WoodStud/>
197
+ </WallType>
198
+ <Area>143.1</Area>
199
+ <Azimuth>90</Azimuth>
200
+ <Insulation>
201
+ <SystemIdentifier id='Wall6Insulation'/>
202
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
203
+ </Insulation>
204
+ </Wall>
205
+ </Walls>
206
+ <Floors>
207
+ <Floor>
208
+ <SystemIdentifier id='Floor1'/>
209
+ <ExteriorAdjacentTo>attic - vented</ExteriorAdjacentTo>
210
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
211
+ <FloorOrCeiling>ceiling</FloorOrCeiling>
212
+ <FloorType>
213
+ <WoodFrame/>
214
+ </FloorType>
215
+ <Area>2290.0</Area>
216
+ <Insulation>
217
+ <SystemIdentifier id='Floor1Insulation'/>
218
+ <AssemblyEffectiveRValue>38.46153846</AssemblyEffectiveRValue>
219
+ </Insulation>
220
+ </Floor>
221
+ </Floors>
222
+ <Slabs>
223
+ <Slab>
224
+ <SystemIdentifier id='Slab1'/>
225
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
226
+ <Area>2290.0</Area>
227
+ <ExposedPerimeter>169.2</ExposedPerimeter>
228
+ <PerimeterInsulation>
229
+ <SystemIdentifier id='Slab1PerimeterInsulation'/>
230
+ <Layer>
231
+ <NominalRValue>10.0</NominalRValue>
232
+ <InsulationDepth>2.0</InsulationDepth>
233
+ </Layer>
234
+ </PerimeterInsulation>
235
+ <UnderSlabInsulation>
236
+ <SystemIdentifier id='Slab1UnderSlabInsulation'/>
237
+ <Layer>
238
+ <NominalRValue>0.0</NominalRValue>
239
+ <InsulationWidth>0.0</InsulationWidth>
240
+ </Layer>
241
+ </UnderSlabInsulation>
242
+ </Slab>
243
+ </Slabs>
244
+ <Windows>
245
+ <Window>
246
+ <SystemIdentifier id='Window1'/>
247
+ <Area>97.5</Area>
248
+ <Azimuth>0</Azimuth>
249
+ <UFactor>0.32</UFactor>
250
+ <SHGC>0.4</SHGC>
251
+ <Overhangs>
252
+ <Depth>2.0</Depth>
253
+ <DistanceToTopOfWindow>9.0</DistanceToTopOfWindow>
254
+ <DistanceToBottomOfWindow>12.8</DistanceToBottomOfWindow>
255
+ </Overhangs>
256
+ <AttachedToWall idref='Wall1'/>
257
+ </Window>
258
+ <Window>
259
+ <SystemIdentifier id='Window2'/>
260
+ <Area>97.5</Area>
261
+ <Azimuth>0</Azimuth>
262
+ <UFactor>0.32</UFactor>
263
+ <SHGC>0.4</SHGC>
264
+ <Overhangs>
265
+ <Depth>2.0</Depth>
266
+ <DistanceToTopOfWindow>1.0</DistanceToTopOfWindow>
267
+ <DistanceToBottomOfWindow>4.8</DistanceToBottomOfWindow>
268
+ </Overhangs>
269
+ <AttachedToWall idref='Wall1'/>
270
+ </Window>
271
+ <Window>
272
+ <SystemIdentifier id='Window3'/>
273
+ <Area>48.7</Area>
274
+ <Azimuth>90</Azimuth>
275
+ <UFactor>0.32</UFactor>
276
+ <SHGC>0.4</SHGC>
277
+ <Overhangs>
278
+ <Depth>2.0</Depth>
279
+ <DistanceToTopOfWindow>9.0</DistanceToTopOfWindow>
280
+ <DistanceToBottomOfWindow>12.6</DistanceToBottomOfWindow>
281
+ </Overhangs>
282
+ <AttachedToWall idref='Wall2'/>
283
+ </Window>
284
+ <Window>
285
+ <SystemIdentifier id='Window4'/>
286
+ <Area>48.7</Area>
287
+ <Azimuth>90</Azimuth>
288
+ <UFactor>0.32</UFactor>
289
+ <SHGC>0.4</SHGC>
290
+ <Overhangs>
291
+ <Depth>2.0</Depth>
292
+ <DistanceToTopOfWindow>1.0</DistanceToTopOfWindow>
293
+ <DistanceToBottomOfWindow>4.6</DistanceToBottomOfWindow>
294
+ </Overhangs>
295
+ <AttachedToWall idref='Wall2'/>
296
+ </Window>
297
+ <Window>
298
+ <SystemIdentifier id='Window5'/>
299
+ <Area>94.9</Area>
300
+ <Azimuth>180</Azimuth>
301
+ <UFactor>0.32</UFactor>
302
+ <SHGC>0.4</SHGC>
303
+ <Overhangs>
304
+ <Depth>2.0</Depth>
305
+ <DistanceToTopOfWindow>9.0</DistanceToTopOfWindow>
306
+ <DistanceToBottomOfWindow>13.0</DistanceToBottomOfWindow>
307
+ </Overhangs>
308
+ <AttachedToWall idref='Wall3'/>
309
+ </Window>
310
+ <Window>
311
+ <SystemIdentifier id='Window6'/>
312
+ <Area>100.0</Area>
313
+ <Azimuth>180</Azimuth>
314
+ <UFactor>0.32</UFactor>
315
+ <SHGC>0.4</SHGC>
316
+ <Overhangs>
317
+ <Depth>2.0</Depth>
318
+ <DistanceToTopOfWindow>1.0</DistanceToTopOfWindow>
319
+ <DistanceToBottomOfWindow>4.8</DistanceToBottomOfWindow>
320
+ </Overhangs>
321
+ <AttachedToWall idref='Wall3'/>
322
+ </Window>
323
+ </Windows>
324
+ <Doors>
325
+ <Door>
326
+ <SystemIdentifier id='Door1'/>
327
+ <AttachedToWall idref='Wall3'/>
328
+ <Area>20.0</Area>
329
+ <Azimuth>180</Azimuth>
330
+ <RValue>4.4</RValue>
331
+ </Door>
332
+ </Doors>
333
+ </Enclosure>
334
+ <Systems>
335
+ <HVAC>
336
+ <HVACPlant>
337
+ <PrimarySystems>
338
+ <PrimaryHeatingSystem idref='HeatingSystem1'/>
339
+ <PrimaryCoolingSystem idref='CoolingSystem1'/>
340
+ </PrimarySystems>
341
+ <HeatingSystem>
342
+ <SystemIdentifier id='HeatingSystem1'/>
343
+ <DistributionSystem idref='HVACDistribution1'/>
344
+ <HeatingSystemType>
345
+ <Furnace/>
346
+ </HeatingSystemType>
347
+ <HeatingSystemFuel>fuel oil</HeatingSystemFuel>
348
+ <AnnualHeatingEfficiency>
349
+ <Units>AFUE</Units>
350
+ <Value>0.85</Value>
351
+ </AnnualHeatingEfficiency>
352
+ <FractionHeatLoadServed>1.0</FractionHeatLoadServed>
353
+ </HeatingSystem>
354
+ <CoolingSystem>
355
+ <SystemIdentifier id='CoolingSystem1'/>
356
+ <CoolingSystemType>room air conditioner</CoolingSystemType>
357
+ <CoolingSystemFuel>electricity</CoolingSystemFuel>
358
+ <FractionCoolLoadServed>1.0</FractionCoolLoadServed>
359
+ <AnnualCoolingEfficiency>
360
+ <Units>EER</Units>
361
+ <Value>8.5</Value>
362
+ </AnnualCoolingEfficiency>
363
+ </CoolingSystem>
364
+ </HVACPlant>
365
+ <HVACControl>
366
+ <SystemIdentifier id='HVACControl1'/>
367
+ </HVACControl>
368
+ <HVACDistribution>
369
+ <SystemIdentifier id='HVACDistribution1'/>
370
+ <DistributionSystemType>
371
+ <AirDistribution>
372
+ <AirDistributionType>regular velocity</AirDistributionType>
373
+ <DuctLeakageMeasurement>
374
+ <DuctType>supply</DuctType>
375
+ <DuctLeakage>
376
+ <Units>Percent</Units>
377
+ <Value>0.1</Value>
378
+ <TotalOrToOutside>to outside</TotalOrToOutside>
379
+ </DuctLeakage>
380
+ </DuctLeakageMeasurement>
381
+ <DuctLeakageMeasurement>
382
+ <DuctType>return</DuctType>
383
+ <DuctLeakage>
384
+ <Units>Percent</Units>
385
+ <Value>0.1</Value>
386
+ <TotalOrToOutside>to outside</TotalOrToOutside>
387
+ </DuctLeakage>
388
+ </DuctLeakageMeasurement>
389
+ <Ducts>
390
+ <SystemIdentifier id='Ducts1'/>
391
+ <DuctType>supply</DuctType>
392
+ <DuctInsulationRValue>8.0</DuctInsulationRValue>
393
+ </Ducts>
394
+ <Ducts>
395
+ <SystemIdentifier id='Ducts2'/>
396
+ <DuctType>return</DuctType>
397
+ <DuctInsulationRValue>8.0</DuctInsulationRValue>
398
+ </Ducts>
399
+ </AirDistribution>
400
+ </DistributionSystemType>
401
+ <ConditionedFloorAreaServed>4580.0</ConditionedFloorAreaServed>
402
+ </HVACDistribution>
403
+ </HVAC>
404
+ <MechanicalVentilation>
405
+ <VentilationFans>
406
+ <VentilationFan>
407
+ <SystemIdentifier id='VentilationFan1'/>
408
+ <FanType>energy recovery ventilator</FanType>
409
+ <UsedForWholeBuildingVentilation>true</UsedForWholeBuildingVentilation>
410
+ <TotalRecoveryEfficiency>0.48</TotalRecoveryEfficiency>
411
+ <SensibleRecoveryEfficiency>0.72</SensibleRecoveryEfficiency>
412
+ </VentilationFan>
413
+ <VentilationFan>
414
+ <SystemIdentifier id='VentilationFan2'/>
415
+ <FanLocation>kitchen</FanLocation>
416
+ <UsedForLocalVentilation>true</UsedForLocalVentilation>
417
+ </VentilationFan>
418
+ <VentilationFan>
419
+ <SystemIdentifier id='VentilationFan3'/>
420
+ <FanLocation>bath</FanLocation>
421
+ <UsedForLocalVentilation>true</UsedForLocalVentilation>
422
+ </VentilationFan>
423
+ </VentilationFans>
424
+ </MechanicalVentilation>
425
+ <WaterHeating>
426
+ <WaterHeatingSystem>
427
+ <SystemIdentifier id='WaterHeatingSystem1'/>
428
+ <FuelType>fuel oil</FuelType>
429
+ <WaterHeaterType>storage water heater</WaterHeaterType>
430
+ <TankVolume>40.0</TankVolume>
431
+ <FractionDHWLoadServed>1.0</FractionDHWLoadServed>
432
+ <EnergyFactor>0.53</EnergyFactor>
433
+ </WaterHeatingSystem>
434
+ <HotWaterDistribution>
435
+ <SystemIdentifier id='HotWaterDistribution1'/>
436
+ <SystemType>
437
+ <Standard/>
438
+ </SystemType>
439
+ </HotWaterDistribution>
440
+ <WaterFixture>
441
+ <SystemIdentifier id='WaterFixture1'/>
442
+ <WaterFixtureType>shower head</WaterFixtureType>
443
+ <LowFlow>false</LowFlow>
444
+ </WaterFixture>
445
+ <WaterFixture>
446
+ <SystemIdentifier id='WaterFixture2'/>
447
+ <WaterFixtureType>faucet</WaterFixtureType>
448
+ <LowFlow>false</LowFlow>
449
+ </WaterFixture>
450
+ <extension>
451
+ <WaterFixturesUsageMultiplier>1.0</WaterFixturesUsageMultiplier>
452
+ </extension>
453
+ </WaterHeating>
454
+ </Systems>
455
+ <Appliances>
456
+ <ClothesWasher>
457
+ <SystemIdentifier id='ClothesWasher1'/>
458
+ <IntegratedModifiedEnergyFactor>2.92</IntegratedModifiedEnergyFactor>
459
+ <RatedAnnualkWh>75.0</RatedAnnualkWh>
460
+ <LabelElectricRate>0.12</LabelElectricRate>
461
+ <LabelGasRate>1.09</LabelGasRate>
462
+ <LabelAnnualGasCost>7.0</LabelAnnualGasCost>
463
+ <LabelUsage>6.0</LabelUsage>
464
+ <Capacity>4.5</Capacity>
465
+ </ClothesWasher>
466
+ <ClothesDryer>
467
+ <SystemIdentifier id='ClothesDryer1'/>
468
+ <FuelType>fuel oil</FuelType>
469
+ <CombinedEnergyFactor>3.03</CombinedEnergyFactor>
470
+ </ClothesDryer>
471
+ <Dishwasher>
472
+ <SystemIdentifier id='Dishwasher1'/>
473
+ <RatedAnnualkWh>199.0</RatedAnnualkWh>
474
+ <PlaceSettingCapacity>12</PlaceSettingCapacity>
475
+ <LabelElectricRate>0.12</LabelElectricRate>
476
+ <LabelGasRate>1.09</LabelGasRate>
477
+ <LabelAnnualGasCost>18.0</LabelAnnualGasCost>
478
+ <LabelUsage>4.0</LabelUsage>
479
+ </Dishwasher>
480
+ <Refrigerator>
481
+ <SystemIdentifier id='Refrigerator1'/>
482
+ <RatedAnnualkWh>423.0</RatedAnnualkWh>
483
+ <PrimaryIndicator>true</PrimaryIndicator>
484
+ </Refrigerator>
485
+ <CookingRange>
486
+ <SystemIdentifier id='CookingRange1'/>
487
+ <FuelType>fuel oil</FuelType>
488
+ </CookingRange>
489
+ <Oven>
490
+ <SystemIdentifier id='Oven1'/>
491
+ </Oven>
492
+ </Appliances>
493
+ <Lighting>
494
+ <LightingGroup>
495
+ <SystemIdentifier id='LightingGroup1'/>
496
+ <Location>interior</Location>
497
+ <FractionofUnitsInLocation>0.1</FractionofUnitsInLocation>
498
+ <LightingType>
499
+ <CompactFluorescent/>
500
+ </LightingType>
501
+ </LightingGroup>
502
+ <LightingGroup>
503
+ <SystemIdentifier id='LightingGroup2'/>
504
+ <Location>interior</Location>
505
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
506
+ <LightingType>
507
+ <FluorescentTube/>
508
+ </LightingType>
509
+ </LightingGroup>
510
+ <LightingGroup>
511
+ <SystemIdentifier id='LightingGroup3'/>
512
+ <Location>interior</Location>
513
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
514
+ <LightingType>
515
+ <LightEmittingDiode/>
516
+ </LightingType>
517
+ </LightingGroup>
518
+ <LightingGroup>
519
+ <SystemIdentifier id='LightingGroup4'/>
520
+ <Location>exterior</Location>
521
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
522
+ <LightingType>
523
+ <CompactFluorescent/>
524
+ </LightingType>
525
+ </LightingGroup>
526
+ <LightingGroup>
527
+ <SystemIdentifier id='LightingGroup5'/>
528
+ <Location>exterior</Location>
529
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
530
+ <LightingType>
531
+ <FluorescentTube/>
532
+ </LightingType>
533
+ </LightingGroup>
534
+ <LightingGroup>
535
+ <SystemIdentifier id='LightingGroup6'/>
536
+ <Location>exterior</Location>
537
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
538
+ <LightingType>
539
+ <LightEmittingDiode/>
540
+ </LightingType>
541
+ </LightingGroup>
542
+ <CeilingFan>
543
+ <SystemIdentifier id='CeilingFan1'/>
544
+ </CeilingFan>
545
+ </Lighting>
546
+ <MiscLoads>
547
+ <PlugLoad>
548
+ <SystemIdentifier id='PlugLoad1'/>
549
+ <PlugLoadType>TV other</PlugLoadType>
550
+ </PlugLoad>
551
+ <PlugLoad>
552
+ <SystemIdentifier id='PlugLoad2'/>
553
+ <PlugLoadType>other</PlugLoadType>
554
+ </PlugLoad>
555
+ </MiscLoads>
556
+ </BuildingDetails>
557
+ </Building>
558
+ <Building>
559
+ <BuildingID id='MyBuilding_2'/>
560
+ <ProjectStatus>
561
+ <EventType>proposed workscope</EventType>
562
+ </ProjectStatus>
563
+ <BuildingDetails>
564
+ <BuildingSummary>
565
+ <Site>
566
+ <Surroundings>attached on two sides</Surroundings>
567
+ <VerticalSurroundings>no units above or below</VerticalSurroundings>
568
+ <AzimuthOfFrontOfHome>180</AzimuthOfFrontOfHome>
569
+ </Site>
570
+ <BuildingConstruction>
571
+ <ResidentialFacilityType>single-family attached</ResidentialFacilityType>
572
+ <NumberofConditionedFloors>2.0</NumberofConditionedFloors>
573
+ <NumberofConditionedFloorsAboveGrade>2.0</NumberofConditionedFloorsAboveGrade>
574
+ <AverageCeilingHeight>8.0</AverageCeilingHeight>
575
+ <NumberofBedrooms>1</NumberofBedrooms>
576
+ <ConditionedFloorArea>4580.0</ConditionedFloorArea>
577
+ <ConditionedBuildingVolume>36640.0</ConditionedBuildingVolume>
578
+ </BuildingConstruction>
579
+ <extension>
580
+ <SchedulesFilePath>schedules_2.csv</SchedulesFilePath>
581
+ </extension>
582
+ </BuildingSummary>
583
+ <ClimateandRiskZones>
584
+ <WeatherStation>
585
+ <SystemIdentifier id='WeatherStation_2'/>
586
+ <Name>USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3</Name>
587
+ <extension>
588
+ <EPWFilePath>../../../weather/USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw</EPWFilePath>
589
+ </extension>
590
+ </WeatherStation>
591
+ </ClimateandRiskZones>
592
+ <Enclosure>
593
+ <AirInfiltration>
594
+ <AirInfiltrationMeasurement>
595
+ <SystemIdentifier id='AirInfiltrationMeasurement1_2'/>
596
+ <TypeOfInfiltrationLeakage>unit exterior only</TypeOfInfiltrationLeakage>
597
+ <HousePressure>50.0</HousePressure>
598
+ <BuildingAirLeakage>
599
+ <UnitofMeasure>ACH</UnitofMeasure>
600
+ <AirLeakage>3.0</AirLeakage>
601
+ </BuildingAirLeakage>
602
+ <InfiltrationVolume>36640.0</InfiltrationVolume>
603
+ </AirInfiltrationMeasurement>
604
+ </AirInfiltration>
605
+ <Attics>
606
+ <Attic>
607
+ <SystemIdentifier id='Attic1_2'/>
608
+ <AtticType>
609
+ <Attic>
610
+ <Vented>true</Vented>
611
+ </Attic>
612
+ </AtticType>
613
+ <AttachedToRoof idref='Roof1_2'/>
614
+ <AttachedToRoof idref='Roof2_2'/>
615
+ <AttachedToWall idref='Wall5_2'/>
616
+ <AttachedToWall idref='Wall6_2'/>
617
+ <AttachedToFloor idref='Floor1_2'/>
618
+ </Attic>
619
+ </Attics>
620
+ <Foundations>
621
+ <Foundation>
622
+ <SystemIdentifier id='Foundation1_2'/>
623
+ <FoundationType>
624
+ <SlabOnGrade/>
625
+ </FoundationType>
626
+ <AttachedToSlab idref='Slab1_2'/>
627
+ </Foundation>
628
+ </Foundations>
629
+ <Roofs>
630
+ <Roof>
631
+ <SystemIdentifier id='Roof1_2'/>
632
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
633
+ <Area>1280.1</Area>
634
+ <Azimuth>0</Azimuth>
635
+ <Pitch>6.0</Pitch>
636
+ <RadiantBarrier>false</RadiantBarrier>
637
+ <Insulation>
638
+ <SystemIdentifier id='Roof1Insulation_2'/>
639
+ <AssemblyEffectiveRValue>2.3</AssemblyEffectiveRValue>
640
+ </Insulation>
641
+ </Roof>
642
+ <Roof>
643
+ <SystemIdentifier id='Roof2_2'/>
644
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
645
+ <Area>1280.1</Area>
646
+ <Azimuth>180</Azimuth>
647
+ <Pitch>6.0</Pitch>
648
+ <RadiantBarrier>false</RadiantBarrier>
649
+ <Insulation>
650
+ <SystemIdentifier id='Roof2Insulation_2'/>
651
+ <AssemblyEffectiveRValue>2.3</AssemblyEffectiveRValue>
652
+ </Insulation>
653
+ </Roof>
654
+ </Roofs>
655
+ <Walls>
656
+ <Wall>
657
+ <SystemIdentifier id='Wall1_2'/>
658
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
659
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
660
+ <WallType>
661
+ <WoodStud/>
662
+ </WallType>
663
+ <Area>1082.8</Area>
664
+ <Azimuth>0</Azimuth>
665
+ <Insulation>
666
+ <SystemIdentifier id='Wall1Insulation_2'/>
667
+ <AssemblyEffectiveRValue>16.66666667</AssemblyEffectiveRValue>
668
+ </Insulation>
669
+ </Wall>
670
+ <Wall>
671
+ <SystemIdentifier id='Wall2_2'/>
672
+ <ExteriorAdjacentTo>other housing unit</ExteriorAdjacentTo>
673
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
674
+ <WallType>
675
+ <WoodStud/>
676
+ </WallType>
677
+ <Area>541.4</Area>
678
+ <Azimuth>90</Azimuth>
679
+ <Insulation>
680
+ <SystemIdentifier id='Wall2Insulation_2'/>
681
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
682
+ </Insulation>
683
+ </Wall>
684
+ <Wall>
685
+ <SystemIdentifier id='Wall3_2'/>
686
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
687
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
688
+ <WallType>
689
+ <WoodStud/>
690
+ </WallType>
691
+ <Area>1082.8</Area>
692
+ <Azimuth>180</Azimuth>
693
+ <Insulation>
694
+ <SystemIdentifier id='Wall3Insulation_2'/>
695
+ <AssemblyEffectiveRValue>16.66666667</AssemblyEffectiveRValue>
696
+ </Insulation>
697
+ </Wall>
698
+ <Wall>
699
+ <SystemIdentifier id='Wall4_2'/>
700
+ <ExteriorAdjacentTo>other housing unit</ExteriorAdjacentTo>
701
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
702
+ <WallType>
703
+ <WoodStud/>
704
+ </WallType>
705
+ <Area>541.4</Area>
706
+ <Azimuth>270</Azimuth>
707
+ <Insulation>
708
+ <SystemIdentifier id='Wall4Insulation_2'/>
709
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
710
+ </Insulation>
711
+ </Wall>
712
+ <Wall>
713
+ <SystemIdentifier id='Wall5_2'/>
714
+ <ExteriorAdjacentTo>attic - vented</ExteriorAdjacentTo>
715
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
716
+ <WallType>
717
+ <WoodStud/>
718
+ </WallType>
719
+ <Area>143.1</Area>
720
+ <Azimuth>270</Azimuth>
721
+ <Insulation>
722
+ <SystemIdentifier id='Wall5Insulation_2'/>
723
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
724
+ </Insulation>
725
+ </Wall>
726
+ <Wall>
727
+ <SystemIdentifier id='Wall6_2'/>
728
+ <ExteriorAdjacentTo>attic - vented</ExteriorAdjacentTo>
729
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
730
+ <WallType>
731
+ <WoodStud/>
732
+ </WallType>
733
+ <Area>143.1</Area>
734
+ <Azimuth>90</Azimuth>
735
+ <Insulation>
736
+ <SystemIdentifier id='Wall6Insulation_2'/>
737
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
738
+ </Insulation>
739
+ </Wall>
740
+ </Walls>
741
+ <Floors>
742
+ <Floor>
743
+ <SystemIdentifier id='Floor1_2'/>
744
+ <ExteriorAdjacentTo>attic - vented</ExteriorAdjacentTo>
745
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
746
+ <FloorOrCeiling>ceiling</FloorOrCeiling>
747
+ <FloorType>
748
+ <WoodFrame/>
749
+ </FloorType>
750
+ <Area>2290.0</Area>
751
+ <Insulation>
752
+ <SystemIdentifier id='Floor1Insulation_2'/>
753
+ <AssemblyEffectiveRValue>38.46153846</AssemblyEffectiveRValue>
754
+ </Insulation>
755
+ </Floor>
756
+ </Floors>
757
+ <Slabs>
758
+ <Slab>
759
+ <SystemIdentifier id='Slab1_2'/>
760
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
761
+ <Area>2290.0</Area>
762
+ <ExposedPerimeter>135.4</ExposedPerimeter>
763
+ <PerimeterInsulation>
764
+ <SystemIdentifier id='Slab1PerimeterInsulation_2'/>
765
+ <Layer>
766
+ <NominalRValue>10.0</NominalRValue>
767
+ <InsulationDepth>2.0</InsulationDepth>
768
+ </Layer>
769
+ </PerimeterInsulation>
770
+ <UnderSlabInsulation>
771
+ <SystemIdentifier id='Slab1UnderSlabInsulation_2'/>
772
+ <Layer>
773
+ <NominalRValue>0.0</NominalRValue>
774
+ <InsulationWidth>0.0</InsulationWidth>
775
+ </Layer>
776
+ </UnderSlabInsulation>
777
+ </Slab>
778
+ </Slabs>
779
+ <Windows>
780
+ <Window>
781
+ <SystemIdentifier id='Window1_2'/>
782
+ <Area>97.5</Area>
783
+ <Azimuth>0</Azimuth>
784
+ <UFactor>0.32</UFactor>
785
+ <SHGC>0.4</SHGC>
786
+ <Overhangs>
787
+ <Depth>2.0</Depth>
788
+ <DistanceToTopOfWindow>9.0</DistanceToTopOfWindow>
789
+ <DistanceToBottomOfWindow>12.8</DistanceToBottomOfWindow>
790
+ </Overhangs>
791
+ <AttachedToWall idref='Wall1_2'/>
792
+ </Window>
793
+ <Window>
794
+ <SystemIdentifier id='Window2_2'/>
795
+ <Area>97.5</Area>
796
+ <Azimuth>0</Azimuth>
797
+ <UFactor>0.32</UFactor>
798
+ <SHGC>0.4</SHGC>
799
+ <Overhangs>
800
+ <Depth>2.0</Depth>
801
+ <DistanceToTopOfWindow>1.0</DistanceToTopOfWindow>
802
+ <DistanceToBottomOfWindow>4.8</DistanceToBottomOfWindow>
803
+ </Overhangs>
804
+ <AttachedToWall idref='Wall1_2'/>
805
+ </Window>
806
+ <Window>
807
+ <SystemIdentifier id='Window3_2'/>
808
+ <Area>94.9</Area>
809
+ <Azimuth>180</Azimuth>
810
+ <UFactor>0.32</UFactor>
811
+ <SHGC>0.4</SHGC>
812
+ <Overhangs>
813
+ <Depth>2.0</Depth>
814
+ <DistanceToTopOfWindow>9.0</DistanceToTopOfWindow>
815
+ <DistanceToBottomOfWindow>13.0</DistanceToBottomOfWindow>
816
+ </Overhangs>
817
+ <AttachedToWall idref='Wall3_2'/>
818
+ </Window>
819
+ <Window>
820
+ <SystemIdentifier id='Window4_2'/>
821
+ <Area>100.0</Area>
822
+ <Azimuth>180</Azimuth>
823
+ <UFactor>0.32</UFactor>
824
+ <SHGC>0.4</SHGC>
825
+ <Overhangs>
826
+ <Depth>2.0</Depth>
827
+ <DistanceToTopOfWindow>1.0</DistanceToTopOfWindow>
828
+ <DistanceToBottomOfWindow>4.8</DistanceToBottomOfWindow>
829
+ </Overhangs>
830
+ <AttachedToWall idref='Wall3_2'/>
831
+ </Window>
832
+ </Windows>
833
+ <Doors>
834
+ <Door>
835
+ <SystemIdentifier id='Door1_2'/>
836
+ <AttachedToWall idref='Wall3_2'/>
837
+ <Area>20.0</Area>
838
+ <Azimuth>180</Azimuth>
839
+ <RValue>4.4</RValue>
840
+ </Door>
841
+ </Doors>
842
+ </Enclosure>
843
+ <Systems>
844
+ <HVAC>
845
+ <HVACPlant>
846
+ <PrimarySystems>
847
+ <PrimaryHeatingSystem idref='HeatingSystem1_2'/>
848
+ <PrimaryCoolingSystem idref='CoolingSystem1_2'/>
849
+ </PrimarySystems>
850
+ <HeatingSystem>
851
+ <SystemIdentifier id='HeatingSystem1_2'/>
852
+ <DistributionSystem idref='HVACDistribution1_2'/>
853
+ <HeatingSystemType>
854
+ <Furnace/>
855
+ </HeatingSystemType>
856
+ <HeatingSystemFuel>fuel oil</HeatingSystemFuel>
857
+ <AnnualHeatingEfficiency>
858
+ <Units>AFUE</Units>
859
+ <Value>0.85</Value>
860
+ </AnnualHeatingEfficiency>
861
+ <FractionHeatLoadServed>1.0</FractionHeatLoadServed>
862
+ </HeatingSystem>
863
+ <CoolingSystem>
864
+ <SystemIdentifier id='CoolingSystem1_2'/>
865
+ <CoolingSystemType>room air conditioner</CoolingSystemType>
866
+ <CoolingSystemFuel>electricity</CoolingSystemFuel>
867
+ <FractionCoolLoadServed>1.0</FractionCoolLoadServed>
868
+ <AnnualCoolingEfficiency>
869
+ <Units>EER</Units>
870
+ <Value>8.5</Value>
871
+ </AnnualCoolingEfficiency>
872
+ </CoolingSystem>
873
+ </HVACPlant>
874
+ <HVACControl>
875
+ <SystemIdentifier id='HVACControl1_2'/>
876
+ </HVACControl>
877
+ <HVACDistribution>
878
+ <SystemIdentifier id='HVACDistribution1_2'/>
879
+ <DistributionSystemType>
880
+ <AirDistribution>
881
+ <AirDistributionType>regular velocity</AirDistributionType>
882
+ <DuctLeakageMeasurement>
883
+ <DuctType>supply</DuctType>
884
+ <DuctLeakage>
885
+ <Units>Percent</Units>
886
+ <Value>0.1</Value>
887
+ <TotalOrToOutside>to outside</TotalOrToOutside>
888
+ </DuctLeakage>
889
+ </DuctLeakageMeasurement>
890
+ <DuctLeakageMeasurement>
891
+ <DuctType>return</DuctType>
892
+ <DuctLeakage>
893
+ <Units>Percent</Units>
894
+ <Value>0.1</Value>
895
+ <TotalOrToOutside>to outside</TotalOrToOutside>
896
+ </DuctLeakage>
897
+ </DuctLeakageMeasurement>
898
+ <Ducts>
899
+ <SystemIdentifier id='Ducts1_2'/>
900
+ <DuctType>supply</DuctType>
901
+ <DuctInsulationRValue>8.0</DuctInsulationRValue>
902
+ </Ducts>
903
+ <Ducts>
904
+ <SystemIdentifier id='Ducts2_2'/>
905
+ <DuctType>return</DuctType>
906
+ <DuctInsulationRValue>8.0</DuctInsulationRValue>
907
+ </Ducts>
908
+ </AirDistribution>
909
+ </DistributionSystemType>
910
+ <ConditionedFloorAreaServed>4580.0</ConditionedFloorAreaServed>
911
+ </HVACDistribution>
912
+ </HVAC>
913
+ <MechanicalVentilation>
914
+ <VentilationFans>
915
+ <VentilationFan>
916
+ <SystemIdentifier id='VentilationFan1_2'/>
917
+ <FanType>energy recovery ventilator</FanType>
918
+ <UsedForWholeBuildingVentilation>true</UsedForWholeBuildingVentilation>
919
+ <TotalRecoveryEfficiency>0.48</TotalRecoveryEfficiency>
920
+ <SensibleRecoveryEfficiency>0.72</SensibleRecoveryEfficiency>
921
+ </VentilationFan>
922
+ <VentilationFan>
923
+ <SystemIdentifier id='VentilationFan2_2'/>
924
+ <FanLocation>kitchen</FanLocation>
925
+ <UsedForLocalVentilation>true</UsedForLocalVentilation>
926
+ </VentilationFan>
927
+ <VentilationFan>
928
+ <SystemIdentifier id='VentilationFan3_2'/>
929
+ <FanLocation>bath</FanLocation>
930
+ <UsedForLocalVentilation>true</UsedForLocalVentilation>
931
+ </VentilationFan>
932
+ </VentilationFans>
933
+ </MechanicalVentilation>
934
+ <WaterHeating>
935
+ <WaterHeatingSystem>
936
+ <SystemIdentifier id='WaterHeatingSystem1_2'/>
937
+ <FuelType>fuel oil</FuelType>
938
+ <WaterHeaterType>storage water heater</WaterHeaterType>
939
+ <TankVolume>40.0</TankVolume>
940
+ <FractionDHWLoadServed>1.0</FractionDHWLoadServed>
941
+ <EnergyFactor>0.53</EnergyFactor>
942
+ </WaterHeatingSystem>
943
+ <HotWaterDistribution>
944
+ <SystemIdentifier id='HotWaterDistribution1_2'/>
945
+ <SystemType>
946
+ <Standard/>
947
+ </SystemType>
948
+ </HotWaterDistribution>
949
+ <WaterFixture>
950
+ <SystemIdentifier id='WaterFixture1_2'/>
951
+ <WaterFixtureType>shower head</WaterFixtureType>
952
+ <LowFlow>false</LowFlow>
953
+ </WaterFixture>
954
+ <WaterFixture>
955
+ <SystemIdentifier id='WaterFixture2_2'/>
956
+ <WaterFixtureType>faucet</WaterFixtureType>
957
+ <LowFlow>false</LowFlow>
958
+ </WaterFixture>
959
+ <extension>
960
+ <WaterFixturesUsageMultiplier>1.0</WaterFixturesUsageMultiplier>
961
+ </extension>
962
+ </WaterHeating>
963
+ </Systems>
964
+ <Appliances>
965
+ <ClothesWasher>
966
+ <SystemIdentifier id='ClothesWasher1_2'/>
967
+ <IntegratedModifiedEnergyFactor>2.92</IntegratedModifiedEnergyFactor>
968
+ <RatedAnnualkWh>75.0</RatedAnnualkWh>
969
+ <LabelElectricRate>0.12</LabelElectricRate>
970
+ <LabelGasRate>1.09</LabelGasRate>
971
+ <LabelAnnualGasCost>7.0</LabelAnnualGasCost>
972
+ <LabelUsage>6.0</LabelUsage>
973
+ <Capacity>4.5</Capacity>
974
+ </ClothesWasher>
975
+ <ClothesDryer>
976
+ <SystemIdentifier id='ClothesDryer1_2'/>
977
+ <FuelType>fuel oil</FuelType>
978
+ <CombinedEnergyFactor>3.03</CombinedEnergyFactor>
979
+ </ClothesDryer>
980
+ <Dishwasher>
981
+ <SystemIdentifier id='Dishwasher1_2'/>
982
+ <RatedAnnualkWh>199.0</RatedAnnualkWh>
983
+ <PlaceSettingCapacity>12</PlaceSettingCapacity>
984
+ <LabelElectricRate>0.12</LabelElectricRate>
985
+ <LabelGasRate>1.09</LabelGasRate>
986
+ <LabelAnnualGasCost>18.0</LabelAnnualGasCost>
987
+ <LabelUsage>4.0</LabelUsage>
988
+ </Dishwasher>
989
+ <Refrigerator>
990
+ <SystemIdentifier id='Refrigerator1_2'/>
991
+ <RatedAnnualkWh>423.0</RatedAnnualkWh>
992
+ <PrimaryIndicator>true</PrimaryIndicator>
993
+ </Refrigerator>
994
+ <CookingRange>
995
+ <SystemIdentifier id='CookingRange1_2'/>
996
+ <FuelType>fuel oil</FuelType>
997
+ </CookingRange>
998
+ <Oven>
999
+ <SystemIdentifier id='Oven1_2'/>
1000
+ </Oven>
1001
+ </Appliances>
1002
+ <Lighting>
1003
+ <LightingGroup>
1004
+ <SystemIdentifier id='LightingGroup1_2'/>
1005
+ <Location>interior</Location>
1006
+ <FractionofUnitsInLocation>0.1</FractionofUnitsInLocation>
1007
+ <LightingType>
1008
+ <CompactFluorescent/>
1009
+ </LightingType>
1010
+ </LightingGroup>
1011
+ <LightingGroup>
1012
+ <SystemIdentifier id='LightingGroup2_2'/>
1013
+ <Location>interior</Location>
1014
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
1015
+ <LightingType>
1016
+ <FluorescentTube/>
1017
+ </LightingType>
1018
+ </LightingGroup>
1019
+ <LightingGroup>
1020
+ <SystemIdentifier id='LightingGroup3_2'/>
1021
+ <Location>interior</Location>
1022
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
1023
+ <LightingType>
1024
+ <LightEmittingDiode/>
1025
+ </LightingType>
1026
+ </LightingGroup>
1027
+ <LightingGroup>
1028
+ <SystemIdentifier id='LightingGroup4_2'/>
1029
+ <Location>exterior</Location>
1030
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
1031
+ <LightingType>
1032
+ <CompactFluorescent/>
1033
+ </LightingType>
1034
+ </LightingGroup>
1035
+ <LightingGroup>
1036
+ <SystemIdentifier id='LightingGroup5_2'/>
1037
+ <Location>exterior</Location>
1038
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
1039
+ <LightingType>
1040
+ <FluorescentTube/>
1041
+ </LightingType>
1042
+ </LightingGroup>
1043
+ <LightingGroup>
1044
+ <SystemIdentifier id='LightingGroup6_2'/>
1045
+ <Location>exterior</Location>
1046
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
1047
+ <LightingType>
1048
+ <LightEmittingDiode/>
1049
+ </LightingType>
1050
+ </LightingGroup>
1051
+ <CeilingFan>
1052
+ <SystemIdentifier id='CeilingFan1_2'/>
1053
+ </CeilingFan>
1054
+ </Lighting>
1055
+ <MiscLoads>
1056
+ <PlugLoad>
1057
+ <SystemIdentifier id='PlugLoad1_2'/>
1058
+ <PlugLoadType>TV other</PlugLoadType>
1059
+ </PlugLoad>
1060
+ <PlugLoad>
1061
+ <SystemIdentifier id='PlugLoad2_2'/>
1062
+ <PlugLoadType>other</PlugLoadType>
1063
+ </PlugLoad>
1064
+ </MiscLoads>
1065
+ </BuildingDetails>
1066
+ </Building>
1067
+ <Building>
1068
+ <BuildingID id='MyBuilding_3'/>
1069
+ <ProjectStatus>
1070
+ <EventType>proposed workscope</EventType>
1071
+ </ProjectStatus>
1072
+ <BuildingDetails>
1073
+ <BuildingSummary>
1074
+ <Site>
1075
+ <Surroundings>attached on two sides</Surroundings>
1076
+ <VerticalSurroundings>no units above or below</VerticalSurroundings>
1077
+ <AzimuthOfFrontOfHome>180</AzimuthOfFrontOfHome>
1078
+ </Site>
1079
+ <BuildingConstruction>
1080
+ <ResidentialFacilityType>single-family attached</ResidentialFacilityType>
1081
+ <NumberofConditionedFloors>2.0</NumberofConditionedFloors>
1082
+ <NumberofConditionedFloorsAboveGrade>2.0</NumberofConditionedFloorsAboveGrade>
1083
+ <AverageCeilingHeight>8.0</AverageCeilingHeight>
1084
+ <NumberofBedrooms>1</NumberofBedrooms>
1085
+ <ConditionedFloorArea>4580.0</ConditionedFloorArea>
1086
+ <ConditionedBuildingVolume>36640.0</ConditionedBuildingVolume>
1087
+ </BuildingConstruction>
1088
+ <extension>
1089
+ <SchedulesFilePath>schedules_3.csv</SchedulesFilePath>
1090
+ </extension>
1091
+ </BuildingSummary>
1092
+ <ClimateandRiskZones>
1093
+ <WeatherStation>
1094
+ <SystemIdentifier id='WeatherStation_3'/>
1095
+ <Name>USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3</Name>
1096
+ <extension>
1097
+ <EPWFilePath>../../../weather/USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw</EPWFilePath>
1098
+ </extension>
1099
+ </WeatherStation>
1100
+ </ClimateandRiskZones>
1101
+ <Enclosure>
1102
+ <AirInfiltration>
1103
+ <AirInfiltrationMeasurement>
1104
+ <SystemIdentifier id='AirInfiltrationMeasurement1_3'/>
1105
+ <TypeOfInfiltrationLeakage>unit exterior only</TypeOfInfiltrationLeakage>
1106
+ <HousePressure>50.0</HousePressure>
1107
+ <BuildingAirLeakage>
1108
+ <UnitofMeasure>ACH</UnitofMeasure>
1109
+ <AirLeakage>3.0</AirLeakage>
1110
+ </BuildingAirLeakage>
1111
+ <InfiltrationVolume>36640.0</InfiltrationVolume>
1112
+ </AirInfiltrationMeasurement>
1113
+ </AirInfiltration>
1114
+ <Attics>
1115
+ <Attic>
1116
+ <SystemIdentifier id='Attic1_3'/>
1117
+ <AtticType>
1118
+ <Attic>
1119
+ <Vented>true</Vented>
1120
+ </Attic>
1121
+ </AtticType>
1122
+ <AttachedToRoof idref='Roof1_3'/>
1123
+ <AttachedToRoof idref='Roof2_3'/>
1124
+ <AttachedToWall idref='Wall5_3'/>
1125
+ <AttachedToWall idref='Wall6_3'/>
1126
+ <AttachedToFloor idref='Floor1_3'/>
1127
+ </Attic>
1128
+ </Attics>
1129
+ <Foundations>
1130
+ <Foundation>
1131
+ <SystemIdentifier id='Foundation1_3'/>
1132
+ <FoundationType>
1133
+ <SlabOnGrade/>
1134
+ </FoundationType>
1135
+ <AttachedToSlab idref='Slab1_3'/>
1136
+ </Foundation>
1137
+ </Foundations>
1138
+ <Roofs>
1139
+ <Roof>
1140
+ <SystemIdentifier id='Roof1_3'/>
1141
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
1142
+ <Area>1280.1</Area>
1143
+ <Azimuth>0</Azimuth>
1144
+ <Pitch>6.0</Pitch>
1145
+ <RadiantBarrier>false</RadiantBarrier>
1146
+ <Insulation>
1147
+ <SystemIdentifier id='Roof1Insulation_3'/>
1148
+ <AssemblyEffectiveRValue>2.3</AssemblyEffectiveRValue>
1149
+ </Insulation>
1150
+ </Roof>
1151
+ <Roof>
1152
+ <SystemIdentifier id='Roof2_3'/>
1153
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
1154
+ <Area>1280.1</Area>
1155
+ <Azimuth>180</Azimuth>
1156
+ <Pitch>6.0</Pitch>
1157
+ <RadiantBarrier>false</RadiantBarrier>
1158
+ <Insulation>
1159
+ <SystemIdentifier id='Roof2Insulation_3'/>
1160
+ <AssemblyEffectiveRValue>2.3</AssemblyEffectiveRValue>
1161
+ </Insulation>
1162
+ </Roof>
1163
+ </Roofs>
1164
+ <Walls>
1165
+ <Wall>
1166
+ <SystemIdentifier id='Wall1_3'/>
1167
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
1168
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
1169
+ <WallType>
1170
+ <WoodStud/>
1171
+ </WallType>
1172
+ <Area>1082.8</Area>
1173
+ <Azimuth>0</Azimuth>
1174
+ <Insulation>
1175
+ <SystemIdentifier id='Wall1Insulation_3'/>
1176
+ <AssemblyEffectiveRValue>16.66666667</AssemblyEffectiveRValue>
1177
+ </Insulation>
1178
+ </Wall>
1179
+ <Wall>
1180
+ <SystemIdentifier id='Wall2_3'/>
1181
+ <ExteriorAdjacentTo>other housing unit</ExteriorAdjacentTo>
1182
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
1183
+ <WallType>
1184
+ <WoodStud/>
1185
+ </WallType>
1186
+ <Area>541.4</Area>
1187
+ <Azimuth>90</Azimuth>
1188
+ <Insulation>
1189
+ <SystemIdentifier id='Wall2Insulation_3'/>
1190
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
1191
+ </Insulation>
1192
+ </Wall>
1193
+ <Wall>
1194
+ <SystemIdentifier id='Wall3_3'/>
1195
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
1196
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
1197
+ <WallType>
1198
+ <WoodStud/>
1199
+ </WallType>
1200
+ <Area>1082.8</Area>
1201
+ <Azimuth>180</Azimuth>
1202
+ <Insulation>
1203
+ <SystemIdentifier id='Wall3Insulation_3'/>
1204
+ <AssemblyEffectiveRValue>16.66666667</AssemblyEffectiveRValue>
1205
+ </Insulation>
1206
+ </Wall>
1207
+ <Wall>
1208
+ <SystemIdentifier id='Wall4_3'/>
1209
+ <ExteriorAdjacentTo>other housing unit</ExteriorAdjacentTo>
1210
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
1211
+ <WallType>
1212
+ <WoodStud/>
1213
+ </WallType>
1214
+ <Area>541.4</Area>
1215
+ <Azimuth>270</Azimuth>
1216
+ <Insulation>
1217
+ <SystemIdentifier id='Wall4Insulation_3'/>
1218
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
1219
+ </Insulation>
1220
+ </Wall>
1221
+ <Wall>
1222
+ <SystemIdentifier id='Wall5_3'/>
1223
+ <ExteriorAdjacentTo>attic - vented</ExteriorAdjacentTo>
1224
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
1225
+ <WallType>
1226
+ <WoodStud/>
1227
+ </WallType>
1228
+ <Area>143.1</Area>
1229
+ <Azimuth>270</Azimuth>
1230
+ <Insulation>
1231
+ <SystemIdentifier id='Wall5Insulation_3'/>
1232
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
1233
+ </Insulation>
1234
+ </Wall>
1235
+ <Wall>
1236
+ <SystemIdentifier id='Wall6_3'/>
1237
+ <ExteriorAdjacentTo>attic - vented</ExteriorAdjacentTo>
1238
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
1239
+ <WallType>
1240
+ <WoodStud/>
1241
+ </WallType>
1242
+ <Area>143.1</Area>
1243
+ <Azimuth>90</Azimuth>
1244
+ <Insulation>
1245
+ <SystemIdentifier id='Wall6Insulation_3'/>
1246
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
1247
+ </Insulation>
1248
+ </Wall>
1249
+ </Walls>
1250
+ <Floors>
1251
+ <Floor>
1252
+ <SystemIdentifier id='Floor1_3'/>
1253
+ <ExteriorAdjacentTo>attic - vented</ExteriorAdjacentTo>
1254
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
1255
+ <FloorOrCeiling>ceiling</FloorOrCeiling>
1256
+ <FloorType>
1257
+ <WoodFrame/>
1258
+ </FloorType>
1259
+ <Area>2290.0</Area>
1260
+ <Insulation>
1261
+ <SystemIdentifier id='Floor1Insulation_3'/>
1262
+ <AssemblyEffectiveRValue>38.46153846</AssemblyEffectiveRValue>
1263
+ </Insulation>
1264
+ </Floor>
1265
+ </Floors>
1266
+ <Slabs>
1267
+ <Slab>
1268
+ <SystemIdentifier id='Slab1_3'/>
1269
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
1270
+ <Area>2290.0</Area>
1271
+ <ExposedPerimeter>135.4</ExposedPerimeter>
1272
+ <PerimeterInsulation>
1273
+ <SystemIdentifier id='Slab1PerimeterInsulation_3'/>
1274
+ <Layer>
1275
+ <NominalRValue>10.0</NominalRValue>
1276
+ <InsulationDepth>2.0</InsulationDepth>
1277
+ </Layer>
1278
+ </PerimeterInsulation>
1279
+ <UnderSlabInsulation>
1280
+ <SystemIdentifier id='Slab1UnderSlabInsulation_3'/>
1281
+ <Layer>
1282
+ <NominalRValue>0.0</NominalRValue>
1283
+ <InsulationWidth>0.0</InsulationWidth>
1284
+ </Layer>
1285
+ </UnderSlabInsulation>
1286
+ </Slab>
1287
+ </Slabs>
1288
+ <Windows>
1289
+ <Window>
1290
+ <SystemIdentifier id='Window1_3'/>
1291
+ <Area>97.5</Area>
1292
+ <Azimuth>0</Azimuth>
1293
+ <UFactor>0.32</UFactor>
1294
+ <SHGC>0.4</SHGC>
1295
+ <Overhangs>
1296
+ <Depth>2.0</Depth>
1297
+ <DistanceToTopOfWindow>9.0</DistanceToTopOfWindow>
1298
+ <DistanceToBottomOfWindow>12.8</DistanceToBottomOfWindow>
1299
+ </Overhangs>
1300
+ <AttachedToWall idref='Wall1_3'/>
1301
+ </Window>
1302
+ <Window>
1303
+ <SystemIdentifier id='Window2_3'/>
1304
+ <Area>97.5</Area>
1305
+ <Azimuth>0</Azimuth>
1306
+ <UFactor>0.32</UFactor>
1307
+ <SHGC>0.4</SHGC>
1308
+ <Overhangs>
1309
+ <Depth>2.0</Depth>
1310
+ <DistanceToTopOfWindow>1.0</DistanceToTopOfWindow>
1311
+ <DistanceToBottomOfWindow>4.8</DistanceToBottomOfWindow>
1312
+ </Overhangs>
1313
+ <AttachedToWall idref='Wall1_3'/>
1314
+ </Window>
1315
+ <Window>
1316
+ <SystemIdentifier id='Window3_3'/>
1317
+ <Area>94.9</Area>
1318
+ <Azimuth>180</Azimuth>
1319
+ <UFactor>0.32</UFactor>
1320
+ <SHGC>0.4</SHGC>
1321
+ <Overhangs>
1322
+ <Depth>2.0</Depth>
1323
+ <DistanceToTopOfWindow>9.0</DistanceToTopOfWindow>
1324
+ <DistanceToBottomOfWindow>13.0</DistanceToBottomOfWindow>
1325
+ </Overhangs>
1326
+ <AttachedToWall idref='Wall3_3'/>
1327
+ </Window>
1328
+ <Window>
1329
+ <SystemIdentifier id='Window4_3'/>
1330
+ <Area>100.0</Area>
1331
+ <Azimuth>180</Azimuth>
1332
+ <UFactor>0.32</UFactor>
1333
+ <SHGC>0.4</SHGC>
1334
+ <Overhangs>
1335
+ <Depth>2.0</Depth>
1336
+ <DistanceToTopOfWindow>1.0</DistanceToTopOfWindow>
1337
+ <DistanceToBottomOfWindow>4.8</DistanceToBottomOfWindow>
1338
+ </Overhangs>
1339
+ <AttachedToWall idref='Wall3_3'/>
1340
+ </Window>
1341
+ </Windows>
1342
+ <Doors>
1343
+ <Door>
1344
+ <SystemIdentifier id='Door1_3'/>
1345
+ <AttachedToWall idref='Wall3_3'/>
1346
+ <Area>20.0</Area>
1347
+ <Azimuth>180</Azimuth>
1348
+ <RValue>4.4</RValue>
1349
+ </Door>
1350
+ </Doors>
1351
+ </Enclosure>
1352
+ <Systems>
1353
+ <HVAC>
1354
+ <HVACPlant>
1355
+ <PrimarySystems>
1356
+ <PrimaryHeatingSystem idref='HeatingSystem1_3'/>
1357
+ <PrimaryCoolingSystem idref='CoolingSystem1_3'/>
1358
+ </PrimarySystems>
1359
+ <HeatingSystem>
1360
+ <SystemIdentifier id='HeatingSystem1_3'/>
1361
+ <DistributionSystem idref='HVACDistribution1_3'/>
1362
+ <HeatingSystemType>
1363
+ <Furnace/>
1364
+ </HeatingSystemType>
1365
+ <HeatingSystemFuel>fuel oil</HeatingSystemFuel>
1366
+ <AnnualHeatingEfficiency>
1367
+ <Units>AFUE</Units>
1368
+ <Value>0.85</Value>
1369
+ </AnnualHeatingEfficiency>
1370
+ <FractionHeatLoadServed>1.0</FractionHeatLoadServed>
1371
+ </HeatingSystem>
1372
+ <CoolingSystem>
1373
+ <SystemIdentifier id='CoolingSystem1_3'/>
1374
+ <CoolingSystemType>room air conditioner</CoolingSystemType>
1375
+ <CoolingSystemFuel>electricity</CoolingSystemFuel>
1376
+ <FractionCoolLoadServed>1.0</FractionCoolLoadServed>
1377
+ <AnnualCoolingEfficiency>
1378
+ <Units>EER</Units>
1379
+ <Value>8.5</Value>
1380
+ </AnnualCoolingEfficiency>
1381
+ </CoolingSystem>
1382
+ </HVACPlant>
1383
+ <HVACControl>
1384
+ <SystemIdentifier id='HVACControl1_3'/>
1385
+ </HVACControl>
1386
+ <HVACDistribution>
1387
+ <SystemIdentifier id='HVACDistribution1_3'/>
1388
+ <DistributionSystemType>
1389
+ <AirDistribution>
1390
+ <AirDistributionType>regular velocity</AirDistributionType>
1391
+ <DuctLeakageMeasurement>
1392
+ <DuctType>supply</DuctType>
1393
+ <DuctLeakage>
1394
+ <Units>Percent</Units>
1395
+ <Value>0.1</Value>
1396
+ <TotalOrToOutside>to outside</TotalOrToOutside>
1397
+ </DuctLeakage>
1398
+ </DuctLeakageMeasurement>
1399
+ <DuctLeakageMeasurement>
1400
+ <DuctType>return</DuctType>
1401
+ <DuctLeakage>
1402
+ <Units>Percent</Units>
1403
+ <Value>0.1</Value>
1404
+ <TotalOrToOutside>to outside</TotalOrToOutside>
1405
+ </DuctLeakage>
1406
+ </DuctLeakageMeasurement>
1407
+ <Ducts>
1408
+ <SystemIdentifier id='Ducts1_3'/>
1409
+ <DuctType>supply</DuctType>
1410
+ <DuctInsulationRValue>8.0</DuctInsulationRValue>
1411
+ </Ducts>
1412
+ <Ducts>
1413
+ <SystemIdentifier id='Ducts2_3'/>
1414
+ <DuctType>return</DuctType>
1415
+ <DuctInsulationRValue>8.0</DuctInsulationRValue>
1416
+ </Ducts>
1417
+ </AirDistribution>
1418
+ </DistributionSystemType>
1419
+ <ConditionedFloorAreaServed>4580.0</ConditionedFloorAreaServed>
1420
+ </HVACDistribution>
1421
+ </HVAC>
1422
+ <MechanicalVentilation>
1423
+ <VentilationFans>
1424
+ <VentilationFan>
1425
+ <SystemIdentifier id='VentilationFan1_3'/>
1426
+ <FanType>energy recovery ventilator</FanType>
1427
+ <UsedForWholeBuildingVentilation>true</UsedForWholeBuildingVentilation>
1428
+ <TotalRecoveryEfficiency>0.48</TotalRecoveryEfficiency>
1429
+ <SensibleRecoveryEfficiency>0.72</SensibleRecoveryEfficiency>
1430
+ </VentilationFan>
1431
+ <VentilationFan>
1432
+ <SystemIdentifier id='VentilationFan2_3'/>
1433
+ <FanLocation>kitchen</FanLocation>
1434
+ <UsedForLocalVentilation>true</UsedForLocalVentilation>
1435
+ </VentilationFan>
1436
+ <VentilationFan>
1437
+ <SystemIdentifier id='VentilationFan3_3'/>
1438
+ <FanLocation>bath</FanLocation>
1439
+ <UsedForLocalVentilation>true</UsedForLocalVentilation>
1440
+ </VentilationFan>
1441
+ </VentilationFans>
1442
+ </MechanicalVentilation>
1443
+ <WaterHeating>
1444
+ <WaterHeatingSystem>
1445
+ <SystemIdentifier id='WaterHeatingSystem1_3'/>
1446
+ <FuelType>fuel oil</FuelType>
1447
+ <WaterHeaterType>storage water heater</WaterHeaterType>
1448
+ <TankVolume>40.0</TankVolume>
1449
+ <FractionDHWLoadServed>1.0</FractionDHWLoadServed>
1450
+ <EnergyFactor>0.53</EnergyFactor>
1451
+ </WaterHeatingSystem>
1452
+ <HotWaterDistribution>
1453
+ <SystemIdentifier id='HotWaterDistribution1_3'/>
1454
+ <SystemType>
1455
+ <Standard/>
1456
+ </SystemType>
1457
+ </HotWaterDistribution>
1458
+ <WaterFixture>
1459
+ <SystemIdentifier id='WaterFixture1_3'/>
1460
+ <WaterFixtureType>shower head</WaterFixtureType>
1461
+ <LowFlow>false</LowFlow>
1462
+ </WaterFixture>
1463
+ <WaterFixture>
1464
+ <SystemIdentifier id='WaterFixture2_3'/>
1465
+ <WaterFixtureType>faucet</WaterFixtureType>
1466
+ <LowFlow>false</LowFlow>
1467
+ </WaterFixture>
1468
+ <extension>
1469
+ <WaterFixturesUsageMultiplier>1.0</WaterFixturesUsageMultiplier>
1470
+ </extension>
1471
+ </WaterHeating>
1472
+ </Systems>
1473
+ <Appliances>
1474
+ <ClothesWasher>
1475
+ <SystemIdentifier id='ClothesWasher1_3'/>
1476
+ <IntegratedModifiedEnergyFactor>2.92</IntegratedModifiedEnergyFactor>
1477
+ <RatedAnnualkWh>75.0</RatedAnnualkWh>
1478
+ <LabelElectricRate>0.12</LabelElectricRate>
1479
+ <LabelGasRate>1.09</LabelGasRate>
1480
+ <LabelAnnualGasCost>7.0</LabelAnnualGasCost>
1481
+ <LabelUsage>6.0</LabelUsage>
1482
+ <Capacity>4.5</Capacity>
1483
+ </ClothesWasher>
1484
+ <ClothesDryer>
1485
+ <SystemIdentifier id='ClothesDryer1_3'/>
1486
+ <FuelType>fuel oil</FuelType>
1487
+ <CombinedEnergyFactor>3.03</CombinedEnergyFactor>
1488
+ </ClothesDryer>
1489
+ <Dishwasher>
1490
+ <SystemIdentifier id='Dishwasher1_3'/>
1491
+ <RatedAnnualkWh>199.0</RatedAnnualkWh>
1492
+ <PlaceSettingCapacity>12</PlaceSettingCapacity>
1493
+ <LabelElectricRate>0.12</LabelElectricRate>
1494
+ <LabelGasRate>1.09</LabelGasRate>
1495
+ <LabelAnnualGasCost>18.0</LabelAnnualGasCost>
1496
+ <LabelUsage>4.0</LabelUsage>
1497
+ </Dishwasher>
1498
+ <Refrigerator>
1499
+ <SystemIdentifier id='Refrigerator1_3'/>
1500
+ <RatedAnnualkWh>423.0</RatedAnnualkWh>
1501
+ <PrimaryIndicator>true</PrimaryIndicator>
1502
+ </Refrigerator>
1503
+ <CookingRange>
1504
+ <SystemIdentifier id='CookingRange1_3'/>
1505
+ <FuelType>fuel oil</FuelType>
1506
+ </CookingRange>
1507
+ <Oven>
1508
+ <SystemIdentifier id='Oven1_3'/>
1509
+ </Oven>
1510
+ </Appliances>
1511
+ <Lighting>
1512
+ <LightingGroup>
1513
+ <SystemIdentifier id='LightingGroup1_3'/>
1514
+ <Location>interior</Location>
1515
+ <FractionofUnitsInLocation>0.1</FractionofUnitsInLocation>
1516
+ <LightingType>
1517
+ <CompactFluorescent/>
1518
+ </LightingType>
1519
+ </LightingGroup>
1520
+ <LightingGroup>
1521
+ <SystemIdentifier id='LightingGroup2_3'/>
1522
+ <Location>interior</Location>
1523
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
1524
+ <LightingType>
1525
+ <FluorescentTube/>
1526
+ </LightingType>
1527
+ </LightingGroup>
1528
+ <LightingGroup>
1529
+ <SystemIdentifier id='LightingGroup3_3'/>
1530
+ <Location>interior</Location>
1531
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
1532
+ <LightingType>
1533
+ <LightEmittingDiode/>
1534
+ </LightingType>
1535
+ </LightingGroup>
1536
+ <LightingGroup>
1537
+ <SystemIdentifier id='LightingGroup4_3'/>
1538
+ <Location>exterior</Location>
1539
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
1540
+ <LightingType>
1541
+ <CompactFluorescent/>
1542
+ </LightingType>
1543
+ </LightingGroup>
1544
+ <LightingGroup>
1545
+ <SystemIdentifier id='LightingGroup5_3'/>
1546
+ <Location>exterior</Location>
1547
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
1548
+ <LightingType>
1549
+ <FluorescentTube/>
1550
+ </LightingType>
1551
+ </LightingGroup>
1552
+ <LightingGroup>
1553
+ <SystemIdentifier id='LightingGroup6_3'/>
1554
+ <Location>exterior</Location>
1555
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
1556
+ <LightingType>
1557
+ <LightEmittingDiode/>
1558
+ </LightingType>
1559
+ </LightingGroup>
1560
+ <CeilingFan>
1561
+ <SystemIdentifier id='CeilingFan1_3'/>
1562
+ </CeilingFan>
1563
+ </Lighting>
1564
+ <MiscLoads>
1565
+ <PlugLoad>
1566
+ <SystemIdentifier id='PlugLoad1_3'/>
1567
+ <PlugLoadType>TV other</PlugLoadType>
1568
+ </PlugLoad>
1569
+ <PlugLoad>
1570
+ <SystemIdentifier id='PlugLoad2_3'/>
1571
+ <PlugLoadType>other</PlugLoadType>
1572
+ </PlugLoad>
1573
+ </MiscLoads>
1574
+ </BuildingDetails>
1575
+ </Building>
1576
+ <Building>
1577
+ <BuildingID id='MyBuilding_4'/>
1578
+ <ProjectStatus>
1579
+ <EventType>proposed workscope</EventType>
1580
+ </ProjectStatus>
1581
+ <BuildingDetails>
1582
+ <BuildingSummary>
1583
+ <Site>
1584
+ <Surroundings>attached on one side</Surroundings>
1585
+ <VerticalSurroundings>no units above or below</VerticalSurroundings>
1586
+ <AzimuthOfFrontOfHome>180</AzimuthOfFrontOfHome>
1587
+ </Site>
1588
+ <BuildingConstruction>
1589
+ <ResidentialFacilityType>single-family attached</ResidentialFacilityType>
1590
+ <NumberofConditionedFloors>2.0</NumberofConditionedFloors>
1591
+ <NumberofConditionedFloorsAboveGrade>2.0</NumberofConditionedFloorsAboveGrade>
1592
+ <AverageCeilingHeight>8.0</AverageCeilingHeight>
1593
+ <NumberofBedrooms>1</NumberofBedrooms>
1594
+ <ConditionedFloorArea>4580.0</ConditionedFloorArea>
1595
+ <ConditionedBuildingVolume>36640.0</ConditionedBuildingVolume>
1596
+ </BuildingConstruction>
1597
+ <extension>
1598
+ <SchedulesFilePath>schedules_4.csv</SchedulesFilePath>
1599
+ </extension>
1600
+ </BuildingSummary>
1601
+ <ClimateandRiskZones>
1602
+ <WeatherStation>
1603
+ <SystemIdentifier id='WeatherStation_4'/>
1604
+ <Name>USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3</Name>
1605
+ <extension>
1606
+ <EPWFilePath>../../../weather/USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw</EPWFilePath>
1607
+ </extension>
1608
+ </WeatherStation>
1609
+ </ClimateandRiskZones>
1610
+ <Enclosure>
1611
+ <AirInfiltration>
1612
+ <AirInfiltrationMeasurement>
1613
+ <SystemIdentifier id='AirInfiltrationMeasurement1_4'/>
1614
+ <TypeOfInfiltrationLeakage>unit exterior only</TypeOfInfiltrationLeakage>
1615
+ <HousePressure>50.0</HousePressure>
1616
+ <BuildingAirLeakage>
1617
+ <UnitofMeasure>ACH</UnitofMeasure>
1618
+ <AirLeakage>3.0</AirLeakage>
1619
+ </BuildingAirLeakage>
1620
+ <InfiltrationVolume>36640.0</InfiltrationVolume>
1621
+ </AirInfiltrationMeasurement>
1622
+ </AirInfiltration>
1623
+ <Attics>
1624
+ <Attic>
1625
+ <SystemIdentifier id='Attic1_4'/>
1626
+ <AtticType>
1627
+ <Attic>
1628
+ <Vented>true</Vented>
1629
+ </Attic>
1630
+ </AtticType>
1631
+ <AttachedToRoof idref='Roof1_4'/>
1632
+ <AttachedToRoof idref='Roof2_4'/>
1633
+ <AttachedToWall idref='Wall5_4'/>
1634
+ <AttachedToWall idref='Wall6_4'/>
1635
+ <AttachedToFloor idref='Floor1_4'/>
1636
+ </Attic>
1637
+ </Attics>
1638
+ <Foundations>
1639
+ <Foundation>
1640
+ <SystemIdentifier id='Foundation1_4'/>
1641
+ <FoundationType>
1642
+ <SlabOnGrade/>
1643
+ </FoundationType>
1644
+ <AttachedToSlab idref='Slab1_4'/>
1645
+ </Foundation>
1646
+ </Foundations>
1647
+ <Roofs>
1648
+ <Roof>
1649
+ <SystemIdentifier id='Roof1_4'/>
1650
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
1651
+ <Area>1280.1</Area>
1652
+ <Azimuth>0</Azimuth>
1653
+ <Pitch>6.0</Pitch>
1654
+ <RadiantBarrier>false</RadiantBarrier>
1655
+ <Insulation>
1656
+ <SystemIdentifier id='Roof1Insulation_4'/>
1657
+ <AssemblyEffectiveRValue>2.3</AssemblyEffectiveRValue>
1658
+ </Insulation>
1659
+ </Roof>
1660
+ <Roof>
1661
+ <SystemIdentifier id='Roof2_4'/>
1662
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
1663
+ <Area>1280.1</Area>
1664
+ <Azimuth>180</Azimuth>
1665
+ <Pitch>6.0</Pitch>
1666
+ <RadiantBarrier>false</RadiantBarrier>
1667
+ <Insulation>
1668
+ <SystemIdentifier id='Roof2Insulation_4'/>
1669
+ <AssemblyEffectiveRValue>2.3</AssemblyEffectiveRValue>
1670
+ </Insulation>
1671
+ </Roof>
1672
+ </Roofs>
1673
+ <Walls>
1674
+ <Wall>
1675
+ <SystemIdentifier id='Wall1_4'/>
1676
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
1677
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
1678
+ <WallType>
1679
+ <WoodStud/>
1680
+ </WallType>
1681
+ <Area>1082.8</Area>
1682
+ <Azimuth>0</Azimuth>
1683
+ <Insulation>
1684
+ <SystemIdentifier id='Wall1Insulation_4'/>
1685
+ <AssemblyEffectiveRValue>16.66666667</AssemblyEffectiveRValue>
1686
+ </Insulation>
1687
+ </Wall>
1688
+ <Wall>
1689
+ <SystemIdentifier id='Wall2_4'/>
1690
+ <ExteriorAdjacentTo>other housing unit</ExteriorAdjacentTo>
1691
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
1692
+ <WallType>
1693
+ <WoodStud/>
1694
+ </WallType>
1695
+ <Area>541.4</Area>
1696
+ <Azimuth>90</Azimuth>
1697
+ <Insulation>
1698
+ <SystemIdentifier id='Wall2Insulation_4'/>
1699
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
1700
+ </Insulation>
1701
+ </Wall>
1702
+ <Wall>
1703
+ <SystemIdentifier id='Wall3_4'/>
1704
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
1705
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
1706
+ <WallType>
1707
+ <WoodStud/>
1708
+ </WallType>
1709
+ <Area>1082.8</Area>
1710
+ <Azimuth>180</Azimuth>
1711
+ <Insulation>
1712
+ <SystemIdentifier id='Wall3Insulation_4'/>
1713
+ <AssemblyEffectiveRValue>16.66666667</AssemblyEffectiveRValue>
1714
+ </Insulation>
1715
+ </Wall>
1716
+ <Wall>
1717
+ <SystemIdentifier id='Wall4_4'/>
1718
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
1719
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
1720
+ <WallType>
1721
+ <WoodStud/>
1722
+ </WallType>
1723
+ <Area>541.4</Area>
1724
+ <Azimuth>270</Azimuth>
1725
+ <Insulation>
1726
+ <SystemIdentifier id='Wall4Insulation_4'/>
1727
+ <AssemblyEffectiveRValue>16.66666667</AssemblyEffectiveRValue>
1728
+ </Insulation>
1729
+ </Wall>
1730
+ <Wall>
1731
+ <SystemIdentifier id='Wall5_4'/>
1732
+ <ExteriorAdjacentTo>outside</ExteriorAdjacentTo>
1733
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
1734
+ <AtticWallType>gable</AtticWallType>
1735
+ <WallType>
1736
+ <WoodStud/>
1737
+ </WallType>
1738
+ <Area>143.1</Area>
1739
+ <Azimuth>270</Azimuth>
1740
+ <Insulation>
1741
+ <SystemIdentifier id='Wall5Insulation_4'/>
1742
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
1743
+ </Insulation>
1744
+ </Wall>
1745
+ <Wall>
1746
+ <SystemIdentifier id='Wall6_4'/>
1747
+ <ExteriorAdjacentTo>attic - vented</ExteriorAdjacentTo>
1748
+ <InteriorAdjacentTo>attic - vented</InteriorAdjacentTo>
1749
+ <WallType>
1750
+ <WoodStud/>
1751
+ </WallType>
1752
+ <Area>143.1</Area>
1753
+ <Azimuth>90</Azimuth>
1754
+ <Insulation>
1755
+ <SystemIdentifier id='Wall6Insulation_4'/>
1756
+ <AssemblyEffectiveRValue>4.0</AssemblyEffectiveRValue>
1757
+ </Insulation>
1758
+ </Wall>
1759
+ </Walls>
1760
+ <Floors>
1761
+ <Floor>
1762
+ <SystemIdentifier id='Floor1_4'/>
1763
+ <ExteriorAdjacentTo>attic - vented</ExteriorAdjacentTo>
1764
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
1765
+ <FloorOrCeiling>ceiling</FloorOrCeiling>
1766
+ <FloorType>
1767
+ <WoodFrame/>
1768
+ </FloorType>
1769
+ <Area>2290.0</Area>
1770
+ <Insulation>
1771
+ <SystemIdentifier id='Floor1Insulation_4'/>
1772
+ <AssemblyEffectiveRValue>38.46153846</AssemblyEffectiveRValue>
1773
+ </Insulation>
1774
+ </Floor>
1775
+ </Floors>
1776
+ <Slabs>
1777
+ <Slab>
1778
+ <SystemIdentifier id='Slab1_4'/>
1779
+ <InteriorAdjacentTo>conditioned space</InteriorAdjacentTo>
1780
+ <Area>2290.0</Area>
1781
+ <ExposedPerimeter>169.2</ExposedPerimeter>
1782
+ <PerimeterInsulation>
1783
+ <SystemIdentifier id='Slab1PerimeterInsulation_4'/>
1784
+ <Layer>
1785
+ <NominalRValue>10.0</NominalRValue>
1786
+ <InsulationDepth>2.0</InsulationDepth>
1787
+ </Layer>
1788
+ </PerimeterInsulation>
1789
+ <UnderSlabInsulation>
1790
+ <SystemIdentifier id='Slab1UnderSlabInsulation_4'/>
1791
+ <Layer>
1792
+ <NominalRValue>0.0</NominalRValue>
1793
+ <InsulationWidth>0.0</InsulationWidth>
1794
+ </Layer>
1795
+ </UnderSlabInsulation>
1796
+ </Slab>
1797
+ </Slabs>
1798
+ <Windows>
1799
+ <Window>
1800
+ <SystemIdentifier id='Window1_4'/>
1801
+ <Area>97.5</Area>
1802
+ <Azimuth>0</Azimuth>
1803
+ <UFactor>0.32</UFactor>
1804
+ <SHGC>0.4</SHGC>
1805
+ <Overhangs>
1806
+ <Depth>2.0</Depth>
1807
+ <DistanceToTopOfWindow>9.0</DistanceToTopOfWindow>
1808
+ <DistanceToBottomOfWindow>12.8</DistanceToBottomOfWindow>
1809
+ </Overhangs>
1810
+ <AttachedToWall idref='Wall1_4'/>
1811
+ </Window>
1812
+ <Window>
1813
+ <SystemIdentifier id='Window2_4'/>
1814
+ <Area>97.5</Area>
1815
+ <Azimuth>0</Azimuth>
1816
+ <UFactor>0.32</UFactor>
1817
+ <SHGC>0.4</SHGC>
1818
+ <Overhangs>
1819
+ <Depth>2.0</Depth>
1820
+ <DistanceToTopOfWindow>1.0</DistanceToTopOfWindow>
1821
+ <DistanceToBottomOfWindow>4.8</DistanceToBottomOfWindow>
1822
+ </Overhangs>
1823
+ <AttachedToWall idref='Wall1_4'/>
1824
+ </Window>
1825
+ <Window>
1826
+ <SystemIdentifier id='Window3_4'/>
1827
+ <Area>94.9</Area>
1828
+ <Azimuth>180</Azimuth>
1829
+ <UFactor>0.32</UFactor>
1830
+ <SHGC>0.4</SHGC>
1831
+ <Overhangs>
1832
+ <Depth>2.0</Depth>
1833
+ <DistanceToTopOfWindow>9.0</DistanceToTopOfWindow>
1834
+ <DistanceToBottomOfWindow>13.0</DistanceToBottomOfWindow>
1835
+ </Overhangs>
1836
+ <AttachedToWall idref='Wall3_4'/>
1837
+ </Window>
1838
+ <Window>
1839
+ <SystemIdentifier id='Window4_4'/>
1840
+ <Area>100.0</Area>
1841
+ <Azimuth>180</Azimuth>
1842
+ <UFactor>0.32</UFactor>
1843
+ <SHGC>0.4</SHGC>
1844
+ <Overhangs>
1845
+ <Depth>2.0</Depth>
1846
+ <DistanceToTopOfWindow>1.0</DistanceToTopOfWindow>
1847
+ <DistanceToBottomOfWindow>4.8</DistanceToBottomOfWindow>
1848
+ </Overhangs>
1849
+ <AttachedToWall idref='Wall3_4'/>
1850
+ </Window>
1851
+ <Window>
1852
+ <SystemIdentifier id='Window5_4'/>
1853
+ <Area>48.7</Area>
1854
+ <Azimuth>270</Azimuth>
1855
+ <UFactor>0.32</UFactor>
1856
+ <SHGC>0.4</SHGC>
1857
+ <Overhangs>
1858
+ <Depth>2.0</Depth>
1859
+ <DistanceToTopOfWindow>9.0</DistanceToTopOfWindow>
1860
+ <DistanceToBottomOfWindow>12.6</DistanceToBottomOfWindow>
1861
+ </Overhangs>
1862
+ <AttachedToWall idref='Wall4_4'/>
1863
+ </Window>
1864
+ <Window>
1865
+ <SystemIdentifier id='Window6_4'/>
1866
+ <Area>48.7</Area>
1867
+ <Azimuth>270</Azimuth>
1868
+ <UFactor>0.32</UFactor>
1869
+ <SHGC>0.4</SHGC>
1870
+ <Overhangs>
1871
+ <Depth>2.0</Depth>
1872
+ <DistanceToTopOfWindow>1.0</DistanceToTopOfWindow>
1873
+ <DistanceToBottomOfWindow>4.6</DistanceToBottomOfWindow>
1874
+ </Overhangs>
1875
+ <AttachedToWall idref='Wall4_4'/>
1876
+ </Window>
1877
+ </Windows>
1878
+ <Doors>
1879
+ <Door>
1880
+ <SystemIdentifier id='Door1_4'/>
1881
+ <AttachedToWall idref='Wall3_4'/>
1882
+ <Area>20.0</Area>
1883
+ <Azimuth>180</Azimuth>
1884
+ <RValue>4.4</RValue>
1885
+ </Door>
1886
+ </Doors>
1887
+ </Enclosure>
1888
+ <Systems>
1889
+ <HVAC>
1890
+ <HVACPlant>
1891
+ <PrimarySystems>
1892
+ <PrimaryHeatingSystem idref='HeatingSystem1_4'/>
1893
+ <PrimaryCoolingSystem idref='CoolingSystem1_4'/>
1894
+ </PrimarySystems>
1895
+ <HeatingSystem>
1896
+ <SystemIdentifier id='HeatingSystem1_4'/>
1897
+ <DistributionSystem idref='HVACDistribution1_4'/>
1898
+ <HeatingSystemType>
1899
+ <Furnace/>
1900
+ </HeatingSystemType>
1901
+ <HeatingSystemFuel>fuel oil</HeatingSystemFuel>
1902
+ <AnnualHeatingEfficiency>
1903
+ <Units>AFUE</Units>
1904
+ <Value>0.85</Value>
1905
+ </AnnualHeatingEfficiency>
1906
+ <FractionHeatLoadServed>1.0</FractionHeatLoadServed>
1907
+ </HeatingSystem>
1908
+ <CoolingSystem>
1909
+ <SystemIdentifier id='CoolingSystem1_4'/>
1910
+ <CoolingSystemType>room air conditioner</CoolingSystemType>
1911
+ <CoolingSystemFuel>electricity</CoolingSystemFuel>
1912
+ <FractionCoolLoadServed>1.0</FractionCoolLoadServed>
1913
+ <AnnualCoolingEfficiency>
1914
+ <Units>EER</Units>
1915
+ <Value>8.5</Value>
1916
+ </AnnualCoolingEfficiency>
1917
+ </CoolingSystem>
1918
+ </HVACPlant>
1919
+ <HVACControl>
1920
+ <SystemIdentifier id='HVACControl1_4'/>
1921
+ </HVACControl>
1922
+ <HVACDistribution>
1923
+ <SystemIdentifier id='HVACDistribution1_4'/>
1924
+ <DistributionSystemType>
1925
+ <AirDistribution>
1926
+ <AirDistributionType>regular velocity</AirDistributionType>
1927
+ <DuctLeakageMeasurement>
1928
+ <DuctType>supply</DuctType>
1929
+ <DuctLeakage>
1930
+ <Units>Percent</Units>
1931
+ <Value>0.1</Value>
1932
+ <TotalOrToOutside>to outside</TotalOrToOutside>
1933
+ </DuctLeakage>
1934
+ </DuctLeakageMeasurement>
1935
+ <DuctLeakageMeasurement>
1936
+ <DuctType>return</DuctType>
1937
+ <DuctLeakage>
1938
+ <Units>Percent</Units>
1939
+ <Value>0.1</Value>
1940
+ <TotalOrToOutside>to outside</TotalOrToOutside>
1941
+ </DuctLeakage>
1942
+ </DuctLeakageMeasurement>
1943
+ <Ducts>
1944
+ <SystemIdentifier id='Ducts1_4'/>
1945
+ <DuctType>supply</DuctType>
1946
+ <DuctInsulationRValue>8.0</DuctInsulationRValue>
1947
+ </Ducts>
1948
+ <Ducts>
1949
+ <SystemIdentifier id='Ducts2_4'/>
1950
+ <DuctType>return</DuctType>
1951
+ <DuctInsulationRValue>8.0</DuctInsulationRValue>
1952
+ </Ducts>
1953
+ </AirDistribution>
1954
+ </DistributionSystemType>
1955
+ <ConditionedFloorAreaServed>4580.0</ConditionedFloorAreaServed>
1956
+ </HVACDistribution>
1957
+ </HVAC>
1958
+ <MechanicalVentilation>
1959
+ <VentilationFans>
1960
+ <VentilationFan>
1961
+ <SystemIdentifier id='VentilationFan1_4'/>
1962
+ <FanType>energy recovery ventilator</FanType>
1963
+ <UsedForWholeBuildingVentilation>true</UsedForWholeBuildingVentilation>
1964
+ <TotalRecoveryEfficiency>0.48</TotalRecoveryEfficiency>
1965
+ <SensibleRecoveryEfficiency>0.72</SensibleRecoveryEfficiency>
1966
+ </VentilationFan>
1967
+ <VentilationFan>
1968
+ <SystemIdentifier id='VentilationFan2_4'/>
1969
+ <FanLocation>kitchen</FanLocation>
1970
+ <UsedForLocalVentilation>true</UsedForLocalVentilation>
1971
+ </VentilationFan>
1972
+ <VentilationFan>
1973
+ <SystemIdentifier id='VentilationFan3_4'/>
1974
+ <FanLocation>bath</FanLocation>
1975
+ <UsedForLocalVentilation>true</UsedForLocalVentilation>
1976
+ </VentilationFan>
1977
+ </VentilationFans>
1978
+ </MechanicalVentilation>
1979
+ <WaterHeating>
1980
+ <WaterHeatingSystem>
1981
+ <SystemIdentifier id='WaterHeatingSystem1_4'/>
1982
+ <FuelType>fuel oil</FuelType>
1983
+ <WaterHeaterType>storage water heater</WaterHeaterType>
1984
+ <TankVolume>40.0</TankVolume>
1985
+ <FractionDHWLoadServed>1.0</FractionDHWLoadServed>
1986
+ <EnergyFactor>0.53</EnergyFactor>
1987
+ </WaterHeatingSystem>
1988
+ <HotWaterDistribution>
1989
+ <SystemIdentifier id='HotWaterDistribution1_4'/>
1990
+ <SystemType>
1991
+ <Standard/>
1992
+ </SystemType>
1993
+ </HotWaterDistribution>
1994
+ <WaterFixture>
1995
+ <SystemIdentifier id='WaterFixture1_4'/>
1996
+ <WaterFixtureType>shower head</WaterFixtureType>
1997
+ <LowFlow>false</LowFlow>
1998
+ </WaterFixture>
1999
+ <WaterFixture>
2000
+ <SystemIdentifier id='WaterFixture2_4'/>
2001
+ <WaterFixtureType>faucet</WaterFixtureType>
2002
+ <LowFlow>false</LowFlow>
2003
+ </WaterFixture>
2004
+ <extension>
2005
+ <WaterFixturesUsageMultiplier>1.0</WaterFixturesUsageMultiplier>
2006
+ </extension>
2007
+ </WaterHeating>
2008
+ </Systems>
2009
+ <Appliances>
2010
+ <ClothesWasher>
2011
+ <SystemIdentifier id='ClothesWasher1_4'/>
2012
+ <IntegratedModifiedEnergyFactor>2.92</IntegratedModifiedEnergyFactor>
2013
+ <RatedAnnualkWh>75.0</RatedAnnualkWh>
2014
+ <LabelElectricRate>0.12</LabelElectricRate>
2015
+ <LabelGasRate>1.09</LabelGasRate>
2016
+ <LabelAnnualGasCost>7.0</LabelAnnualGasCost>
2017
+ <LabelUsage>6.0</LabelUsage>
2018
+ <Capacity>4.5</Capacity>
2019
+ </ClothesWasher>
2020
+ <ClothesDryer>
2021
+ <SystemIdentifier id='ClothesDryer1_4'/>
2022
+ <FuelType>fuel oil</FuelType>
2023
+ <CombinedEnergyFactor>3.03</CombinedEnergyFactor>
2024
+ </ClothesDryer>
2025
+ <Dishwasher>
2026
+ <SystemIdentifier id='Dishwasher1_4'/>
2027
+ <RatedAnnualkWh>199.0</RatedAnnualkWh>
2028
+ <PlaceSettingCapacity>12</PlaceSettingCapacity>
2029
+ <LabelElectricRate>0.12</LabelElectricRate>
2030
+ <LabelGasRate>1.09</LabelGasRate>
2031
+ <LabelAnnualGasCost>18.0</LabelAnnualGasCost>
2032
+ <LabelUsage>4.0</LabelUsage>
2033
+ </Dishwasher>
2034
+ <Refrigerator>
2035
+ <SystemIdentifier id='Refrigerator1_4'/>
2036
+ <RatedAnnualkWh>423.0</RatedAnnualkWh>
2037
+ <PrimaryIndicator>true</PrimaryIndicator>
2038
+ </Refrigerator>
2039
+ <CookingRange>
2040
+ <SystemIdentifier id='CookingRange1_4'/>
2041
+ <FuelType>fuel oil</FuelType>
2042
+ </CookingRange>
2043
+ <Oven>
2044
+ <SystemIdentifier id='Oven1_4'/>
2045
+ </Oven>
2046
+ </Appliances>
2047
+ <Lighting>
2048
+ <LightingGroup>
2049
+ <SystemIdentifier id='LightingGroup1_4'/>
2050
+ <Location>interior</Location>
2051
+ <FractionofUnitsInLocation>0.1</FractionofUnitsInLocation>
2052
+ <LightingType>
2053
+ <CompactFluorescent/>
2054
+ </LightingType>
2055
+ </LightingGroup>
2056
+ <LightingGroup>
2057
+ <SystemIdentifier id='LightingGroup2_4'/>
2058
+ <Location>interior</Location>
2059
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
2060
+ <LightingType>
2061
+ <FluorescentTube/>
2062
+ </LightingType>
2063
+ </LightingGroup>
2064
+ <LightingGroup>
2065
+ <SystemIdentifier id='LightingGroup3_4'/>
2066
+ <Location>interior</Location>
2067
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
2068
+ <LightingType>
2069
+ <LightEmittingDiode/>
2070
+ </LightingType>
2071
+ </LightingGroup>
2072
+ <LightingGroup>
2073
+ <SystemIdentifier id='LightingGroup4_4'/>
2074
+ <Location>exterior</Location>
2075
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
2076
+ <LightingType>
2077
+ <CompactFluorescent/>
2078
+ </LightingType>
2079
+ </LightingGroup>
2080
+ <LightingGroup>
2081
+ <SystemIdentifier id='LightingGroup5_4'/>
2082
+ <Location>exterior</Location>
2083
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
2084
+ <LightingType>
2085
+ <FluorescentTube/>
2086
+ </LightingType>
2087
+ </LightingGroup>
2088
+ <LightingGroup>
2089
+ <SystemIdentifier id='LightingGroup6_4'/>
2090
+ <Location>exterior</Location>
2091
+ <FractionofUnitsInLocation>0.0</FractionofUnitsInLocation>
2092
+ <LightingType>
2093
+ <LightEmittingDiode/>
2094
+ </LightingType>
2095
+ </LightingGroup>
2096
+ <CeilingFan>
2097
+ <SystemIdentifier id='CeilingFan1_4'/>
2098
+ </CeilingFan>
2099
+ </Lighting>
2100
+ <MiscLoads>
2101
+ <PlugLoad>
2102
+ <SystemIdentifier id='PlugLoad1_4'/>
2103
+ <PlugLoadType>TV other</PlugLoadType>
2104
+ </PlugLoad>
2105
+ <PlugLoad>
2106
+ <SystemIdentifier id='PlugLoad2_4'/>
2107
+ <PlugLoadType>other</PlugLoadType>
2108
+ </PlugLoad>
2109
+ </MiscLoads>
2110
+ </BuildingDetails>
2111
+ </Building>
2112
+ </HPXML>