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
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>build_residential_model</name>
5
5
  <uid>259dc35f-65e8-47d4-913f-69efede5a267</uid>
6
- <version_id>62a1cfcd-d73a-4ea0-80e6-9c045acf63e7</version_id>
7
- <version_modified>2023-07-13T21:29:35Z</version_modified>
6
+ <version_id>43b14be0-3b56-4458-b665-1d6c4fa747af</version_id>
7
+ <version_modified>2023-12-18T21:19:53Z</version_modified>
8
8
  <xml_checksum>2C38F48B</xml_checksum>
9
9
  <class_name>BuildResidentialModel</class_name>
10
10
  <display_name>Build Residential Model</display_name>
@@ -76,8 +76,32 @@
76
76
  </argument>
77
77
  <argument>
78
78
  <name>hpxml_dir</name>
79
- <display_name>Custom HPXML Files</display_name>
80
- <description>The name of the folder containing HPXML files, relative to the xml_building folder.</description>
79
+ <display_name>Folder Containing Custom HPXML File</display_name>
80
+ <description>The name of the folder containing a custom HPXML file, relative to the xml_building folder.</description>
81
+ <type>String</type>
82
+ <required>false</required>
83
+ <model_dependent>false</model_dependent>
84
+ </argument>
85
+ <argument>
86
+ <name>output_dir</name>
87
+ <display_name>Directory for Output Files</display_name>
88
+ <description>Absolute/relative path for the output files directory.</description>
89
+ <type>String</type>
90
+ <required>true</required>
91
+ <model_dependent>false</model_dependent>
92
+ </argument>
93
+ <argument>
94
+ <name>hpxml_path</name>
95
+ <display_name>HPXML File Path</display_name>
96
+ <description>Absolute/relative path of the HPXML file.</description>
97
+ <type>String</type>
98
+ <required>true</required>
99
+ <model_dependent>false</model_dependent>
100
+ </argument>
101
+ <argument>
102
+ <name>existing_hpxml_path</name>
103
+ <display_name>Existing HPXML File Path</display_name>
104
+ <description>Absolute/relative path of the existing HPXML file. If not provided, a new HPXML file with one Building element is created. If provided, a new Building element will be appended to this HPXML file (e.g., to create a multifamily HPXML file describing multiple dwelling units).</description>
81
105
  <type>String</type>
82
106
  <required>false</required>
83
107
  <model_dependent>false</model_dependent>
@@ -147,7 +171,7 @@
147
171
  <argument>
148
172
  <name>simulation_control_timestep</name>
149
173
  <display_name>Simulation Control: Timestep</display_name>
150
- <description>Value must be a divisor of 60. If not provided, the OS-HPXML default is used.</description>
174
+ <description>Value must be a divisor of 60. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-simulation-control'&gt;HPXML Simulation Control&lt;/a&gt;) is used.</description>
151
175
  <type>Integer</type>
152
176
  <units>min</units>
153
177
  <required>false</required>
@@ -156,7 +180,7 @@
156
180
  <argument>
157
181
  <name>simulation_control_run_period</name>
158
182
  <display_name>Simulation Control: Run Period</display_name>
159
- <description>Enter a date like "Jan 1 - Dec 31". If not provided, the OS-HPXML default is used.</description>
183
+ <description>Enter a date like 'Jan 1 - Dec 31'. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-simulation-control'&gt;HPXML Simulation Control&lt;/a&gt;) is used.</description>
160
184
  <type>String</type>
161
185
  <required>false</required>
162
186
  <model_dependent>false</model_dependent>
@@ -164,7 +188,7 @@
164
188
  <argument>
165
189
  <name>simulation_control_run_period_calendar_year</name>
166
190
  <display_name>Simulation Control: Run Period Calendar Year</display_name>
167
- <description>This numeric field should contain the calendar year that determines the start day of week. If you are running simulations using AMY weather files, the value entered for calendar year will not be used; it will be overridden by the actual year found in the AMY weather file. If not provided, the OS-HPXML default is used.</description>
191
+ <description>This numeric field should contain the calendar year that determines the start day of week. If you are running simulations using AMY weather files, the value entered for calendar year will not be used; it will be overridden by the actual year found in the AMY weather file. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-simulation-control'&gt;HPXML Simulation Control&lt;/a&gt;) is used.</description>
168
192
  <type>Integer</type>
169
193
  <units>year</units>
170
194
  <required>false</required>
@@ -173,7 +197,7 @@
173
197
  <argument>
174
198
  <name>simulation_control_daylight_saving_enabled</name>
175
199
  <display_name>Simulation Control: Daylight Saving Enabled</display_name>
176
- <description>Whether to use daylight saving. If not provided, the OS-HPXML default is used.</description>
200
+ <description>Whether to use daylight saving. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-building-site'&gt;HPXML Building Site&lt;/a&gt;) is used.</description>
177
201
  <type>Boolean</type>
178
202
  <required>false</required>
179
203
  <model_dependent>false</model_dependent>
@@ -191,7 +215,7 @@
191
215
  <argument>
192
216
  <name>simulation_control_daylight_saving_period</name>
193
217
  <display_name>Simulation Control: Daylight Saving Period</display_name>
194
- <description>Enter a date like "Mar 15 - Dec 15". If not provided, the OS-HPXML default is used.</description>
218
+ <description>Enter a date like 'Mar 15 - Dec 15'. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-building-site'&gt;HPXML Building Site&lt;/a&gt;) is used.</description>
195
219
  <type>String</type>
196
220
  <required>false</required>
197
221
  <model_dependent>false</model_dependent>
@@ -199,7 +223,7 @@
199
223
  <argument>
200
224
  <name>simulation_control_temperature_capacitance_multiplier</name>
201
225
  <display_name>Simulation Control: Temperature Capacitance Multiplier</display_name>
202
- <description>Affects the transient calculation of indoor air temperatures. If not provided, the OS-HPXML default is used.</description>
226
+ <description>Affects the transient calculation of indoor air temperatures. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-simulation-control'&gt;HPXML Simulation Control&lt;/a&gt;) is used.</description>
203
227
  <type>String</type>
204
228
  <required>false</required>
205
229
  <model_dependent>false</model_dependent>
@@ -207,7 +231,7 @@
207
231
  <argument>
208
232
  <name>site_type</name>
209
233
  <display_name>Site: Type</display_name>
210
- <description>The type of site. If not provided, the OS-HPXML default is used.</description>
234
+ <description>The type of site. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-site'&gt;HPXML Site&lt;/a&gt;) is used.</description>
211
235
  <type>Choice</type>
212
236
  <required>false</required>
213
237
  <model_dependent>false</model_dependent>
@@ -229,7 +253,7 @@
229
253
  <argument>
230
254
  <name>site_shielding_of_home</name>
231
255
  <display_name>Site: Shielding of Home</display_name>
232
- <description>Presence of nearby buildings, trees, obstructions for infiltration model. If not provided, the OS-HPXML default is used.</description>
256
+ <description>Presence of nearby buildings, trees, obstructions for infiltration model. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-site'&gt;HPXML Site&lt;/a&gt;) is used.</description>
233
257
  <type>Choice</type>
234
258
  <required>false</required>
235
259
  <model_dependent>false</model_dependent>
@@ -251,7 +275,7 @@
251
275
  <argument>
252
276
  <name>site_ground_conductivity</name>
253
277
  <display_name>Site: Ground Conductivity</display_name>
254
- <description>Conductivity of the ground soil. If not provided, the OS-HPXML default is used.</description>
278
+ <description>Conductivity of the ground soil. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-site'&gt;HPXML Site&lt;/a&gt;) is used.</description>
255
279
  <type>Double</type>
256
280
  <units>Btu/hr-ft-F</units>
257
281
  <required>false</required>
@@ -595,6 +619,14 @@
595
619
  <required>false</required>
596
620
  <model_dependent>false</model_dependent>
597
621
  </argument>
622
+ <argument>
623
+ <name>unit_multiplier</name>
624
+ <display_name>Building Construction: Unit Multiplier</display_name>
625
+ <description>The number of similar dwelling units. EnergyPlus simulation results will be multiplied this value. If not provided, defaults to 1.</description>
626
+ <type>Integer</type>
627
+ <required>false</required>
628
+ <model_dependent>false</model_dependent>
629
+ </argument>
598
630
  <argument>
599
631
  <name>geometry_unit_type</name>
600
632
  <display_name>Geometry: Unit Type</display_name>
@@ -616,6 +648,10 @@
616
648
  <value>apartment unit</value>
617
649
  <display_name>apartment unit</display_name>
618
650
  </choice>
651
+ <choice>
652
+ <value>manufactured home</value>
653
+ <display_name>manufactured home</display_name>
654
+ </choice>
619
655
  </choices>
620
656
  </argument>
621
657
  <argument>
@@ -747,7 +783,7 @@
747
783
  <argument>
748
784
  <name>geometry_unit_num_bathrooms</name>
749
785
  <display_name>Geometry: Unit Number of Bathrooms</display_name>
750
- <description>The number of bathrooms in the unit. If not provided, the OS-HPXML default is used.</description>
786
+ <description>The number of bathrooms in the unit. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-building-construction'&gt;HPXML Building Construction&lt;/a&gt;) is used.</description>
751
787
  <type>Integer</type>
752
788
  <units>#</units>
753
789
  <required>false</required>
@@ -804,7 +840,7 @@
804
840
  <argument>
805
841
  <name>geometry_garage_protrusion</name>
806
842
  <display_name>Geometry: Garage Protrusion</display_name>
807
- <description>The fraction of the garage that is protruding from the living space. Only applies to single-family detached units.</description>
843
+ <description>The fraction of the garage that is protruding from the conditioned space. Only applies to single-family detached units.</description>
808
844
  <type>Double</type>
809
845
  <units>Frac</units>
810
846
  <required>true</required>
@@ -871,6 +907,14 @@
871
907
  <value>AboveApartment</value>
872
908
  <display_name>AboveApartment</display_name>
873
909
  </choice>
910
+ <choice>
911
+ <value>BellyAndWingWithSkirt</value>
912
+ <display_name>BellyAndWingWithSkirt</display_name>
913
+ </choice>
914
+ <choice>
915
+ <value>BellyAndWingNoSkirt</value>
916
+ <display_name>BellyAndWingNoSkirt</display_name>
917
+ </choice>
874
918
  </choices>
875
919
  </argument>
876
920
  <argument>
@@ -1064,7 +1108,7 @@
1064
1108
  <argument>
1065
1109
  <name>neighbor_front_height</name>
1066
1110
  <display_name>Neighbor: Front Height</display_name>
1067
- <description>The height of the neighboring building to the front. If not provided, the OS-HPXML default is used.</description>
1111
+ <description>The height of the neighboring building to the front. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-site'&gt;HPXML Site&lt;/a&gt;) is used.</description>
1068
1112
  <type>Double</type>
1069
1113
  <units>ft</units>
1070
1114
  <required>false</required>
@@ -1073,7 +1117,7 @@
1073
1117
  <argument>
1074
1118
  <name>neighbor_back_height</name>
1075
1119
  <display_name>Neighbor: Back Height</display_name>
1076
- <description>The height of the neighboring building to the back. If not provided, the OS-HPXML default is used.</description>
1120
+ <description>The height of the neighboring building to the back. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-site'&gt;HPXML Site&lt;/a&gt;) is used.</description>
1077
1121
  <type>Double</type>
1078
1122
  <units>ft</units>
1079
1123
  <required>false</required>
@@ -1082,7 +1126,7 @@
1082
1126
  <argument>
1083
1127
  <name>neighbor_left_height</name>
1084
1128
  <display_name>Neighbor: Left Height</display_name>
1085
- <description>The height of the neighboring building to the left. If not provided, the OS-HPXML default is used.</description>
1129
+ <description>The height of the neighboring building to the left. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-site'&gt;HPXML Site&lt;/a&gt;) is used.</description>
1086
1130
  <type>Double</type>
1087
1131
  <units>ft</units>
1088
1132
  <required>false</required>
@@ -1091,7 +1135,7 @@
1091
1135
  <argument>
1092
1136
  <name>neighbor_right_height</name>
1093
1137
  <display_name>Neighbor: Right Height</display_name>
1094
- <description>The height of the neighboring building to the right. If not provided, the OS-HPXML default is used.</description>
1138
+ <description>The height of the neighboring building to the right. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-site'&gt;HPXML Site&lt;/a&gt;) is used.</description>
1095
1139
  <type>Double</type>
1096
1140
  <units>ft</units>
1097
1141
  <required>false</required>
@@ -1147,7 +1191,7 @@
1147
1191
  <argument>
1148
1192
  <name>foundation_wall_type</name>
1149
1193
  <display_name>Foundation Wall: Type</display_name>
1150
- <description>The material type of the foundation wall. If not provided, the OS-HPXML default is used.</description>
1194
+ <description>The material type of the foundation wall. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-foundation-walls'&gt;HPXML Foundation Walls&lt;/a&gt;) is used.</description>
1151
1195
  <type>Choice</type>
1152
1196
  <required>false</required>
1153
1197
  <model_dependent>false</model_dependent>
@@ -1189,7 +1233,7 @@
1189
1233
  <argument>
1190
1234
  <name>foundation_wall_thickness</name>
1191
1235
  <display_name>Foundation Wall: Thickness</display_name>
1192
- <description>The thickness of the foundation wall. If not provided, the OS-HPXML default is used.</description>
1236
+ <description>The thickness of the foundation wall. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-foundation-walls'&gt;HPXML Foundation Walls&lt;/a&gt;) is used.</description>
1193
1237
  <type>Double</type>
1194
1238
  <units>in</units>
1195
1239
  <required>false</required>
@@ -1228,7 +1272,7 @@
1228
1272
  <argument>
1229
1273
  <name>foundation_wall_insulation_distance_to_top</name>
1230
1274
  <display_name>Foundation Wall: Insulation Distance To Top</display_name>
1231
- <description>The distance from the top of the foundation wall to the top of the foundation wall insulation. Only applies to basements/crawlspaces. If not provided, the OS-HPXML default is used.</description>
1275
+ <description>The distance from the top of the foundation wall to the top of the foundation wall insulation. Only applies to basements/crawlspaces. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-foundation-walls'&gt;HPXML Foundation Walls&lt;/a&gt;) is used.</description>
1232
1276
  <type>Double</type>
1233
1277
  <units>ft</units>
1234
1278
  <required>false</required>
@@ -1237,7 +1281,7 @@
1237
1281
  <argument>
1238
1282
  <name>foundation_wall_insulation_distance_to_bottom</name>
1239
1283
  <display_name>Foundation Wall: Insulation Distance To Bottom</display_name>
1240
- <description>The distance from the top of the foundation wall to the bottom of the foundation wall insulation. Only applies to basements/crawlspaces. If not provided, the OS-HPXML default is used.</description>
1284
+ <description>The distance from the top of the foundation wall to the bottom of the foundation wall insulation. Only applies to basements/crawlspaces. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-foundation-walls'&gt;HPXML Foundation Walls&lt;/a&gt;) is used.</description>
1241
1285
  <type>Double</type>
1242
1286
  <units>ft</units>
1243
1287
  <required>false</required>
@@ -1304,7 +1348,7 @@
1304
1348
  <argument>
1305
1349
  <name>slab_thickness</name>
1306
1350
  <display_name>Slab: Thickness</display_name>
1307
- <description>The thickness of the slab. Zero can be entered if there is a dirt floor instead of a slab. If not provided, the OS-HPXML default is used.</description>
1351
+ <description>The thickness of the slab. Zero can be entered if there is a dirt floor instead of a slab. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-slabs'&gt;HPXML Slabs&lt;/a&gt;) is used.</description>
1308
1352
  <type>Double</type>
1309
1353
  <units>in</units>
1310
1354
  <required>false</required>
@@ -1313,7 +1357,7 @@
1313
1357
  <argument>
1314
1358
  <name>slab_carpet_fraction</name>
1315
1359
  <display_name>Slab: Carpet Fraction</display_name>
1316
- <description>Fraction of the slab floor area that is carpeted. If not provided, the OS-HPXML default is used.</description>
1360
+ <description>Fraction of the slab floor area that is carpeted. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-slabs'&gt;HPXML Slabs&lt;/a&gt;) is used.</description>
1317
1361
  <type>Double</type>
1318
1362
  <units>Frac</units>
1319
1363
  <required>false</required>
@@ -1322,7 +1366,7 @@
1322
1366
  <argument>
1323
1367
  <name>slab_carpet_r</name>
