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
@@ -1,10 +1,10 @@
1
1
  <?xml version="1.0"?>
2
2
  <measure>
3
- <schema_version>3.0</schema_version>
3
+ <schema_version>3.1</schema_version>
4
4
  <name>build_residential_hpxml</name>
5
5
  <uid>a13a8983-2b01-4930-8af2-42030b6e4233</uid>
6
- <version_id>61a17495-a6d8-4328-a2c6-341c8ef4300c</version_id>
7
- <version_modified>20230519T183248Z</version_modified>
6
+ <version_id>73f05c97-2d2b-4e1e-8709-67b264ec605e</version_id>
7
+ <version_modified>2023-11-13T20:11:04Z</version_modified>
8
8
  <xml_checksum>2C38F48B</xml_checksum>
9
9
  <class_name>BuildResidentialHPXML</class_name>
10
10
  <display_name>HPXML Builder</display_name>
@@ -19,6 +19,14 @@
19
19
  <required>true</required>
20
20
  <model_dependent>false</model_dependent>
21
21
  </argument>
22
+ <argument>
23
+ <name>existing_hpxml_path</name>
24
+ <display_name>Existing HPXML File Path</display_name>
25
+ <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>
26
+ <type>String</type>
27
+ <required>false</required>
28
+ <model_dependent>false</model_dependent>
29
+ </argument>
22
30
  <argument>
23
31
  <name>software_info_program_used</name>
24
32
  <display_name>Software Info: Program Used</display_name>
@@ -84,7 +92,7 @@
84
92
  <argument>
85
93
  <name>simulation_control_timestep</name>
86
94
  <display_name>Simulation Control: Timestep</display_name>
87
- <description>Value must be a divisor of 60. If not provided, the OS-HPXML default is used.</description>
95
+ <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>
88
96
  <type>Integer</type>
89
97
  <units>min</units>
90
98
  <required>false</required>
@@ -93,7 +101,7 @@
93
101
  <argument>
94
102
  <name>simulation_control_run_period</name>
95
103
  <display_name>Simulation Control: Run Period</display_name>
96
- <description>Enter a date like "Jan 1 - Dec 31". If not provided, the OS-HPXML default is used.</description>
104
+ <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>
97
105
  <type>String</type>
98
106
  <required>false</required>
99
107
  <model_dependent>false</model_dependent>
@@ -101,7 +109,7 @@
101
109
  <argument>
102
110
  <name>simulation_control_run_period_calendar_year</name>
103
111
  <display_name>Simulation Control: Run Period Calendar Year</display_name>
104
- <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>
112
+ <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>
105
113
  <type>Integer</type>
106
114
  <units>year</units>
107
115
  <required>false</required>
@@ -110,7 +118,7 @@
110
118
  <argument>
111
119
  <name>simulation_control_daylight_saving_enabled</name>
112
120
  <display_name>Simulation Control: Daylight Saving Enabled</display_name>
113
- <description>Whether to use daylight saving. If not provided, the OS-HPXML default is used.</description>
121
+ <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>
114
122
  <type>Boolean</type>
115
123
  <required>false</required>
116
124
  <model_dependent>false</model_dependent>
@@ -128,7 +136,7 @@
128
136
  <argument>
129
137
  <name>simulation_control_daylight_saving_period</name>
130
138
  <display_name>Simulation Control: Daylight Saving Period</display_name>
131
- <description>Enter a date like "Mar 15 - Dec 15". If not provided, the OS-HPXML default is used.</description>
139
+ <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>
132
140
  <type>String</type>
133
141
  <required>false</required>
134
142
  <model_dependent>false</model_dependent>
@@ -136,7 +144,7 @@
136
144
  <argument>
137
145
  <name>simulation_control_temperature_capacitance_multiplier</name>
138
146
  <display_name>Simulation Control: Temperature Capacitance Multiplier</display_name>
139
- <description>Affects the transient calculation of indoor air temperatures. If not provided, the OS-HPXML default is used.</description>
147
+ <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>
140
148
  <type>String</type>
141
149
  <required>false</required>
142
150
  <model_dependent>false</model_dependent>
@@ -144,7 +152,7 @@
144
152
  <argument>
145
153
  <name>site_type</name>
146
154
  <display_name>Site: Type</display_name>
147
- <description>The type of site. If not provided, the OS-HPXML default is used.</description>
155
+ <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>
148
156
  <type>Choice</type>
149
157
  <required>false</required>
150
158
  <model_dependent>false</model_dependent>
@@ -166,7 +174,7 @@
166
174
  <argument>
167
175
  <name>site_shielding_of_home</name>
168
176
  <display_name>Site: Shielding of Home</display_name>
169
- <description>Presence of nearby buildings, trees, obstructions for infiltration model. If not provided, the OS-HPXML default is used.</description>
177
+ <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>
170
178
  <type>Choice</type>
171
179
  <required>false</required>
172
180
  <model_dependent>false</model_dependent>
@@ -188,7 +196,7 @@
188
196
  <argument>
189
197
  <name>site_ground_conductivity</name>
190
198
  <display_name>Site: Ground Conductivity</display_name>
191
- <description>Conductivity of the ground soil. If not provided, the OS-HPXML default is used.</description>
199
+ <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>
192
200
  <type>Double</type>
193
201
  <units>Btu/hr-ft-F</units>
194
202
  <required>false</required>
@@ -532,6 +540,14 @@
532
540
  <required>false</required>
533
541
  <model_dependent>false</model_dependent>
534
542
  </argument>
543
+ <argument>
544
+ <name>unit_multiplier</name>
545
+ <display_name>Building Construction: Unit Multiplier</display_name>
546
+ <description>The number of similar dwelling units. EnergyPlus simulation results will be multiplied this value. If not provided, defaults to 1.</description>
547
+ <type>Integer</type>
548
+ <required>false</required>
549
+ <model_dependent>false</model_dependent>
550
+ </argument>
535
551
  <argument>
536
552
  <name>geometry_unit_type</name>
537
553
  <display_name>Geometry: Unit Type</display_name>
@@ -553,6 +569,10 @@
553
569
  <value>apartment unit</value>
554
570
  <display_name>apartment unit</display_name>
555
571
  </choice>
572
+ <choice>
573
+ <value>manufactured home</value>
574
+ <display_name>manufactured home</display_name>
575
+ </choice>
556
576
  </choices>
557
577
  </argument>
558
578
  <argument>
@@ -684,7 +704,7 @@
684
704
  <argument>
685
705
  <name>geometry_unit_num_bathrooms</name>
686
706
  <display_name>Geometry: Unit Number of Bathrooms</display_name>
687
- <description>The number of bathrooms in the unit. If not provided, the OS-HPXML default is used.</description>
707
+ <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>
688
708
  <type>Integer</type>
689
709
  <units>#</units>
690
710
  <required>false</required>
@@ -741,7 +761,7 @@
741
761
  <argument>
742
762
  <name>geometry_garage_protrusion</name>
743
763
  <display_name>Geometry: Garage Protrusion</display_name>
744
- <description>The fraction of the garage that is protruding from the living space. Only applies to single-family detached units.</description>
764
+ <description>The fraction of the garage that is protruding from the conditioned space. Only applies to single-family detached units.</description>
745
765
  <type>Double</type>
746
766
  <units>Frac</units>
747
767
  <required>true</required>
@@ -808,6 +828,14 @@
808
828
  <value>AboveApartment</value>
809
829
  <display_name>AboveApartment</display_name>
810
830
  </choice>
831
+ <choice>
832
+ <value>BellyAndWingWithSkirt</value>
833
+ <display_name>BellyAndWingWithSkirt</display_name>
834
+ </choice>
835
+ <choice>
836
+ <value>BellyAndWingNoSkirt</value>
837
+ <display_name>BellyAndWingNoSkirt</display_name>
838
+ </choice>
811
839
  </choices>
812
840
  </argument>
813
841
  <argument>
@@ -1001,7 +1029,7 @@
1001
1029
  <argument>
1002
1030
  <name>neighbor_front_height</name>
1003
1031
  <display_name>Neighbor: Front Height</display_name>
1004
- <description>The height of the neighboring building to the front. If not provided, the OS-HPXML default is used.</description>
1032
+ <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>
1005
1033
  <type>Double</type>
1006
1034
  <units>ft</units>
1007
1035
  <required>false</required>
@@ -1010,7 +1038,7 @@
1010
1038
  <argument>
1011
1039
  <name>neighbor_back_height</name>
1012
1040
  <display_name>Neighbor: Back Height</display_name>
1013
- <description>The height of the neighboring building to the back. If not provided, the OS-HPXML default is used.</description>
1041
+ <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>
1014
1042
  <type>Double</type>
1015
1043
  <units>ft</units>
1016
1044
  <required>false</required>
@@ -1019,7 +1047,7 @@
1019
1047
  <argument>
1020
1048
  <name>neighbor_left_height</name>
1021
1049
  <display_name>Neighbor: Left Height</display_name>
1022
- <description>The height of the neighboring building to the left. If not provided, the OS-HPXML default is used.</description>
1050
+ <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>
1023
1051
  <type>Double</type>
1024
1052
  <units>ft</units>
1025
1053
  <required>false</required>
@@ -1028,7 +1056,7 @@
1028
1056
  <argument>
1029
1057
  <name>neighbor_right_height</name>
1030
1058
  <display_name>Neighbor: Right Height</display_name>
1031
- <description>The height of the neighboring building to the right. If not provided, the OS-HPXML default is used.</description>
1059
+ <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>
1032
1060
  <type>Double</type>
1033
1061
  <units>ft</units>
1034
1062
  <required>false</required>
@@ -1084,7 +1112,7 @@
1084
1112
  <argument>
1085
1113
  <name>foundation_wall_type</name>
1086
1114
  <display_name>Foundation Wall: Type</display_name>
1087
- <description>The material type of the foundation wall. If not provided, the OS-HPXML default is used.</description>
1115
+ <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>
1088
1116
  <type>Choice</type>
1089
1117
  <required>false</required>
1090
1118
  <model_dependent>false</model_dependent>
@@ -1126,7 +1154,7 @@
1126
1154
  <argument>
1127
1155
  <name>foundation_wall_thickness</name>
1128
1156
  <display_name>Foundation Wall: Thickness</display_name>
1129
- <description>The thickness of the foundation wall. If not provided, the OS-HPXML default is used.</description>
1157
+ <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>
1130
1158
  <type>Double</type>
1131
1159
  <units>in</units>
1132
1160
  <required>false</required>
@@ -1165,7 +1193,7 @@
1165
1193
  <argument>
1166
1194
  <name>foundation_wall_insulation_distance_to_top</name>
1167
1195
  <display_name>Foundation Wall: Insulation Distance To Top</display_name>
1168
- <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>
1196
+ <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>
1169
1197
  <type>Double</type>
1170
1198
  <units>ft</units>
1171
1199
  <required>false</required>
@@ -1174,7 +1202,7 @@
1174
1202
  <argument>
1175
1203
  <name>foundation_wall_insulation_distance_to_bottom</name>
1176
1204
  <display_name>Foundation Wall: Insulation Distance To Bottom</display_name>
1177
- <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>
1205
+ <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>
1178
1206
  <type>Double</type>
1179
1207
  <units>ft</units>
1180
1208
  <required>false</required>
@@ -1241,7 +1269,7 @@
1241
1269
  <argument>
1242
1270
  <name>slab_thickness</name>
1243
1271
  <display_name>Slab: Thickness</display_name>
1244
- <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>
1272
+ <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>
1245
1273
  <type>Double</type>
1246
1274
  <units>in</units>
1247
1275
  <required>false</required>
@@ -1250,7 +1278,7 @@
1250
1278
  <argument>
1251
1279
  <name>slab_carpet_fraction</name>
1252
1280
  <display_name>Slab: Carpet Fraction</display_name>
