openstudio-model-articulation 0.2.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (202) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +2 -1
  3. data/CHANGELOG.md +36 -19
  4. data/Gemfile +6 -0
  5. data/Jenkinsfile +1 -0
  6. data/LICENSE.md +1 -1
  7. data/README.md +14 -0
  8. data/Rakefile +5 -7
  9. data/doc_templates/LICENSE.md +1 -1
  10. data/doc_templates/copyright_erb.txt +1 -1
  11. data/doc_templates/copyright_js.txt +1 -1
  12. data/doc_templates/copyright_ruby.txt +1 -1
  13. data/lib/measures/AssignConstructionSetToBuilding/LICENSE.md +1 -1
  14. data/lib/measures/AssignConstructionSetToBuilding/measure.rb +1 -3
  15. data/lib/measures/AssignConstructionSetToBuilding/measure.xml +11 -10
  16. data/lib/measures/AssignSpaceTypeBySpaceName/LICENSE.md +1 -1
  17. data/lib/measures/AssignSpaceTypeBySpaceName/measure.rb +1 -3
  18. data/lib/measures/AssignSpaceTypeBySpaceName/measure.xml +11 -10
  19. data/lib/measures/AssignSpaceTypeToBuilding/LICENSE.md +1 -1
  20. data/lib/measures/AssignSpaceTypeToBuilding/measure.rb +1 -3
  21. data/lib/measures/AssignSpaceTypeToBuilding/measure.xml +11 -10
  22. data/lib/measures/AssignSpacesToStories/LICENSE.md +1 -1
  23. data/lib/measures/AssignSpacesToStories/measure.rb +1 -3
  24. data/lib/measures/AssignSpacesToStories/measure.xml +9 -8
  25. data/lib/measures/BarAspectRatioStudy/LICENSE.md +1 -1
  26. data/lib/measures/BarAspectRatioStudy/measure.rb +1 -3
  27. data/lib/measures/BarAspectRatioStudy/measure.xml +8 -7
  28. data/lib/measures/CleanupSpaceOrigins/LICENSE.md +1 -1
  29. data/lib/measures/CleanupSpaceOrigins/measure.rb +1 -3
  30. data/lib/measures/CleanupSpaceOrigins/measure.xml +9 -8
  31. data/lib/measures/FindAndReplaceObjectNames/LICENSE.md +1 -1
  32. data/lib/measures/FindAndReplaceObjectNames/measure.rb +1 -3
  33. data/lib/measures/FindAndReplaceObjectNames/measure.xml +8 -7
  34. data/lib/measures/InjectOsmGeometryIntoAnExternalIdf/LICENSE.md +1 -1
  35. data/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.rb +1 -3
  36. data/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.xml +10 -10
  37. data/lib/measures/RemoveHardAssignedConstructions/LICENSE.md +1 -1
  38. data/lib/measures/RemoveHardAssignedConstructions/measure.rb +1 -3
  39. data/lib/measures/RemoveHardAssignedConstructions/measure.xml +8 -7
  40. data/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/LICENSE.md +1 -1
  41. data/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.rb +1 -3
  42. data/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.xml +9 -8
  43. data/lib/measures/RotateBuilding/LICENSE.md +1 -1
  44. data/lib/measures/RotateBuilding/measure.rb +1 -3
  45. data/lib/measures/RotateBuilding/measure.xml +8 -7
  46. data/lib/measures/SetExtWallToGroundBoundaryConditionByStory/LICENSE.md +1 -1
  47. data/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.rb +1 -3
  48. data/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.xml +8 -7
  49. data/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/LICENSE.md +1 -1
  50. data/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.rb +1 -3
  51. data/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.xml +8 -7
  52. data/lib/measures/SetInteriorWallsToSelectedConstruction/LICENSE.md +1 -1
  53. data/lib/measures/SetInteriorWallsToSelectedConstruction/measure.rb +1 -3
  54. data/lib/measures/SetInteriorWallsToSelectedConstruction/measure.xml +8 -7
  55. data/lib/measures/SetWindowToWallRatioByFacade/LICENSE.md +1 -1
  56. data/lib/measures/SetWindowToWallRatioByFacade/measure.rb +11 -6
  57. data/lib/measures/SetWindowToWallRatioByFacade/measure.xml +11 -5
  58. data/lib/measures/SimplifyGeometryToSlicedBar/LICENSE.md +1 -1
  59. data/lib/measures/SimplifyGeometryToSlicedBar/measure.rb +1 -3
  60. data/lib/measures/SimplifyGeometryToSlicedBar/measure.xml +8 -8
  61. data/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_cofee.rb +1 -3
  62. data/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_geometry.rb +1 -3
  63. data/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_helper_methods.rb +2 -4
  64. data/lib/measures/SpaceTypeAndConstructionSetWizard/LICENSE.md +1 -1
  65. data/lib/measures/SpaceTypeAndConstructionSetWizard/measure.rb +1 -3
  66. data/lib/measures/SpaceTypeAndConstructionSetWizard/measure.xml +63 -11
  67. data/lib/measures/SurfaceMatching/LICENSE.md +1 -1
  68. data/lib/measures/SurfaceMatching/measure.rb +1 -3
  69. data/lib/measures/SurfaceMatching/measure.xml +8 -7
  70. data/lib/measures/{BarAspectRatioSlicedBySpaceType → add_empd_material_properties}/LICENSE.md +1 -1
  71. data/lib/measures/add_empd_material_properties/README.md +116 -0
  72. data/lib/measures/{BarAspectRatioSlicedBySpaceType → add_empd_material_properties}/README.md.erb +0 -0
  73. data/lib/measures/add_empd_material_properties/docs/.gitkeep +0 -0
  74. data/lib/measures/add_empd_material_properties/measure.rb +247 -0
  75. data/lib/measures/add_empd_material_properties/measure.xml +201 -0
  76. data/lib/measures/blended_space_type_from_floor_area_ratios/LICENSE.md +1 -1
  77. data/lib/measures/blended_space_type_from_floor_area_ratios/measure.rb +1 -3
  78. data/lib/measures/blended_space_type_from_floor_area_ratios/measure.xml +5 -5
  79. data/lib/measures/blended_space_type_from_model/LICENSE.md +1 -1
  80. data/lib/measures/blended_space_type_from_model/measure.rb +1 -3
  81. data/lib/measures/blended_space_type_from_model/measure.xml +6 -6
  82. data/lib/measures/blended_space_type_from_model/resources/os_lib_model_simplification.rb +1 -3
  83. data/lib/measures/clone_building_from_external_model/LICENSE.md +1 -1
  84. data/lib/measures/clone_building_from_external_model/measure.rb +1 -3
  85. data/lib/measures/clone_building_from_external_model/measure.xml +5 -5
  86. data/lib/measures/create_DOE_prototype_building/LICENSE.md +1 -1
  87. data/lib/measures/create_DOE_prototype_building/measure.rb +3 -4
  88. data/lib/measures/create_DOE_prototype_building/measure.xml +509 -377
  89. data/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/LICENSE.md +1 -1
  90. data/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.rb +1 -3
  91. data/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.xml +5 -5
  92. data/lib/measures/create_bar_from_building_type_ratios/LICENSE.md +1 -1
  93. data/lib/measures/create_bar_from_building_type_ratios/README.md +109 -35
  94. data/lib/measures/create_bar_from_building_type_ratios/README.md.erb +54 -35
  95. data/lib/measures/create_bar_from_building_type_ratios/measure.rb +6 -3
  96. data/lib/measures/create_bar_from_building_type_ratios/measure.xml +129 -17
  97. data/lib/measures/create_bar_from_deer_building_type_ratios/LICENSE.md +1 -1
  98. data/lib/measures/create_bar_from_deer_building_type_ratios/README.md +301 -79
  99. data/lib/measures/create_bar_from_deer_building_type_ratios/README.md.erb +62 -79
  100. data/lib/measures/create_bar_from_deer_building_type_ratios/measure.rb +7 -4
  101. data/lib/measures/create_bar_from_deer_building_type_ratios/measure.xml +20 -64
  102. data/lib/measures/create_bar_from_doe_building_type_ratios/LICENSE.md +1 -1
  103. data/lib/measures/create_bar_from_doe_building_type_ratios/README.md +298 -57
  104. data/lib/measures/create_bar_from_doe_building_type_ratios/README.md.erb +54 -57
  105. data/lib/measures/create_bar_from_doe_building_type_ratios/measure.rb +7 -4
  106. data/lib/measures/create_bar_from_doe_building_type_ratios/measure.xml +127 -19
  107. data/lib/measures/create_bar_from_model/LICENSE.md +1 -1
  108. data/lib/measures/create_bar_from_model/measure.rb +1 -3
  109. data/lib/measures/create_bar_from_model/measure.xml +5 -5
  110. data/lib/measures/create_bar_from_space_type_ratios/LICENSE.md +27 -0
  111. data/lib/measures/create_bar_from_space_type_ratios/README.md +556 -0
  112. data/lib/measures/create_bar_from_space_type_ratios/README.md.erb +324 -0
  113. data/lib/measures/create_bar_from_space_type_ratios/docs/ar_05.png +0 -0
  114. data/lib/measures/create_bar_from_space_type_ratios/docs/ar_1.png +0 -0
  115. data/lib/measures/create_bar_from_space_type_ratios/docs/ar_2.png +0 -0
  116. data/lib/measures/create_bar_from_space_type_ratios/docs/bar_double_loaded.png +0 -0
  117. data/lib/measures/create_bar_from_space_type_ratios/docs/bar_single_core_perim.png +0 -0
  118. data/lib/measures/create_bar_from_space_type_ratios/docs/bar_sliced_indiv.png +0 -0
  119. data/lib/measures/create_bar_from_space_type_ratios/docs/bar_sliced_simple.png +0 -0
  120. data/lib/measures/create_bar_from_space_type_ratios/docs/basement.png +0 -0
  121. data/lib/measures/create_bar_from_space_type_ratios/docs/custom_height_false.png +0 -0
  122. data/lib/measures/create_bar_from_space_type_ratios/docs/custom_height_true.png +0 -0
  123. data/lib/measures/create_bar_from_space_type_ratios/docs/no_party_mult.png +0 -0
  124. data/lib/measures/create_bar_from_space_type_ratios/docs/party.png +0 -0
  125. data/lib/measures/create_bar_from_space_type_ratios/docs/party_multi.png +0 -0
  126. data/lib/measures/create_bar_from_space_type_ratios/docs/perim_mult_2010.png +0 -0
  127. data/lib/measures/create_bar_from_space_type_ratios/docs/perim_mult_2012.png +0 -0
  128. data/lib/measures/create_bar_from_space_type_ratios/docs/perim_mult_2020.png +0 -0
  129. data/lib/measures/create_bar_from_space_type_ratios/docs/sep_05.png +0 -0
  130. data/lib/measures/create_bar_from_space_type_ratios/docs/sep_10.png +0 -0
  131. data/lib/measures/create_bar_from_space_type_ratios/docs/sep_3.png +0 -0
  132. data/lib/measures/create_bar_from_space_type_ratios/docs/story_sort.png +0 -0
  133. data/lib/measures/create_bar_from_space_type_ratios/docs/wwr_custom.png +0 -0
  134. data/lib/measures/create_bar_from_space_type_ratios/measure.rb +314 -0
  135. data/lib/measures/create_bar_from_space_type_ratios/measure.xml +687 -0
  136. data/lib/measures/create_baseline_building/LICENSE.md +1 -1
  137. data/lib/measures/create_baseline_building/measure.rb +1 -1
  138. data/lib/measures/create_baseline_building/measure.xml +5 -5
  139. data/lib/measures/create_deer_prototype_building/LICENSE.md +1 -1
  140. data/lib/measures/create_deer_prototype_building/measure.rb +1 -3
  141. data/lib/measures/create_deer_prototype_building/measure.xml +6 -6
  142. data/lib/measures/create_deer_prototype_building/resources/deer_building_types.rb +1 -3
  143. data/lib/measures/create_parametric_schedules/LICENSE.md +1 -1
  144. data/lib/measures/create_parametric_schedules/measure.rb +1 -3
  145. data/lib/measures/create_parametric_schedules/measure.xml +5 -5
  146. data/lib/measures/create_typical_building_from_model/LICENSE.md +1 -1
  147. data/lib/measures/create_typical_building_from_model/README.md +82 -17
  148. data/lib/measures/create_typical_building_from_model/README.md.erb +36 -16
  149. data/lib/measures/create_typical_building_from_model/measure.rb +7 -7
  150. data/lib/measures/create_typical_building_from_model/measure.xml +62 -30
  151. data/lib/measures/create_typical_building_from_model/resources/Model.hvac.rb +7 -6
  152. data/lib/measures/create_typical_deer_building_from_model/LICENSE.md +1 -1
  153. data/lib/measures/create_typical_deer_building_from_model/README.md +173 -53
  154. data/lib/measures/create_typical_deer_building_from_model/README.md.erb +57 -53
  155. data/lib/measures/create_typical_deer_building_from_model/measure.rb +7 -4
  156. data/lib/measures/create_typical_deer_building_from_model/measure.xml +29 -29
  157. data/lib/measures/create_typical_deer_building_from_model/resources/Model.hvac.rb +7 -6
  158. data/lib/measures/create_typical_doe_building_from_model/LICENSE.md +1 -1
  159. data/lib/measures/create_typical_doe_building_from_model/README.md +182 -44
  160. data/lib/measures/create_typical_doe_building_from_model/README.md.erb +58 -44
  161. data/lib/measures/create_typical_doe_building_from_model/measure.rb +7 -4
  162. data/lib/measures/create_typical_doe_building_from_model/measure.xml +56 -24
  163. data/lib/measures/create_typical_doe_building_from_model/resources/Model.hvac.rb +7 -6
  164. data/lib/measures/deer_space_type_and_construction_set_wizard/LICENSE.md +1 -1
  165. data/lib/measures/deer_space_type_and_construction_set_wizard/measure.rb +1 -3
  166. data/lib/measures/deer_space_type_and_construction_set_wizard/measure.xml +17 -17
  167. data/lib/measures/find_and_replace_in_all_thermal_zone_names/LICENSE.md +1 -1
  168. data/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.rb +1 -3
  169. data/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.xml +8 -7
  170. data/lib/measures/make_shading_surfaces_based_on_zone_multipliers/LICENSE.md +1 -1
  171. data/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.rb +1 -3
  172. data/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.xml +5 -5
  173. data/lib/measures/merge_floorspace_js_with_model/LICENSE.md +1 -1
  174. data/lib/measures/merge_floorspace_js_with_model/measure.rb +1 -3
  175. data/lib/measures/merge_floorspace_js_with_model/measure.xml +5 -5
  176. data/lib/measures/merge_spaces_from_external_file/LICENSE.md +1 -1
  177. data/lib/measures/merge_spaces_from_external_file/measure.rb +1 -3
  178. data/lib/measures/merge_spaces_from_external_file/measure.xml +6 -6
  179. data/lib/measures/merge_spaces_from_external_file/resources/ScheduleTranslator.rb +5 -7
  180. data/lib/measures/radiance_measure/LICENSE.md +1 -1
  181. data/lib/measures/radiance_measure/measure.rb +2 -4
  182. data/lib/measures/radiance_measure/measure.xml +11 -11
  183. data/lib/measures/radiant_slab_with_doas/LICENSE.md +1 -1
  184. data/lib/measures/radiant_slab_with_doas/measure.rb +6 -4
  185. data/lib/measures/radiant_slab_with_doas/measure.xml +10 -10
  186. data/lib/measures/replace_geometry_by_story/LICENSE.md +1 -1
  187. data/lib/measures/replace_geometry_by_story/measure.rb +1 -3
  188. data/lib/measures/replace_geometry_by_story/measure.xml +5 -5
  189. data/lib/measures/scale_geometry/LICENSE.md +1 -1
  190. data/lib/measures/scale_geometry/measure.rb +1 -3
  191. data/lib/measures/scale_geometry/measure.xml +5 -5
  192. data/lib/openstudio/model_articulation/extension.rb +1 -1
  193. data/lib/openstudio/model_articulation/version.rb +2 -2
  194. data/lib/openstudio/model_articulation.rb +1 -1
  195. data/lib/openstudio-model-articulation.rb +1 -1
  196. data/openstudio-model-articulation.gemspec +3 -3
  197. metadata +44 -20
  198. data/lib/measures/.rubocop.yml +0 -5
  199. data/lib/measures/BarAspectRatioSlicedBySpaceType/README.md +0 -64
  200. data/lib/measures/BarAspectRatioSlicedBySpaceType/measure.rb +0 -186
  201. data/lib/measures/BarAspectRatioSlicedBySpaceType/measure.xml +0 -130
  202. data/lib/measures/BarAspectRatioSlicedBySpaceType/resources/os_lib_cofee.rb +0 -254
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>create_typical_deer_building_from_model</name>
5
5
  <uid>09cc23db-5e9b-4b11-b167-1852a15ed339</uid>