1324
1368
  <display_name>Slab: Carpet R-value</display_name>
1325
- <description>R-value of the slab carpet. If not provided, the OS-HPXML default is used.</description>
1369
+ <description>R-value of the slab carpet. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-slabs'&gt;HPXML Slabs&lt;/a&gt;) is used.</description>
1326
1370
  <type>Double</type>
1327
1371
  <units>h-ft^2-R/Btu</units>
1328
1372
  <required>false</required>
@@ -1341,7 +1385,7 @@
1341
1385
  <argument>
1342
1386
  <name>roof_material_type</name>
1343
1387
  <display_name>Roof: Material Type</display_name>
1344
- <description>The material type of the roof. If not provided, the OS-HPXML default is used.</description>
1388
+ <description>The material type of the roof. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-roofs'&gt;HPXML Roofs&lt;/a&gt;) is used.</description>
1345
1389
  <type>Choice</type>
1346
1390
  <required>false</required>
1347
1391
  <model_dependent>false</model_dependent>
@@ -1387,7 +1431,7 @@
1387
1431
  <argument>
1388
1432
  <name>roof_color</name>
1389
1433
  <display_name>Roof: Color</display_name>
1390
- <description>The color of the roof. If not provided, the OS-HPXML default is used.</description>
1434
+ <description>The color of the roof. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-roofs'&gt;HPXML Roofs&lt;/a&gt;) is used.</description>
1391
1435
  <type>Choice</type>
1392
1436
  <required>false</required>
1393
1437
  <model_dependent>false</model_dependent>
@@ -1446,11 +1490,10 @@
1446
1490
  <argument>
1447
1491
  <name>roof_radiant_barrier_grade</name>
1448
1492
  <display_name>Roof: Radiant Barrier Grade</display_name>
1449
- <description>The grade of the radiant barrier. If not provided, the OS-HPXML default is used.</description>
1493
+ <description>The grade of the radiant barrier. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-roofs'&gt;HPXML Roofs&lt;/a&gt;) is used.</description>
1450
1494
  <type>Choice</type>
1451
1495
  <required>false</required>
1452
1496
  <model_dependent>false</model_dependent>
1453
- <default_value>1</default_value>
1454
1497
  <choices>
1455
1498
  <choice>
1456
1499
  <value>1</value>
@@ -1524,7 +1567,7 @@
1524
1567
  <argument>
1525
1568
  <name>wall_siding_type</name>
1526
1569
  <display_name>Wall: Siding Type</display_name>
1527
- <description>The siding type of the walls. Also applies to rim joists. If not provided, the OS-HPXML default is used.</description>
1570
+ <description>The siding type of the walls. Also applies to rim joists. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-walls'&gt;HPXML Walls&lt;/a&gt;) is used.</description>
1528
1571
  <type>Choice</type>
1529
1572
  <required>false</required>
1530
1573
  <model_dependent>false</model_dependent>
@@ -1578,7 +1621,7 @@
1578
1621
  <argument>
1579
1622
  <name>wall_color</name>
1580
1623
  <display_name>Wall: Color</display_name>
1581
- <description>The color of the walls. Also applies to rim joists. If not provided, the OS-HPXML default is used.</description>
1624
+ <description>The color of the walls. Also applies to rim joists. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-walls'&gt;HPXML Walls&lt;/a&gt;) is used.</description>
1582
1625
  <type>Choice</type>
1583
1626
  <required>false</required>
1584
1627
  <model_dependent>false</model_dependent>
@@ -1708,7 +1751,7 @@
1708
1751
  <argument>
1709
1752
  <name>window_fraction_operable</name>
1710
1753
  <display_name>Windows: Fraction Operable</display_name>
1711
- <description>Fraction of windows that are operable. If not provided, the OS-HPXML default is used.</description>
1754
+ <description>Fraction of windows that are operable. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-windows'&gt;HPXML Windows&lt;/a&gt;) is used.</description>
1712
1755
  <type>Double</type>
1713
1756
  <units>Frac</units>
1714
1757
  <required>false</required>
@@ -1717,7 +1760,7 @@
1717
1760
  <argument>
1718
1761
  <name>window_natvent_availability</name>
1719
1762
  <display_name>Windows: Natural Ventilation Availability</display_name>
1720
- <description>For operable windows, the number of days/week that windows can be opened by occupants for natural ventilation. If not provided, the OS-HPXML default is used.</description>
1763
+ <description>For operable windows, the number of days/week that windows can be opened by occupants for natural ventilation. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-windows'&gt;HPXML Windows&lt;/a&gt;) is used.</description>
1721
1764
  <type>Integer</type>
1722
1765
  <units>Days/week</units>
1723
1766
  <required>false</required>
@@ -1745,7 +1788,7 @@
1745
1788
  <argument>
1746
1789
  <name>window_interior_shading_winter</name>
1747
1790
  <display_name>Windows: Winter Interior Shading</display_name>
1748
- <description>Interior shading coefficient for the winter season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used.</description>
1791
+ <description>Interior shading coefficient for the winter season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-windows'&gt;HPXML Windows&lt;/a&gt;) is used.</description>
1749
1792
  <type>Double</type>
1750
1793
  <units>Frac</units>
1751
1794
  <required>false</required>
@@ -1754,7 +1797,7 @@
1754
1797
  <argument>
1755
1798
  <name>window_interior_shading_summer</name>
1756
1799
  <display_name>Windows: Summer Interior Shading</display_name>
1757
- <description>Interior shading coefficient for the summer season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used.</description>
1800
+ <description>Interior shading coefficient for the summer season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-windows'&gt;HPXML Windows&lt;/a&gt;) is used.</description>
1758
1801
  <type>Double</type>
1759
1802
  <units>Frac</units>
1760
1803
  <required>false</required>
@@ -1763,7 +1806,7 @@
1763
1806
  <argument>
1764
1807
  <name>window_exterior_shading_winter</name>
1765
1808
  <display_name>Windows: Winter Exterior Shading</display_name>
1766
- <description>Exterior shading coefficient for the winter season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used.</description>
1809
+ <description>Exterior shading coefficient for the winter season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-windows'&gt;HPXML Windows&lt;/a&gt;) is used.</description>
1767
1810
  <type>Double</type>
1768
1811
  <units>Frac</units>
1769
1812
  <required>false</required>
@@ -1772,7 +1815,7 @@
1772
1815
  <argument>
1773
1816
  <name>window_exterior_shading_summer</name>
1774
1817
  <display_name>Windows: Summer Exterior Shading</display_name>
1775
- <description>Exterior shading coefficient for the summer season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used.</description>
1818
+ <description>Exterior shading coefficient for the summer season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-windows'&gt;HPXML Windows&lt;/a&gt;) is used.</description>
1776
1819
  <type>Double</type>
1777
1820
  <units>Frac</units>
1778
1821
  <required>false</required>
@@ -1781,7 +1824,7 @@
1781
1824
  <argument>
1782
1825
  <name>window_shading_summer_season</name>
1783
1826
  <display_name>Windows: Shading Summer Season</display_name>
1784
- <description>Enter a date like "May 1 - Sep 30". Defines the summer season for purposes of shading coefficients; the rest of the year is assumed to be winter. If not provided, the OS-HPXML default is used.</description>
1827
+ <description>Enter a date like 'May 1 - Sep 30'. Defines the summer season for purposes of shading coefficients; the rest of the year is assumed to be winter. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-windows'&gt;HPXML Windows&lt;/a&gt;) is used.</description>
1785
1828
  <type>String</type>
1786
1829
  <required>false</required>
1787
1830
  <model_dependent>false</model_dependent>
@@ -2092,7 +2135,7 @@
2092
2135
  <argument>
2093
2136
  <name>air_leakage_has_flue_or_chimney_in_conditioned_space</name>
2094
2137
  <display_name>Air Leakage: Has Flue or Chimney in Conditioned Space</display_name>
2095
- <description>Presence of flue or chimney with combustion air from conditioned space; used for infiltration model. If not provided, the OS-HPXML default is used.</description>
2138
+ <description>Presence of flue or chimney with combustion air from conditioned space; used for infiltration model. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#flue-or-chimney'&gt;Flue or Chimney&lt;/a&gt;) is used.</description>
2096
2139
  <type>Boolean</type>
2097
2140
  <required>false</required>
2098
2141
  <model_dependent>false</model_dependent>
@@ -2145,17 +2188,13 @@
2145
2188
  <display_name>Stove</display_name>
2146
2189
  </choice>
2147
2190
  <choice>
2148
- <value>PortableHeater</value>
2149
- <display_name>PortableHeater</display_name>
2191
+ <value>SpaceHeater</value>
2192
+ <display_name>SpaceHeater</display_name>
2150
2193
  </choice>
2151
2194
  <choice>
2152
2195
  <value>Fireplace</value>
2153
2196
  <display_name>Fireplace</display_name>
2154
2197
  </choice>
2155
- <choice>
2156
- <value>FixedHeater</value>
2157
- <display_name>FixedHeater</display_name>
2158
- </choice>
2159
2198
  <choice>
2160
2199
  <value>Shared Boiler w/ Baseboard</value>
2161
2200
  <display_name>Shared Boiler w/ Baseboard</display_name>
@@ -2218,7 +2257,7 @@
2218
2257
  <argument>
2219
2258
  <name>heating_system_heating_capacity</name>
2220
2259
  <display_name>Heating System: Heating Capacity</display_name>
2221
- <description>The output heating capacity of the heating system. If not provided, the OS-HPXML autosized default is used.</description>
2260
+ <description>The output heating capacity of the heating system. If not provided, the OS-HPXML autosized default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-heating-systems'&gt;HPXML Heating Systems&lt;/a&gt;) is used.</description>
2222
2261
  <type>Double</type>
2223
2262
  <units>Btu/hr</units>
2224
2263
  <required>false</required>
@@ -2326,7 +2365,7 @@
2326
2365
  <argument>
2327
2366
  <name>cooling_system_cooling_compressor_type</name>
2328
2367
  <display_name>Cooling System: Cooling Compressor Type</display_name>
2329
- <description>The compressor type of the cooling system. Only applies to central air conditioner. If not provided, the OS-HPXML default is used.</description>
2368
+ <description>The compressor type of the cooling system. Only applies to central air conditioner and mini-split. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#central-air-conditioner'&gt;Central Air Conditioner&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#mini-split-air-conditioner'&gt;Mini-Split Air Conditioner&lt;/a&gt;) is used.</description>
2330
2369
  <type>Choice</type>
2331
2370
  <required>false</required>
2332
2371
  <model_dependent>false</model_dependent>
@@ -2348,7 +2387,7 @@
2348
2387
  <argument>
2349
2388
  <name>cooling_system_cooling_sensible_heat_fraction</name>
2350
2389
  <display_name>Cooling System: Cooling Sensible Heat Fraction</display_name>
2351
- <description>The sensible heat fraction of the cooling system. Ignored for evaporative cooler. If not provided, the OS-HPXML default is used.</description>
2390
+ <description>The sensible heat fraction of the cooling system. Ignored for evaporative cooler. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#central-air-conditioner'&gt;Central Air Conditioner&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#room-air-conditioner'&gt;Room Air Conditioner&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#packaged-terminal-air-conditioner'&gt;Packaged Terminal Air Conditioner&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#mini-split-air-conditioner'&gt;Mini-Split Air Conditioner&lt;/a&gt;) is used.</description>
2352
2391
  <type>Double</type>
2353
2392
  <units>Frac</units>
2354
2393
  <required>false</required>
@@ -2357,7 +2396,7 @@
2357
2396
  <argument>
2358
2397
  <name>cooling_system_cooling_capacity</name>
2359
2398
  <display_name>Cooling System: Cooling Capacity</display_name>
2360
- <description>The output cooling capacity of the cooling system. If not provided, the OS-HPXML autosized default is used.</description>
2399
+ <description>The output cooling capacity of the cooling system. If not provided, the OS-HPXML autosized default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#central-air-conditioner'&gt;Central Air Conditioner&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#room-air-conditioner'&gt;Room Air Conditioner&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#packaged-terminal-air-conditioner'&gt;Packaged Terminal Air Conditioner&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#evaporative-cooler'&gt;Evaporative Cooler&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#mini-split-air-conditioner'&gt;Mini-Split Air Conditioner&lt;/a&gt;) is used.</description>
2361
2400
  <type>Double</type>
2362
2401
  <units>Btu/hr</units>
2363
2402
  <required>false</required>
@@ -2413,7 +2452,7 @@
2413
2452
  <argument>
2414
2453
  <name>cooling_system_crankcase_heater_watts</name>
2415
2454
  <display_name>Cooling System: Crankcase Heater Power Watts</display_name>
2416
- <description>Cooling system crankcase heater power consumption in Watts. Applies only to central air conditioner, mini-split, packaged terminal air conditioner and room air conditioner. If not provided, the OS-HPXML default is used.</description>
2455
+ <description>Cooling system crankcase heater power consumption in Watts. Applies only to central air conditioner, room air conditioner, packaged terminal air conditioner and mini-split. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#central-air-conditioner'&gt;Central Air Conditioner&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#room-air-conditioner'&gt;Room Air Conditioner&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#packaged-terminal-air-conditioner'&gt;Packaged Terminal Air Conditioner&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#mini-split-air-conditioner'&gt;Mini-Split Air Conditioner&lt;/a&gt;) is used.</description>
2417
2456
  <type>Double</type>
2418
2457
  <units>W</units>
2419
2458
  <required>false</required>
@@ -2469,7 +2508,7 @@
2469
2508
  <argument>
2470
2509
  <name>cooling_system_integrated_heating_system_capacity</name>
2471
2510
  <display_name>Cooling System: Integrated Heating System Heating Capacity</display_name>
2472
- <description>The output heating capacity of the heating system integrated into cooling system. If not provided, the OS-HPXML autosized default is used. Only used for packaged terminal air conditioner and room air conditioner.</description>
2511
+ <description>The output heating capacity of the heating system integrated into cooling system. If not provided, the OS-HPXML autosized default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#room-air-conditioner'&gt;Room Air Conditioner&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#packaged-terminal-air-conditioner'&gt;Packaged Terminal Air Conditioner&lt;/a&gt;) is used. Only used for room air conditioner and packaged terminal air conditioner.</description>
2473
2512
  <type>Double</type>
2474
2513
  <units>Btu/hr</units>
2475
2514
  <required>false</required>
@@ -2590,7 +2629,7 @@
2590
2629
  <argument>
2591
2630
  <name>heat_pump_cooling_compressor_type</name>
2592
2631
  <display_name>Heat Pump: Cooling Compressor Type</display_name>
2593
- <description>The compressor type of the heat pump. Only applies to air-to-air. If not provided, the OS-HPXML default is used.</description>
2632
+ <description>The compressor type of the heat pump. Only applies to air-to-air and mini-split. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-to-air-heat-pump'&gt;Air-to-Air Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#mini-split-heat-pump'&gt;Mini-Split Heat Pump&lt;/a&gt;) is used.</description>
2594
2633
  <type>Choice</type>
2595
2634
  <required>false</required>
2596
2635
  <model_dependent>false</model_dependent>
@@ -2612,7 +2651,7 @@
2612
2651
  <argument>
2613
2652
  <name>heat_pump_cooling_sensible_heat_fraction</name>
2614
2653
  <display_name>Heat Pump: Cooling Sensible Heat Fraction</display_name>
2615
- <description>The sensible heat fraction of the heat pump. If not provided, the OS-HPXML default is used.</description>
2654
+ <description>The sensible heat fraction of the heat pump. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-to-air-heat-pump'&gt;Air-to-Air Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#mini-split-heat-pump'&gt;Mini-Split Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#packaged-terminal-heat-pump'&gt;Packaged Terminal Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#room-air-conditioner-w-reverse-cycle'&gt;Room Air Conditioner w/ Reverse Cycle&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#ground-to-air-heat-pump'&gt;Ground-to-Air Heat Pump&lt;/a&gt;) is used.</description>
2616
2655
  <type>Double</type>
2617
2656
  <units>Frac</units>
2618
2657
  <required>false</required>
@@ -2621,7 +2660,7 @@
2621
2660
  <argument>
2622
2661
  <name>heat_pump_heating_capacity</name>
2623
2662
  <display_name>Heat Pump: Heating Capacity</display_name>