1253
- <description>Fraction of the slab floor area that is carpeted. If not provided, the OS-HPXML default is used.</description>
1281
+ <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>
1254
1282
  <type>Double</type>
1255
1283
  <units>Frac</units>
1256
1284
  <required>false</required>
@@ -1259,7 +1287,7 @@
1259
1287
  <argument>
1260
1288
  <name>slab_carpet_r</name>
1261
1289
  <display_name>Slab: Carpet R-value</display_name>
1262
- <description>R-value of the slab carpet. If not provided, the OS-HPXML default is used.</description>
1290
+ <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>
1263
1291
  <type>Double</type>
1264
1292
  <units>h-ft^2-R/Btu</units>
1265
1293
  <required>false</required>
@@ -1278,7 +1306,7 @@
1278
1306
  <argument>
1279
1307
  <name>roof_material_type</name>
1280
1308
  <display_name>Roof: Material Type</display_name>
1281
- <description>The material type of the roof. If not provided, the OS-HPXML default is used.</description>
1309
+ <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>
1282
1310
  <type>Choice</type>
1283
1311
  <required>false</required>
1284
1312
  <model_dependent>false</model_dependent>
@@ -1324,7 +1352,7 @@
1324
1352
  <argument>
1325
1353
  <name>roof_color</name>
1326
1354
  <display_name>Roof: Color</display_name>
1327
- <description>The color of the roof. If not provided, the OS-HPXML default is used.</description>
1355
+ <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>
1328
1356
  <type>Choice</type>
1329
1357
  <required>false</required>
1330
1358
  <model_dependent>false</model_dependent>
@@ -1383,11 +1411,10 @@
1383
1411
  <argument>
1384
1412
  <name>roof_radiant_barrier_grade</name>
1385
1413
  <display_name>Roof: Radiant Barrier Grade</display_name>
1386
- <description>The grade of the radiant barrier. If not provided, the OS-HPXML default is used.</description>
1414
+ <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>
1387
1415
  <type>Choice</type>
1388
1416
  <required>false</required>
1389
1417
  <model_dependent>false</model_dependent>
1390
- <default_value>1</default_value>
1391
1418
  <choices>
1392
1419
  <choice>
1393
1420
  <value>1</value>
@@ -1461,7 +1488,7 @@
1461
1488
  <argument>
1462
1489
  <name>wall_siding_type</name>
1463
1490
  <display_name>Wall: Siding Type</display_name>
1464
- <description>The siding type of the walls. Also applies to rim joists. If not provided, the OS-HPXML default is used.</description>
1491
+ <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>
1465
1492
  <type>Choice</type>
1466
1493
  <required>false</required>
1467
1494
  <model_dependent>false</model_dependent>
@@ -1515,7 +1542,7 @@
1515
1542
  <argument>
1516
1543
  <name>wall_color</name>
1517
1544
  <display_name>Wall: Color</display_name>
1518
- <description>The color of the walls. Also applies to rim joists. If not provided, the OS-HPXML default is used.</description>
1545
+ <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>
1519
1546
  <type>Choice</type>
1520
1547
  <required>false</required>
1521
1548
  <model_dependent>false</model_dependent>
@@ -1645,7 +1672,7 @@
1645
1672
  <argument>
1646
1673
  <name>window_fraction_operable</name>
1647
1674
  <display_name>Windows: Fraction Operable</display_name>
1648
- <description>Fraction of windows that are operable. If not provided, the OS-HPXML default is used.</description>
1675
+ <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>
1649
1676
  <type>Double</type>
1650
1677
  <units>Frac</units>
1651
1678
  <required>false</required>
@@ -1654,7 +1681,7 @@
1654
1681
  <argument>
1655
1682
  <name>window_natvent_availability</name>
1656
1683
  <display_name>Windows: Natural Ventilation Availability</display_name>
1657
- <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>
1684
+ <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>
1658
1685
  <type>Integer</type>
1659
1686
  <units>Days/week</units>
1660
1687
  <required>false</required>
@@ -1682,7 +1709,7 @@
1682
1709
  <argument>
1683
1710
  <name>window_interior_shading_winter</name>
1684
1711
  <display_name>Windows: Winter Interior Shading</display_name>
1685
- <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>
1712
+ <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>
1686
1713
  <type>Double</type>
1687
1714
  <units>Frac</units>
1688
1715
  <required>false</required>
@@ -1691,7 +1718,7 @@
1691
1718
  <argument>
1692
1719
  <name>window_interior_shading_summer</name>
1693
1720
  <display_name>Windows: Summer Interior Shading</display_name>
1694
- <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>
1721
+ <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>
1695
1722
  <type>Double</type>
1696
1723
  <units>Frac</units>
1697
1724
  <required>false</required>
@@ -1700,7 +1727,7 @@
1700
1727
  <argument>
1701
1728
  <name>window_exterior_shading_winter</name>
1702
1729
  <display_name>Windows: Winter Exterior Shading</display_name>
1703
- <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>
1730
+ <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>
1704
1731
  <type>Double</type>
1705
1732
  <units>Frac</units>
1706
1733
  <required>false</required>
@@ -1709,7 +1736,7 @@
1709
1736
  <argument>
1710
1737
  <name>window_exterior_shading_summer</name>
1711
1738
  <display_name>Windows: Summer Exterior Shading</display_name>
1712
- <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>
1739
+ <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>
1713
1740
  <type>Double</type>
1714
1741
  <units>Frac</units>
1715
1742
  <required>false</required>
@@ -1718,7 +1745,7 @@
1718
1745
  <argument>
1719
1746
  <name>window_shading_summer_season</name>
1720
1747
  <display_name>Windows: Shading Summer Season</display_name>
1721
- <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>
1748
+ <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>
1722
1749
  <type>String</type>
1723
1750
  <required>false</required>
1724
1751
  <model_dependent>false</model_dependent>
@@ -2029,7 +2056,7 @@
2029
2056
  <argument>
2030
2057
  <name>air_leakage_has_flue_or_chimney_in_conditioned_space</name>
2031
2058
  <display_name>Air Leakage: Has Flue or Chimney in Conditioned Space</display_name>
2032
- <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>
2059
+ <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>
2033
2060
  <type>Boolean</type>
2034
2061
  <required>false</required>
2035
2062
  <model_dependent>false</model_dependent>
@@ -2082,17 +2109,13 @@
2082
2109
  <display_name>Stove</display_name>
2083
2110
  </choice>
2084
2111
  <choice>
2085
- <value>PortableHeater</value>
2086
- <display_name>PortableHeater</display_name>
2112
+ <value>SpaceHeater</value>
2113
+ <display_name>SpaceHeater</display_name>
2087
2114
  </choice>
2088
2115
  <choice>
2089
2116
  <value>Fireplace</value>
2090
2117
  <display_name>Fireplace</display_name>
2091
2118
  </choice>
2092
- <choice>
2093
- <value>FixedHeater</value>
2094
- <display_name>FixedHeater</display_name>
2095
- </choice>
2096
2119
  <choice>
2097
2120
  <value>Shared Boiler w/ Baseboard</value>
2098
2121
  <display_name>Shared Boiler w/ Baseboard</display_name>
@@ -2155,7 +2178,7 @@
2155
2178
  <argument>
2156
2179
  <name>heating_system_heating_capacity</name>
2157
2180
  <display_name>Heating System: Heating Capacity</display_name>
2158
- <description>The output heating capacity of the heating system. If not provided, the OS-HPXML autosized default is used.</description>
2181
+ <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>
2159
2182
  <type>Double</type>
2160
2183
  <units>Btu/hr</units>
2161
2184
  <required>false</required>
@@ -2263,7 +2286,7 @@
2263
2286
  <argument>
2264
2287
  <name>cooling_system_cooling_compressor_type</name>
2265
2288
  <display_name>Cooling System: Cooling Compressor Type</display_name>
2266
- <description>The compressor type of the cooling system. Only applies to central air conditioner. If not provided, the OS-HPXML default is used.</description>
2289
+ <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>
2267
2290
  <type>Choice</type>
2268
2291
  <required>false</required>
2269
2292
  <model_dependent>false</model_dependent>
@@ -2285,7 +2308,7 @@
2285
2308
  <argument>
2286
2309
  <name>cooling_system_cooling_sensible_heat_fraction</name>
2287
2310
  <display_name>Cooling System: Cooling Sensible Heat Fraction</display_name>
2288
- <description>The sensible heat fraction of the cooling system. Ignored for evaporative cooler. If not provided, the OS-HPXML default is used.</description>
2311
+ <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>
2289
2312
  <type>Double</type>
2290
2313
  <units>Frac</units>
2291
2314
  <required>false</required>
@@ -2294,7 +2317,7 @@
2294
2317
  <argument>
2295
2318
  <name>cooling_system_cooling_capacity</name>
2296
2319
  <display_name>Cooling System: Cooling Capacity</display_name>
2297
- <description>The output cooling capacity of the cooling system. If not provided, the OS-HPXML autosized default is used.</description>
2320
+ <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>
2298
2321
  <type>Double</type>
2299
2322
  <units>Btu/hr</units>
2300
2323
  <required>false</required>
@@ -2350,7 +2373,7 @@
2350
2373
  <argument>
2351
2374
  <name>cooling_system_crankcase_heater_watts</name>
2352
2375
  <display_name>Cooling System: Crankcase Heater Power Watts</display_name>
2353
- <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>
2376
+ <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>
2354
2377
  <type>Double</type>
2355
2378
  <units>W</units>
2356
2379
  <required>false</required>
@@ -2406,7 +2429,7 @@
2406
2429
  <argument>
2407
2430
  <name>cooling_system_integrated_heating_system_capacity</name>
2408
2431
  <display_name>Cooling System: Integrated Heating System Heating Capacity</display_name>
2409
- <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>
2432
+ <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>
2410
2433
  <type>Double</type>
2411
2434
  <units>Btu/hr</units>
2412
2435
  <required>false</required>
@@ -2527,7 +2550,7 @@
2527
2550
  <argument>
2528
2551
  <name>heat_pump_cooling_compressor_type</name>
2529
2552
  <display_name>Heat Pump: Cooling Compressor Type</display_name>
2530
- <description>The compressor type of the heat pump. Only applies to air-to-air. If not provided, the OS-HPXML default is used.</description>
2553
+ <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>
2531
2554
  <type>Choice</type>
2532
2555
  <required>false</required>
2533
2556
  <model_dependent>false</model_dependent>
@@ -2549,7 +2572,7 @@
2549
2572
  <argument>
2550
2573
  <name>heat_pump_cooling_sensible_heat_fraction</name>
2551
2574
  <display_name>Heat Pump: Cooling Sensible Heat Fraction</display_name>
2552
- <description>The sensible heat fraction of the heat pump. If not provided, the OS-HPXML default is used.</description>
2575
+ <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>
2553
2576
  <type>Double</type>
2554
2577
  <units>Frac</units>
2555
2578
  <required>false</required>
@@ -2558,7 +2581,7 @@
2558
2581
  <argument>
2559
2582
  <name>heat_pump_heating_capacity</name>
2560
2583
  <display_name>Heat Pump: Heating Capacity</display_name>
2561
- <description>The output heating capacity of the heat pump. If not provided, the OS-HPXML autosized default is used.</description>
2584
+ <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>
2562
2585
  <type>Double</type>
2563
2586
  <units>Btu/hr</units>
2564
2587
  <required>false</required>
@@ -2567,7 +2590,7 @@
2567
2590
  <argument>
2568
2591
  <name>heat_pump_heating_capacity_retention_fraction</name>
2569
2592
  <display_name>Heat Pump: Heating Capacity Retention Fraction</display_name>
2570
- <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>
2593
+ <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>
2571
2594
  <type>Double</type>
2572
2595
  <units>Frac</units>
2573
2596
  <required>false</required>
@@ -2585,7 +2608,7 @@
2585
2608
  <argument>
2586
2609
  <name>heat_pump_cooling_capacity</name>