6
- <version_id>8429e1aa-3ac6-4cdf-8d58-b998699579a9</version_id>
7
- <version_modified>20200911T195820Z</version_modified>
6
+ <version_id>bdfa6001-d655-473d-94bd-02c58b4808a8</version_id>
7
+ <version_modified>20210729T163235Z</version_modified>
8
8
  <xml_checksum>AABAC479</xml_checksum>
9
9
  <class_name>CreateTypicalDEERBuildingFromModel</class_name>
10
10
  <display_name>Create Typical DEER Building from Model</display_name>
@@ -1375,52 +1375,52 @@
1375
1375
  <usage_type>test</usage_type>
1376
1376
  <checksum>F22DEFBC</checksum>
1377
1377
  </file>
1378
- <file>
1379
- <filename>README.md.erb</filename>
1380
- <filetype>erb</filetype>
1381
- <usage_type>readmeerb</usage_type>
1382
- <checksum>53889CE0</checksum>
1383
- </file>
1384
- <file>
1385
- <filename>README.md</filename>
1386
- <filetype>md</filetype>
1387
- <usage_type>readme</usage_type>
1388
- <checksum>D51CAE96</checksum>
1389
- </file>
1390
1378
  <file>
1391
1379
  <filename>LICENSE.md</filename>
1392
1380
  <filetype>md</filetype>