2624
- <description>The output heating capacity of the heat pump. If not provided, the OS-HPXML autosized default is used.</description>
2663
+ <description>The output heating capacity of the heat pump. If not provided, the OS-HPXML autosized default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-to-air-heat-pump'&gt;Air-to-Air Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#mini-split-heat-pump'&gt;Mini-Split Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#packaged-terminal-heat-pump'&gt;Packaged Terminal Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#room-air-conditioner-w-reverse-cycle'&gt;Room Air Conditioner w/ Reverse Cycle&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#ground-to-air-heat-pump'&gt;Ground-to-Air Heat Pump&lt;/a&gt;) is used.</description>
2625
2664
  <type>Double</type>
2626
2665
  <units>Btu/hr</units>
2627
2666
  <required>false</required>
@@ -2630,7 +2669,7 @@
2630
2669
  <argument>
2631
2670
  <name>heat_pump_heating_capacity_retention_fraction</name>
2632
2671
  <display_name>Heat Pump: Heating Capacity Retention Fraction</display_name>
2633
- <description>The output heating capacity of the heat pump at a user-specified temperature (e.g., 17F or 5F) divided by the above nominal heating capacity. Applies to all heat pump types except ground-to-air. If not provided, the OS-HPXML default is used.</description>
2672
+ <description>The output heating capacity of the heat pump at a user-specified temperature (e.g., 17F or 5F) divided by the above nominal heating capacity. Applies to all heat pump types except ground-to-air. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-to-air-heat-pump'&gt;Air-to-Air Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#mini-split-heat-pump'&gt;Mini-Split Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#packaged-terminal-heat-pump'&gt;Packaged Terminal Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#room-air-conditioner-w-reverse-cycle'&gt;Room Air Conditioner w/ Reverse Cycle&lt;/a&gt;) is used.</description>
2634
2673
  <type>Double</type>
2635
2674
  <units>Frac</units>
2636
2675
  <required>false</required>
@@ -2648,7 +2687,7 @@
2648
2687
  <argument>
2649
2688
  <name>heat_pump_cooling_capacity</name>
2650
2689
  <display_name>Heat Pump: Cooling Capacity</display_name>
2651
- <description>The output cooling capacity of the heat pump. If not provided, the OS-HPXML autosized default is used.</description>
2690
+ <description>The output cooling capacity of the heat pump. If not provided, the OS-HPXML autosized default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-to-air-heat-pump'&gt;Air-to-Air Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#mini-split-heat-pump'&gt;Mini-Split Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#packaged-terminal-heat-pump'&gt;Packaged Terminal Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#room-air-conditioner-w-reverse-cycle'&gt;Room Air Conditioner w/ Reverse Cycle&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#ground-to-air-heat-pump'&gt;Ground-to-Air Heat Pump&lt;/a&gt;) is used.</description>
2652
2691
  <type>Double</type>
2653
2692
  <units>Btu/hr</units>
2654
2693
  <required>false</required>
@@ -2677,7 +2716,7 @@
2677
2716
  <argument>
2678
2717
  <name>heat_pump_compressor_lockout_temp</name>
2679
2718
  <display_name>Heat Pump: Compressor Lockout Temperature</display_name>
2680
- <description>The temperature below which the heat pump compressor is disabled. If both this and Backup Heating Lockout Temperature are provided and use the same value, it essentially defines a switchover temperature (for, e.g., a dual-fuel heat pump). Applies to all heat pump types other than ground-to-air. If not provided, the OS-HPXML default is used.</description>
2719
+ <description>The temperature below which the heat pump compressor is disabled. If both this and Backup Heating Lockout Temperature are provided and use the same value, it essentially defines a switchover temperature (for, e.g., a dual-fuel heat pump). Applies to all heat pump types other than ground-to-air. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-to-air-heat-pump'&gt;Air-to-Air Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#mini-split-heat-pump'&gt;Mini-Split Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#packaged-terminal-heat-pump'&gt;Packaged Terminal Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#room-air-conditioner-w-reverse-cycle'&gt;Room Air Conditioner w/ Reverse Cycle&lt;/a&gt;) is used.</description>
2681
2720
  <type>Double</type>
2682
2721
  <units>deg-F</units>
2683
2722
  <required>false</required>
@@ -2745,7 +2784,7 @@
2745
2784
  <argument>
2746
2785
  <name>heat_pump_backup_heating_capacity</name>
2747
2786
  <display_name>Heat Pump: Backup Heating Capacity</display_name>
2748
- <description>The backup output heating capacity of the heat pump. If not provided, the OS-HPXML autosized default is used. Only applies if Backup Type is 'integrated'.</description>
2787
+ <description>The backup output heating capacity of the heat pump. If not provided, the OS-HPXML autosized default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#backup'&gt;Backup&lt;/a&gt;) is used. Only applies if Backup Type is 'integrated'.</description>
2749
2788
  <type>Double</type>
2750
2789
  <units>Btu/hr</units>
2751
2790
  <required>false</required>
@@ -2754,7 +2793,7 @@
2754
2793
  <argument>
2755
2794
  <name>heat_pump_backup_heating_lockout_temp</name>
2756
2795
  <display_name>Heat Pump: Backup Heating Lockout Temperature</display_name>
2757
- <description>The temperature above which the heat pump backup system is disabled. If both this and Compressor Lockout Temperature are provided and use the same value, it essentially defines a switchover temperature (for, e.g., a dual-fuel heat pump). Applies for both Backup Type of 'integrated' and 'separate'. If not provided, the OS-HPXML default is used.</description>
2796
+ <description>The temperature above which the heat pump backup system is disabled. If both this and Compressor Lockout Temperature are provided and use the same value, it essentially defines a switchover temperature (for, e.g., a dual-fuel heat pump). Applies for both Backup Type of 'integrated' and 'separate'. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#backup'&gt;Backup&lt;/a&gt;) is used.</description>
2758
2797
  <type>Double</type>
2759
2798
  <units>deg-F</units>
2760
2799
  <required>false</required>
@@ -2763,7 +2802,7 @@
2763
2802
  <argument>
2764
2803
  <name>heat_pump_sizing_methodology</name>
2765
2804
  <display_name>Heat Pump: Sizing Methodology</display_name>
2766
- <description>The auto-sizing methodology to use when the heat pump capacity is not provided. If not provided, the OS-HPXML default is used.</description>
2805
+ <description>The auto-sizing methodology to use when the heat pump capacity is not provided. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-hvac-sizing-control'&gt;HPXML HVAC Sizing Control&lt;/a&gt;) is used.</description>
2767
2806
  <type>Choice</type>
2768
2807
  <required>false</required>
2769
2808
  <model_dependent>false</model_dependent>
@@ -2821,7 +2860,7 @@
2821
2860
  <argument>
2822
2861
  <name>heat_pump_crankcase_heater_watts</name>
2823
2862
  <display_name>Heat Pump: Crankcase Heater Power Watts</display_name>
2824
- <description>Heat Pump crankcase heater power consumption in Watts. Applies only to air-to-air, mini-split, packaged terminal heat pump and room air conditioner with reverse cycle. If not provided, the OS-HPXML default is used.</description>
2863
+ <description>Heat Pump crankcase heater power consumption in Watts. Applies only to air-to-air, mini-split, packaged terminal heat pump and room air conditioner with reverse cycle. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-to-air-heat-pump'&gt;Air-to-Air Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#mini-split-heat-pump'&gt;Mini-Split Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#packaged-terminal-heat-pump'&gt;Packaged Terminal Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#room-air-conditioner-w-reverse-cycle'&gt;Room Air Conditioner w/ Reverse Cycle&lt;/a&gt;) is used.</description>
2825
2864
  <type>Double</type>
2826
2865
  <units>W</units>
2827
2866
  <required>false</required>
@@ -2865,17 +2904,13 @@
2865
2904
  <display_name>Stove</display_name>
2866
2905
  </choice>
2867
2906
  <choice>
2868
- <value>PortableHeater</value>
2869
- <display_name>PortableHeater</display_name>
2907
+ <value>SpaceHeater</value>
2908
+ <display_name>SpaceHeater</display_name>
2870
2909
  </choice>
2871
2910
  <choice>
2872
2911
  <value>Fireplace</value>
2873
2912
  <display_name>Fireplace</display_name>
2874
2913
  </choice>
2875
- <choice>
2876
- <value>FixedHeater</value>
2877
- <display_name>FixedHeater</display_name>
2878
- </choice>
2879
2914
  </choices>
2880
2915
  </argument>
2881
2916
  <argument>
@@ -2930,7 +2965,7 @@
2930
2965
  <argument>
2931
2966
  <name>heating_system_2_heating_capacity</name>
2932
2967
  <display_name>Heating System 2: Heating Capacity</display_name>
2933
- <description>The output heating capacity of the second heating system. If not provided, the OS-HPXML autosized default is used.</description>
2968
+ <description>The output heating capacity of the second heating system. If not provided, the OS-HPXML autosized default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-heating-systems'&gt;HPXML Heating Systems&lt;/a&gt;) is used.</description>
2934
2969
  <type>Double</type>
2935
2970
  <units>Btu/hr</units>
2936
2971
  <required>false</required>
@@ -2985,7 +3020,7 @@
2985
3020
  <argument>
2986
3021
  <name>hvac_control_heating_season_period</name>
2987
3022
  <display_name>HVAC Control: Heating Season Period</display_name>
2988
- <description>Enter a date like 'Nov 1 - Jun 30'. If not provided, the OS-HPXML default is used. Can also provide 'BuildingAmerica' to use automatic seasons from the Building America House Simulation Protocols.</description>
3023
+ <description>Enter a date like 'Nov 1 - Jun 30'. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-hvac-control'&gt;HPXML HVAC Control&lt;/a&gt;) is used. Can also provide 'BuildingAmerica' to use automatic seasons from the Building America House Simulation Protocols.</description>
2989
3024
  <type>String</type>
2990
3025
  <required>false</required>
2991
3026
  <model_dependent>false</model_dependent>
@@ -2993,7 +3028,7 @@
2993
3028
  <argument>
2994
3029
  <name>hvac_control_cooling_season_period</name>
2995
3030
  <display_name>HVAC Control: Cooling Season Period</display_name>
2996
- <description>Enter a date like 'Jun 1 - Oct 31'. If not provided, the OS-HPXML default is used. Can also provide 'BuildingAmerica' to use automatic seasons from the Building America House Simulation Protocols.</description>
3031
+ <description>Enter a date like 'Jun 1 - Oct 31'. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-hvac-control'&gt;HPXML HVAC Control&lt;/a&gt;) is used. Can also provide 'BuildingAmerica' to use automatic seasons from the Building America House Simulation Protocols.</description>
2997
3032
  <type>String</type>
2998
3033
  <required>false</required>
2999
3034
  <model_dependent>false</model_dependent>
@@ -3042,14 +3077,14 @@
3042
3077
  <argument>
3043
3078
  <name>ducts_supply_location</name>
3044
3079
  <display_name>Ducts: Supply Location</display_name>
3045
- <description>The location of the supply ducts. If not provided, the OS-HPXML default is used.</description>
3080
+ <description>The location of the supply ducts. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-distribution'&gt;Air Distribution&lt;/a&gt;) is used.</description>
3046
3081
  <type>Choice</type>
3047
3082
  <required>false</required>
3048
3083
  <model_dependent>false</model_dependent>
3049
3084
  <choices>
3050
3085
  <choice>
3051
- <value>living space</value>
3052
- <display_name>living space</display_name>
3086
+ <value>conditioned space</value>
3087
+ <display_name>conditioned space</display_name>
3053
3088
  </choice>
3054
3089
  <choice>
3055
3090
  <value>basement - conditioned</value>
@@ -3059,6 +3094,10 @@
3059
3094
  <value>basement - unconditioned</value>
3060
3095
  <display_name>basement - unconditioned</display_name>
3061
3096
  </choice>
3097
+ <choice>
3098
+ <value>crawlspace</value>
3099
+ <display_name>crawlspace</display_name>
3100
+ </choice>
3062
3101
  <choice>
3063
3102
  <value>crawlspace - vented</value>
3064
3103
  <display_name>crawlspace - vented</display_name>
@@ -3071,6 +3110,10 @@
3071
3110
  <value>crawlspace - conditioned</value>
3072
3111
  <display_name>crawlspace - conditioned</display_name>
3073
3112
  </choice>
3113
+ <choice>
3114
+ <value>attic</value>
3115
+ <display_name>attic</display_name>
3116
+ </choice>
3074
3117
  <choice>
3075
3118
  <value>attic - vented</value>
3076
3119
  <display_name>attic - vented</display_name>
@@ -3115,6 +3158,10 @@
3115
3158
  <value>other non-freezing space</value>
3116
3159
  <display_name>other non-freezing space</display_name>
3117
3160
  </choice>
3161
+ <choice>
3162
+ <value>manufactured home belly</value>
3163
+ <display_name>manufactured home belly</display_name>
3164
+ </choice>
3118
3165
  </choices>
3119
3166
  </argument>
3120
3167
  <argument>
@@ -3156,23 +3203,32 @@
3156
3203
  <argument>
3157
3204
  <name>ducts_supply_surface_area</name>
3158
3205
  <display_name>Ducts: Supply Surface Area</display_name>
3159
- <description>The surface area of the supply ducts. If not provided, the OS-HPXML default is used.</description>
3206
+ <description>The supply ducts surface area in the given location. If neither Surface Area nor Area Fraction provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-distribution'&gt;Air Distribution&lt;/a&gt;) is used.</description>
3160
3207
  <type>Double</type>
3161
3208
  <units>ft^2</units>
3162
3209
  <required>false</required>
3163
3210
  <model_dependent>false</model_dependent>
3164
3211
  </argument>
3212
+ <argument>
3213
+ <name>ducts_supply_surface_area_fraction</name>
3214
+ <display_name>Ducts: Supply Area Fraction</display_name>
3215
+ <description>The fraction of supply ducts surface area in the given location. Only used if Surface Area is not provided. If the fraction is less than 1, the remaining duct area is assumed to be in conditioned space. If neither Surface Area nor Area Fraction provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-distribution'&gt;Air Distribution&lt;/a&gt;) is used.</description>
3216
+ <type>Double</type>
3217
+ <units>frac</units>
3218
+ <required>false</required>
3219
+ <model_dependent>false</model_dependent>
3220
+ </argument>
3165
3221
  <argument>
3166
3222
  <name>ducts_return_location</name>
3167
3223
  <display_name>Ducts: Return Location</display_name>
3168
- <description>The location of the return ducts. If not provided, the OS-HPXML default is used.</description>
3224
+ <description>The location of the return ducts. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-distribution'&gt;Air Distribution&lt;/a&gt;) is used.</description>
3169
3225
  <type>Choice</type>
3170
3226
  <required>false</required>
3171
3227
  <model_dependent>false</model_dependent>
3172
3228
  <choices>
3173
3229
  <choice>
3174
- <value>living space</value>
3175
- <display_name>living space</display_name>
3230
+ <value>conditioned space</value>
3231
+ <display_name>conditioned space</display_name>
3176
3232
  </choice>
3177
3233
  <choice>
3178
3234
  <value>basement - conditioned</value>
@@ -3182,6 +3238,10 @@
3182
3238
  <value>basement - unconditioned</value>
3183
3239
  <display_name>basement - unconditioned</display_name>
3184
3240
  </choice>
3241
+ <choice>
3242
+ <value>crawlspace</value>
3243
+ <display_name>crawlspace</display_name>
3244
+ </choice>
3185
3245
  <choice>
3186
3246
  <value>crawlspace - vented</value>
3187
3247
  <display_name>crawlspace - vented</display_name>
@@ -3194,6 +3254,10 @@
3194
3254
  <value>crawlspace - conditioned</value>
3195
3255
  <display_name>crawlspace - conditioned</display_name>
3196
3256
  </choice>
3257
+ <choice>
3258
+ <value>attic</value>
3259
+ <display_name>attic</display_name>
3260
+ </choice>
3197
3261
  <choice>
3198
3262
  <value>attic - vented</value>
3199
3263
  <display_name>attic - vented</display_name>
@@ -3238,6 +3302,10 @@
3238
3302
  <value>other non-freezing space</value>
3239
3303
  <display_name>other non-freezing space</display_name>
3240
3304
  </choice>
3305
+ <choice>
3306
+ <value>manufactured home belly</value>
3307
+ <display_name>manufactured home belly</display_name>
3308
+ </choice>
3241
3309
  </choices>
3242
3310
  </argument>
3243
3311
  <argument>
@@ -3279,16 +3347,25 @@
3279
3347
  <argument>
3280
3348
  <name>ducts_return_surface_area</name>
3281
3349
  <display_name>Ducts: Return Surface Area</display_name>