2587
2610
  <display_name>Heat Pump: Cooling Capacity</display_name>
2588
- <description>The output cooling capacity of the heat pump. If not provided, the OS-HPXML autosized default is used.</description>
2611
+ <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>
2589
2612
  <type>Double</type>
2590
2613
  <units>Btu/hr</units>
2591
2614
  <required>false</required>
@@ -2614,7 +2637,7 @@
2614
2637
  <argument>
2615
2638
  <name>heat_pump_compressor_lockout_temp</name>
2616
2639
  <display_name>Heat Pump: Compressor Lockout Temperature</display_name>
2617
- <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>
2640
+ <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>
2618
2641
  <type>Double</type>
2619
2642
  <units>deg-F</units>
2620
2643
  <required>false</required>
@@ -2682,7 +2705,7 @@
2682
2705
  <argument>
2683
2706
  <name>heat_pump_backup_heating_capacity</name>
2684
2707
  <display_name>Heat Pump: Backup Heating Capacity</display_name>
2685
- <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>
2708
+ <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>
2686
2709
  <type>Double</type>
2687
2710
  <units>Btu/hr</units>
2688
2711
  <required>false</required>
@@ -2691,7 +2714,7 @@
2691
2714
  <argument>
2692
2715
  <name>heat_pump_backup_heating_lockout_temp</name>
2693
2716
  <display_name>Heat Pump: Backup Heating Lockout Temperature</display_name>
2694
- <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>
2717
+ <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>
2695
2718
  <type>Double</type>
2696
2719
  <units>deg-F</units>
2697
2720
  <required>false</required>
@@ -2700,7 +2723,7 @@
2700
2723
  <argument>
2701
2724
  <name>heat_pump_sizing_methodology</name>
2702
2725
  <display_name>Heat Pump: Sizing Methodology</display_name>
2703
- <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>
2726
+ <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>
2704
2727
  <type>Choice</type>
2705
2728
  <required>false</required>
2706
2729
  <model_dependent>false</model_dependent>
@@ -2758,7 +2781,7 @@
2758
2781
  <argument>
2759
2782
  <name>heat_pump_crankcase_heater_watts</name>
2760
2783
  <display_name>Heat Pump: Crankcase Heater Power Watts</display_name>
2761
- <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>
2784
+ <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>
2762
2785
  <type>Double</type>
2763
2786
  <units>W</units>
2764
2787
  <required>false</required>
@@ -2802,17 +2825,13 @@
2802
2825
  <display_name>Stove</display_name>
2803
2826
  </choice>
2804
2827
  <choice>
2805
- <value>PortableHeater</value>
2806
- <display_name>PortableHeater</display_name>
2828
+ <value>SpaceHeater</value>
2829
+ <display_name>SpaceHeater</display_name>
2807
2830
  </choice>
2808
2831
  <choice>
2809
2832
  <value>Fireplace</value>
2810
2833
  <display_name>Fireplace</display_name>
2811
2834
  </choice>
2812
- <choice>
2813
- <value>FixedHeater</value>
2814
- <display_name>FixedHeater</display_name>
2815
- </choice>
2816
2835
  </choices>
2817
2836
  </argument>
2818
2837
  <argument>
@@ -2867,7 +2886,7 @@
2867
2886
  <argument>
2868
2887
  <name>heating_system_2_heating_capacity</name>
2869
2888
  <display_name>Heating System 2: Heating Capacity</display_name>
2870
- <description>The output heating capacity of the second heating system. If not provided, the OS-HPXML autosized default is used.</description>
2889
+ <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>
2871
2890
  <type>Double</type>
2872
2891
  <units>Btu/hr</units>
2873
2892
  <required>false</required>
@@ -2922,7 +2941,7 @@
2922
2941
  <argument>
2923
2942
  <name>hvac_control_heating_season_period</name>
2924
2943
  <display_name>HVAC Control: Heating Season Period</display_name>
2925
- <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>
2944
+ <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>
2926
2945
  <type>String</type>
2927
2946
  <required>false</required>
2928
2947
  <model_dependent>false</model_dependent>
@@ -2930,7 +2949,7 @@
2930
2949
  <argument>
2931
2950
  <name>hvac_control_cooling_season_period</name>
2932
2951
  <display_name>HVAC Control: Cooling Season Period</display_name>
2933
- <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>
2952
+ <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>
2934
2953
  <type>String</type>
2935
2954
  <required>false</required>
2936
2955
  <model_dependent>false</model_dependent>
@@ -2979,14 +2998,14 @@
2979
2998
  <argument>
2980
2999
  <name>ducts_supply_location</name>
2981
3000
  <display_name>Ducts: Supply Location</display_name>
2982
- <description>The location of the supply ducts. If not provided, the OS-HPXML default is used.</description>
3001
+ <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>
2983
3002
  <type>Choice</type>
2984
3003
  <required>false</required>
2985
3004
  <model_dependent>false</model_dependent>
2986
3005
  <choices>
2987
3006
  <choice>
2988
- <value>living space</value>
2989
- <display_name>living space</display_name>
3007
+ <value>conditioned space</value>
3008
+ <display_name>conditioned space</display_name>
2990
3009
  </choice>
2991
3010
  <choice>
2992
3011
  <value>basement - conditioned</value>
@@ -2996,6 +3015,10 @@
2996
3015
  <value>basement - unconditioned</value>
2997
3016
  <display_name>basement - unconditioned</display_name>
2998
3017
  </choice>
3018
+ <choice>
3019
+ <value>crawlspace</value>
3020
+ <display_name>crawlspace</display_name>
3021
+ </choice>
2999
3022
  <choice>
3000
3023
  <value>crawlspace - vented</value>
3001
3024
  <display_name>crawlspace - vented</display_name>
@@ -3008,6 +3031,10 @@
3008
3031
  <value>crawlspace - conditioned</value>
3009
3032
  <display_name>crawlspace - conditioned</display_name>
3010
3033
  </choice>
3034
+ <choice>
3035
+ <value>attic</value>
3036
+ <display_name>attic</display_name>
3037
+ </choice>
3011
3038
  <choice>
3012
3039
  <value>attic - vented</value>
3013
3040
  <display_name>attic - vented</display_name>
@@ -3052,6 +3079,10 @@
3052
3079
  <value>other non-freezing space</value>
3053
3080
  <display_name>other non-freezing space</display_name>
3054
3081
  </choice>
3082
+ <choice>
3083
+ <value>manufactured home belly</value>
3084
+ <display_name>manufactured home belly</display_name>
3085
+ </choice>
3055
3086
  </choices>
3056
3087
  </argument>
3057
3088
  <argument>
@@ -3093,23 +3124,32 @@
3093
3124
  <argument>
3094
3125
  <name>ducts_supply_surface_area</name>
3095
3126
  <display_name>Ducts: Supply Surface Area</display_name>
3096
- <description>The surface area of the supply ducts. If not provided, the OS-HPXML default is used.</description>
3127
+ <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>
3097
3128
  <type>Double</type>
3098
3129
  <units>ft^2</units>
3099
3130
  <required>false</required>
3100
3131
  <model_dependent>false</model_dependent>
3101
3132
  </argument>
3133
+ <argument>
3134
+ <name>ducts_supply_surface_area_fraction</name>
3135
+ <display_name>Ducts: Supply Area Fraction</display_name>
3136
+ <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>
3137
+ <type>Double</type>
3138
+ <units>frac</units>
3139
+ <required>false</required>
3140
+ <model_dependent>false</model_dependent>
3141
+ </argument>
3102
3142
  <argument>
3103
3143
  <name>ducts_return_location</name>
3104
3144
  <display_name>Ducts: Return Location</display_name>
3105
- <description>The location of the return ducts. If not provided, the OS-HPXML default is used.</description>
3145
+ <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>
3106
3146
  <type>Choice</type>
3107
3147
  <required>false</required>
3108
3148
  <model_dependent>false</model_dependent>
3109
3149
  <choices>
3110
3150
  <choice>
3111
- <value>living space</value>
3112
- <display_name>living space</display_name>
3151
+ <value>conditioned space</value>
3152
+ <display_name>conditioned space</display_name>
3113
3153
  </choice>
3114
3154
  <choice>
3115
3155
  <value>basement - conditioned</value>
@@ -3119,6 +3159,10 @@
3119
3159
  <value>basement - unconditioned</value>
3120
3160
  <display_name>basement - unconditioned</display_name>
3121
3161
  </choice>
3162
+ <choice>
3163
+ <value>crawlspace</value>
3164
+ <display_name>crawlspace</display_name>
3165
+ </choice>
3122
3166
  <choice>
3123
3167
  <value>crawlspace - vented</value>
3124
3168
  <display_name>crawlspace - vented</display_name>
@@ -3131,6 +3175,10 @@
3131
3175
  <value>crawlspace - conditioned</value>
3132
3176
  <display_name>crawlspace - conditioned</display_name>
3133
3177
  </choice>
3178
+ <choice>
3179
+ <value>attic</value>
3180
+ <display_name>attic</display_name>
3181
+ </choice>
3134
3182
  <choice>
3135
3183
  <value>attic - vented</value>
3136
3184
  <display_name>attic - vented</display_name>
@@ -3175,6 +3223,10 @@
3175
3223
  <value>other non-freezing space</value>
3176
3224
  <display_name>other non-freezing space</display_name>
3177
3225
  </choice>
3226
+ <choice>
3227
+ <value>manufactured home belly</value>
3228
+ <display_name>manufactured home belly</display_name>
3229
+ </choice>
3178
3230
  </choices>
3179
3231
  </argument>
3180
3232
  <argument>
@@ -3216,16 +3268,25 @@
3216
3268
  <argument>
3217
3269
  <name>ducts_return_surface_area</name>
3218
3270
  <display_name>Ducts: Return Surface Area</display_name>
3219
- <description>The surface area of the return ducts. If not provided, the OS-HPXML default is used.</description>
3271
+ <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>
3220
3272
  <type>Double</type>
3221
3273
  <units>ft^2</units>
3222
3274
  <required>false</required>
3223
3275
  <model_dependent>false</model_dependent>
3224
3276
  </argument>
3277
+ <argument>
3278
+ <name>ducts_return_surface_area_fraction</name>
3279
+ <display_name>Ducts: Return Area Fraction</display_name>
3280
+ <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>
3281
+ <type>Double</type>
3282
+ <units>frac</units>
3283
+ <required>false</required>
3284
+ <model_dependent>false</model_dependent>
3285
+ </argument>
3225
3286
  <argument>
3226
3287
  <name>ducts_number_of_return_registers</name>
3227
3288
  <display_name>Ducts: Number of Return Registers</display_name>
3228
- <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>
3289
+ <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>
3229
3290
  <type>Integer</type>
3230
3291
  <units>#</units>
3231
3292
  <required>false</required>
@@ -3273,7 +3334,7 @@
3273
3334
  <argument>
3274
3335
  <name>mech_vent_flow_rate</name>
3275
3336
  <display_name>Mechanical Ventilation: Flow Rate</display_name>
3276
- <description>The flow rate of the mechanical ventilation. If not provided, the OS-HPXML default is used.</description>
3337
+ <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>
3277
3338
  <type>Double</type>
3278
3339
  <units>CFM</units>
3279
3340
  <required>false</required>
@@ -3282,7 +3343,7 @@
3282
3343
  <argument>
3283
3344
  <name>mech_vent_hours_in_operation</name>
3284
3345
  <display_name>Mechanical Ventilation: Hours In Operation</display_name>
3285
- <description>The hours in operation of the mechanical ventilation. If not provided, the OS-HPXML default is used.</description>
3346
+ <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>
3286
3347
  <type>Double</type>
3287
3348
  <units>hrs/day</units>
3288
3349
  <required>false</required>
@@ -3330,7 +3391,7 @@
3330
3391
  <argument>
3331
3392
  <name>mech_vent_fan_power</name>