1393
1381
  <usage_type>license</usage_type>
1394
- <checksum>E0468DD6</checksum>
1395
- </file>
1396
- <file>
1397
- <version>
1398
- <software_program>OpenStudio</software_program>
1399
- <identifier>2.0.0</identifier>
1400
- <min_compatible>3.0.0</min_compatible>
1401
- </version>
1402
- <filename>measure.rb</filename>
1403
- <filetype>rb</filetype>
1404
- <usage_type>script</usage_type>
1405
- <checksum>B6303750</checksum>
1382
+ <checksum>A21A3ED2</checksum>
1406
1383
  </file>
1407
1384
  <file>
1408
1385
  <filename>measure_test_hvac.rb</filename>
1409
1386
  <filetype>rb</filetype>
1410
1387
  <usage_type>test</usage_type>
1411
- <checksum>9185BFA7</checksum>
1388
+ <checksum>B00E4105</checksum>
1412
1389
  </file>
1413
1390
  <file>
1414
1391
  <filename>create_typical_deer_building_from_model_test.rb</filename>
1415
1392
  <filetype>rb</filetype>
1416
1393
  <usage_type>test</usage_type>
1417
- <checksum>6B02F7C5</checksum>
1394
+ <checksum>F3844890</checksum>
1418
1395
  </file>