3282
- <description>The surface area of the return ducts. If not provided, the OS-HPXML default is used.</description>
3350
+ <description>The return ducts surface area in the given location. If neither Surface Area nor Area Fraction provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-distribution'&gt;Air Distribution&lt;/a&gt;) is used.</description>
3283
3351
  <type>Double</type>
3284
3352
  <units>ft^2</units>
3285
3353
  <required>false</required>
3286
3354
  <model_dependent>false</model_dependent>
3287
3355
  </argument>
3356
+ <argument>
3357
+ <name>ducts_return_surface_area_fraction</name>
3358
+ <display_name>Ducts: Return Area Fraction</display_name>
3359
+ <description>The fraction of return ducts surface area in the given location. Only used if Surface Area is not provided. If the fraction is less than 1, the remaining duct area is assumed to be in conditioned space. If neither Surface Area nor Area Fraction provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-distribution'&gt;Air Distribution&lt;/a&gt;) is used.</description>
3360
+ <type>Double</type>
3361
+ <units>frac</units>
3362
+ <required>false</required>
3363
+ <model_dependent>false</model_dependent>
3364
+ </argument>
3288
3365
  <argument>
3289
3366
  <name>ducts_number_of_return_registers</name>
3290
3367
  <display_name>Ducts: Number of Return Registers</display_name>
3291
- <description>The number of return registers of the ducts. Only used to calculate default return duct surface area. If not provided, the OS-HPXML default is used.</description>
3368
+ <description>The number of return registers of the ducts. Only used to calculate default return duct surface area. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-distribution'&gt;Air Distribution&lt;/a&gt;) is used.</description>
3292
3369
  <type>Integer</type>
3293
3370
  <units>#</units>
3294
3371
  <required>false</required>
@@ -3336,7 +3413,7 @@
3336
3413
  <argument>
3337
3414
  <name>mech_vent_flow_rate</name>
3338
3415
  <display_name>Mechanical Ventilation: Flow Rate</display_name>
3339
- <description>The flow rate of the mechanical ventilation. If not provided, the OS-HPXML default is used.</description>
3416
+ <description>The flow rate of the mechanical ventilation. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#whole-ventilation-fan'&gt;Whole Ventilation Fan&lt;/a&gt;) is used.</description>
3340
3417
  <type>Double</type>
3341
3418
  <units>CFM</units>
3342
3419
  <required>false</required>
@@ -3345,7 +3422,7 @@
3345
3422
  <argument>
3346
3423
  <name>mech_vent_hours_in_operation</name>
3347
3424
  <display_name>Mechanical Ventilation: Hours In Operation</display_name>
3348
- <description>The hours in operation of the mechanical ventilation. If not provided, the OS-HPXML default is used.</description>
3425
+ <description>The hours in operation of the mechanical ventilation. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#whole-ventilation-fan'&gt;Whole Ventilation Fan&lt;/a&gt;) is used.</description>
3349
3426
  <type>Double</type>
3350
3427
  <units>hrs/day</units>
3351
3428
  <required>false</required>
@@ -3393,7 +3470,7 @@
3393
3470
  <argument>
3394
3471
  <name>mech_vent_fan_power</name>
3395
3472
  <display_name>Mechanical Ventilation: Fan Power</display_name>
3396
- <description>The fan power of the mechanical ventilation. If not provided, the OS-HPXML default is used.</description>
3473
+ <description>The fan power of the mechanical ventilation. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#whole-ventilation-fan'&gt;Whole Ventilation Fan&lt;/a&gt;) is used.</description>
3397
3474
  <type>Double</type>
3398
3475
  <units>W</units>
3399
3476
  <required>false</required>
@@ -3613,7 +3690,7 @@
3613
3690
  <argument>
3614
3691
  <name>kitchen_fans_quantity</name>
3615
3692
  <display_name>Kitchen Fans: Quantity</display_name>
3616
- <description>The quantity of the kitchen fans. If not provided, the OS-HPXML default is used.</description>
3693
+ <description>The quantity of the kitchen fans. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#local-ventilation-fan'&gt;Local Ventilation Fan&lt;/a&gt;) is used.</description>
3617
3694
  <type>Integer</type>
3618
3695
  <units>#</units>
3619
3696
  <required>false</required>
@@ -3622,7 +3699,7 @@
3622
3699
  <argument>
3623
3700
  <name>kitchen_fans_flow_rate</name>
3624
3701
  <display_name>Kitchen Fans: Flow Rate</display_name>
3625
- <description>The flow rate of the kitchen fan. If not provided, the OS-HPXML default is used.</description>
3702
+ <description>The flow rate of the kitchen fan. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#local-ventilation-fan'&gt;Local Ventilation Fan&lt;/a&gt;) is used.</description>
3626
3703
  <type>Double</type>
3627
3704
  <units>CFM</units>
3628
3705
  <required>false</required>
@@ -3631,7 +3708,7 @@
3631
3708
  <argument>
3632
3709
  <name>kitchen_fans_hours_in_operation</name>
3633
3710
  <display_name>Kitchen Fans: Hours In Operation</display_name>
3634
- <description>The hours in operation of the kitchen fan. If not provided, the OS-HPXML default is used.</description>
3711
+ <description>The hours in operation of the kitchen fan. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#local-ventilation-fan'&gt;Local Ventilation Fan&lt;/a&gt;) is used.</description>
3635
3712
  <type>Double</type>
3636
3713
  <units>hrs/day</units>
3637
3714
  <required>false</required>
@@ -3640,7 +3717,7 @@
3640
3717
  <argument>
3641
3718
  <name>kitchen_fans_power</name>
3642
3719
  <display_name>Kitchen Fans: Fan Power</display_name>
3643
- <description>The fan power of the kitchen fan. If not provided, the OS-HPXML default is used.</description>
3720
+ <description>The fan power of the kitchen fan. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#local-ventilation-fan'&gt;Local Ventilation Fan&lt;/a&gt;) is used.</description>
3644
3721
  <type>Double</type>
3645
3722
  <units>W</units>
3646
3723
  <required>false</required>
@@ -3649,7 +3726,7 @@
3649
3726
  <argument>
3650
3727
  <name>kitchen_fans_start_hour</name>
3651
3728
  <display_name>Kitchen Fans: Start Hour</display_name>
3652
- <description>The start hour of the kitchen fan. If not provided, the OS-HPXML default is used.</description>
3729
+ <description>The start hour of the kitchen fan. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#local-ventilation-fan'&gt;Local Ventilation Fan&lt;/a&gt;) is used.</description>
3653
3730
  <type>Integer</type>
3654
3731
  <units>hr</units>
3655
3732
  <required>false</required>
@@ -3658,7 +3735,7 @@
3658
3735
  <argument>
3659
3736
  <name>bathroom_fans_quantity</name>
3660
3737
  <display_name>Bathroom Fans: Quantity</display_name>
3661
- <description>The quantity of the bathroom fans. If not provided, the OS-HPXML default is used.</description>
3738
+ <description>The quantity of the bathroom fans. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#local-ventilation-fan'&gt;Local Ventilation Fan&lt;/a&gt;) is used.</description>
3662
3739
  <type>Integer</type>
3663
3740
  <units>#</units>
3664
3741
  <required>false</required>
@@ -3667,7 +3744,7 @@
3667
3744
  <argument>
3668
3745
  <name>bathroom_fans_flow_rate</name>
3669
3746
  <display_name>Bathroom Fans: Flow Rate</display_name>
3670
- <description>The flow rate of the bathroom fans. If not provided, the OS-HPXML default is used.</description>
3747
+ <description>The flow rate of the bathroom fans. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#local-ventilation-fan'&gt;Local Ventilation Fan&lt;/a&gt;) is used.</description>
3671
3748
  <type>Double</type>
3672
3749
  <units>CFM</units>
3673
3750
  <required>false</required>
@@ -3676,7 +3753,7 @@
3676
3753
  <argument>
3677
3754
  <name>bathroom_fans_hours_in_operation</name>
3678
3755
  <display_name>Bathroom Fans: Hours In Operation</display_name>
3679
- <description>The hours in operation of the bathroom fans. If not provided, the OS-HPXML default is used.</description>
3756
+ <description>The hours in operation of the bathroom fans. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#local-ventilation-fan'&gt;Local Ventilation Fan&lt;/a&gt;) is used.</description>
3680
3757
  <type>Double</type>
3681
3758
  <units>hrs/day</units>
3682
3759
  <required>false</required>
@@ -3685,7 +3762,7 @@
3685
3762
  <argument>
3686
3763
  <name>bathroom_fans_power</name>
3687
3764
  <display_name>Bathroom Fans: Fan Power</display_name>
3688
- <description>The fan power of the bathroom fans. If not provided, the OS-HPXML default is used.</description>
3765
+ <description>The fan power of the bathroom fans. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#local-ventilation-fan'&gt;Local Ventilation Fan&lt;/a&gt;) is used.</description>
3689
3766
  <type>Double</type>
3690
3767
  <units>W</units>
3691
3768
  <required>false</required>
@@ -3694,7 +3771,7 @@
3694
3771
  <argument>
3695
3772
  <name>bathroom_fans_start_hour</name>
3696
3773
  <display_name>Bathroom Fans: Start Hour</display_name>
3697
- <description>The start hour of the bathroom fans. If not provided, the OS-HPXML default is used.</description>
3774
+ <description>The start hour of the bathroom fans. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#local-ventilation-fan'&gt;Local Ventilation Fan&lt;/a&gt;) is used.</description>
3698
3775
  <type>Integer</type>
3699
3776
  <units>hr</units>
3700
3777
  <required>false</required>
@@ -3722,7 +3799,7 @@
3722
3799
  <argument>
3723
3800
  <name>whole_house_fan_flow_rate</name>
3724
3801
  <display_name>Whole House Fan: Flow Rate</display_name>
3725
- <description>The flow rate of the whole house fan. If not provided, the OS-HPXML default is used.</description>
3802
+ <description>The flow rate of the whole house fan. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#whole-house-fan'&gt;Whole House Fan&lt;/a&gt;) is used.</description>
3726
3803
  <type>Double</type>
3727
3804
  <units>CFM</units>
3728
3805
  <required>false</required>
@@ -3731,7 +3808,7 @@
3731
3808
  <argument>
3732
3809
  <name>whole_house_fan_power</name>
3733
3810
  <display_name>Whole House Fan: Fan Power</display_name>
3734
- <description>The fan power of the whole house fan. If not provided, the OS-HPXML default is used.</description>
3811
+ <description>The fan power of the whole house fan. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#whole-house-fan'&gt;Whole House Fan&lt;/a&gt;) is used.</description>
3735
3812
  <type>Double</type>
3736
3813
  <units>W</units>
3737
3814
  <required>false</required>
@@ -3810,14 +3887,14 @@
3810
3887
  <argument>
3811
3888
  <name>water_heater_location</name>
3812
3889
  <display_name>Water Heater: Location</display_name>
3813
- <description>The location of water heater. If not provided, the OS-HPXML default is used.</description>
3890
+ <description>The location of water heater. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-water-heating-systems'&gt;HPXML Water Heating Systems&lt;/a&gt;) is used.</description>
3814
3891
  <type>Choice</type>
3815
3892
  <required>false</required>
3816
3893
  <model_dependent>false</model_dependent>
3817
3894
  <choices>
3818
3895
  <choice>
3819
- <value>living space</value>
3820
- <display_name>living space</display_name>
3896
+ <value>conditioned space</value>
3897
+ <display_name>conditioned space</display_name>
3821
3898
  </choice>
3822
3899
  <choice>
3823
3900
  <value>basement - conditioned</value>
@@ -3831,6 +3908,10 @@
3831
3908
  <value>garage</value>
3832
3909
  <display_name>garage</display_name>
3833
3910
  </choice>
3911
+ <choice>
3912
+ <value>attic</value>
3913
+ <display_name>attic</display_name>
3914
+ </choice>
3834
3915
  <choice>
3835
3916
  <value>attic - vented</value>
3836
3917
  <display_name>attic - vented</display_name>
@@ -3839,6 +3920,10 @@
3839
3920
  <value>attic - unvented</value>
3840
3921
  <display_name>attic - unvented</display_name>
3841
3922
  </choice>
3923
+ <choice>
3924
+ <value>crawlspace</value>
3925
+ <display_name>crawlspace</display_name>
3926
+ </choice>
3842
3927
  <choice>
3843
3928
  <value>crawlspace - vented</value>
3844
3929
  <display_name>crawlspace - vented</display_name>
@@ -3876,7 +3961,7 @@
3876
3961
  <argument>
3877
3962
  <name>water_heater_tank_volume</name>
3878
3963
  <display_name>Water Heater: Tank Volume</display_name>
3879
- <description>Nominal volume of water heater tank. Only applies to storage water heater, heat pump water heater, and space-heating boiler with storage tank. If not provided, the OS-HPXML default is used.</description>
3964
+ <description>Nominal volume of water heater tank. Only applies to storage water heater, heat pump water heater, and space-heating boiler with storage tank. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#conventional-storage'&gt;Conventional Storage&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#heat-pump'&gt;Heat Pump&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#combi-boiler-w-storage'&gt;Combi Boiler w/ Storage&lt;/a&gt;) is used.</description>
3880
3965
  <type>Double</type>
3881
3966
  <units>gal</units>
3882
3967
  <required>false</required>
@@ -3913,7 +3998,7 @@
3913
3998
  <argument>
3914
3999
  <name>water_heater_usage_bin</name>
3915
4000
  <display_name>Water Heater: Usage Bin</display_name>
3916
- <description>The usage of the water heater. Only applies if Efficiency Type is UniformEnergyFactor and Type is not instantaneous water heater. Does not apply to space-heating boilers. If not provided, the OS-HPXML default is used.</description>
4001
+ <description>The usage of the water heater. Only applies if Efficiency Type is UniformEnergyFactor and Type is not instantaneous water heater. Does not apply to space-heating boilers. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#conventional-storage'&gt;Conventional Storage&lt;/a&gt;, &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#heat-pump'&gt;Heat Pump&lt;/a&gt;) is used.</description>
3917
4002
  <type>Choice</type>
3918
4003
  <required>false</required>
3919
4004
  <model_dependent>false</model_dependent>
@@ -3939,7 +4024,7 @@
3939
4024
  <argument>
3940
4025
  <name>water_heater_recovery_efficiency</name>
3941
4026
  <display_name>Water Heater: Recovery Efficiency</display_name>
3942
- <description>Ratio of energy delivered to water heater to the energy content of the fuel consumed by the water heater. Only used for non-electric storage water heaters. If not provided, the OS-HPXML default is used.</description>
4027
+ <description>Ratio of energy delivered to water heater to the energy content of the fuel consumed by the water heater. Only used for non-electric storage water heaters. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#conventional-storage'&gt;Conventional Storage&lt;/a&gt;) is used.</description>
3943
4028
  <type>Double</type>
3944
4029
  <units>Frac</units>
3945
4030
  <required>false</required>
@@ -3948,7 +4033,7 @@
3948
4033
  <argument>
3949
4034
  <name>water_heater_heating_capacity</name>
3950
4035
  <display_name>Water Heater: Heating Capacity</display_name>
3951
- <description>Heating capacity. Only applies to storage water heater. If not provided, the OS-HPXML default is used.</description>
4036
+ <description>Heating capacity. Only applies to storage water heater. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#conventional-storage'&gt;Conventional Storage&lt;/a&gt;) is used.</description>
3952
4037
  <type>Double</type>
3953
4038
  <units>Btu/hr</units>
3954
4039
  <required>false</required>
@@ -3957,7 +4042,7 @@
3957
4042
  <argument>
3958
4043
  <name>water_heater_standby_loss</name>
3959
4044
  <display_name>Water Heater: Standby Loss</display_name>
3960
- <description>The standby loss of water heater. Only applies to space-heating boilers. If not provided, the OS-HPXML default is used.</description>
4045
+ <description>The standby loss of water heater. Only applies to space-heating boilers. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#combi-boiler-w-storage'&gt;Combi Boiler w/ Storage&lt;/a&gt;) is used.</description>
3961
4046
  <type>Double</type>
3962
4047
  <units>deg-F/hr</units>
3963
4048
  <required>false</required>
@@ -3975,7 +4060,7 @@
3975
4060
  <argument>
3976
4061
  <name>water_heater_setpoint_temperature</name>
3977
4062
  <display_name>Water Heater: Setpoint Temperature</display_name>