3332
3393
  <display_name>Mechanical Ventilation: Fan Power</display_name>
3333
- <description>The fan power of the mechanical ventilation. If not provided, the OS-HPXML default is used.</description>
3394
+ <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>
3334
3395
  <type>Double</type>
3335
3396
  <units>W</units>
3336
3397
  <required>false</required>
@@ -3550,7 +3611,7 @@
3550
3611
  <argument>
3551
3612
  <name>kitchen_fans_quantity</name>
3552
3613
  <display_name>Kitchen Fans: Quantity</display_name>
3553
- <description>The quantity of the kitchen fans. If not provided, the OS-HPXML default is used.</description>
3614
+ <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>
3554
3615
  <type>Integer</type>
3555
3616
  <units>#</units>
3556
3617
  <required>false</required>
@@ -3559,7 +3620,7 @@
3559
3620
  <argument>
3560
3621
  <name>kitchen_fans_flow_rate</name>
3561
3622
  <display_name>Kitchen Fans: Flow Rate</display_name>
3562
- <description>The flow rate of the kitchen fan. If not provided, the OS-HPXML default is used.</description>
3623
+ <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>
3563
3624
  <type>Double</type>
3564
3625
  <units>CFM</units>
3565
3626
  <required>false</required>
@@ -3568,7 +3629,7 @@
3568
3629
  <argument>
3569
3630
  <name>kitchen_fans_hours_in_operation</name>
3570
3631
  <display_name>Kitchen Fans: Hours In Operation</display_name>
3571
- <description>The hours in operation of the kitchen fan. If not provided, the OS-HPXML default is used.</description>
3632
+ <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>
3572
3633
  <type>Double</type>
3573
3634
  <units>hrs/day</units>
3574
3635
  <required>false</required>
@@ -3577,7 +3638,7 @@
3577
3638
  <argument>
3578
3639
  <name>kitchen_fans_power</name>
3579
3640
  <display_name>Kitchen Fans: Fan Power</display_name>
3580
- <description>The fan power of the kitchen fan. If not provided, the OS-HPXML default is used.</description>
3641
+ <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>
3581
3642
  <type>Double</type>
3582
3643
  <units>W</units>
3583
3644
  <required>false</required>
@@ -3586,7 +3647,7 @@
3586
3647
  <argument>
3587
3648
  <name>kitchen_fans_start_hour</name>
3588
3649
  <display_name>Kitchen Fans: Start Hour</display_name>
3589
- <description>The start hour of the kitchen fan. If not provided, the OS-HPXML default is used.</description>
3650
+ <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>
3590
3651
  <type>Integer</type>
3591
3652
  <units>hr</units>
3592
3653
  <required>false</required>
@@ -3595,7 +3656,7 @@
3595
3656
  <argument>
3596
3657
  <name>bathroom_fans_quantity</name>
3597
3658
  <display_name>Bathroom Fans: Quantity</display_name>
3598
- <description>The quantity of the bathroom fans. If not provided, the OS-HPXML default is used.</description>
3659
+ <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>
3599
3660
  <type>Integer</type>
3600
3661
  <units>#</units>
3601
3662
  <required>false</required>
@@ -3604,7 +3665,7 @@
3604
3665
  <argument>
3605
3666
  <name>bathroom_fans_flow_rate</name>
3606
3667
  <display_name>Bathroom Fans: Flow Rate</display_name>
3607
- <description>The flow rate of the bathroom fans. If not provided, the OS-HPXML default is used.</description>
3668
+ <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>
3608
3669
  <type>Double</type>
3609
3670
  <units>CFM</units>
3610
3671
  <required>false</required>
@@ -3613,7 +3674,7 @@
3613
3674
  <argument>
3614
3675
  <name>bathroom_fans_hours_in_operation</name>
3615
3676
  <display_name>Bathroom Fans: Hours In Operation</display_name>
3616
- <description>The hours in operation of the bathroom fans. If not provided, the OS-HPXML default is used.</description>
3677
+ <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>
3617
3678
  <type>Double</type>
3618
3679
  <units>hrs/day</units>
3619
3680
  <required>false</required>
@@ -3622,7 +3683,7 @@
3622
3683
  <argument>
3623
3684
  <name>bathroom_fans_power</name>
3624
3685
  <display_name>Bathroom Fans: Fan Power</display_name>
3625
- <description>The fan power of the bathroom fans. If not provided, the OS-HPXML default is used.</description>
3686
+ <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>
3626
3687
  <type>Double</type>
3627
3688
  <units>W</units>
3628
3689
  <required>false</required>
@@ -3631,7 +3692,7 @@
3631
3692
  <argument>
3632
3693
  <name>bathroom_fans_start_hour</name>
3633
3694
  <display_name>Bathroom Fans: Start Hour</display_name>
3634
- <description>The start hour of the bathroom fans. If not provided, the OS-HPXML default is used.</description>
3695
+ <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>
3635
3696
  <type>Integer</type>
3636
3697
  <units>hr</units>
3637
3698
  <required>false</required>
@@ -3659,7 +3720,7 @@
3659
3720
  <argument>
3660
3721
  <name>whole_house_fan_flow_rate</name>
3661
3722
  <display_name>Whole House Fan: Flow Rate</display_name>
3662
- <description>The flow rate of the whole house fan. If not provided, the OS-HPXML default is used.</description>
3723
+ <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>
3663
3724
  <type>Double</type>
3664
3725
  <units>CFM</units>
3665
3726
  <required>false</required>
@@ -3668,7 +3729,7 @@
3668
3729
  <argument>
3669
3730
  <name>whole_house_fan_power</name>
3670
3731
  <display_name>Whole House Fan: Fan Power</display_name>
3671
- <description>The fan power of the whole house fan. If not provided, the OS-HPXML default is used.</description>
3732
+ <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>
3672
3733
  <type>Double</type>
3673
3734
  <units>W</units>
3674
3735
  <required>false</required>
@@ -3747,14 +3808,14 @@
3747
3808
  <argument>
3748
3809
  <name>water_heater_location</name>
3749
3810
  <display_name>Water Heater: Location</display_name>
3750
- <description>The location of water heater. If not provided, the OS-HPXML default is used.</description>
3811
+ <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>
3751
3812
  <type>Choice</type>
3752
3813
  <required>false</required>
3753
3814
  <model_dependent>false</model_dependent>
3754
3815
  <choices>
3755
3816
  <choice>
3756
- <value>living space</value>
3757
- <display_name>living space</display_name>
3817
+ <value>conditioned space</value>
3818
+ <display_name>conditioned space</display_name>
3758
3819
  </choice>
3759
3820
  <choice>
3760
3821
  <value>basement - conditioned</value>
@@ -3768,6 +3829,10 @@
3768
3829
  <value>garage</value>
3769
3830
  <display_name>garage</display_name>
3770
3831
  </choice>
3832
+ <choice>
3833
+ <value>attic</value>
3834
+ <display_name>attic</display_name>
3835
+ </choice>
3771
3836
  <choice>
3772
3837
  <value>attic - vented</value>
3773
3838
  <display_name>attic - vented</display_name>
@@ -3776,6 +3841,10 @@
3776
3841
  <value>attic - unvented</value>
3777
3842
  <display_name>attic - unvented</display_name>
3778
3843
  </choice>
3844
+ <choice>
3845
+ <value>crawlspace</value>
3846
+ <display_name>crawlspace</display_name>
3847
+ </choice>
3779
3848
  <choice>
3780
3849
  <value>crawlspace - vented</value>
3781
3850
  <display_name>crawlspace - vented</display_name>
@@ -3813,7 +3882,7 @@
3813
3882
  <argument>
3814
3883
  <name>water_heater_tank_volume</name>
3815
3884
  <display_name>Water Heater: Tank Volume</display_name>
3816
- <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>
3885
+ <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>
3817
3886
  <type>Double</type>
3818
3887
  <units>gal</units>
3819
3888
  <required>false</required>
@@ -3850,7 +3919,7 @@
3850
3919
  <argument>
3851
3920
  <name>water_heater_usage_bin</name>
3852
3921
  <display_name>Water Heater: Usage Bin</display_name>
3853
- <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>
3922
+ <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>
3854
3923
  <type>Choice</type>
3855
3924
  <required>false</required>
3856
3925
  <model_dependent>false</model_dependent>
@@ -3876,7 +3945,7 @@
3876
3945
  <argument>
3877
3946
  <name>water_heater_recovery_efficiency</name>
3878
3947
  <display_name>Water Heater: Recovery Efficiency</display_name>
3879
- <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>
3948
+ <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>
3880
3949
  <type>Double</type>
3881
3950
  <units>Frac</units>
3882
3951
  <required>false</required>
@@ -3885,7 +3954,7 @@
3885
3954
  <argument>
3886
3955
  <name>water_heater_heating_capacity</name>
3887
3956
  <display_name>Water Heater: Heating Capacity</display_name>
3888
- <description>Heating capacity. Only applies to storage water heater. If not provided, the OS-HPXML default is used.</description>
3957
+ <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>
3889
3958
  <type>Double</type>
3890
3959
  <units>Btu/hr</units>
3891
3960
  <required>false</required>
@@ -3894,7 +3963,7 @@
3894
3963
  <argument>
3895
3964
  <name>water_heater_standby_loss</name>
3896
3965
  <display_name>Water Heater: Standby Loss</display_name>
3897
- <description>The standby loss of water heater. Only applies to space-heating boilers. If not provided, the OS-HPXML default is used.</description>
3966
+ <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>
3898
3967
  <type>Double</type>
3899
3968
  <units>deg-F/hr</units>
3900
3969
  <required>false</required>
@@ -3912,7 +3981,7 @@
3912
3981
  <argument>
3913
3982
  <name>water_heater_setpoint_temperature</name>
3914
3983
  <display_name>Water Heater: Setpoint Temperature</display_name>
3915
- <description>The setpoint temperature of water heater. If not provided, the OS-HPXML default is used.</description>
3984
+ <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>
3916
3985
  <type>Double</type>
3917
3986
  <units>deg-F</units>
3918
3987
  <required>false</required>
@@ -3949,7 +4018,7 @@
3949
4018
  <argument>
3950
4019
  <name>water_heater_tank_model_type</name>
3951
4020
  <display_name>Water Heater: Tank Type</display_name>
3952
- <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>
4021
+ <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>
3953
4022
  <type>Choice</type>
3954
4023
  <required>false</required>
3955
4024
  <model_dependent>false</model_dependent>
@@ -3967,7 +4036,7 @@
3967
4036
  <argument>
3968
4037
  <name>water_heater_operating_mode</name>
3969
4038
  <display_name>Water Heater: Operating Mode</display_name>
3970
- <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>
4039
+ <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>
3971
4040
  <type>Choice</type>
3972
4041
  <required>false</required>
3973
4042
  <model_dependent>false</model_dependent>
@@ -4004,7 +4073,7 @@
4004
4073
  <argument>
4005
4074
  <name>hot_water_distribution_standard_piping_length</name>
4006
4075
  <display_name>Hot Water Distribution: Standard Piping Length</display_name>
4007
- <description>If the distribution system is Standard, the length of the piping. If not provided, the OS-HPXML default is used.</description>
4076
+ <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>
4008
4077
  <type>Double</type>
4009
4078
  <units>ft</units>
4010
4079
  <required>false</required>
@@ -4044,7 +4113,7 @@
4044
4113
  <argument>
4045
4114
  <name>hot_water_distribution_recirc_piping_length</name>
4046
4115
  <display_name>Hot Water Distribution: Recirculation Piping Length</display_name>
4047
- <description>If the distribution system is Recirculation, the length of the recirculation piping. If not provided, the OS-HPXML default is used.</description>
4116
+ <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>
4048
4117
  <type>Double</type>
4049
4118
  <units>ft</units>
4050
4119
  <required>false</required>
@@ -4053,7 +4122,7 @@
4053
4122
  <argument>