1419
1396
  <file>
1420
1397
  <filename>Model.hvac.rb</filename>
1421
1398
  <filetype>rb</filetype>
1422
1399
  <usage_type>resource</usage_type>
1423
- <checksum>D8BF0815</checksum>
1400
+ <checksum>32C64B0B</checksum>
1401
+ </file>
1402
+ <file>
1403
+ <filename>README.md.erb</filename>
1404
+ <filetype>erb</filetype>
1405
+ <usage_type>readmeerb</usage_type>
1406
+ <checksum>DD4698D3</checksum>
1407
+ </file>
1408
+ <file>
1409
+ <version>
1410
+ <software_program>OpenStudio</software_program>
1411
+ <identifier>2.0.0</identifier>
1412
+ <min_compatible>3.0.0</min_compatible>
1413
+ </version>
1414
+ <filename>measure.rb</filename>
1415
+ <filetype>rb</filetype>
1416
+ <usage_type>script</usage_type>
1417
+ <checksum>10822852</checksum>
1418
+ </file>
1419
+ <file>
1420
+ <filename>README.md</filename>
1421
+ <filetype>md</filetype>
1422
+ <usage_type>readme</usage_type>
1423
+ <checksum>1B2E71EB</checksum>
1424
1424
  </file>
1425
1425
  </files>
1426
1426
  </measure>
@@ -1,7 +1,8 @@
1
- # frozen_string_literal: true
1
+ # ComStock™, Copyright (c) 2020 Alliance for Sustainable Energy, LLC. All rights reserved.
2
+ # See top level LICENSE.txt file for license terms.
2
3
 
3
4
  # *******************************************************************************
4
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
5
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
5
6
  # All rights reserved.
6
7
  # Redistribution and use in source and binary forms, with or without
7
8
  # modification, are permitted provided that the following conditions are met:
@@ -281,7 +282,7 @@ class OpenStudio::Model::Model
281
282
  chilled_water_loop_cooling_type: 'AirCooled')
282
283
 
283
284
  when 'Fan coil district chilled water with boiler'
284
- standard.model_add_hvac_system(self, 'Fan Coil ', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', zones)
285
+ standard.model_add_hvac_system(self, 'Fan Coil', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', zones)
285
286
 
286
287
  when 'Fan coil district chilled water with central air source heat pump'
287
288
  standard.model_add_hvac_system(self, 'Fan Coil', ht = 'AirSourceHeatPump', znht = nil, cl = 'DistrictCooling', zones)
@@ -496,7 +497,7 @@ class OpenStudio::Model::Model
496
497
  when 'VAV chiller with gas boiler reheat'
497
498
  standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'NaturalGas', znht = 'NaturalGas', cl = 'Electricity', zones)
498
499
 
499
- when 'VAV chiller with central air source heat pump reheat '
500
+ when 'VAV chiller with central air source heat pump reheat'
500
501
  standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'AirSourceHeatPump', znht = 'AirSourceHeatPump', cl = 'Electricity', zones)
501
502
 
502
503
  when 'VAV chiller with district hot water reheat'