3978
- <description>The setpoint temperature of water heater. If not provided, the OS-HPXML default is used.</description>
4063
+ <description>The setpoint temperature of water heater. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-water-heating-systems'&gt;HPXML Water Heating Systems&lt;/a&gt;) is used.</description>
3979
4064
  <type>Double</type>
3980
4065
  <units>deg-F</units>
3981
4066
  <required>false</required>
@@ -4012,7 +4097,7 @@
4012
4097
  <argument>
4013
4098
  <name>water_heater_tank_model_type</name>
4014
4099
  <display_name>Water Heater: Tank Type</display_name>
4015
- <description>Type of tank model to use. The 'stratified' tank generally provide more accurate results, but may significantly increase run time. Applies only to storage water heater. If not provided, the OS-HPXML default is used.</description>
4100
+ <description>Type of tank model to use. The 'stratified' tank generally provide more accurate results, but may significantly increase run time. Applies only to storage water heater. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#conventional-storage'&gt;Conventional Storage&lt;/a&gt;) is used.</description>
4016
4101
  <type>Choice</type>
4017
4102
  <required>false</required>
4018
4103
  <model_dependent>false</model_dependent>
@@ -4030,7 +4115,7 @@
4030
4115
  <argument>
4031
4116
  <name>water_heater_operating_mode</name>
4032
4117
  <display_name>Water Heater: Operating Mode</display_name>
4033
- <description>The water heater operating mode. The 'heat pump only' option only uses the heat pump, while 'hybrid/auto' allows the backup electric resistance to come on in high demand situations. This is ignored if a scheduled operating mode type is selected. Applies only to heat pump water heater. If not provided, the OS-HPXML default is used.</description>
4118
+ <description>The water heater operating mode. The 'heat pump only' option only uses the heat pump, while 'hybrid/auto' allows the backup electric resistance to come on in high demand situations. This is ignored if a scheduled operating mode type is selected. Applies only to heat pump water heater. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#heat-pump'&gt;Heat Pump&lt;/a&gt;) is used.</description>
4034
4119
  <type>Choice</type>
4035
4120
  <required>false</required>
4036
4121
  <model_dependent>false</model_dependent>
@@ -4067,7 +4152,7 @@
4067
4152
  <argument>
4068
4153
  <name>hot_water_distribution_standard_piping_length</name>
4069
4154
  <display_name>Hot Water Distribution: Standard Piping Length</display_name>
4070
- <description>If the distribution system is Standard, the length of the piping. If not provided, the OS-HPXML default is used.</description>
4155
+ <description>If the distribution system is Standard, the length of the piping. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#standard'&gt;Standard&lt;/a&gt;) is used.</description>
4071
4156
  <type>Double</type>
4072
4157
  <units>ft</units>
4073
4158
  <required>false</required>
@@ -4107,7 +4192,7 @@
4107
4192
  <argument>
4108
4193
  <name>hot_water_distribution_recirc_piping_length</name>
4109
4194
  <display_name>Hot Water Distribution: Recirculation Piping Length</display_name>
4110
- <description>If the distribution system is Recirculation, the length of the recirculation piping. If not provided, the OS-HPXML default is used.</description>
4195
+ <description>If the distribution system is Recirculation, the length of the recirculation piping. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#recirculation'&gt;Recirculation&lt;/a&gt;) is used.</description>
4111
4196
  <type>Double</type>
4112
4197
  <units>ft</units>
4113
4198
  <required>false</required>
@@ -4116,7 +4201,7 @@
4116
4201
  <argument>
4117
4202
  <name>hot_water_distribution_recirc_branch_piping_length</name>
4118
4203
  <display_name>Hot Water Distribution: Recirculation Branch Piping Length</display_name>
4119
- <description>If the distribution system is Recirculation, the length of the recirculation branch piping. If not provided, the OS-HPXML default is used.</description>
4204
+ <description>If the distribution system is Recirculation, the length of the recirculation branch piping. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#recirculation'&gt;Recirculation&lt;/a&gt;) is used.</description>
4120
4205
  <type>Double</type>
4121
4206
  <units>ft</units>
4122
4207
  <required>false</required>
@@ -4125,7 +4210,7 @@
4125
4210
  <argument>
4126
4211
  <name>hot_water_distribution_recirc_pump_power</name>
4127
4212
  <display_name>Hot Water Distribution: Recirculation Pump Power</display_name>
4128
- <description>If the distribution system is Recirculation, the recirculation pump power. If not provided, the OS-HPXML default is used.</description>
4213
+ <description>If the distribution system is Recirculation, the recirculation pump power. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#recirculation'&gt;Recirculation&lt;/a&gt;) is used.</description>
4129
4214
  <type>Double</type>
4130
4215
  <units>W</units>
4131
4216
  <required>false</required>
@@ -4134,7 +4219,7 @@
4134
4219
  <argument>
4135
4220
  <name>hot_water_distribution_pipe_r</name>
4136
4221
  <display_name>Hot Water Distribution: Pipe Insulation Nominal R-Value</display_name>
4137
- <description>Nominal R-value of the pipe insulation. If not provided, the OS-HPXML default is used.</description>
4222
+ <description>Nominal R-value of the pipe insulation. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-hot-water-distribution'&gt;HPXML Hot Water Distribution&lt;/a&gt;) is used.</description>
4138
4223
  <type>Double</type>
4139
4224
  <units>h-ft^2-R/Btu</units>
4140
4225
  <required>false</required>
@@ -4233,7 +4318,7 @@
4233
4318
  <argument>
4234
4319
  <name>water_fixtures_usage_multiplier</name>
4235
4320
  <display_name>Hot Water Fixtures: Usage Multiplier</display_name>
4236
- <description>Multiplier on the hot water usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
4321
+ <description>Multiplier on the hot water usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-water-fixtures'&gt;HPXML Water Fixtures&lt;/a&gt;) is used.</description>
4237
4322
  <type>Double</type>
4238
4323
  <required>false</required>
4239
4324
  <model_dependent>false</model_dependent>
@@ -4360,7 +4445,7 @@
4360
4445
  <argument>
4361
4446
  <name>solar_thermal_storage_volume</name>
4362
4447
  <display_name>Solar Thermal: Storage Volume</display_name>
4363
- <description>The storage volume of the solar thermal system. If not provided, the OS-HPXML default is used.</description>
4448
+ <description>The storage volume of the solar thermal system. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#detailed-inputs'&gt;Detailed Inputs&lt;/a&gt;) is used.</description>
4364
4449
  <type>Double</type>
4365
4450
  <units>gal</units>
4366
4451
  <required>false</required>
@@ -4398,7 +4483,7 @@
4398
4483
  <argument>
4399
4484
  <name>pv_system_module_type</name>
4400
4485
  <display_name>PV System: Module Type</display_name>
4401
- <description>Module type of the PV system. If not provided, the OS-HPXML default is used.</description>
4486
+ <description>Module type of the PV system. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-photovoltaics'&gt;HPXML Photovoltaics&lt;/a&gt;) is used.</description>
4402
4487
  <type>Choice</type>
4403
4488
  <required>false</required>
4404
4489
  <model_dependent>false</model_dependent>
@@ -4420,7 +4505,7 @@
4420
4505
  <argument>
4421
4506
  <name>pv_system_location</name>
4422
4507
  <display_name>PV System: Location</display_name>
4423
- <description>Location of the PV system. If not provided, the OS-HPXML default is used.</description>
4508
+ <description>Location of the PV system. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-photovoltaics'&gt;HPXML Photovoltaics&lt;/a&gt;) is used.</description>
4424
4509
  <type>Choice</type>
4425
4510
  <required>false</required>
4426
4511
  <model_dependent>false</model_dependent>
@@ -4438,7 +4523,7 @@
4438
4523
  <argument>
4439
4524
  <name>pv_system_tracking</name>
4440
4525
  <display_name>PV System: Tracking</display_name>
4441
- <description>Type of tracking for the PV system. If not provided, the OS-HPXML default is used.</description>
4526
+ <description>Type of tracking for the PV system. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-photovoltaics'&gt;HPXML Photovoltaics&lt;/a&gt;) is used.</description>
4442
4527
  <type>Choice</type>
4443
4528
  <required>false</required>
4444
4529
  <model_dependent>false</model_dependent>
@@ -4494,7 +4579,7 @@
4494
4579
  <argument>
4495
4580
  <name>pv_system_inverter_efficiency</name>
4496
4581
  <display_name>PV System: Inverter Efficiency</display_name>
4497
- <description>Inverter efficiency of the PV system. If there are two PV systems, this will apply to both. If not provided, the OS-HPXML default is used.</description>
4582
+ <description>Inverter efficiency of the PV system. If there are two PV systems, this will apply to both. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-photovoltaics'&gt;HPXML Photovoltaics&lt;/a&gt;) is used.</description>
4498
4583
  <type>Double</type>
4499
4584
  <units>Frac</units>
4500
4585
  <required>false</required>
@@ -4503,7 +4588,7 @@
4503
4588
  <argument>
4504
4589
  <name>pv_system_system_losses_fraction</name>
4505
4590
  <display_name>PV System: System Losses Fraction</display_name>
4506
- <description>System losses fraction of the PV system. If there are two PV systems, this will apply to both. If not provided, the OS-HPXML default is used.</description>
4591
+ <description>System losses fraction of the PV system. If there are two PV systems, this will apply to both. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-photovoltaics'&gt;HPXML Photovoltaics&lt;/a&gt;) is used.</description>
4507
4592
  <type>Double</type>
4508
4593
  <units>Frac</units>
4509
4594
  <required>false</required>
@@ -4540,7 +4625,7 @@
4540
4625
  <argument>
4541
4626
  <name>pv_system_2_module_type</name>
4542
4627
  <display_name>PV System 2: Module Type</display_name>
4543
- <description>Module type of the second PV system. If not provided, the OS-HPXML default is used.</description>
4628
+ <description>Module type of the second PV system. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-photovoltaics'&gt;HPXML Photovoltaics&lt;/a&gt;) is used.</description>
4544
4629
  <type>Choice</type>
4545
4630
  <required>false</required>
4546
4631
  <model_dependent>false</model_dependent>
@@ -4562,7 +4647,7 @@
4562
4647
  <argument>
4563
4648
  <name>pv_system_2_location</name>
4564
4649
  <display_name>PV System 2: Location</display_name>
4565
- <description>Location of the second PV system. If not provided, the OS-HPXML default is used.</description>
4650
+ <description>Location of the second PV system. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-photovoltaics'&gt;HPXML Photovoltaics&lt;/a&gt;) is used.</description>
4566
4651
  <type>Choice</type>
4567
4652
  <required>false</required>
4568
4653
  <model_dependent>false</model_dependent>
@@ -4580,7 +4665,7 @@
4580
4665
  <argument>
4581
4666
  <name>pv_system_2_tracking</name>
4582
4667
  <display_name>PV System 2: Tracking</display_name>
4583
- <description>Type of tracking for the second PV system. If not provided, the OS-HPXML default is used.</description>
4668
+ <description>Type of tracking for the second PV system. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-photovoltaics'&gt;HPXML Photovoltaics&lt;/a&gt;) is used.</description>
4584
4669
  <type>Choice</type>
4585
4670
  <required>false</required>
4586
4671
  <model_dependent>false</model_dependent>
@@ -4655,14 +4740,14 @@
4655
4740
  <argument>
4656
4741
  <name>battery_location</name>
4657
4742
  <display_name>Battery: Location</display_name>
4658
- <description>The space type for the lithium ion battery location. If not provided, the OS-HPXML default is used.</description>
4743
+ <description>The space type for the lithium ion battery location. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-batteries'&gt;HPXML Batteries&lt;/a&gt;) is used.</description>
4659
4744
  <type>Choice</type>
4660
4745
  <required>false</required>
4661
4746
  <model_dependent>false</model_dependent>
4662
4747
  <choices>
4663
4748
  <choice>
4664
- <value>living space</value>
4665
- <display_name>living space</display_name>
4749
+ <value>conditioned space</value>
4750
+ <display_name>conditioned space</display_name>
4666
4751
  </choice>
4667
4752
  <choice>
4668
4753
  <value>basement - conditioned</value>
@@ -4672,6 +4757,10 @@
4672
4757
  <value>basement - unconditioned</value>
4673
4758
  <display_name>basement - unconditioned</display_name>
4674
4759
  </choice>
4760
+ <choice>
4761
+ <value>crawlspace</value>
4762
+ <display_name>crawlspace</display_name>
4763
+ </choice>
4675
4764
  <choice>
4676
4765
  <value>crawlspace - vented</value>
4677
4766
  <display_name>crawlspace - vented</display_name>
@@ -4684,6 +4773,10 @@
4684
4773
  <value>crawlspace - conditioned</value>
4685
4774
  <display_name>crawlspace - conditioned</display_name>
4686
4775
  </choice>
4776
+ <choice>
4777
+ <value>attic</value>
4778
+ <display_name>attic</display_name>
4779
+ </choice>
4687
4780
  <choice>
4688
4781
  <value>attic - vented</value>
4689
4782
  <display_name>attic - vented</display_name>
@@ -4705,7 +4798,7 @@
4705
4798
  <argument>
4706
4799
  <name>battery_power</name>
4707
4800
  <display_name>Battery: Rated Power Output</display_name>
4708
- <description>The rated power output of the lithium ion battery. If not provided, the OS-HPXML default is used.</description>
4801
+ <description>The rated power output of the lithium ion battery. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-batteries'&gt;HPXML Batteries&lt;/a&gt;) is used.</description>
4709
4802
  <type>Double</type>
4710
4803
  <units>W</units>
4711
4804
  <required>false</required>
@@ -4714,7 +4807,7 @@
4714
4807
  <argument>
4715
4808
  <name>battery_capacity</name>
4716
4809
  <display_name>Battery: Nominal Capacity</display_name>
4717
- <description>The nominal capacity of the lithium ion battery. If not provided, the OS-HPXML default is used.</description>
4810
+ <description>The nominal capacity of the lithium ion battery. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-batteries'&gt;HPXML Batteries&lt;/a&gt;) is used.</description>
4718
4811
  <type>Double</type>
4719
4812
  <units>kWh</units>
4720
4813
  <required>false</required>
@@ -4723,7 +4816,7 @@
4723
4816
  <argument>
4724
4817
  <name>battery_usable_capacity</name>
4725
4818
  <display_name>Battery: Usable Capacity</display_name>
4726
- <description>The usable capacity of the lithium ion battery. If not provided, the OS-HPXML default is used.</description>
4819
+ <description>The usable capacity of the lithium ion battery. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-batteries'&gt;HPXML Batteries&lt;/a&gt;) is used.</description>
4727
4820
  <type>Double</type>
4728
4821
  <units>kWh</units>
4729
4822
  <required>false</required>
@@ -4732,7 +4825,7 @@
4732
4825
  <argument>
4733
4826
  <name>battery_round_trip_efficiency</name>
4734
4827
  <display_name>Battery: Round Trip Efficiency</display_name>
4735
- <description>The round trip efficiency of the lithium ion battery. If not provided, the OS-HPXML default is used.</description>
4828
+ <description>The round trip efficiency of the lithium ion battery. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-batteries'&gt;HPXML Batteries&lt;/a&gt;) is used.</description>
4736
4829
  <type>Double</type>
4737
4830
  <units>Frac</units>
4738
4831
  <required>false</required>
@@ -4787,7 +4880,7 @@
4787
4880
  <argument>
4788
4881
  <name>lighting_interior_usage_multiplier</name>
4789
4882
  <display_name>Lighting: Interior Usage Multiplier</display_name>
4790
- <description>Multiplier on the lighting energy usage (interior) that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
4883
+ <description>Multiplier on the lighting energy usage (interior) that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-lighting'&gt;HPXML Lighting&lt;/a&gt;) is used.</description>
4791
4884
  <type>Double</type>
4792
4885
  <required>false</required>
4793
4886
  <model_dependent>false</model_dependent>
@@ -4822,7 +4915,7 @@
4822
4915
  <argument>
4823
4916
  <name>lighting_exterior_usage_multiplier</name>
4824
4917
  <display_name>Lighting: Exterior Usage Multiplier</display_name>
4825
- <description>Multiplier on the lighting energy usage (exterior) that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
4918
+ <description>Multiplier on the lighting energy usage (exterior) that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-lighting'&gt;HPXML Lighting&lt;/a&gt;) is used.</description>
4826
4919
  <type>Double</type>
4827
4920
  <required>false</required>
4828
4921
  <model_dependent>false</model_dependent>