4054
4123
  <name>hot_water_distribution_recirc_branch_piping_length</name>
4055
4124
  <display_name>Hot Water Distribution: Recirculation Branch Piping Length</display_name>
4056
- <description>If the distribution system is Recirculation, the length of the recirculation branch piping. If not provided, the OS-HPXML default is used.</description>
4125
+ <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>
4057
4126
  <type>Double</type>
4058
4127
  <units>ft</units>
4059
4128
  <required>false</required>
@@ -4062,7 +4131,7 @@
4062
4131
  <argument>
4063
4132
  <name>hot_water_distribution_recirc_pump_power</name>
4064
4133
  <display_name>Hot Water Distribution: Recirculation Pump Power</display_name>
4065
- <description>If the distribution system is Recirculation, the recirculation pump power. If not provided, the OS-HPXML default is used.</description>
4134
+ <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>
4066
4135
  <type>Double</type>
4067
4136
  <units>W</units>
4068
4137
  <required>false</required>
@@ -4071,7 +4140,7 @@
4071
4140
  <argument>
4072
4141
  <name>hot_water_distribution_pipe_r</name>
4073
4142
  <display_name>Hot Water Distribution: Pipe Insulation Nominal R-Value</display_name>
4074
- <description>Nominal R-value of the pipe insulation. If not provided, the OS-HPXML default is used.</description>
4143
+ <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>
4075
4144
  <type>Double</type>
4076
4145
  <units>h-ft^2-R/Btu</units>
4077
4146
  <required>false</required>
@@ -4170,7 +4239,7 @@
4170
4239
  <argument>
4171
4240
  <name>water_fixtures_usage_multiplier</name>
4172
4241
  <display_name>Hot Water Fixtures: Usage Multiplier</display_name>
4173
- <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>
4242
+ <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>
4174
4243
  <type>Double</type>
4175
4244
  <required>false</required>
4176
4245
  <model_dependent>false</model_dependent>
@@ -4297,7 +4366,7 @@
4297
4366
  <argument>
4298
4367
  <name>solar_thermal_storage_volume</name>
4299
4368
  <display_name>Solar Thermal: Storage Volume</display_name>
4300
- <description>The storage volume of the solar thermal system. If not provided, the OS-HPXML default is used.</description>
4369
+ <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>
4301
4370
  <type>Double</type>
4302
4371
  <units>gal</units>
4303
4372
  <required>false</required>
@@ -4335,7 +4404,7 @@
4335
4404
  <argument>
4336
4405
  <name>pv_system_module_type</name>
4337
4406
  <display_name>PV System: Module Type</display_name>
4338
- <description>Module type of the PV system. If not provided, the OS-HPXML default is used.</description>
4407
+ <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>
4339
4408
  <type>Choice</type>
4340
4409
  <required>false</required>
4341
4410
  <model_dependent>false</model_dependent>
@@ -4357,7 +4426,7 @@
4357
4426
  <argument>
4358
4427
  <name>pv_system_location</name>
4359
4428
  <display_name>PV System: Location</display_name>
4360
- <description>Location of the PV system. If not provided, the OS-HPXML default is used.</description>
4429
+ <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>
4361
4430
  <type>Choice</type>
4362
4431
  <required>false</required>
4363
4432
  <model_dependent>false</model_dependent>
@@ -4375,7 +4444,7 @@
4375
4444
  <argument>
4376
4445
  <name>pv_system_tracking</name>
4377
4446
  <display_name>PV System: Tracking</display_name>
4378
- <description>Type of tracking for the PV system. If not provided, the OS-HPXML default is used.</description>
4447
+ <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>
4379
4448
  <type>Choice</type>
4380
4449
  <required>false</required>
4381
4450
  <model_dependent>false</model_dependent>
@@ -4431,7 +4500,7 @@
4431
4500
  <argument>
4432
4501
  <name>pv_system_inverter_efficiency</name>
4433
4502
  <display_name>PV System: Inverter Efficiency</display_name>
4434
- <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>
4503
+ <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>
4435
4504
  <type>Double</type>
4436
4505
  <units>Frac</units>
4437
4506
  <required>false</required>
@@ -4440,7 +4509,7 @@
4440
4509
  <argument>
4441
4510
  <name>pv_system_system_losses_fraction</name>
4442
4511
  <display_name>PV System: System Losses Fraction</display_name>
4443
- <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>
4512
+ <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>
4444
4513
  <type>Double</type>
4445
4514
  <units>Frac</units>
4446
4515
  <required>false</required>
@@ -4477,7 +4546,7 @@
4477
4546
  <argument>
4478
4547
  <name>pv_system_2_module_type</name>
4479
4548
  <display_name>PV System 2: Module Type</display_name>
4480
- <description>Module type of the second PV system. If not provided, the OS-HPXML default is used.</description>
4549
+ <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>
4481
4550
  <type>Choice</type>
4482
4551
  <required>false</required>
4483
4552
  <model_dependent>false</model_dependent>
@@ -4499,7 +4568,7 @@
4499
4568
  <argument>
4500
4569
  <name>pv_system_2_location</name>
4501
4570
  <display_name>PV System 2: Location</display_name>
4502
- <description>Location of the second PV system. If not provided, the OS-HPXML default is used.</description>
4571
+ <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>
4503
4572
  <type>Choice</type>
4504
4573
  <required>false</required>
4505
4574
  <model_dependent>false</model_dependent>
@@ -4517,7 +4586,7 @@
4517
4586
  <argument>
4518
4587
  <name>pv_system_2_tracking</name>
4519
4588
  <display_name>PV System 2: Tracking</display_name>
4520
- <description>Type of tracking for the second PV system. If not provided, the OS-HPXML default is used.</description>
4589
+ <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>
4521
4590
  <type>Choice</type>
4522
4591
  <required>false</required>
4523
4592
  <model_dependent>false</model_dependent>
@@ -4592,14 +4661,14 @@
4592
4661
  <argument>
4593
4662
  <name>battery_location</name>
4594
4663
  <display_name>Battery: Location</display_name>
4595
- <description>The space type for the lithium ion battery location. If not provided, the OS-HPXML default is used.</description>
4664
+ <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>
4596
4665
  <type>Choice</type>
4597
4666
  <required>false</required>
4598
4667
  <model_dependent>false</model_dependent>
4599
4668
  <choices>
4600
4669
  <choice>
4601
- <value>living space</value>
4602
- <display_name>living space</display_name>
4670
+ <value>conditioned space</value>
4671
+ <display_name>conditioned space</display_name>
4603
4672
  </choice>
4604
4673
  <choice>
4605
4674
  <value>basement - conditioned</value>
@@ -4609,6 +4678,10 @@
4609
4678
  <value>basement - unconditioned</value>
4610
4679
  <display_name>basement - unconditioned</display_name>
4611
4680
  </choice>
4681
+ <choice>
4682
+ <value>crawlspace</value>
4683
+ <display_name>crawlspace</display_name>
4684
+ </choice>
4612
4685
  <choice>
4613
4686
  <value>crawlspace - vented</value>
4614
4687
  <display_name>crawlspace - vented</display_name>
@@ -4621,6 +4694,10 @@
4621
4694
  <value>crawlspace - conditioned</value>
4622
4695
  <display_name>crawlspace - conditioned</display_name>
4623
4696
  </choice>
4697
+ <choice>
4698
+ <value>attic</value>
4699
+ <display_name>attic</display_name>
4700
+ </choice>
4624
4701
  <choice>
4625
4702
  <value>attic - vented</value>
4626
4703
  <display_name>attic - vented</display_name>
@@ -4642,7 +4719,7 @@
4642
4719
  <argument>
4643
4720
  <name>battery_power</name>
4644
4721
  <display_name>Battery: Rated Power Output</display_name>
4645
- <description>The rated power output of the lithium ion battery. If not provided, the OS-HPXML default is used.</description>
4722
+ <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>
4646
4723
  <type>Double</type>
4647
4724
  <units>W</units>
4648
4725
  <required>false</required>
@@ -4651,7 +4728,7 @@
4651
4728
  <argument>
4652
4729
  <name>battery_capacity</name>
4653
4730
  <display_name>Battery: Nominal Capacity</display_name>
4654
- <description>The nominal capacity of the lithium ion battery. If not provided, the OS-HPXML default is used.</description>
4731
+ <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>
4655
4732
  <type>Double</type>
4656
4733
  <units>kWh</units>
4657
4734
  <required>false</required>
@@ -4660,7 +4737,7 @@
4660
4737
  <argument>
4661
4738
  <name>battery_usable_capacity</name>
4662
4739
  <display_name>Battery: Usable Capacity</display_name>
4663
- <description>The usable capacity of the lithium ion battery. If not provided, the OS-HPXML default is used.</description>
4740
+ <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>
4664
4741
  <type>Double</type>
4665
4742
  <units>kWh</units>
4666
4743
  <required>false</required>
@@ -4669,7 +4746,7 @@
4669
4746
  <argument>
4670
4747
  <name>battery_round_trip_efficiency</name>
4671
4748
  <display_name>Battery: Round Trip Efficiency</display_name>
4672
- <description>The round trip efficiency of the lithium ion battery. If not provided, the OS-HPXML default is used.</description>
4749
+ <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>
4673
4750
  <type>Double</type>
4674
4751
  <units>Frac</units>
4675
4752
  <required>false</required>
@@ -4724,7 +4801,7 @@
4724
4801
  <argument>
4725
4802
  <name>lighting_interior_usage_multiplier</name>
4726
4803
  <display_name>Lighting: Interior Usage Multiplier</display_name>
4727
- <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>
4804
+ <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>
4728
4805
  <type>Double</type>
4729
4806
  <required>false</required>
4730
4807
  <model_dependent>false</model_dependent>
@@ -4759,7 +4836,7 @@
4759
4836
  <argument>
4760
4837
  <name>lighting_exterior_usage_multiplier</name>
4761
4838
  <display_name>Lighting: Exterior Usage Multiplier</display_name>
4762
- <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>
4839
+ <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>
4763
4840
  <type>Double</type>
4764
4841
  <required>false</required>
4765
4842
  <model_dependent>false</model_dependent>
@@ -4794,7 +4871,7 @@
4794
4871
  <argument>
4795
4872
  <name>lighting_garage_usage_multiplier</name>
4796
4873
  <display_name>Lighting: Garage Usage Multiplier</display_name>
4797
- <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>
4874
+ <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>
4798
4875
  <type>Double</type>
4799
4876
  <required>false</required>
4800
4877
  <model_dependent>false</model_dependent>
@@ -4821,7 +4898,7 @@
4821
4898
  <argument>
4822
4899
  <name>holiday_lighting_daily_kwh</name>
4823
4900
  <display_name>Holiday Lighting: Daily Consumption</display_name>
4824
- <description>The daily energy consumption for holiday lighting (exterior). If not provided, the OS-HPXML default is used.</description>
4901
+ <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>
4825
4902
  <type>Double</type>
4826
4903
  <units>kWh/day</units>
4827
4904
  <required>false</required>
@@ -4830,7 +4907,7 @@
4830
4907
  <argument>
4831
4908
  <name>holiday_lighting_period</name>
4832
4909
  <display_name>Holiday Lighting: Period</display_name>
4833
- <description>Enter a date like "Nov 25 - Jan 5". If not provided, the OS-HPXML default is used.</description>
4910
+ <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>
4834
4911
  <type>String</type>
4835
4912
  <required>false</required>
4836
4913
  <model_dependent>false</model_dependent>
@@ -4939,14 +5016,14 @@
4939
5016
  <argument>
4940
5017
  <name>clothes_washer_location</name>
4941
5018
  <display_name>Clothes Washer: Location</display_name>
4942
- <description>The space type for the clothes washer location. If not provided, the OS-HPXML default is used.</description>
5019
+ <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>
4943
5020
  <type>Choice</type>
4944
5021
  <required>false</required>