@@ -630,8 +631,8 @@ class OpenStudio::Model::Model
630
631
  standard.model_add_hvac_system(self, 'Window AC', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
631
632
 
632
633
  else
633
- puts "HVAC system type '#{system_type}' not recognized"
634
-
634
+ return false
635
635
  end
636
+ return true
636
637
  end
637
638
  end
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
1
+ OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted
4
4
  provided that the following conditions are met:
@@ -13,9 +13,9 @@ It is important that the template argument chosen for this measure is in line wi
13
13
  ## Measure Type
14
14
  ModelMeasure
15
15
 
16
- [//]: # (Commenting out until it works in SDK)
17
- [//]: # (## Taxonomy)
18
- [//]: # ()
16
+ [//]: # (Only finds value if taxonomy method is added to measure.rb, won't read out of measure.xml)
17
+ ## Taxonomy
18
+ Whole Building.Space Types
19
19
 
20
20
  ___
21
21
  ## Table of Contents
@@ -36,33 +36,122 @@ While this measure has many arguments, they all have default values so you can s
36
36
 
37
37
  ## DOE Template and Building Type Mapping
38
38
 
39
- - Templates:
40
- - DOE Ref Pre-1980
41
- - DOE Ref 1980 - 2004
42
- - 90.1-2004
43
- - 90.1-2007
44
- - 90.1-2010
45
- - 90.1-2013
46
- - Building Types:
47
- - SecondarySchool
48
- - PrimarySchool
49
- - SmallOffice
50
- - MediumOffice
51
- - LargeOffice
52
- - SmallHotel
53
- - LargeHotel
54
- - Warehouse
55
- - RetailStandalone
56
- - RetailStripmall
57
- - QuickServiceRestaurant
58
- - FullServiceRestaurant
59
- - MidriseApartment
60
- - HighriseApartment
61
- - Hospital
62
- - Outpatient
63
- - SuperMarket
64
-
65
- [//]: # (Would be nice to make these lists dynamic from the measure to they don't become outdated)
39
+ #### Templates:
40
+
41
+
42
+
43
+ - DOE Ref Pre-1980<br/>
44
+
45
+ - DOE Ref 1980-2004<br/>
46
+
47
+ - 90.1-2004<br/>
48
+
49
+ - 90.1-2007<br/>
50
+
51
+ - 90.1-2010<br/>
52
+
53
+ - 90.1-2013<br/>
54
+
55
+ - 90.1-2016<br/>
56
+
57
+ - 90.1-2019<br/>
58
+
59
+ - ComStock DOE Ref Pre-1980<br/>
60
+
61
+ - ComStock DOE Ref 1980-2004<br/>
62
+
63
+ - ComStock 90.1-2004<br/>
64
+
65
+ - ComStock 90.1-2007<br/>
66
+
67
+ - ComStock 90.1-2010<br/>
68
+
69
+ - ComStock 90.1-2013<br/>
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+ #### Building Types:
131
+ - SecondarySchool
132
+ - PrimarySchool
133
+ - SmallOffice
134
+ - MediumOffice
135
+ - LargeOffice
136
+ - SmallHotel
137
+ - LargeHotel
138
+ - Warehouse
139
+ - RetailStandalone
140
+ - RetailStripmall
141
+ - QuickServiceRestaurant
142
+ - FullServiceRestaurant
143
+ - MidriseApartment
144
+ - HighriseApartment
145
+ - Hospital
146
+ - Outpatient
147
+ - SuperMarket
148
+ - Laboratory
149
+ - LargeDataCenterLowITE
150
+ - LargeDataCenterHighITE
151
+ - SmallDataCenterLowITE
152
+ - SmallDataCenterHighITE
153
+
154
+ [//]: # (argument values for template are dynamically generated from current version of the measure. Cannot easily dynamically generate building types since they are not arguments to this measure and are passed in withthe model spaces.)
66
155
 
67
156
  ## HVAC Configuration Arguments
68
157
 
@@ -76,52 +165,56 @@ While this measure has many arguments, they all have default values so you can s
76
165
 
77
166
  - `Service Water Heating Source`can be set to `Inferred`, `NaturalGas`, `Electricity`, or `HeatPump`.
78
167
 
79
- - `Kitchen Exhaust MakeUp Air Calculation Method` is used to determine if makeup air is modeled for kitchen exhaust and what zone that comes from. While the default choice of `Adajcent` makes sence for custom user geometry, if the geometry was autogenerated without representing an actual plan, you can set makup air to come from the `Largest Zone`. `None` is also an option, which disables makeup air.
168
+ - `Kitchen Exhaust MakeUp Air Calculation Method` is used to determine if makeup air is modeled for kitchen exhaust and what zone that comes from. While the default choice of `Adajcent` makes sense for custom user geometry, if the geometry was autogenerated without representing an actual plan, you can set makeup air to come from the `Largest Zone`. `None` is also an option, which disables makeup air.
80
169
 
81
170
  ## Exterior Lighting Arguments
82
171
 
83
- - `Exterior Lighting Zone` is used to identify the exterior lighting allowances based on how urban or rural the site for the buidling is. The `Template also impacts the target value.
172
+ - `Exterior Lighting Zone` is used to identify the exterior lighting allowances based on how urban or rural the site for the building is. The `Template also impacts the target value.
84
173
 
85
174
  - `Onsite Parking Fraction` can reduce or eliminate the amount of exterior lighting for parking added to the model. This wil not reduce exterior facade, walkway, or entry lighting.
86
175
 
87
176
  ## Bool Arguments to Enable/Disable Elements of This Measure
88
177
 
89
- The following is a list of aruments for elements of the model that can be enabled or disabled for the measure.
178
+ The following is a list of arguments for elements of the model that can be enabled or disabled for the measure.
90
179
  - `Add Constructions to Model`
91
180
  - `Add Space Type Loads to Model`
92
- - `Add Elevators to Model`. This will only be added to buildings with more than one story. Number of floors will be used to determine the elevator type, and the number of occpants can determine both the number of elevators and can impact the schedule. To avoid large jumps in parametric analyses, the number of elevators is a double instead of an integer, but will never be less than 1.0 for multi-story buildings, but can for example be 2.6 or 1.5 elevators, instead of just 1 or 2. The logic used isn't depending on a space or space type existing for elevators. The space laod will be added to the largest space on the first story. Fraciton of heat lost will be set to 1.0 for traction elevators.
181
+ - `Add Elevators to Model`. This will only be added to buildings with more than one story. Number of floors will be used to determine the elevator type, and the number of occupants can determine both the number of elevators and can impact the schedule. To avoid large jumps in parametric analyses, the number of elevators is a double instead of an integer, but will never be less than 1.0 for multi-story buildings, but can for example be 2.6 or 1.5 elevators, instead of just 1 or 2. The logic used isn't depending on a space or space type existing for elevators. The space load will be added to the largest space on the first story. Fraction of heat lost will be set to 1.0 for traction elevators.
93
182
  - `Add Internal Mass to Model`
94
183
  - `Add Exterior Lights to Model`
95
184
  - `Add Exhaust Fans to Model`
96
185
  - `Add Service Water Heating to Model`
97
186
  - `Add Thermostats`
98
- - `Add HVAC System to Model`. This may add a secondary system for zones with internal loads or schedules that are dis-similar from the typical zones. For thermal zones on the primary zone, where multi-zone air loops are added, one air loop will be added for each building story. A sizing run will be performed however the elements in the model will stay autosized. The sizing run is to identify the proper target system efficency.
187
+ - `Add HVAC System to Model`. This may add a secondary system for zones with internal loads or schedules that are dis-similar from the typical zones. For thermal zones on the primary zone, where multi-zone air loops are added, one air loop will be added for each building story. A sizing run will be performed however the elements in the model will stay autosized. The sizing run is to identify the proper target system efficiency.
99
188
  - `Add Refrigeration to Model`
100
189
 
101
190
  ## Hours of Operation Arguments
102
191
 
103
192
  There are three arguments each for weekday and weekend behavior. In each case there are the following arguments.
104
193
 
105
- - Bool argument to enable/dsiable altering of weekdays or weekends
194
+ - Bool argument to enable/disable altering of weekdays or weekends
106
195
  - Operating hours start time
107
196
  - Operating hours duration
108
197
 
109
-
110
198
  ## Other Arguments
111
199
 
112
- - `Use Upstream Argument Values` can be left at the default value of true for most cases. This argument shows up in a number of measures, and then intent is to enable the synchronization of arguments that may be used as a variable in a parametric study across multiple measures. Generally measure ahve uqniue argument names that don't exist, but some such as `Template` are used frequently. This argument, when set to true, will use the value of `Template` from an earlier measure in the workflow, if found, in place of what is entered as the value for this measure.
200
+ - `Use Upstream Argument Values` can be left at the default value of true for most cases. This argument shows up in a number of measures, and then intent is to enable the synchronization of arguments that may be used as a variable in a parametric study across multiple measures. Generally measures gave unique argument names that don't exist in other measures, but some such as `template` are used frequently. This argument, when set to true, will use the value of `Template` from an earlier measure in the workflow, if found, in place of what is entered as the value for this measure.
113
201
  - `Unmet Hours Tolerance` is used to change the tolerance used in EnergyPlus for unmet heating and cooling hours.
114
- - `Clean Model of non-geometry objects` shoudl be set to false when you have a non-empty model with objects that you want to maintain. If you have split this measure in two the second instance of this should have it set to false or it will overwrite elements made by the earlier measure.
202
+ - `Clean Model of non-geometry objects` should be set to false when you have a non-empty model with objects that you want to maintain. If you have split this measure in two the second instance of this should have it set to false or it will overwrite elements made by the earlier measure.
115
203
  - `Enable Daylight Savings` will change daylighting saving to true when enabled.
116
204
 
117
205
  ## Development Comments
118
206
 
119
- This measure relies on the openstudio-standards gem which is included in the OpenStudio CLI as well as a number of resources files listed below that are contained in the measure's `resources` directory. Other than the arguments almost none of the measure code is in the measure.rb file. The resource files are used by a number of measures and should be udpated from the shared library and not within this measure.
120
- - os_lib_model_generation.rb
121
- - os_lib_helper_methods.rb
122
- - os_lib_helper_methods.rb
207
+ This measure relies on the openstudio-standards gem which is included in the OpenStudio CLI as well as a number of resources files listed below that are contained in the openstudio-extension gem which is also included in the OpenStudio CLI. Other than the arguments almost none of the measure code is in the measure.rb file. The resource files are used by a number of measures and should be updated from the shared library and not within this measure.
208
+ - os_lib_model_generation.rb
209
+ - os_lib_model_simplification.rb
210
+ - os_lib_geometry.rb
211
+ - os_lib_helper_methods.rb
123
212
 
124
- *(Automatically generated argument information follows)*## Arguments
213
+ ___
214
+
215
+ *(Automatically generated argument information follows)*
216
+
217
+ ## Arguments
125
218
 
126
219
 
127
220
  ### Target Standard
@@ -132,6 +225,9 @@ This measure relies on the openstudio-standards gem which is included in the Ope
132
225
  **Required:** true,
133
226
  **Model Dependent:** false
134
227
 
228
+ **Choice Display Names** ["DOE Ref Pre-1980", "DOE Ref 1980-2004", "90.1-2004", "90.1-2007", "90.1-2010", "90.1-2013", "90.1-2016", "90.1-2019", "ComStock DOE Ref Pre-1980", "ComStock DOE Ref 1980-2004", "ComStock 90.1-2004", "ComStock 90.1-2007", "ComStock 90.1-2010", "ComStock 90.1-2013"]
229
+
230
+
135
231
  ### HVAC System Type
136
232
 
137
233
  **Name:** system_type,
@@ -140,6 +236,9 @@ This measure relies on the openstudio-standards gem which is included in the Ope
140
236
  **Required:** true,
141
237
  **Model Dependent:** false
142
238
 
239
+ **Choice Display Names** ["Inferred", "Ideal Air Loads", "Baseboard electric", "Baseboard gas boiler", "Baseboard central air source heat pump", "Baseboard district hot water", "Direct evap coolers with baseboard electric", "Direct evap coolers with baseboard gas boiler", "Direct evap coolers with baseboard central air source heat pump", "Direct evap coolers with baseboard district hot water", "Direct evap coolers with forced air furnace", "Direct evap coolers with gas unit heaters", "Direct evap coolers with no heat", "DOAS with fan coil chiller with boiler", "DOAS with fan coil chiller with central air source heat pump", "DOAS with fan coil chiller with district hot water", "DOAS with fan coil chiller with baseboard electric", "DOAS with fan coil chiller with gas unit heaters", "DOAS with fan coil chiller with no heat", "DOAS with fan coil air-cooled chiller with boiler", "DOAS with fan coil air-cooled chiller with central air source heat pump", "DOAS with fan coil air-cooled chiller with district hot water", "DOAS with fan coil air-cooled chiller with baseboard electric", "DOAS with fan coil air-cooled chiller with gas unit heaters", "DOAS with fan coil air-cooled chiller with no heat", "DOAS with fan coil district chilled water with boiler", "DOAS with fan coil district chilled water with central air source heat pump", "DOAS with fan coil district chilled water with district hot water", "DOAS with fan coil district chilled water with baseboard electric", "DOAS with fan coil district chilled water with gas unit heaters", "DOAS with fan coil district chilled water with no heat", "DOAS with VRF", "DOAS with water source heat pumps fluid cooler with boiler", "DOAS with water source heat pumps cooling tower with boiler", "DOAS with water source heat pumps with ground source heat pump", "DOAS with water source heat pumps district chilled water with district hot water", "Fan coil chiller with boiler", "Fan coil chiller with central air source heat pump", "Fan coil chiller with district hot water", "Fan coil chiller with baseboard electric", "Fan coil chiller with gas unit heaters", "Fan coil chiller with no heat", "Fan coil air-cooled chiller with boiler", "Fan coil air-cooled chiller with central air source heat pump", "Fan coil air-cooled chiller with district hot water", "Fan coil air-cooled chiller with baseboard electric", "Fan coil air-cooled chiller with gas unit heaters", "Fan coil air-cooled chiller with no heat", "Fan coil district chilled water with boiler", "Fan coil district chilled water with central air source heat pump", "Fan coil district chilled water with district hot water", "Fan coil district chilled water with baseboard electric", "Fan coil district chilled water with gas unit heaters", "Fan coil district chilled water with no heat", "Forced air furnace", "Gas unit heaters", "PTAC with baseboard electric", "PTAC with baseboard gas boiler", "PTAC with baseboard district hot water", "PTAC with gas unit heaters", "PTAC with electric coil", "PTAC with gas coil", "PTAC with gas boiler", "PTAC with central air source heat pump", "PTAC with district hot water", "PTAC with no heat", "PTHP", "PSZ-AC with baseboard electric", "PSZ-AC with baseboard gas boiler", "PSZ-AC with baseboard district hot water", "PSZ-AC with gas unit heaters", "PSZ-AC with electric coil", "PSZ-AC with gas coil", "PSZ-AC with gas boiler", "PSZ-AC with central air source heat pump", "PSZ-AC with district hot water", "PSZ-AC with no heat", "PSZ-AC district chilled water with baseboard electric", "PSZ-AC district chilled water with baseboard gas boiler", "PSZ-AC district chilled water with baseboard district hot water", "PSZ-AC district chilled water with gas unit heaters", "PSZ-AC district chilled water with electric coil", "PSZ-AC district chilled water with gas coil", "PSZ-AC district chilled water with gas boiler", "PSZ-AC district chilled water with central air source heat pump", "PSZ-AC district chilled water with district hot water", "PSZ-AC district chilled water with no heat", "PSZ-HP", "PVAV with gas boiler reheat", "PVAV with central air source heat pump reheat", "PVAV with district hot water reheat", "PVAV with PFP boxes", "PVAV with gas heat with electric reheat", "Residential AC with baseboard electric", "Residential AC with baseboard gas boiler", "Residential AC with baseboard central air source heat pump", "Residential AC with baseboard district hot water", "Residential AC with residential forced air furnace", "Residential AC with no heat", "Residential heat pump", "Residential heat pump with no cooling", "Residential forced air furnace", "VAV chiller with gas boiler reheat", "VAV chiller with central air source heat pump reheat", "VAV chiller with district hot water reheat", "VAV chiller with PFP boxes", "VAV chiller with gas coil reheat", "VAV chiller with no reheat with baseboard electric", "VAV chiller with no reheat with gas unit heaters", "VAV chiller with no reheat with zone heat pump", "VAV air-cooled chiller with gas boiler reheat", "VAV air-cooled chiller with central air source heat pump reheat", "VAV air-cooled chiller with district hot water reheat", "VAV air-cooled chiller with PFP boxes", "VAV air-cooled chiller with gas coil reheat", "VAV air-cooled chiller with no reheat with baseboard electric", "VAV air-cooled chiller with no reheat with gas unit heaters", "VAV air-cooled chiller with no reheat with zone heat pump", "VAV district chilled water with gas boiler reheat", "VAV district chilled water with central air source heat pump reheat", "VAV district chilled water with district hot water reheat", "VAV district chilled water with PFP boxes", "VAV district chilled water with gas coil reheat", "VAV district chilled water with no reheat with baseboard electric", "VAV district chilled water with no reheat with gas unit heaters", "VAV district chilled water with no reheat with zone heat pump", "VRF", "Water source heat pumps fluid cooler with boiler", "Water source heat pumps cooling tower with boiler", "Water source heat pumps with ground source heat pump", "Water source heat pumps district chilled water with district hot water", "Window AC with baseboard electric", "Window AC with baseboard gas boiler", "Window AC with baseboard central air source heat pump", "Window AC with baseboard district hot water", "Window AC with forced air furnace", "Window AC with unit heaters", "Window AC with no heat"]
240
+
241
+
143
242
  ### HVAC System Delivery Type
144
243
  How the HVAC system delivers heating or cooling to the zone.
145
244
  **Name:** hvac_delivery_type,
@@ -148,6 +247,9 @@ How the HVAC system delivers heating or cooling to the zone.
148
247
  **Required:** true,
149
248
  **Model Dependent:** false
150
249
 
250
+ **Choice Display Names** ["Forced Air", "Hydronic"]
251
+
252
+
151
253
  ### HVAC Heating Source
152
254
  The primary source of heating used by HVAC systems in the model.
153
255
  **Name:** htg_src,
@@ -156,6 +258,9 @@ The primary source of heating used by HVAC systems in the model.
156
258
  **Required:** true,
157
259
  **Model Dependent:** false
158
260
 
261
+ **Choice Display Names** ["Electricity", "NaturalGas", "DistrictHeating", "DistrictAmbient"]
262
+
263
+
159
264
  ### HVAC Cooling Source
160
265
  The primary source of cooling used by HVAC systems in the model.
161
266
  **Name:** clg_src,
@@ -164,6 +269,9 @@ The primary source of cooling used by HVAC systems in the model.
164
269
  **Required:** true,
165
270
  **Model Dependent:** false
166
271
 
272
+ **Choice Display Names** ["Electricity", "DistrictCooling", "DistrictAmbient"]
273
+
274
+
167
275
  ### Service Water Heating Source
168
276
  The primary source of heating used by SWH systems in the model.
169
277
  **Name:** swh_src,
@@ -172,6 +280,9 @@ The primary source of heating used by SWH systems in the model.
172
280
  **Required:** true,
173
281
  **Model Dependent:** false
174
282
 
283
+ **Choice Display Names** ["Inferred", "NaturalGas", "Electricity", "HeatPump"]
284
+
285
+
175
286
  ### Kitchen Exhaust MakeUp Air Calculation Method
176
287
  Determine logic to identify dining or cafe zones to provide makeup air to kitchen exhaust.
177
288
  **Name:** kitchen_makeup,
@@ -180,6 +291,9 @@ Determine logic to identify dining or cafe zones to provide makeup air to kitche
180
291
  **Required:** true,
181
292
  **Model Dependent:** false
182
293
 
294
+ **Choice Display Names** ["None", "Largest Zone", "Adjacent"]
295
+
296
+
183
297
  ### Exterior Lighting Zone
184
298
  Identify the Exterior Lighting Zone for the Building Site.
185
299
  **Name:** exterior_lighting_zone,
@@ -188,6 +302,9 @@ Identify the Exterior Lighting Zone for the Building Site.
188
302
  **Required:** true,
189
303
  **Model Dependent:** false
190
304
 
305
+ **Choice Display Names** ["0 - Undeveloped Areas Parks", "1 - Developed Areas Parks", "2 - Neighborhood", "3 - All Other Areas", "4 - High Activity"]
306
+
307
+
191
308
  ### Add Constructions to Model
192
309
  Construction Set will be applied to entire building
193
310
  **Name:** add_constructions,
@@ -196,6 +313,7 @@ Construction Set will be applied to entire building
196
313
  **Required:** true,
197
314
  **Model Dependent:** false
198
315
 
316
+
199
317
  ### Add Space Type Loads to Model
200
318
  Populate existing space types in model with internal loads.
201
319
  **Name:** add_space_type_loads,
@@ -204,6 +322,7 @@ Populate existing space types in model with internal loads.
204
322
  **Required:** true,
205
323
  **Model Dependent:** false
206
324
 
325
+
207
326
  ### Add Elevators to Model
208
327
  Elevators will be add directly to space in model vs. being applied to a space type.
209
328
  **Name:** add_elevators,
@@ -212,6 +331,7 @@ Elevators will be add directly to space in model vs. being applied to a space ty
212
331
  **Required:** true,
213
332
  **Model Dependent:** false
214
333
 
334
+
215
335
  ### Add Internal Mass to Model
216
336
  Adds internal mass to each space.
217
337
  **Name:** add_internal_mass,
@@ -220,6 +340,7 @@ Adds internal mass to each space.
220
340
  **Required:** true,
221
341
  **Model Dependent:** false
222
342
 
343
+
223
344
  ### Add Exterior Lights to Model
224
345
  Multiple exterior lights objects will be added for different classes of lighting such as parking and facade.
225
346
  **Name:** add_exterior_lights,
@@ -228,6 +349,7 @@ Multiple exterior lights objects will be added for different classes of lighting
228
349
  **Required:** true,
229
350
  **Model Dependent:** false
230
351
 
352
+
231
353
  ### Onsite Parking Fraction
232
354
  If set to 0 no exterior lighting for parking will be added
233
355
  **Name:** onsite_parking_fraction,
@@ -236,6 +358,7 @@ If set to 0 no exterior lighting for parking will be added
236
358
  **Required:** true,
237
359
  **Model Dependent:** false
238
360
 
361
+
239
362
  ### Add Exhaust Fans to Model
240
363
  Depending upon building type exhaust fans can be in kitchens, restrooms or other space types
241
364
  **Name:** add_exhaust,
@@ -244,6 +367,7 @@ Depending upon building type exhaust fans can be in kitchens, restrooms or other
244
367
  **Required:** true,
245
368
  **Model Dependent:** false
246
369
 
370
+
247
371
  ### Add Service Water Heating to Model
248
372
  This will add both the supply and demand side of service water heating.
249
373
  **Name:** add_swh,
@@ -252,6 +376,7 @@ This will add both the supply and demand side of service water heating.
252
376
  **Required:** true,
253
377
  **Model Dependent:** false
254
378
 
379
+
255
380
  ### Add Thermostats
256
381
  Add Thermostat to model based on Space Type Standards information of spaces assigned to thermal zones.
257
382
  **Name:** add_thermostat,
@@ -260,6 +385,7 @@ Add Thermostat to model based on Space Type Standards information of spaces assi
260
385
  **Required:** true,
261
386
  **Model Dependent:** false
262
387
 
388
+
263
389
  ### Add HVAC System to Model
264
390
  Add HVAC System to the model
265
391
  **Name:** add_hvac,
@@ -268,6 +394,7 @@ Add HVAC System to the model
268
394
  **Required:** true,
269
395
  **Model Dependent:** false
270
396
 
397
+
271
398
  ### Add Refrigeration to Model
272
399
  Add refrigeration cases and walkins model
273
400
  **Name:** add_refrigeration,
@@ -276,6 +403,7 @@ Add refrigeration cases and walkins model
276
403
  **Required:** true,
277
404
  **Model Dependent:** false
278
405
 
406
+
279
407
  ### Modify weekday hours of operation
280
408
  Modify the weekday hours of operation in the model.
281
409
  **Name:** modify_wkdy_op_hrs,
@@ -284,6 +412,7 @@ Modify the weekday hours of operation in the model.
284
412
  **Required:** true,
285
413
  **Model Dependent:** false
286
414
 
415
+
287
416
  ### Weekday Operating Hours Start Time
288
417
  Enter 24 hour values with fractional values converted to minutes. e.g. 17.25 = 5:15pm. Only used if Modify weekday hours of operation is true.
289
418
  **Name:** wkdy_op_hrs_start_time,
@@ -292,6 +421,7 @@ Enter 24 hour values with fractional values converted to minutes. e.g. 17.25 = 5
292
421
  **Required:** true,
293
422
  **Model Dependent:** false
294
423
 
424
+
295
425
  ### Weekday Operating Hours Duration
296
426
  Length of weekday operating hours. Enter 24 hour values with fractional values converted to minutes. e.g. 17.25 = 5:15pm. Only used if Modify weekday hours of operation is true.
297
427
  **Name:** wkdy_op_hrs_duration,
@@ -300,6 +430,7 @@ Length of weekday operating hours. Enter 24 hour values with fractional values c
300
430
  **Required:** true,
301
431
  **Model Dependent:** false
302
432
 
433
+
303
434
  ### Modify weekend hours of operation
304
435
  Modify the weekend hours of operation in the model.
305
436
  **Name:** modify_wknd_op_hrs,
@@ -308,6 +439,7 @@ Modify the weekend hours of operation in the model.
308
439
  **Required:** true,
309
440
  **Model Dependent:** false
310
441
 
442
+
311
443
  ### Weekend Operating Hours Start Time
312
444
  Enter 24 hour values with fractional values converted to minutes. e.g. 17.25 = 5:15pm. Only used if Modify weekend hours of operation is true.
313
445
  **Name:** wknd_op_hrs_start_time,
@@ -316,6 +448,7 @@ Enter 24 hour values with fractional values converted to minutes. e.g. 17.25 = 5
316
448
  **Required:** true,
317
449
  **Model Dependent:** false
318
450
 
451
+
319
452
  ### Weekend Operating Hours Duration
320
453
  Length of weekend operating hours. Enter 24 hour values with fractional values converted to minutes. e.g. 17.25 = 5:15pm. Only used if Modify weekend hours of operation is true.
321
454
  **Name:** wknd_op_hrs_duration,
@@ -324,6 +457,7 @@ Length of weekend operating hours. Enter 24 hour values with fractional values c
324
457
  **Required:** true,
325
458
  **Model Dependent:** false
326
459
 
460
+
327
461
  ### Unmet Hours Tolerance
328
462
  Set the thermostat setpoint tolerance for unmet hours in degrees Rankine
329
463
  **Name:** unmet_hours_tolerance,
@@ -332,6 +466,7 @@ Set the thermostat setpoint tolerance for unmet hours in degrees Rankine
332
466
  **Required:** true,
333
467
  **Model Dependent:** false
334
468
 
469
+
335
470
  ### Clean Model of non-geometry objects
336
471
  Only removes objects of type that are selected to be added.
337
472
  **Name:** remove_objects,
@@ -340,6 +475,7 @@ Only removes objects of type that are selected to be added.
340
475
  **Required:** true,
341
476
  **Model Dependent:** false
342
477
 
478
+
343
479
  ### Use Upstream Argument Values
344
480
  When true this will look for arguments or registerValues in upstream measures that match arguments from this measure, and will use the value from the upstream measure in place of what is entered for this measure.
345
481
  **Name:** use_upstream_args,
@@ -348,6 +484,7 @@ When true this will look for arguments or registerValues in upstream measures th
348
484
  **Required:** true,
349
485
  **Model Dependent:** false
350
486
 
487
+
351
488
  ### Enable Daylight Savings
352
489
  By default this will force daylight savings to be enabled. Set to false if in a location where DST is not followed, or if needed for specific use case.
353
490
  **Name:** enable_dst,
@@ -359,3 +496,4 @@ By default this will force daylight savings to be enabled. Set to false if in a
359
496
 
360
497
 
361
498
 
499
+