@@ -4857,7 +4950,7 @@
4857
4950
  <argument>
4858
4951
  <name>lighting_garage_usage_multiplier</name>
4859
4952
  <display_name>Lighting: Garage Usage Multiplier</display_name>
4860
- <description>Multiplier on the lighting energy usage (garage) that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
4953
+ <description>Multiplier on the lighting energy usage (garage) that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-lighting'&gt;HPXML Lighting&lt;/a&gt;) is used.</description>
4861
4954
  <type>Double</type>
4862
4955
  <required>false</required>
4863
4956
  <model_dependent>false</model_dependent>
@@ -4884,7 +4977,7 @@
4884
4977
  <argument>
4885
4978
  <name>holiday_lighting_daily_kwh</name>
4886
4979
  <display_name>Holiday Lighting: Daily Consumption</display_name>
4887
- <description>The daily energy consumption for holiday lighting (exterior). If not provided, the OS-HPXML default is used.</description>
4980
+ <description>The daily energy consumption for holiday lighting (exterior). If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-lighting'&gt;HPXML Lighting&lt;/a&gt;) is used.</description>
4888
4981
  <type>Double</type>
4889
4982
  <units>kWh/day</units>
4890
4983
  <required>false</required>
@@ -4893,7 +4986,7 @@
4893
4986
  <argument>
4894
4987
  <name>holiday_lighting_period</name>
4895
4988
  <display_name>Holiday Lighting: Period</display_name>
4896
- <description>Enter a date like "Nov 25 - Jan 5". If not provided, the OS-HPXML default is used.</description>
4989
+ <description>Enter a date like 'Nov 25 - Jan 5'. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-lighting'&gt;HPXML Lighting&lt;/a&gt;) is used.</description>
4897
4990
  <type>String</type>
4898
4991
  <required>false</required>
4899
4992
  <model_dependent>false</model_dependent>
@@ -5002,14 +5095,14 @@
5002
5095
  <argument>
5003
5096
  <name>clothes_washer_location</name>
5004
5097
  <display_name>Clothes Washer: Location</display_name>
5005
- <description>The space type for the clothes washer location. If not provided, the OS-HPXML default is used.</description>
5098
+ <description>The space type for the clothes washer location. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-clothes-washer'&gt;HPXML Clothes Washer&lt;/a&gt;) is used.</description>
5006
5099
  <type>Choice</type>
5007
5100
  <required>false</required>
5008
5101
  <model_dependent>false</model_dependent>
5009
5102
  <choices>
5010
5103
  <choice>
5011
- <value>living space</value>
5012
- <display_name>living space</display_name>
5104
+ <value>conditioned space</value>
5105
+ <display_name>conditioned space</display_name>
5013
5106
  </choice>
5014
5107
  <choice>
5015
5108
  <value>basement - conditioned</value>
@@ -5063,7 +5156,7 @@
5063
5156
  <argument>
5064
5157
  <name>clothes_washer_efficiency</name>
5065
5158
  <display_name>Clothes Washer: Efficiency</display_name>
5066
- <description>The efficiency of the clothes washer. If not provided, the OS-HPXML default is used.</description>
5159
+ <description>The efficiency of the clothes washer. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-clothes-washer'&gt;HPXML Clothes Washer&lt;/a&gt;) is used.</description>
5067
5160
  <type>Double</type>
5068
5161
  <units>ft^3/kWh-cyc</units>
5069
5162
  <required>false</required>
@@ -5072,7 +5165,7 @@
5072
5165
  <argument>
5073
5166
  <name>clothes_washer_rated_annual_kwh</name>
5074
5167
  <display_name>Clothes Washer: Rated Annual Consumption</display_name>
5075
- <description>The annual energy consumed by the clothes washer, as rated, obtained from the EnergyGuide label. This includes both the appliance electricity consumption and the energy required for water heating. If not provided, the OS-HPXML default is used.</description>
5168
+ <description>The annual energy consumed by the clothes washer, as rated, obtained from the EnergyGuide label. This includes both the appliance electricity consumption and the energy required for water heating. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-clothes-washer'&gt;HPXML Clothes Washer&lt;/a&gt;) is used.</description>
5076
5169
  <type>Double</type>
5077
5170
  <units>kWh/yr</units>
5078
5171
  <required>false</required>
@@ -5081,7 +5174,7 @@
5081
5174
  <argument>
5082
5175
  <name>clothes_washer_label_electric_rate</name>
5083
5176
  <display_name>Clothes Washer: Label Electric Rate</display_name>
5084
- <description>The annual energy consumed by the clothes washer, as rated, obtained from the EnergyGuide label. This includes both the appliance electricity consumption and the energy required for water heating. If not provided, the OS-HPXML default is used.</description>
5177
+ <description>The annual energy consumed by the clothes washer, as rated, obtained from the EnergyGuide label. This includes both the appliance electricity consumption and the energy required for water heating. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-clothes-washer'&gt;HPXML Clothes Washer&lt;/a&gt;) is used.</description>
5085
5178
  <type>Double</type>
5086
5179
  <units>$/kWh</units>
5087
5180
  <required>false</required>
@@ -5090,7 +5183,7 @@
5090
5183
  <argument>
5091
5184
  <name>clothes_washer_label_gas_rate</name>
5092
5185
  <display_name>Clothes Washer: Label Gas Rate</display_name>
5093
- <description>The annual energy consumed by the clothes washer, as rated, obtained from the EnergyGuide label. This includes both the appliance electricity consumption and the energy required for water heating. If not provided, the OS-HPXML default is used.</description>
5186
+ <description>The annual energy consumed by the clothes washer, as rated, obtained from the EnergyGuide label. This includes both the appliance electricity consumption and the energy required for water heating. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-clothes-washer'&gt;HPXML Clothes Washer&lt;/a&gt;) is used.</description>
5094
5187
  <type>Double</type>
5095
5188
  <units>$/therm</units>
5096
5189
  <required>false</required>
@@ -5099,7 +5192,7 @@
5099
5192
  <argument>
5100
5193
  <name>clothes_washer_label_annual_gas_cost</name>
5101
5194
  <display_name>Clothes Washer: Label Annual Cost with Gas DHW</display_name>
5102
- <description>The annual cost of using the system under test conditions. Input is obtained from the EnergyGuide label. If not provided, the OS-HPXML default is used.</description>
5195
+ <description>The annual cost of using the system under test conditions. Input is obtained from the EnergyGuide label. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-clothes-washer'&gt;HPXML Clothes Washer&lt;/a&gt;) is used.</description>
5103
5196
  <type>Double</type>
5104
5197
  <units>$</units>
5105
5198
  <required>false</required>
@@ -5108,7 +5201,7 @@
5108
5201
  <argument>
5109
5202
  <name>clothes_washer_label_usage</name>
5110
5203
  <display_name>Clothes Washer: Label Usage</display_name>
5111
- <description>The clothes washer loads per week. If not provided, the OS-HPXML default is used.</description>
5204
+ <description>The clothes washer loads per week. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-clothes-washer'&gt;HPXML Clothes Washer&lt;/a&gt;) is used.</description>
5112
5205
  <type>Double</type>
5113
5206
  <units>cyc/wk</units>
5114
5207
  <required>false</required>
@@ -5117,7 +5210,7 @@
5117
5210
  <argument>
5118
5211
  <name>clothes_washer_capacity</name>
5119
5212
  <display_name>Clothes Washer: Drum Volume</display_name>
5120
- <description>Volume of the washer drum. Obtained from the EnergyStar website or the manufacturer's literature. If not provided, the OS-HPXML default is used.</description>
5213
+ <description>Volume of the washer drum. Obtained from the EnergyStar website or the manufacturer's literature. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-clothes-washer'&gt;HPXML Clothes Washer&lt;/a&gt;) is used.</description>
5121
5214
  <type>Double</type>
5122
5215
  <units>ft^3</units>
5123
5216
  <required>false</required>
@@ -5126,7 +5219,7 @@
5126
5219
  <argument>
5127
5220
  <name>clothes_washer_usage_multiplier</name>
5128
5221
  <display_name>Clothes Washer: Usage Multiplier</display_name>
5129
- <description>Multiplier on the clothes washer energy and hot water usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
5222
+ <description>Multiplier on the clothes washer energy and hot water usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-clothes-washer'&gt;HPXML Clothes Washer&lt;/a&gt;) is used.</description>
5130
5223
  <type>Double</type>
5131
5224
  <required>false</required>
5132
5225
  <model_dependent>false</model_dependent>
@@ -5153,14 +5246,14 @@
5153
5246
  <argument>
5154
5247
  <name>clothes_dryer_location</name>
5155
5248
  <display_name>Clothes Dryer: Location</display_name>
5156
- <description>The space type for the clothes dryer location. If not provided, the OS-HPXML default is used.</description>
5249
+ <description>The space type for the clothes dryer location. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-clothes-dryer'&gt;HPXML Clothes Dryer&lt;/a&gt;) is used.</description>
5157
5250
  <type>Choice</type>
5158
5251
  <required>false</required>
5159
5252
  <model_dependent>false</model_dependent>
5160
5253
  <choices>
5161
5254
  <choice>
5162
- <value>living space</value>
5163
- <display_name>living space</display_name>
5255
+ <value>conditioned space</value>
5256
+ <display_name>conditioned space</display_name>
5164
5257
  </choice>
5165
5258
  <choice>
5166
5259
  <value>basement - conditioned</value>
@@ -5249,7 +5342,7 @@
5249
5342
  <argument>
5250
5343
  <name>clothes_dryer_efficiency</name>
5251
5344
  <display_name>Clothes Dryer: Efficiency</display_name>
5252
- <description>The efficiency of the clothes dryer. If not provided, the OS-HPXML default is used.</description>
5345
+ <description>The efficiency of the clothes dryer. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-clothes-dryer'&gt;HPXML Clothes Dryer&lt;/a&gt;) is used.</description>
5253
5346
  <type>Double</type>
5254
5347
  <units>lb/kWh</units>
5255
5348
  <required>false</required>
@@ -5258,7 +5351,7 @@
5258
5351
  <argument>
5259
5352
  <name>clothes_dryer_vented_flow_rate</name>
5260
5353
  <display_name>Clothes Dryer: Vented Flow Rate</display_name>
5261
- <description>The exhaust flow rate of the vented clothes dryer. If not provided, the OS-HPXML default is used.</description>
5354
+ <description>The exhaust flow rate of the vented clothes dryer. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-clothes-dryer'&gt;HPXML Clothes Dryer&lt;/a&gt;) is used.</description>
5262
5355
  <type>Double</type>
5263
5356
  <units>CFM</units>
5264
5357
  <required>false</required>
@@ -5267,7 +5360,7 @@
5267
5360
  <argument>
5268
5361
  <name>clothes_dryer_usage_multiplier</name>
5269
5362
  <display_name>Clothes Dryer: Usage Multiplier</display_name>
5270
- <description>Multiplier on the clothes dryer energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
5363
+ <description>Multiplier on the clothes dryer energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-clothes-dryer'&gt;HPXML Clothes Dryer&lt;/a&gt;) is used.</description>
5271
5364
  <type>Double</type>
5272
5365
  <required>false</required>
5273
5366
  <model_dependent>false</model_dependent>
@@ -5294,14 +5387,14 @@
5294
5387
  <argument>
5295
5388
  <name>dishwasher_location</name>
5296
5389
  <display_name>Dishwasher: Location</display_name>
5297
- <description>The space type for the dishwasher location. If not provided, the OS-HPXML default is used.</description>
5390
+ <description>The space type for the dishwasher location. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-dishwasher'&gt;HPXML Dishwasher&lt;/a&gt;) is used.</description>
5298
5391
  <type>Choice</type>
5299
5392
  <required>false</required>
5300
5393
  <model_dependent>false</model_dependent>
5301
5394
  <choices>
5302
5395
  <choice>
5303
- <value>living space</value>
5304
- <display_name>living space</display_name>
5396
+ <value>conditioned space</value>
5397
+ <display_name>conditioned space</display_name>
5305
5398
  </choice>
5306
5399
  <choice>
5307
5400
  <value>basement - conditioned</value>
@@ -5355,7 +5448,7 @@
5355
5448
  <argument>
5356
5449
  <name>dishwasher_efficiency</name>
5357
5450
  <display_name>Dishwasher: Efficiency</display_name>
5358
- <description>The efficiency of the dishwasher. If not provided, the OS-HPXML default is used.</description>
5451
+ <description>The efficiency of the dishwasher. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-dishwasher'&gt;HPXML Dishwasher&lt;/a&gt;) is used.</description>
5359
5452
  <type>Double</type>
5360
5453
  <units>RatedAnnualkWh or EnergyFactor</units>
5361
5454
  <required>false</required>
@@ -5364,7 +5457,7 @@
5364
5457
  <argument>
5365
5458
  <name>dishwasher_label_electric_rate</name>
5366
5459
  <display_name>Dishwasher: Label Electric Rate</display_name>
5367
- <description>The label electric rate of the dishwasher. If not provided, the OS-HPXML default is used.</description>
5460
+ <description>The label electric rate of the dishwasher. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-dishwasher'&gt;HPXML Dishwasher&lt;/a&gt;) is used.</description>
5368
5461
  <type>Double</type>
5369
5462
  <units>$/kWh</units>
5370
5463
  <required>false</required>
@@ -5373,7 +5466,7 @@
5373
5466
  <argument>
5374
5467
  <name>dishwasher_label_gas_rate</name>
5375
5468
  <display_name>Dishwasher: Label Gas Rate</display_name>
5376
- <description>The label gas rate of the dishwasher. If not provided, the OS-HPXML default is used.</description>
5469
+ <description>The label gas rate of the dishwasher. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-dishwasher'&gt;HPXML Dishwasher&lt;/a&gt;) is used.</description>
5377
5470
  <type>Double</type>
5378
5471
  <units>$/therm</units>
5379
5472
  <required>false</required>
@@ -5382,7 +5475,7 @@
5382
5475
  <argument>
5383
5476
  <name>dishwasher_label_annual_gas_cost</name>
5384
5477
  <display_name>Dishwasher: Label Annual Gas Cost</display_name>
5385
- <description>The label annual gas cost of the dishwasher. If not provided, the OS-HPXML default is used.</description>
5478
+ <description>The label annual gas cost of the dishwasher. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-dishwasher'&gt;HPXML Dishwasher&lt;/a&gt;) is used.</description>
5386
5479
  <type>Double</type>
5387
5480
  <units>$</units>
5388
5481
  <required>false</required>
@@ -5391,7 +5484,7 @@
5391
5484
  <argument>
5392
5485
  <name>dishwasher_label_usage</name>
5393
5486
  <display_name>Dishwasher: Label Usage</display_name>
5394
- <description>The dishwasher loads per week. If not provided, the OS-HPXML default is used.</description>
5487
+ <description>The dishwasher loads per week. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-dishwasher'&gt;HPXML Dishwasher&lt;/a&gt;) is used.</description>
5395
5488
  <type>Double</type>
5396
5489
  <units>cyc/wk</units>
5397
5490
  <required>false</required>
@@ -5400,7 +5493,7 @@
5400
5493
  <argument>
5401
5494
  <name>dishwasher_place_setting_capacity</name>
5402
5495
  <display_name>Dishwasher: Number of Place Settings</display_name>
5403
- <description>The number of place settings for the unit. Data obtained from manufacturer's literature. If not provided, the OS-HPXML default is used.</description>
5496
+ <description>The number of place settings for the unit. Data obtained from manufacturer's literature. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-dishwasher'&gt;HPXML Dishwasher&lt;/a&gt;) is used.</description>
5404
5497
  <type>Integer</type>
5405
5498
  <units>#</units>
5406
5499
  <required>false</required>
@@ -5409,7 +5502,7 @@
5409
5502
  <argument>
5410
5503
  <name>dishwasher_usage_multiplier</name>
5411
5504
  <display_name>Dishwasher: Usage Multiplier</display_name>
5412
- <description>Multiplier on the dishwasher energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
5505
+ <description>Multiplier on the dishwasher energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-dishwasher'&gt;HPXML Dishwasher&lt;/a&gt;) is used.</description>
5413
5506
  <type>Double</type>
5414
5507
  <required>false</required>
5415
5508
  <model_dependent>false</model_dependent>
@@ -5436,14 +5529,14 @@
5436
5529
  <argument>
5437
5530
  <name>refrigerator_location</name>
5438
5531
  <display_name>Refrigerator: Location</display_name>