4945
5022
  <model_dependent>false</model_dependent>
4946
5023
  <choices>
4947
5024
  <choice>
4948
- <value>living space</value>
4949
- <display_name>living space</display_name>
5025
+ <value>conditioned space</value>
5026
+ <display_name>conditioned space</display_name>
4950
5027
  </choice>
4951
5028
  <choice>
4952
5029
  <value>basement - conditioned</value>
@@ -5000,7 +5077,7 @@
5000
5077
  <argument>
5001
5078
  <name>clothes_washer_efficiency</name>
5002
5079
  <display_name>Clothes Washer: Efficiency</display_name>
5003
- <description>The efficiency of the clothes washer. If not provided, the OS-HPXML default is used.</description>
5080
+ <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>
5004
5081
  <type>Double</type>
5005
5082
  <units>ft^3/kWh-cyc</units>
5006
5083
  <required>false</required>
@@ -5009,7 +5086,7 @@
5009
5086
  <argument>
5010
5087
  <name>clothes_washer_rated_annual_kwh</name>
5011
5088
  <display_name>Clothes Washer: Rated Annual Consumption</display_name>
5012
- <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>
5089
+ <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>
5013
5090
  <type>Double</type>
5014
5091
  <units>kWh/yr</units>
5015
5092
  <required>false</required>
@@ -5018,7 +5095,7 @@
5018
5095
  <argument>
5019
5096
  <name>clothes_washer_label_electric_rate</name>
5020
5097
  <display_name>Clothes Washer: Label Electric Rate</display_name>
5021
- <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>
5098
+ <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>
5022
5099
  <type>Double</type>
5023
5100
  <units>$/kWh</units>
5024
5101
  <required>false</required>
@@ -5027,7 +5104,7 @@
5027
5104
  <argument>
5028
5105
  <name>clothes_washer_label_gas_rate</name>
5029
5106
  <display_name>Clothes Washer: Label Gas Rate</display_name>
5030
- <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>
5107
+ <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>
5031
5108
  <type>Double</type>
5032
5109
  <units>$/therm</units>
5033
5110
  <required>false</required>
@@ -5036,7 +5113,7 @@
5036
5113
  <argument>
5037
5114
  <name>clothes_washer_label_annual_gas_cost</name>
5038
5115
  <display_name>Clothes Washer: Label Annual Cost with Gas DHW</display_name>
5039
- <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>
5116
+ <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>
5040
5117
  <type>Double</type>
5041
5118
  <units>$</units>
5042
5119
  <required>false</required>
@@ -5045,7 +5122,7 @@
5045
5122
  <argument>
5046
5123
  <name>clothes_washer_label_usage</name>
5047
5124
  <display_name>Clothes Washer: Label Usage</display_name>
5048
- <description>The clothes washer loads per week. If not provided, the OS-HPXML default is used.</description>
5125
+ <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>
5049
5126
  <type>Double</type>
5050
5127
  <units>cyc/wk</units>
5051
5128
  <required>false</required>
@@ -5054,7 +5131,7 @@
5054
5131
  <argument>
5055
5132
  <name>clothes_washer_capacity</name>
5056
5133
  <display_name>Clothes Washer: Drum Volume</display_name>
5057
- <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>
5134
+ <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>
5058
5135
  <type>Double</type>
5059
5136
  <units>ft^3</units>
5060
5137
  <required>false</required>
@@ -5063,7 +5140,7 @@
5063
5140
  <argument>
5064
5141
  <name>clothes_washer_usage_multiplier</name>
5065
5142
  <display_name>Clothes Washer: Usage Multiplier</display_name>
5066
- <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>
5143
+ <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>
5067
5144
  <type>Double</type>
5068
5145
  <required>false</required>
5069
5146
  <model_dependent>false</model_dependent>
@@ -5090,14 +5167,14 @@
5090
5167
  <argument>
5091
5168
  <name>clothes_dryer_location</name>
5092
5169
  <display_name>Clothes Dryer: Location</display_name>
5093
- <description>The space type for the clothes dryer location. If not provided, the OS-HPXML default is used.</description>
5170
+ <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>
5094
5171
  <type>Choice</type>
5095
5172
  <required>false</required>
5096
5173
  <model_dependent>false</model_dependent>
5097
5174
  <choices>
5098
5175
  <choice>
5099
- <value>living space</value>
5100
- <display_name>living space</display_name>
5176
+ <value>conditioned space</value>
5177
+ <display_name>conditioned space</display_name>
5101
5178
  </choice>
5102
5179
  <choice>
5103
5180
  <value>basement - conditioned</value>
@@ -5186,7 +5263,7 @@
5186
5263
  <argument>
5187
5264
  <name>clothes_dryer_efficiency</name>
5188
5265
  <display_name>Clothes Dryer: Efficiency</display_name>
5189
- <description>The efficiency of the clothes dryer. If not provided, the OS-HPXML default is used.</description>
5266
+ <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>
5190
5267
  <type>Double</type>
5191
5268
  <units>lb/kWh</units>
5192
5269
  <required>false</required>
@@ -5195,7 +5272,7 @@
5195
5272
  <argument>
5196
5273
  <name>clothes_dryer_vented_flow_rate</name>
5197
5274
  <display_name>Clothes Dryer: Vented Flow Rate</display_name>
5198
- <description>The exhaust flow rate of the vented clothes dryer. If not provided, the OS-HPXML default is used.</description>
5275
+ <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>
5199
5276
  <type>Double</type>
5200
5277
  <units>CFM</units>
5201
5278
  <required>false</required>
@@ -5204,7 +5281,7 @@
5204
5281
  <argument>
5205
5282
  <name>clothes_dryer_usage_multiplier</name>
5206
5283
  <display_name>Clothes Dryer: Usage Multiplier</display_name>
5207
- <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>
5284
+ <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>
5208
5285
  <type>Double</type>
5209
5286
  <required>false</required>
5210
5287
  <model_dependent>false</model_dependent>
@@ -5231,14 +5308,14 @@
5231
5308
  <argument>
5232
5309
  <name>dishwasher_location</name>
5233
5310
  <display_name>Dishwasher: Location</display_name>
5234
- <description>The space type for the dishwasher location. If not provided, the OS-HPXML default is used.</description>
5311
+ <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>
5235
5312
  <type>Choice</type>
5236
5313
  <required>false</required>
5237
5314
  <model_dependent>false</model_dependent>
5238
5315
  <choices>
5239
5316
  <choice>
5240
- <value>living space</value>
5241
- <display_name>living space</display_name>
5317
+ <value>conditioned space</value>
5318
+ <display_name>conditioned space</display_name>
5242
5319
  </choice>
5243
5320
  <choice>
5244
5321
  <value>basement - conditioned</value>
@@ -5292,7 +5369,7 @@
5292
5369
  <argument>
5293
5370
  <name>dishwasher_efficiency</name>
5294
5371
  <display_name>Dishwasher: Efficiency</display_name>
5295
- <description>The efficiency of the dishwasher. If not provided, the OS-HPXML default is used.</description>
5372
+ <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>
5296
5373
  <type>Double</type>
5297
5374
  <units>RatedAnnualkWh or EnergyFactor</units>
5298
5375
  <required>false</required>
@@ -5301,7 +5378,7 @@
5301
5378
  <argument>
5302
5379
  <name>dishwasher_label_electric_rate</name>
5303
5380
  <display_name>Dishwasher: Label Electric Rate</display_name>
5304
- <description>The label electric rate of the dishwasher. If not provided, the OS-HPXML default is used.</description>
5381
+ <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>
5305
5382
  <type>Double</type>
5306
5383
  <units>$/kWh</units>
5307
5384
  <required>false</required>
@@ -5310,7 +5387,7 @@
5310
5387
  <argument>
5311
5388
  <name>dishwasher_label_gas_rate</name>
5312
5389
  <display_name>Dishwasher: Label Gas Rate</display_name>
5313
- <description>The label gas rate of the dishwasher. If not provided, the OS-HPXML default is used.</description>
5390
+ <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>
5314
5391
  <type>Double</type>
5315
5392
  <units>$/therm</units>
5316
5393
  <required>false</required>
@@ -5319,7 +5396,7 @@
5319
5396
  <argument>
5320
5397
  <name>dishwasher_label_annual_gas_cost</name>
5321
5398
  <display_name>Dishwasher: Label Annual Gas Cost</display_name>
5322
- <description>The label annual gas cost of the dishwasher. If not provided, the OS-HPXML default is used.</description>
5399
+ <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>
5323
5400
  <type>Double</type>
5324
5401
  <units>$</units>
5325
5402
  <required>false</required>
@@ -5328,7 +5405,7 @@
5328
5405
  <argument>
5329
5406
  <name>dishwasher_label_usage</name>
5330
5407
  <display_name>Dishwasher: Label Usage</display_name>
5331
- <description>The dishwasher loads per week. If not provided, the OS-HPXML default is used.</description>
5408
+ <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>
5332
5409
  <type>Double</type>
5333
5410
  <units>cyc/wk</units>
5334
5411
  <required>false</required>
@@ -5337,7 +5414,7 @@
5337
5414
  <argument>
5338
5415
  <name>dishwasher_place_setting_capacity</name>
5339
5416
  <display_name>Dishwasher: Number of Place Settings</display_name>
5340
- <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>
5417
+ <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>
5341
5418
  <type>Integer</type>
5342
5419
  <units>#</units>
5343
5420
  <required>false</required>
@@ -5346,7 +5423,7 @@
5346
5423
  <argument>
5347
5424
  <name>dishwasher_usage_multiplier</name>
5348
5425
  <display_name>Dishwasher: Usage Multiplier</display_name>
5349
- <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>
5426
+ <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>
5350
5427
  <type>Double</type>
5351
5428
  <required>false</required>
5352
5429
  <model_dependent>false</model_dependent>
@@ -5373,14 +5450,14 @@
5373
5450
  <argument>
5374
5451
  <name>refrigerator_location</name>
5375
5452
  <display_name>Refrigerator: Location</display_name>
5376
- <description>The space type for the refrigerator location. If not provided, the OS-HPXML default is used.</description>
5453
+ <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>
5377
5454
  <type>Choice</type>
5378
5455
  <required>false</required>
5379
5456
  <model_dependent>false</model_dependent>
5380
5457
  <choices>
5381
5458
  <choice>
5382
- <value>living space</value>
5383
- <display_name>living space</display_name>
5459
+ <value>conditioned space</value>
5460
+ <display_name>conditioned space</display_name>
5384
5461
  </choice>
5385
5462
  <choice>
5386
5463
  <value>basement - conditioned</value>
@@ -5415,7 +5492,7 @@
5415
5492
  <argument>
5416
5493
  <name>refrigerator_rated_annual_kwh</name>
5417
5494
  <display_name>Refrigerator: Rated Annual Consumption</display_name>
5418
- <description>The EnergyGuide rated annual energy consumption for a refrigerator. If not provided, the OS-HPXML default is used.</description>
5495
+ <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>
5419
5496
  <type>Double</type>
5420
5497
  <units>kWh/yr</units>
5421
5498
  <required>false</required>
@@ -5424,7 +5501,7 @@
5424
5501
  <argument>
5425
5502
  <name>refrigerator_usage_multiplier</name>
5426
5503
  <display_name>Refrigerator: Usage Multiplier</display_name>
5427
- <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>
5504
+ <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>
5428
5505
  <type>Double</type>
5429
5506
  <required>false</required>
5430
5507
  <model_dependent>false</model_dependent>
@@ -5451,14 +5528,14 @@
5451
5528
  <argument>
5452
5529
  <name>extra_refrigerator_location</name>
5453
5530
  <display_name>Extra Refrigerator: Location</display_name>
5454
- <description>The space type for the extra refrigerator location. If not provided, the OS-HPXML default is used.</description>
5531
+ <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>
5455
5532
  <type>Choice</type>
5456
5533
  <required>false</required>
5457
5534
  <model_dependent>false</model_dependent>
5458
5535
  <choices>
5459
5536
  <choice>
5460
- <value>living space</value>
5461
- <display_name>living space</display_name>
5537
+ <value>conditioned space</value>
5538
+ <display_name>conditioned space</display_name>
5462
5539
  </choice>
5463
5540
  <choice>
5464
5541
  <value>basement - conditioned</value>
@@ -5493,7 +5570,7 @@
5493
5570
  <argument>
5494
5571
  <name>extra_refrigerator_rated_annual_kwh</name>
5495
5572
  <display_name>Extra Refrigerator: Rated Annual Consumption</display_name>
5496
- <description>The EnergyGuide rated annual energy consumption for an extra rrefrigerator. If not provided, the OS-HPXML default is used.</description>
5573
+ <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>
5497
5574
  <type>Double</type>
5498
5575
  <units>kWh/yr</units>
5499
5576
  <required>false</required>
@@ -5502,7 +5579,7 @@
5502
5579
  <argument>
5503
5580
  <name>extra_refrigerator_usage_multiplier</name>
5504
5581
  <display_name>Extra Refrigerator: Usage Multiplier</display_name>
5505
- <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>
5582
+ <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>
5506
5583
  <type>Double</type>
5507
5584
  <required>false</required>
5508
5585
  <model_dependent>false</model_dependent>
@@ -5529,14 +5606,14 @@
5529
5606
  <argument>
5530
5607
  <name>freezer_location</name>
5531
5608
  <display_name>Freezer: Location</display_name>
5532
- <description>The space type for the freezer location. If not provided, the OS-HPXML default is used.</description>
5609
+ <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>
5533
5610
  <type>Choice</type>
5534
5611
  <required>false</required>
5535
5612
  <model_dependent>false</model_dependent>
5536
5613
  <choices>
5537
5614
  <choice>
5538
- <value>living space</value>
5539
- <display_name>living space</display_name>
5615
+ <value>conditioned space</value>
5616
+ <display_name>conditioned space</display_name>
5540
5617
  </choice>
5541
5618
  <choice>
5542
5619
  <value>basement - conditioned</value>
@@ -5571,7 +5648,7 @@
5571
5648
  <argument>
5572
5649
  <name>freezer_rated_annual_kwh</name>
5573
5650
  <display_name>Freezer: Rated Annual Consumption</display_name>
5574
- <description>The EnergyGuide rated annual energy consumption for a freezer. If not provided, the OS-HPXML default is used.</description>
5651
+ <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>
5575
5652
  <type>Double</type>
5576
5653
  <units>kWh/yr</units>
5577
5654
  <required>false</required>
@@ -5580,7 +5657,7 @@
5580
5657
  <argument>
5581
5658
  <name>freezer_usage_multiplier</name>
5582
5659
  <display_name>Freezer: Usage Multiplier</display_name>
5583
- <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>
5660
+ <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>
5584
5661
  <type>Double</type>
5585
5662
  <required>false</required>
5586
5663
  <model_dependent>false</model_dependent>
@@ -5607,14 +5684,14 @@
5607
5684
  <argument>
5608
5685
  <name>cooking_range_oven_location</name>
5609
5686
  <display_name>Cooking Range/Oven: Location</display_name>
5610
- <description>The space type for the cooking range/oven location. If not provided, the OS-HPXML default is used.</description>
5687
+ <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>
5611
5688
  <type>Choice</type>
5612
5689
  <required>false</required>
5613
5690
  <model_dependent>false</model_dependent>
5614
5691
  <choices>
5615
5692
  <choice>
5616
- <value>living space</value>
5617
- <display_name>living space</display_name>
5693
+ <value>conditioned space</value>
5694
+ <display_name>conditioned space</display_name>
5618
5695
  </choice>
5619
5696
  <choice>
5620
5697
  <value>basement - conditioned</value>
@@ -5684,7 +5761,7 @@
5684
5761
  <argument>
5685
5762
  <name>cooking_range_oven_is_induction</name>
5686
5763
  <display_name>Cooking Range/Oven: Is Induction</display_name>
5687
- <description>Whether the cooking range is induction. If not provided, the OS-HPXML default is used.</description>
5764
+ <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>
5688
5765
  <type>Boolean</type>
5689
5766
  <required>false</required>
5690
5767
  <model_dependent>false</model_dependent>
@@ -5702,7 +5779,7 @@
5702
5779
  <argument>
5703
5780
  <name>cooking_range_oven_is_convection</name>
5704
5781
  <display_name>Cooking Range/Oven: Is Convection</display_name>
5705
- <description>Whether the oven is convection. If not provided, the OS-HPXML default is used.</description>
5782
+ <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>
5706
5783
  <type>Boolean</type>
5707
5784
  <required>false</required>
5708
5785
  <model_dependent>false</model_dependent>
@@ -5720,7 +5797,7 @@
5720
5797
  <argument>
5721
5798
  <name>cooking_range_oven_usage_multiplier</name>
5722
5799
  <display_name>Cooking Range/Oven: Usage Multiplier</display_name>
5723
- <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>
5800
+ <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>
5724
5801
  <type>Double</type>
5725
5802
  <required>false</required>
5726
5803
  <model_dependent>false</model_dependent>
@@ -5747,7 +5824,7 @@
5747
5824
  <argument>
5748
5825
  <name>ceiling_fan_efficiency</name>
5749
5826
  <display_name>Ceiling Fan: Efficiency</display_name>
5750
- <description>The efficiency rating of the ceiling fan(s) at medium speed. If not provided, the OS-HPXML default is used.</description>
5827
+ <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>
5751
5828
  <type>Double</type>
5752
5829
  <units>CFM/W</units>
5753
5830
  <required>false</required>
@@ -5756,7 +5833,7 @@
5756
5833
  <argument>
5757
5834
  <name>ceiling_fan_quantity</name>
5758
5835
  <display_name>Ceiling Fan: Quantity</display_name>
5759
- <description>Total number of ceiling fans. If not provided, the OS-HPXML default is used.</description>
5836
+ <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>
5760
5837
  <type>Integer</type>
5761
5838
  <units>#</units>
5762
5839
  <required>false</required>
@@ -5765,7 +5842,7 @@
5765
5842
  <argument>
5766
5843
  <name>ceiling_fan_cooling_setpoint_temp_offset</name>
5767
5844
  <display_name>Ceiling Fan: Cooling Setpoint Temperature Offset</display_name>
5768
- <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>
5845
+ <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>
5769
5846
  <type>Double</type>
5770
5847
  <units>deg-F</units>
5771
5848
  <required>false</required>
@@ -5793,7 +5870,7 @@
5793
5870
  <argument>
5794
5871
  <name>misc_plug_loads_television_annual_kwh</name>
5795
5872
  <display_name>Misc Plug Loads: Television Annual kWh</display_name>
5796
- <description>The annual energy consumption of the television plug loads. If not provided, the OS-HPXML default is used.</description>
5873
+ <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>
5797
5874
  <type>Double</type>
5798
5875
  <units>kWh/yr</units>
5799
5876
  <required>false</required>
@@ -5802,7 +5879,7 @@
5802
5879
  <argument>
5803
5880
  <name>misc_plug_loads_television_usage_multiplier</name>
5804
5881
  <display_name>Misc Plug Loads: Television Usage Multiplier</display_name>
5805
- <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>
5882
+ <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>
5806
5883
  <type>Double</type>
5807
5884
  <required>false</required>
5808
5885
  <model_dependent>false</model_dependent>
@@ -5810,7 +5887,7 @@
5810
5887
  <argument>
5811
5888
  <name>misc_plug_loads_other_annual_kwh</name>
5812
5889
  <display_name>Misc Plug Loads: Other Annual kWh</display_name>
5813
- <description>The annual energy consumption of the other residual plug loads. If not provided, the OS-HPXML default is used.</description>
5890
+ <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>
5814
5891
  <type>Double</type>
5815
5892
  <units>kWh/yr</units>
5816
5893
  <required>false</required>
@@ -5819,7 +5896,7 @@
5819
5896
  <argument>
5820
5897
  <name>misc_plug_loads_other_frac_sensible</name>
5821
5898
  <display_name>Misc Plug Loads: Other Sensible Fraction</display_name>
5822
- <description>Fraction of other residual plug loads' internal gains that are sensible. If not provided, the OS-HPXML default is used.</description>
5899
+ <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>
5823
5900
  <type>Double</type>
5824
5901
  <units>Frac</units>
5825
5902
  <required>false</required>
@@ -5828,7 +5905,7 @@
5828
5905
  <argument>
5829
5906
  <name>misc_plug_loads_other_frac_latent</name>
5830
5907
  <display_name>Misc Plug Loads: Other Latent Fraction</display_name>
5831
- <description>Fraction of other residual plug loads' internal gains that are latent. If not provided, the OS-HPXML default is used.</description>
5908
+ <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>
5832
5909
  <type>Double</type>
5833
5910
  <units>Frac</units>
5834
5911
  <required>false</required>
@@ -5837,7 +5914,7 @@
5837
5914
  <argument>
5838
5915
  <name>misc_plug_loads_other_usage_multiplier</name>
5839
5916
  <display_name>Misc Plug Loads: Other Usage Multiplier</display_name>
5840
- <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>
5917
+ <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>
5841
5918
  <type>Double</type>
5842
5919
  <required>false</required>
5843
5920
  <model_dependent>false</model_dependent>
@@ -5864,7 +5941,7 @@
5864
5941
  <argument>
5865
5942
  <name>misc_plug_loads_well_pump_annual_kwh</name>
5866
5943
  <display_name>Misc Plug Loads: Well Pump Annual kWh</display_name>
5867
- <description>The annual energy consumption of the well pump plug loads. If not provided, the OS-HPXML default is used.</description>
5944
+ <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>
5868
5945
  <type>Double</type>
5869
5946
  <units>kWh/yr</units>
5870
5947
  <required>false</required>
@@ -5873,7 +5950,7 @@
5873
5950
  <argument>
5874
5951
  <name>misc_plug_loads_well_pump_usage_multiplier</name>
5875
5952
  <display_name>Misc Plug Loads: Well Pump Usage Multiplier</display_name>
5876
- <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>
5953
+ <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>
5877
5954
  <type>Double</type>
5878
5955
  <required>false</required>
5879
5956
  <model_dependent>false</model_dependent>
@@ -5900,7 +5977,7 @@
5900
5977
  <argument>
5901
5978
  <name>misc_plug_loads_vehicle_annual_kwh</name>
5902
5979
  <display_name>Misc Plug Loads: Vehicle Annual kWh</display_name>
5903
- <description>The annual energy consumption of the electric vehicle plug loads. If not provided, the OS-HPXML default is used.</description>
5980
+ <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>
5904
5981
  <type>Double</type>
5905
5982
  <units>kWh/yr</units>
5906
5983
  <required>false</required>
@@ -5909,7 +5986,7 @@
5909
5986
  <argument>
5910
5987
  <name>misc_plug_loads_vehicle_usage_multiplier</name>
5911
5988
  <display_name>Misc Plug Loads: Vehicle Usage Multiplier</display_name>
5912
- <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>
5989
+ <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>
5913
5990
  <type>Double</type>
5914
5991
  <required>false</required>
5915
5992
  <model_dependent>false</model_dependent>
@@ -5967,7 +6044,7 @@
5967
6044
  <argument>
5968
6045
  <name>misc_fuel_loads_grill_annual_therm</name>
5969
6046
  <display_name>Misc Fuel Loads: Grill Annual therm</display_name>
5970
- <description>The annual energy consumption of the fuel loads grill. If not provided, the OS-HPXML default is used.</description>
6047
+ <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>
5971
6048
  <type>Double</type>
5972
6049
  <units>therm/yr</units>
5973
6050
  <required>false</required>
@@ -5976,7 +6053,7 @@
5976
6053
  <argument>