5439
- <description>The space type for the refrigerator location. If not provided, the OS-HPXML default is used.</description>
5532
+ <description>The space type for the refrigerator location. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-refrigerators'&gt;HPXML Refrigerators&lt;/a&gt;) is used.</description>
5440
5533
  <type>Choice</type>
5441
5534
  <required>false</required>
5442
5535
  <model_dependent>false</model_dependent>
5443
5536
  <choices>
5444
5537
  <choice>
5445
- <value>living space</value>
5446
- <display_name>living space</display_name>
5538
+ <value>conditioned space</value>
5539
+ <display_name>conditioned space</display_name>
5447
5540
  </choice>
5448
5541
  <choice>
5449
5542
  <value>basement - conditioned</value>
@@ -5478,7 +5571,7 @@
5478
5571
  <argument>
5479
5572
  <name>refrigerator_rated_annual_kwh</name>
5480
5573
  <display_name>Refrigerator: Rated Annual Consumption</display_name>
5481
- <description>The EnergyGuide rated annual energy consumption for a refrigerator. If not provided, the OS-HPXML default is used.</description>
5574
+ <description>The EnergyGuide rated annual energy consumption for a refrigerator. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-refrigerators'&gt;HPXML Refrigerators&lt;/a&gt;) is used.</description>
5482
5575
  <type>Double</type>
5483
5576
  <units>kWh/yr</units>
5484
5577
  <required>false</required>
@@ -5487,7 +5580,7 @@
5487
5580
  <argument>
5488
5581
  <name>refrigerator_usage_multiplier</name>
5489
5582
  <display_name>Refrigerator: Usage Multiplier</display_name>
5490
- <description>Multiplier on the refrigerator energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
5583
+ <description>Multiplier on the refrigerator energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-refrigerators'&gt;HPXML Refrigerators&lt;/a&gt;) is used.</description>
5491
5584
  <type>Double</type>
5492
5585
  <required>false</required>
5493
5586
  <model_dependent>false</model_dependent>
@@ -5514,14 +5607,14 @@
5514
5607
  <argument>
5515
5608
  <name>extra_refrigerator_location</name>
5516
5609
  <display_name>Extra Refrigerator: Location</display_name>
5517
- <description>The space type for the extra refrigerator location. If not provided, the OS-HPXML default is used.</description>
5610
+ <description>The space type for the extra refrigerator location. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-refrigerators'&gt;HPXML Refrigerators&lt;/a&gt;) is used.</description>
5518
5611
  <type>Choice</type>
5519
5612
  <required>false</required>
5520
5613
  <model_dependent>false</model_dependent>
5521
5614
  <choices>
5522
5615
  <choice>
5523
- <value>living space</value>
5524
- <display_name>living space</display_name>
5616
+ <value>conditioned space</value>
5617
+ <display_name>conditioned space</display_name>
5525
5618
  </choice>
5526
5619
  <choice>
5527
5620
  <value>basement - conditioned</value>
@@ -5556,7 +5649,7 @@
5556
5649
  <argument>
5557
5650
  <name>extra_refrigerator_rated_annual_kwh</name>
5558
5651
  <display_name>Extra Refrigerator: Rated Annual Consumption</display_name>
5559
- <description>The EnergyGuide rated annual energy consumption for an extra rrefrigerator. If not provided, the OS-HPXML default is used.</description>
5652
+ <description>The EnergyGuide rated annual energy consumption for an extra rrefrigerator. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-refrigerators'&gt;HPXML Refrigerators&lt;/a&gt;) is used.</description>
5560
5653
  <type>Double</type>
5561
5654
  <units>kWh/yr</units>
5562
5655
  <required>false</required>
@@ -5565,7 +5658,7 @@
5565
5658
  <argument>
5566
5659
  <name>extra_refrigerator_usage_multiplier</name>
5567
5660
  <display_name>Extra Refrigerator: Usage Multiplier</display_name>
5568
- <description>Multiplier on the extra refrigerator energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
5661
+ <description>Multiplier on the extra refrigerator energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-refrigerators'&gt;HPXML Refrigerators&lt;/a&gt;) is used.</description>
5569
5662
  <type>Double</type>
5570
5663
  <required>false</required>
5571
5664
  <model_dependent>false</model_dependent>
@@ -5592,14 +5685,14 @@
5592
5685
  <argument>
5593
5686
  <name>freezer_location</name>
5594
5687
  <display_name>Freezer: Location</display_name>
5595
- <description>The space type for the freezer location. If not provided, the OS-HPXML default is used.</description>
5688
+ <description>The space type for the freezer location. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-freezers'&gt;HPXML Freezers&lt;/a&gt;) is used.</description>
5596
5689
  <type>Choice</type>
5597
5690
  <required>false</required>
5598
5691
  <model_dependent>false</model_dependent>
5599
5692
  <choices>
5600
5693
  <choice>
5601
- <value>living space</value>
5602
- <display_name>living space</display_name>
5694
+ <value>conditioned space</value>
5695
+ <display_name>conditioned space</display_name>
5603
5696
  </choice>
5604
5697
  <choice>
5605
5698
  <value>basement - conditioned</value>
@@ -5634,7 +5727,7 @@
5634
5727
  <argument>
5635
5728
  <name>freezer_rated_annual_kwh</name>
5636
5729
  <display_name>Freezer: Rated Annual Consumption</display_name>
5637
- <description>The EnergyGuide rated annual energy consumption for a freezer. If not provided, the OS-HPXML default is used.</description>
5730
+ <description>The EnergyGuide rated annual energy consumption for a freezer. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-freezers'&gt;HPXML Freezers&lt;/a&gt;) is used.</description>
5638
5731
  <type>Double</type>
5639
5732
  <units>kWh/yr</units>
5640
5733
  <required>false</required>
@@ -5643,7 +5736,7 @@
5643
5736
  <argument>
5644
5737
  <name>freezer_usage_multiplier</name>
5645
5738
  <display_name>Freezer: Usage Multiplier</display_name>
5646
- <description>Multiplier on the freezer energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
5739
+ <description>Multiplier on the freezer energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-freezers'&gt;HPXML Freezers&lt;/a&gt;) is used.</description>
5647
5740
  <type>Double</type>
5648
5741
  <required>false</required>
5649
5742
  <model_dependent>false</model_dependent>
@@ -5670,14 +5763,14 @@
5670
5763
  <argument>
5671
5764
  <name>cooking_range_oven_location</name>
5672
5765
  <display_name>Cooking Range/Oven: Location</display_name>
5673
- <description>The space type for the cooking range/oven location. If not provided, the OS-HPXML default is used.</description>
5766
+ <description>The space type for the cooking range/oven location. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-cooking-range-oven'&gt;HPXML Cooking Range/Oven&lt;/a&gt;) is used.</description>
5674
5767
  <type>Choice</type>
5675
5768
  <required>false</required>
5676
5769
  <model_dependent>false</model_dependent>
5677
5770
  <choices>
5678
5771
  <choice>
5679
- <value>living space</value>
5680
- <display_name>living space</display_name>
5772
+ <value>conditioned space</value>
5773
+ <display_name>conditioned space</display_name>
5681
5774
  </choice>
5682
5775
  <choice>
5683
5776
  <value>basement - conditioned</value>
@@ -5747,7 +5840,7 @@
5747
5840
  <argument>
5748
5841
  <name>cooking_range_oven_is_induction</name>
5749
5842
  <display_name>Cooking Range/Oven: Is Induction</display_name>
5750
- <description>Whether the cooking range is induction. If not provided, the OS-HPXML default is used.</description>
5843
+ <description>Whether the cooking range is induction. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-cooking-range-oven'&gt;HPXML Cooking Range/Oven&lt;/a&gt;) is used.</description>
5751
5844
  <type>Boolean</type>
5752
5845
  <required>false</required>
5753
5846
  <model_dependent>false</model_dependent>
@@ -5765,7 +5858,7 @@
5765
5858
  <argument>
5766
5859
  <name>cooking_range_oven_is_convection</name>
5767
5860
  <display_name>Cooking Range/Oven: Is Convection</display_name>
5768
- <description>Whether the oven is convection. If not provided, the OS-HPXML default is used.</description>
5861
+ <description>Whether the oven is convection. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-cooking-range-oven'&gt;HPXML Cooking Range/Oven&lt;/a&gt;) is used.</description>
5769
5862
  <type>Boolean</type>
5770
5863
  <required>false</required>
5771
5864
  <model_dependent>false</model_dependent>
@@ -5783,7 +5876,7 @@
5783
5876
  <argument>
5784
5877
  <name>cooking_range_oven_usage_multiplier</name>
5785
5878
  <display_name>Cooking Range/Oven: Usage Multiplier</display_name>
5786
- <description>Multiplier on the cooking range/oven energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
5879
+ <description>Multiplier on the cooking range/oven energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-cooking-range-oven'&gt;HPXML Cooking Range/Oven&lt;/a&gt;) is used.</description>
5787
5880
  <type>Double</type>
5788
5881
  <required>false</required>
5789
5882
  <model_dependent>false</model_dependent>
@@ -5810,7 +5903,7 @@
5810
5903
  <argument>
5811
5904
  <name>ceiling_fan_efficiency</name>
5812
5905
  <display_name>Ceiling Fan: Efficiency</display_name>
5813
- <description>The efficiency rating of the ceiling fan(s) at medium speed. If not provided, the OS-HPXML default is used.</description>
5906
+ <description>The efficiency rating of the ceiling fan(s) at medium speed. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-ceiling-fans'&gt;HPXML Ceiling Fans&lt;/a&gt;) is used.</description>
5814
5907
  <type>Double</type>
5815
5908
  <units>CFM/W</units>
5816
5909
  <required>false</required>
@@ -5819,7 +5912,7 @@
5819
5912
  <argument>
5820
5913
  <name>ceiling_fan_quantity</name>
5821
5914
  <display_name>Ceiling Fan: Quantity</display_name>
5822
- <description>Total number of ceiling fans. If not provided, the OS-HPXML default is used.</description>
5915
+ <description>Total number of ceiling fans. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-ceiling-fans'&gt;HPXML Ceiling Fans&lt;/a&gt;) is used.</description>
5823
5916
  <type>Integer</type>
5824
5917
  <units>#</units>
5825
5918
  <required>false</required>
@@ -5828,7 +5921,7 @@
5828
5921
  <argument>
5829
5922
  <name>ceiling_fan_cooling_setpoint_temp_offset</name>
5830
5923
  <display_name>Ceiling Fan: Cooling Setpoint Temperature Offset</display_name>
5831
- <description>The cooling setpoint temperature offset during months when the ceiling fans are operating. Only applies if ceiling fan quantity is greater than zero. If not provided, the OS-HPXML default is used.</description>
5924
+ <description>The cooling setpoint temperature offset during months when the ceiling fans are operating. Only applies if ceiling fan quantity is greater than zero. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-ceiling-fans'&gt;HPXML Ceiling Fans&lt;/a&gt;) is used.</description>
5832
5925
  <type>Double</type>
5833
5926
  <units>deg-F</units>
5834
5927
  <required>false</required>
@@ -5856,7 +5949,7 @@
5856
5949
  <argument>
5857
5950
  <name>misc_plug_loads_television_annual_kwh</name>
5858
5951
  <display_name>Misc Plug Loads: Television Annual kWh</display_name>
5859
- <description>The annual energy consumption of the television plug loads. If not provided, the OS-HPXML default is used.</description>
5952
+ <description>The annual energy consumption of the television plug loads. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-plug-loads'&gt;HPXML Plug Loads&lt;/a&gt;) is used.</description>
5860
5953
  <type>Double</type>
5861
5954
  <units>kWh/yr</units>
5862
5955
  <required>false</required>
@@ -5865,7 +5958,7 @@
5865
5958
  <argument>
5866
5959
  <name>misc_plug_loads_television_usage_multiplier</name>
5867
5960
  <display_name>Misc Plug Loads: Television Usage Multiplier</display_name>
5868
- <description>Multiplier on the television energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
5961
+ <description>Multiplier on the television energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-plug-loads'&gt;HPXML Plug Loads&lt;/a&gt;) is used.</description>
5869
5962
  <type>Double</type>
5870
5963
  <required>false</required>
5871
5964
  <model_dependent>false</model_dependent>
@@ -5873,7 +5966,7 @@
5873
5966
  <argument>
5874
5967
  <name>misc_plug_loads_other_annual_kwh</name>
5875
5968
  <display_name>Misc Plug Loads: Other Annual kWh</display_name>
5876
- <description>The annual energy consumption of the other residual plug loads. If not provided, the OS-HPXML default is used.</description>
5969
+ <description>The annual energy consumption of the other residual plug loads. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-plug-loads'&gt;HPXML Plug Loads&lt;/a&gt;) is used.</description>
5877
5970
  <type>Double</type>
5878
5971
  <units>kWh/yr</units>
5879
5972
  <required>false</required>
@@ -5882,7 +5975,7 @@
5882
5975
  <argument>
5883
5976
  <name>misc_plug_loads_other_frac_sensible</name>
5884
5977
  <display_name>Misc Plug Loads: Other Sensible Fraction</display_name>
5885
- <description>Fraction of other residual plug loads' internal gains that are sensible. If not provided, the OS-HPXML default is used.</description>
5978
+ <description>Fraction of other residual plug loads' internal gains that are sensible. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-plug-loads'&gt;HPXML Plug Loads&lt;/a&gt;) is used.</description>
5886
5979
  <type>Double</type>
5887
5980
  <units>Frac</units>
5888
5981
  <required>false</required>
@@ -5891,7 +5984,7 @@
5891
5984
  <argument>
5892
5985
  <name>misc_plug_loads_other_frac_latent</name>
5893
5986
  <display_name>Misc Plug Loads: Other Latent Fraction</display_name>
5894
- <description>Fraction of other residual plug loads' internal gains that are latent. If not provided, the OS-HPXML default is used.</description>
5987
+ <description>Fraction of other residual plug loads' internal gains that are latent. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-plug-loads'&gt;HPXML Plug Loads&lt;/a&gt;) is used.</description>
5895
5988
  <type>Double</type>
5896
5989
  <units>Frac</units>
5897
5990
  <required>false</required>
@@ -5900,7 +5993,7 @@
5900
5993
  <argument>
5901
5994
  <name>misc_plug_loads_other_usage_multiplier</name>
5902
5995
  <display_name>Misc Plug Loads: Other Usage Multiplier</display_name>
5903
- <description>Multiplier on the other energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
5996
+ <description>Multiplier on the other energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-plug-loads'&gt;HPXML Plug Loads&lt;/a&gt;) is used.</description>
5904
5997
  <type>Double</type>
5905
5998
  <required>false</required>
5906
5999
  <model_dependent>false</model_dependent>
@@ -5927,7 +6020,7 @@
5927
6020
  <argument>
5928
6021
  <name>misc_plug_loads_well_pump_annual_kwh</name>
5929
6022
  <display_name>Misc Plug Loads: Well Pump Annual kWh</display_name>
5930
- <description>The annual energy consumption of the well pump plug loads. If not provided, the OS-HPXML default is used.</description>
6023
+ <description>The annual energy consumption of the well pump plug loads. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-plug-loads'&gt;HPXML Plug Loads&lt;/a&gt;) is used.</description>
5931
6024
  <type>Double</type>
5932
6025
  <units>kWh/yr</units>
5933
6026
  <required>false</required>
@@ -5936,7 +6029,7 @@
5936
6029
  <argument>
5937
6030
  <name>misc_plug_loads_well_pump_usage_multiplier</name>
5938
6031
  <display_name>Misc Plug Loads: Well Pump Usage Multiplier</display_name>
5939
- <description>Multiplier on the well pump energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
6032
+ <description>Multiplier on the well pump energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-plug-loads'&gt;HPXML Plug Loads&lt;/a&gt;) is used.</description>
5940
6033
  <type>Double</type>
5941
6034
  <required>false</required>
5942
6035
  <model_dependent>false</model_dependent>
@@ -5963,7 +6056,7 @@
5963
6056
  <argument>
5964
6057
  <name>misc_plug_loads_vehicle_annual_kwh</name>
5965
6058
  <display_name>Misc Plug Loads: Vehicle Annual kWh</display_name>
5966
- <description>The annual energy consumption of the electric vehicle plug loads. If not provided, the OS-HPXML default is used.</description>
6059
+ <description>The annual energy consumption of the electric vehicle plug loads. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-plug-loads'&gt;HPXML Plug Loads&lt;/a&gt;) is used.</description>
5967
6060
  <type>Double</type>