5977
6054
  <name>misc_fuel_loads_grill_usage_multiplier</name>
5978
6055
  <display_name>Misc Fuel Loads: Grill Usage Multiplier</display_name>
5979
- <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>
6056
+ <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>
5980
6057
  <type>Double</type>
5981
6058
  <required>false</required>
5982
6059
  <model_dependent>false</model_dependent>
@@ -6034,7 +6111,7 @@
6034
6111
  <argument>
6035
6112
  <name>misc_fuel_loads_lighting_annual_therm</name>
6036
6113
  <display_name>Misc Fuel Loads: Lighting Annual therm</display_name>
6037
- <description>The annual energy consumption of the fuel loads lighting. If not provided, the OS-HPXML default is used.</description>
6114
+ <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>
6038
6115
  <type>Double</type>
6039
6116
  <units>therm/yr</units>
6040
6117
  <required>false</required>
@@ -6043,7 +6120,7 @@
6043
6120
  <argument>
6044
6121
  <name>misc_fuel_loads_lighting_usage_multiplier</name>
6045
6122
  <display_name>Misc Fuel Loads: Lighting Usage Multiplier</display_name>
6046
- <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>
6123
+ <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>
6047
6124
  <type>Double</type>
6048
6125
  <required>false</required>
6049
6126
  <model_dependent>false</model_dependent>
@@ -6101,7 +6178,7 @@
6101
6178
  <argument>
6102
6179
  <name>misc_fuel_loads_fireplace_annual_therm</name>
6103
6180
  <display_name>Misc Fuel Loads: Fireplace Annual therm</display_name>
6104
- <description>The annual energy consumption of the fuel loads fireplace. If not provided, the OS-HPXML default is used.</description>
6181
+ <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>
6105
6182
  <type>Double</type>
6106
6183
  <units>therm/yr</units>
6107
6184
  <required>false</required>
@@ -6110,7 +6187,7 @@
6110
6187
  <argument>
6111
6188
  <name>misc_fuel_loads_fireplace_frac_sensible</name>
6112
6189
  <display_name>Misc Fuel Loads: Fireplace Sensible Fraction</display_name>
6113
- <description>Fraction of fireplace residual fuel loads' internal gains that are sensible. If not provided, the OS-HPXML default is used.</description>
6190
+ <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>
6114
6191
  <type>Double</type>
6115
6192
  <units>Frac</units>
6116
6193
  <required>false</required>
@@ -6119,7 +6196,7 @@
6119
6196
  <argument>
6120
6197
  <name>misc_fuel_loads_fireplace_frac_latent</name>
6121
6198
  <display_name>Misc Fuel Loads: Fireplace Latent Fraction</display_name>
6122
- <description>Fraction of fireplace residual fuel loads' internal gains that are latent. If not provided, the OS-HPXML default is used.</description>
6199
+ <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>
6123
6200
  <type>Double</type>
6124
6201
  <units>Frac</units>
6125
6202
  <required>false</required>
@@ -6128,7 +6205,7 @@
6128
6205
  <argument>
6129
6206
  <name>misc_fuel_loads_fireplace_usage_multiplier</name>
6130
6207
  <display_name>Misc Fuel Loads: Fireplace Usage Multiplier</display_name>
6131
- <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>
6208
+ <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>
6132
6209
  <type>Double</type>
6133
6210
  <required>false</required>
6134
6211
  <model_dependent>false</model_dependent>
@@ -6155,7 +6232,7 @@
6155
6232
  <argument>
6156
6233
  <name>pool_pump_annual_kwh</name>
6157
6234
  <display_name>Pool: Pump Annual kWh</display_name>
6158
- <description>The annual energy consumption of the pool pump. If not provided, the OS-HPXML default is used.</description>
6235
+ <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>
6159
6236
  <type>Double</type>
6160
6237
  <units>kWh/yr</units>
6161
6238
  <required>false</required>
@@ -6164,7 +6241,7 @@
6164
6241
  <argument>
6165
6242
  <name>pool_pump_usage_multiplier</name>
6166
6243
  <display_name>Pool: Pump Usage Multiplier</display_name>
6167
- <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>
6244
+ <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>
6168
6245
  <type>Double</type>
6169
6246
  <required>false</required>
6170
6247
  <model_dependent>false</model_dependent>
@@ -6199,7 +6276,7 @@
6199
6276
  <argument>
6200
6277
  <name>pool_heater_annual_kwh</name>
6201
6278
  <display_name>Pool: Heater Annual kWh</display_name>
6202
- <description>The annual energy consumption of the electric resistance pool heater. If not provided, the OS-HPXML default is used.</description>
6279
+ <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>
6203
6280
  <type>Double</type>
6204
6281
  <units>kWh/yr</units>
6205
6282
  <required>false</required>
@@ -6208,7 +6285,7 @@
6208
6285
  <argument>
6209
6286
  <name>pool_heater_annual_therm</name>
6210
6287
  <display_name>Pool: Heater Annual therm</display_name>
6211
- <description>The annual energy consumption of the gas fired pool heater. If not provided, the OS-HPXML default is used.</description>
6288
+ <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>
6212
6289
  <type>Double</type>
6213
6290
  <units>therm/yr</units>
6214
6291
  <required>false</required>
@@ -6217,15 +6294,15 @@
6217
6294
  <argument>
6218
6295
  <name>pool_heater_usage_multiplier</name>
6219
6296
  <display_name>Pool: Heater Usage Multiplier</display_name>
6220
- <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>
6297
+ <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>
6221
6298
  <type>Double</type>
6222
6299
  <required>false</required>
6223
6300
  <model_dependent>false</model_dependent>
6224
6301
  </argument>
6225
6302
  <argument>
6226
- <name>hot_tub_present</name>
6227
- <display_name>Hot Tub: Present</display_name>
6228
- <description>Whether there is a hot tub.</description>
6303
+ <name>permanent_spa_present</name>
6304
+ <display_name>Permanent Spa: Present</display_name>
6305
+ <description>Whether there is a permanent spa.</description>
6229
6306
  <type>Boolean</type>
6230
6307
  <required>true</required>
6231
6308
  <model_dependent>false</model_dependent>
@@ -6242,26 +6319,26 @@
6242
6319
  </choices>
6243
6320
  </argument>
6244
6321
  <argument>
6245
- <name>hot_tub_pump_annual_kwh</name>
6246
- <display_name>Hot Tub: Pump Annual kWh</display_name>
6247
- <description>The annual energy consumption of the hot tub pump. If not provided, the OS-HPXML default is used.</description>
6322
+ <name>permanent_spa_pump_annual_kwh</name>
6323
+ <display_name>Permanent Spa: Pump Annual kWh</display_name>
6324
+ <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>
6248
6325
  <type>Double</type>
6249
6326
  <units>kWh/yr</units>
6250
6327
  <required>false</required>
6251
6328
  <model_dependent>false</model_dependent>
6252
6329
  </argument>
6253
6330
  <argument>
6254
- <name>hot_tub_pump_usage_multiplier</name>
6255
- <display_name>Hot Tub: Pump Usage Multiplier</display_name>
6256
- <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>
6331
+ <name>permanent_spa_pump_usage_multiplier</name>
6332
+ <display_name>Permanent Spa: Pump Usage Multiplier</display_name>
6333
+ <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>
6257
6334
  <type>Double</type>
6258
6335
  <required>false</required>
6259
6336
  <model_dependent>false</model_dependent>
6260
6337
  </argument>
6261
6338
  <argument>
6262
- <name>hot_tub_heater_type</name>
6263
- <display_name>Hot Tub: Heater Type</display_name>
6264
- <description>The type of hot tub heater. Use 'none' if there is no hot tub heater.</description>
6339
+ <name>permanent_spa_heater_type</name>
6340
+ <display_name>Permanent Spa: Heater Type</display_name>
6341
+ <description>The type of permanent spa heater. Use 'none' if there is no permanent spa heater.</description>
6265
6342
  <type>Choice</type>
6266
6343
  <required>true</required>
6267
6344
  <model_dependent>false</model_dependent>
@@ -6286,27 +6363,27 @@
6286
6363
  </choices>
6287
6364
  </argument>
6288
6365
  <argument>
6289
- <name>hot_tub_heater_annual_kwh</name>
6290
- <display_name>Hot Tub: Heater Annual kWh</display_name>
6291
- <description>The annual energy consumption of the electric resistance hot tub heater. If not provided, the OS-HPXML default is used.</description>
6366
+ <name>permanent_spa_heater_annual_kwh</name>
6367
+ <display_name>Permanent Spa: Heater Annual kWh</display_name>
6368
+ <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>
6292
6369
  <type>Double</type>
6293
6370
  <units>kWh/yr</units>
6294
6371
  <required>false</required>
6295
6372
  <model_dependent>false</model_dependent>
6296
6373
  </argument>
6297
6374
  <argument>
6298
- <name>hot_tub_heater_annual_therm</name>
6299
- <display_name>Hot Tub: Heater Annual therm</display_name>
6300
- <description>The annual energy consumption of the gas fired hot tub heater. If not provided, the OS-HPXML default is used.</description>
6375
+ <name>permanent_spa_heater_annual_therm</name>
6376
+ <display_name>Permanent Spa: Heater Annual therm</display_name>
6377
+ <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>
6301
6378
  <type>Double</type>
6302
6379
  <units>therm/yr</units>
6303
6380
  <required>false</required>
6304
6381
  <model_dependent>false</model_dependent>
6305
6382
  </argument>
6306
6383
  <argument>
6307
- <name>hot_tub_heater_usage_multiplier</name>
6308
- <display_name>Hot Tub: Heater Usage Multiplier</display_name>
6309
- <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>
6384
+ <name>permanent_spa_heater_usage_multiplier</name>
6385
+ <display_name>Permanent Spa: Heater Usage Multiplier</display_name>
6386
+ <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>
6310
6387
  <type>Double</type>
6311
6388
  <required>false</required>
6312
6389
  <model_dependent>false</model_dependent>
@@ -6671,16 +6748,16 @@
6671
6748
  </attributes>
6672
6749
  <files>
6673
6750
  <file>
6674
- <filename>geometry.rb</filename>
6675
- <filetype>rb</filetype>
6676
- <usage_type>resource</usage_type>
6677
- <checksum>E8F9FEA0</checksum>
6751
+ <filename>README.md</filename>
6752
+ <filetype>md</filetype>
6753
+ <usage_type>readme</usage_type>
6754
+ <checksum>92C872C5</checksum>
6678
6755
  </file>
6679
6756
  <file>
6680
- <filename>build_residential_hpxml_test.rb</filename>
6681
- <filetype>rb</filetype>
6682
- <usage_type>test</usage_type>
6683
- <checksum>010244DB</checksum>
6757
+ <filename>README.md.erb</filename>
6758
+ <filetype>erb</filetype>
6759
+ <usage_type>readmeerb</usage_type>
6760
+ <checksum>513F28E9</checksum>
6684
6761
  </file>
6685
6762
  <file>
6686
6763
  <version>
@@ -6691,7 +6768,19 @@
6691
6768
  <filename>measure.rb</filename>
6692
6769
  <filetype>rb</filetype>
6693
6770
  <usage_type>script</usage_type>
6694
- <checksum>AE26AEE7</checksum>
6771
+ <checksum>DEA666BB</checksum>
6772
+ </file>
6773
+ <file>
6774
+ <filename>geometry.rb</filename>
6775
+ <filetype>rb</filetype>
6776
+ <usage_type>resource</usage_type>
6777
+ <checksum>84CB0D65</checksum>
6778
+ </file>
6779
+ <file>
6780
+ <filename>test_build_residential_hpxml.rb</filename>
6781
+ <filetype>rb</filetype>
6782
+ <usage_type>test</usage_type>
6783
+ <checksum>5018D51F</checksum>
6695
6784
  </file>
6696
6785
  </files>
6697
6786
  </measure>