5968
6061
  <units>kWh/yr</units>
5969
6062
  <required>false</required>
@@ -5972,7 +6065,7 @@
5972
6065
  <argument>
5973
6066
  <name>misc_plug_loads_vehicle_usage_multiplier</name>
5974
6067
  <display_name>Misc Plug Loads: Vehicle Usage Multiplier</display_name>
5975
- <description>Multiplier on the electric vehicle energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
6068
+ <description>Multiplier on the electric vehicle energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-plug-loads'&gt;HPXML Plug Loads&lt;/a&gt;) is used.</description>
5976
6069
  <type>Double</type>
5977
6070
  <required>false</required>
5978
6071
  <model_dependent>false</model_dependent>
@@ -6030,7 +6123,7 @@
6030
6123
  <argument>
6031
6124
  <name>misc_fuel_loads_grill_annual_therm</name>
6032
6125
  <display_name>Misc Fuel Loads: Grill Annual therm</display_name>
6033
- <description>The annual energy consumption of the fuel loads grill. If not provided, the OS-HPXML default is used.</description>
6126
+ <description>The annual energy consumption of the fuel loads grill. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-fuel-loads'&gt;HPXML Fuel Loads&lt;/a&gt;) is used.</description>
6034
6127
  <type>Double</type>
6035
6128
  <units>therm/yr</units>
6036
6129
  <required>false</required>
@@ -6039,7 +6132,7 @@
6039
6132
  <argument>
6040
6133
  <name>misc_fuel_loads_grill_usage_multiplier</name>
6041
6134
  <display_name>Misc Fuel Loads: Grill Usage Multiplier</display_name>
6042
- <description>Multiplier on the fuel loads grill energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
6135
+ <description>Multiplier on the fuel loads grill energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-fuel-loads'&gt;HPXML Fuel Loads&lt;/a&gt;) is used.</description>
6043
6136
  <type>Double</type>
6044
6137
  <required>false</required>
6045
6138
  <model_dependent>false</model_dependent>
@@ -6097,7 +6190,7 @@
6097
6190
  <argument>
6098
6191
  <name>misc_fuel_loads_lighting_annual_therm</name>
6099
6192
  <display_name>Misc Fuel Loads: Lighting Annual therm</display_name>
6100
- <description>The annual energy consumption of the fuel loads lighting. If not provided, the OS-HPXML default is used.</description>
6193
+ <description>The annual energy consumption of the fuel loads lighting. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-fuel-loads'&gt;HPXML Fuel Loads&lt;/a&gt;)is used.</description>
6101
6194
  <type>Double</type>
6102
6195
  <units>therm/yr</units>
6103
6196
  <required>false</required>
@@ -6106,7 +6199,7 @@
6106
6199
  <argument>
6107
6200
  <name>misc_fuel_loads_lighting_usage_multiplier</name>
6108
6201
  <display_name>Misc Fuel Loads: Lighting Usage Multiplier</display_name>
6109
- <description>Multiplier on the fuel loads lighting energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
6202
+ <description>Multiplier on the fuel loads lighting energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-fuel-loads'&gt;HPXML Fuel Loads&lt;/a&gt;) is used.</description>
6110
6203
  <type>Double</type>
6111
6204
  <required>false</required>
6112
6205
  <model_dependent>false</model_dependent>
@@ -6164,7 +6257,7 @@
6164
6257
  <argument>
6165
6258
  <name>misc_fuel_loads_fireplace_annual_therm</name>
6166
6259
  <display_name>Misc Fuel Loads: Fireplace Annual therm</display_name>
6167
- <description>The annual energy consumption of the fuel loads fireplace. If not provided, the OS-HPXML default is used.</description>
6260
+ <description>The annual energy consumption of the fuel loads fireplace. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-fuel-loads'&gt;HPXML Fuel Loads&lt;/a&gt;) is used.</description>
6168
6261
  <type>Double</type>
6169
6262
  <units>therm/yr</units>
6170
6263
  <required>false</required>
@@ -6173,7 +6266,7 @@
6173
6266
  <argument>
6174
6267
  <name>misc_fuel_loads_fireplace_frac_sensible</name>
6175
6268
  <display_name>Misc Fuel Loads: Fireplace Sensible Fraction</display_name>
6176
- <description>Fraction of fireplace residual fuel loads' internal gains that are sensible. If not provided, the OS-HPXML default is used.</description>
6269
+ <description>Fraction of fireplace residual fuel loads' internal gains that are sensible. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-fuel-loads'&gt;HPXML Fuel Loads&lt;/a&gt;) is used.</description>
6177
6270
  <type>Double</type>
6178
6271
  <units>Frac</units>
6179
6272
  <required>false</required>
@@ -6182,7 +6275,7 @@
6182
6275
  <argument>
6183
6276
  <name>misc_fuel_loads_fireplace_frac_latent</name>
6184
6277
  <display_name>Misc Fuel Loads: Fireplace Latent Fraction</display_name>
6185
- <description>Fraction of fireplace residual fuel loads' internal gains that are latent. If not provided, the OS-HPXML default is used.</description>
6278
+ <description>Fraction of fireplace residual fuel loads' internal gains that are latent. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-fuel-loads'&gt;HPXML Fuel Loads&lt;/a&gt;) is used.</description>
6186
6279
  <type>Double</type>
6187
6280
  <units>Frac</units>
6188
6281
  <required>false</required>
@@ -6191,7 +6284,7 @@
6191
6284
  <argument>
6192
6285
  <name>misc_fuel_loads_fireplace_usage_multiplier</name>
6193
6286
  <display_name>Misc Fuel Loads: Fireplace Usage Multiplier</display_name>
6194
- <description>Multiplier on the fuel loads fireplace energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
6287
+ <description>Multiplier on the fuel loads fireplace energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-fuel-loads'&gt;HPXML Fuel Loads&lt;/a&gt;) is used.</description>
6195
6288
  <type>Double</type>
6196
6289
  <required>false</required>
6197
6290
  <model_dependent>false</model_dependent>
@@ -6218,7 +6311,7 @@
6218
6311
  <argument>
6219
6312
  <name>pool_pump_annual_kwh</name>
6220
6313
  <display_name>Pool: Pump Annual kWh</display_name>
6221
- <description>The annual energy consumption of the pool pump. If not provided, the OS-HPXML default is used.</description>
6314
+ <description>The annual energy consumption of the pool pump. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#pool-pump'&gt;Pool Pump&lt;/a&gt;) is used.</description>
6222
6315
  <type>Double</type>
6223
6316
  <units>kWh/yr</units>
6224
6317
  <required>false</required>
@@ -6227,7 +6320,7 @@
6227
6320
  <argument>
6228
6321
  <name>pool_pump_usage_multiplier</name>
6229
6322
  <display_name>Pool: Pump Usage Multiplier</display_name>
6230
- <description>Multiplier on the pool pump energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
6323
+ <description>Multiplier on the pool pump energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#pool-pump'&gt;Pool Pump&lt;/a&gt;) is used.</description>
6231
6324
  <type>Double</type>
6232
6325
  <required>false</required>
6233
6326
  <model_dependent>false</model_dependent>
@@ -6262,7 +6355,7 @@
6262
6355
  <argument>
6263
6356
  <name>pool_heater_annual_kwh</name>
6264
6357
  <display_name>Pool: Heater Annual kWh</display_name>
6265
- <description>The annual energy consumption of the electric resistance pool heater. If not provided, the OS-HPXML default is used.</description>
6358
+ <description>The annual energy consumption of the electric resistance pool heater. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#pool-heater'&gt;Pool Heater&lt;/a&gt;) is used.</description>
6266
6359
  <type>Double</type>
6267
6360
  <units>kWh/yr</units>
6268
6361
  <required>false</required>
@@ -6271,7 +6364,7 @@
6271
6364
  <argument>
6272
6365
  <name>pool_heater_annual_therm</name>
6273
6366
  <display_name>Pool: Heater Annual therm</display_name>
6274
- <description>The annual energy consumption of the gas fired pool heater. If not provided, the OS-HPXML default is used.</description>
6367
+ <description>The annual energy consumption of the gas fired pool heater. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#pool-heater'&gt;Pool Heater&lt;/a&gt;) is used.</description>
6275
6368
  <type>Double</type>
6276
6369
  <units>therm/yr</units>
6277
6370
  <required>false</required>
@@ -6280,15 +6373,15 @@
6280
6373
  <argument>
6281
6374
  <name>pool_heater_usage_multiplier</name>
6282
6375
  <display_name>Pool: Heater Usage Multiplier</display_name>
6283
- <description>Multiplier on the pool heater energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
6376
+ <description>Multiplier on the pool heater energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#pool-heater'&gt;Pool Heater&lt;/a&gt;) is used.</description>
6284
6377
  <type>Double</type>
6285
6378
  <required>false</required>
6286
6379
  <model_dependent>false</model_dependent>
6287
6380
  </argument>
6288
6381
  <argument>
6289
- <name>hot_tub_present</name>
6290
- <display_name>Hot Tub: Present</display_name>
6291
- <description>Whether there is a hot tub.</description>
6382
+ <name>permanent_spa_present</name>
6383
+ <display_name>Permanent Spa: Present</display_name>
6384
+ <description>Whether there is a permanent spa.</description>
6292
6385
  <type>Boolean</type>
6293
6386
  <required>true</required>
6294
6387
  <model_dependent>false</model_dependent>
@@ -6305,26 +6398,26 @@
6305
6398
  </choices>
6306
6399
  </argument>
6307
6400
  <argument>
6308
- <name>hot_tub_pump_annual_kwh</name>
6309
- <display_name>Hot Tub: Pump Annual kWh</display_name>
6310
- <description>The annual energy consumption of the hot tub pump. If not provided, the OS-HPXML default is used.</description>
6401
+ <name>permanent_spa_pump_annual_kwh</name>
6402
+ <display_name>Permanent Spa: Pump Annual kWh</display_name>
6403
+ <description>The annual energy consumption of the permanent spa pump. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#permanent-spa-pump'&gt;Permanent Spa Pump&lt;/a&gt;) is used.</description>
6311
6404
  <type>Double</type>
6312
6405
  <units>kWh/yr</units>
6313
6406
  <required>false</required>
6314
6407
  <model_dependent>false</model_dependent>
6315
6408
  </argument>
6316
6409
  <argument>
6317
- <name>hot_tub_pump_usage_multiplier</name>
6318
- <display_name>Hot Tub: Pump Usage Multiplier</display_name>
6319
- <description>Multiplier on the hot tub pump energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
6410
+ <name>permanent_spa_pump_usage_multiplier</name>
6411
+ <display_name>Permanent Spa: Pump Usage Multiplier</display_name>
6412
+ <description>Multiplier on the permanent spa pump energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#permanent-spa-pump'&gt;Permanent Spa Pump&lt;/a&gt;) is used.</description>
6320
6413
  <type>Double</type>
6321
6414
  <required>false</required>
6322
6415
  <model_dependent>false</model_dependent>
6323
6416
  </argument>
6324
6417
  <argument>
6325
- <name>hot_tub_heater_type</name>
6326
- <display_name>Hot Tub: Heater Type</display_name>
6327
- <description>The type of hot tub heater. Use 'none' if there is no hot tub heater.</description>
6418
+ <name>permanent_spa_heater_type</name>
6419
+ <display_name>Permanent Spa: Heater Type</display_name>
6420
+ <description>The type of permanent spa heater. Use 'none' if there is no permanent spa heater.</description>
6328
6421
  <type>Choice</type>
6329
6422
  <required>true</required>
6330
6423
  <model_dependent>false</model_dependent>
@@ -6349,27 +6442,27 @@
6349
6442
  </choices>
6350
6443
  </argument>
6351
6444
  <argument>
6352
- <name>hot_tub_heater_annual_kwh</name>
6353
- <display_name>Hot Tub: Heater Annual kWh</display_name>
6354
- <description>The annual energy consumption of the electric resistance hot tub heater. If not provided, the OS-HPXML default is used.</description>
6445
+ <name>permanent_spa_heater_annual_kwh</name>
6446
+ <display_name>Permanent Spa: Heater Annual kWh</display_name>
6447
+ <description>The annual energy consumption of the electric resistance permanent spa heater. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#permanent-spa-heater'&gt;Permanent Spa Heater&lt;/a&gt;) is used.</description>
6355
6448
  <type>Double</type>
6356
6449
  <units>kWh/yr</units>
6357
6450
  <required>false</required>
6358
6451
  <model_dependent>false</model_dependent>
6359
6452
  </argument>
6360
6453
  <argument>
6361
- <name>hot_tub_heater_annual_therm</name>
6362
- <display_name>Hot Tub: Heater Annual therm</display_name>
6363
- <description>The annual energy consumption of the gas fired hot tub heater. If not provided, the OS-HPXML default is used.</description>
6454
+ <name>permanent_spa_heater_annual_therm</name>
6455
+ <display_name>Permanent Spa: Heater Annual therm</display_name>
6456
+ <description>The annual energy consumption of the gas fired permanent spa heater. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#permanent-spa-heater'&gt;Permanent Spa Heater&lt;/a&gt;) is used.</description>
6364
6457
  <type>Double</type>
6365
6458
  <units>therm/yr</units>
6366
6459
  <required>false</required>
6367
6460
  <model_dependent>false</model_dependent>
6368
6461
  </argument>
6369
6462
  <argument>
6370
- <name>hot_tub_heater_usage_multiplier</name>
6371
- <display_name>Hot Tub: Heater Usage Multiplier</display_name>
6372
- <description>Multiplier on the hot tub heater energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default is used.</description>
6463
+ <name>permanent_spa_heater_usage_multiplier</name>
6464
+ <display_name>Permanent Spa: Heater Usage Multiplier</display_name>
6465
+ <description>Multiplier on the permanent spa heater energy usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see &lt;a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#permanent-spa-heater'&gt;Permanent Spa Heater&lt;/a&gt;) is used.</description>
6373
6466
  <type>Double</type>
6374
6467
  <required>false</required>
6375
6468
  <model_dependent>false</model_dependent>
@@ -6742,31 +6835,49 @@
6742
6835
  <filename>measure.rb</filename>
6743
6836
  <filetype>rb</filetype>
6744
6837
  <usage_type>script</usage_type>
6745
- <checksum>B83724CD</checksum>
6838
+ <checksum>283BDAF5</checksum>
6746
6839
  </file>
6747
6840
  <file>
6748
6841
  <filename>constants.rb</filename>
6749
6842
  <filetype>rb</filetype>
6750
6843
  <usage_type>resource</usage_type>
6751
- <checksum>2050FF10</checksum>
6844
+ <checksum>82A13855</checksum>
6752
6845
  </file>
6753
6846
  <file>
6754
6847
  <filename>geometry.rb</filename>
6755
6848
  <filetype>rb</filetype>
6756
6849
  <usage_type>resource</usage_type>
6757
- <checksum>58F1B7DD</checksum>
6850
+ <checksum>5C6DA7A8</checksum>
6758
6851
  </file>
6759
6852
  <file>
6760
6853
  <filename>unit_conversions.rb</filename>
6761
6854
  <filetype>rb</filetype>
6762
6855
  <usage_type>resource</usage_type>
6763
- <checksum>5E82ABE2</checksum>
6856
+ <checksum>9B7AAA98</checksum>
6764
6857
  </file>
6765
6858
  <file>
6766
6859
  <filename>util.rb</filename>
6767
6860
  <filetype>rb</filetype>
6768
6861
  <usage_type>resource</usage_type>
6769
- <checksum>055F0A54</checksum>
6862
+ <checksum>42CACEFB</checksum>
6863
+ </file>
6864
+ <file>
6865
+ <filename>test_build_residential_model.rb</filename>
6866
+ <filetype>rb</filetype>
6867
+ <usage_type>test</usage_type>
6868
+ <checksum>4584D81F</checksum>
6869
+ </file>
6870
+ <file>
6871
+ <filename>xml_building/17/feature1.xml</filename>
6872
+ <filetype>xml</filetype>
6873
+ <usage_type>test</usage_type>
6874
+ <checksum>CADEF9CC</checksum>
6875
+ </file>
6876
+ <file>
6877
+ <filename>xml_building/17/feature2.xml</filename>
6878
+ <filetype>xml</filetype>
6879
+ <usage_type>test</usage_type>
6880
+ <checksum>CADEF9CC</checksum>
6770
6881
  </file>
6771
6882
  </files>
6772
6883
  </measure>