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
@@ -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:
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # *******************************************************************************
4
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
4
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
5
5
  # All rights reserved.
6
6
  # Redistribution and use in source and binary forms, with or without
7
7
  # modification, are permitted provided that the following conditions are met:
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>create_baseline_building</name>
5
5
  <uid>4de56e21-b6cd-45d9-8466-862507d228b2</uid>
6
- <version_id>aa1e11a0-3fb8-4aff-a93b-38a94736f3c6</version_id>
7
- <version_modified>20200624T003805Z</version_modified>
6
+ <version_id>f28d8b88-4892-4645-bbf0-21f21d0f7ad1</version_id>
7
+ <version_modified>20210806T162711Z</version_modified>
8
8
  <xml_checksum>A514F332</xml_checksum>
9
9
  <class_name>CreateBaselineBuilding</class_name>
10
10
  <display_name>Create Baseline Building</display_name>
@@ -263,13 +263,13 @@
263
263
  <filename>LICENSE.md</filename>
264
264
  <filetype>md</filetype>
265
265
  <usage_type>license</usage_type>
266
- <checksum>E0468DD6</checksum>
266
+ <checksum>A21A3ED2</checksum>
267
267
  </file>
268
268
  <file>
269
269
  <filename>create_baseline_building_test.rb</filename>
270
270
  <filetype>rb</filetype>
271
271
  <usage_type>test</usage_type>
272
- <checksum>1758475B</checksum>
272
+ <checksum>5A345F10</checksum>
273
273
  </file>
274
274
  <file>
275
275
  <version>
@@ -280,7 +280,7 @@
280
280
  <filename>measure.rb</filename>
281
281
  <filetype>rb</filetype>
282
282
  <usage_type>script</usage_type>
283
- <checksum>4E3D13AE</checksum>
283
+ <checksum>5520207F</checksum>
284
284
  </file>
285
285
  </files>
286
286
  </measure>
@@ -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:
@@ -1,7 +1,5 @@
1
- # frozen_string_literal: true
2
-
3
1
  # *******************************************************************************
4
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
5
3
  # All rights reserved.
6
4
  # Redistribution and use in source and binary forms, with or without
7
5
  # modification, are permitted provided that the following conditions are met:
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>create_deer_prototype_building</name>
5
5
  <uid>752055bd-10d9-4ede-8a35-18487fedf579</uid>
6
- <version_id>3aef0d72-786e-47a0-b144-dfd6cb6c90ff</version_id>
7
- <version_modified>20200624T003806Z</version_modified>
6
+ <version_id>aac0839a-93de-40a4-8b40-82b809d84edb</version_id>
7
+ <version_modified>20210806T162711Z</version_modified>
8
8
  <xml_checksum>A514F332</xml_checksum>
9
9
  <class_name>CreateDEERPrototypeBuilding</class_name>
10
10
  <display_name>Create DEER Prototype Building ALPHA Version</display_name>
@@ -816,13 +816,13 @@
816
816
  <filename>LICENSE.md</filename>
817
817
  <filetype>md</filetype>
818
818
  <usage_type>license</usage_type>
819
- <checksum>E0468DD6</checksum>
819
+ <checksum>A21A3ED2</checksum>
820
820
  </file>
821
821
  <file>
822
822
  <filename>deer_building_types.rb</filename>
823
823
  <filetype>rb</filetype>
824
824
  <usage_type>resource</usage_type>
825
- <checksum>046B6023</checksum>
825
+ <checksum>1811336C</checksum>
826
826
  </file>
827
827
  <file>
828
828
  <version>
@@ -833,13 +833,13 @@
833
833
  <filename>measure.rb</filename>
834
834
  <filetype>rb</filetype>
835
835
  <usage_type>script</usage_type>
836
- <checksum>C614EF0D</checksum>
836
+ <checksum>9D69B5B2</checksum>
837
837
  </file>
838
838
  <file>
839
839
  <filename>create_DEER_prototype_building_test.rb</filename>
840
840
  <filetype>rb</filetype>
841
841
  <usage_type>test</usage_type>
842
- <checksum>57A1B14A</checksum>
842
+ <checksum>D80681DA</checksum>
843
843
  </file>
844
844
  </files>
845
845
  </measure>
@@ -1,7 +1,5 @@
1
- # frozen_string_literal: true
2
-
3
1
  # *******************************************************************************
4
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
5
3
  # All rights reserved.
6
4
  # Redistribution and use in source and binary forms, with or without
7
5
  # modification, are permitted provided that the following conditions are met:
@@ -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:
@@ -1,7 +1,5 @@
1
- # frozen_string_literal: true
2
-
3
1
  # *******************************************************************************
4
- # OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
2
+ # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
5
3
  # All rights reserved.
6
4
  # Redistribution and use in source and binary forms, with or without
7
5
  # modification, are permitted provided that the following conditions are met:
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>create_parametric_schedules</name>
5
5
  <uid>befa8099-c6a7-4045-8792-53fc7124b862</uid>
6
- <version_id>feffd422-7afb-49cf-b8ad-3da237d78c65</version_id>
7
- <version_modified>20200509T155940Z</version_modified>
6
+ <version_id>844a1ee9-3be8-400e-b01c-340cc0046442</version_id>
7
+ <version_modified>20210423T142533Z</version_modified>
8
8
  <xml_checksum>03F02484</xml_checksum>
9
9
  <class_name>CreateParametricSchedules</class_name>
10
10
  <display_name>Create Parametric Schedules</display_name>
@@ -321,7 +321,7 @@
321
321
  <filename>LICENSE.md</filename>
322
322
  <filetype>md</filetype>
323
323
  <usage_type>license</usage_type>
324
- <checksum>E0468DD6</checksum>
324
+ <checksum>A21A3ED2</checksum>
325
325
  </file>
326
326
  <file>
327
327
  <version>
@@ -332,13 +332,13 @@
332
332
  <filename>measure.rb</filename>
333
333
  <filetype>rb</filetype>
334
334
  <usage_type>script</usage_type>
335
- <checksum>D7799451</checksum>
335
+ <checksum>5245FA2C</checksum>
336
336
  </file>
337
337
  <file>
338
338
  <filename>create_parametric_schedules_test.rb</filename>
339
339
  <filetype>rb</filetype>
340
340
  <usage_type>test</usage_type>
341
- <checksum>35C96C2F</checksum>
341
+ <checksum>07FB92F6</checksum>
342
342
  </file>
343
343
  </files>
344
344
  </measure>
@@ -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:
@@ -8,14 +8,14 @@
8
8
  Takes a model with space and stub space types, and assigns constructions, schedules, internal loads, hvac, and other loads such as exterior lights and service water heating.
9
9
 
10
10
  ## Modeler Description
11
- It is important that the template argument chosen for this measure is in line with the buding types for the stub space types of the model passed in.
11
+ It is important that the template argument chosen for this measure is in line with the building types for the stub space types of the model passed in.
12
12
 
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
@@ -45,7 +45,15 @@ Note, that this particular measure has access to both DOE and DEER templates (vi
45
45
  - 90.1-2007
46
46
  - 90.1-2010
47
47
  - 90.1-2013
48
+ - 90.1-2016
49
+ - 90.1-2019
48
50
  - NREL ZNE Ready 2017 (not currently complete for all building types)
51
+ - ComStock DOE Ref Pre-1980
52
+ - ComStock DOE Ref 1980-2004
53
+ - ComStock 90.1-2004
54
+ - ComStock 90.1-2007
55
+ - ComStock 90.1-2010
56
+ - ComStock 90.1-2013
49
57
  - Building Types:
50
58
  - SecondarySchool
51
59
  - PrimarySchool
@@ -64,6 +72,11 @@ Note, that this particular measure has access to both DOE and DEER templates (vi
64
72
  - Hospital
65
73
  - Outpatient
66
74
  - SuperMarket
75
+ - Laboratory
76
+ - LargeDataCenterLowITE
77
+ - LargeDataCenterHighITE
78
+ - SmallDataCenterLowITE
79
+ - SmallDataCenterHighITE
67
80
 
68
81
  #### DEER
69
82
  - Templates:
@@ -132,7 +145,7 @@ Note, that this particular measure has access to both DOE and DEER templates (vi
132
145
 
133
146
  - `Service Water Heating Source`can be set to `Inferred`, `NaturalGas`, `Electricity`, or `HeatPump`.
134
147
 
135
- - `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.
148
+ - `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 makeup air to come from the `Largest Zone`. `None` is also an option, which disables makeup air.
136
149
 
137
150
  ## Exterior Lighting Arguments
138
151
 
@@ -142,42 +155,46 @@ Note, that this particular measure has access to both DOE and DEER templates (vi
142
155
 
143
156
  ## Bool Arguments to Enable/Disable Elements of This Measure
144
157
 
145
- The following is a list of aruments for elements of the model that can be enabled or disabled for the measure.
158
+ The following is a list of arguments for elements of the model that can be enabled or disabled for the measure.
146
159
  - `Add Constructions to Model`
147
160
  - `Add Space Type Loads to Model`
148
- - `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.
161
+ - `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.
149
162
  - `Add Internal Mass to Model`
150
163
  - `Add Exterior Lights to Model`
151
164
  - `Add Exhaust Fans to Model`
152
165
  - `Add Service Water Heating to Model`
153
166
  - `Add Thermostats`
154
- - `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.
167
+ - `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.
155
168
  - `Add Refrigeration to Model`
156
169
 
157
170
  ## Hours of Operation Arguments
158
171
 
159
172
  There are three arguments each for weekday and weekend behavior. In each case there are the following arguments.
160
173
 
161
- - Bool argument to enable/dsiable altering of weekdays or weekends
174
+ - Bool argument to enable/disable altering of weekdays or weekends
162
175
  - Operating hours start time
163
176
  - Operating hours duration
164
177
 
165
178
  ## Other Arguments
166
179
 
167
- - `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.
168
- - `Climate Zone` is not used at all by this measure but is necessary for an obscure reason
180
+ - `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.
169
181
  - `Unmet Hours Tolerance` is used to change the tolerance used in EnergyPlus for unmet heating and cooling hours.
170
- - `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.
182
+ - `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.
171
183
  - `Enable Daylight Savings` will change daylighting saving to true when enabled.
172
184
 
173
185
  ## Development Comments
174
186
 
175
- 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.
176
- - os_lib_model_generation.rb
177
- - os_lib_helper_methods.rb
178
- - os_lib_helper_methods.rb
187
+ 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.
188
+ - os_lib_model_generation.rb
189
+ - os_lib_model_simplification.rb
190
+ - os_lib_geometry.rb
191
+ - os_lib_helper_methods.rb
179
192
 
180
- *(Automatically generated argument information follows)*## Arguments
193
+ ___
194
+
195
+ *(Automatically generated argument information follows)*
196
+
197
+ ## Arguments
181
198
 
182
199
 
183
200
  ### Target Standard
@@ -188,6 +205,9 @@ This measure relies on the openstudio-standards gem which is included in the Ope
188
205
  **Required:** true,
189
206
  **Model Dependent:** false
190
207
 
208
+ **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", "DEER Pre-1975", "DEER 1985", "DEER 1996", "DEER 2003", "DEER 2007", "DEER 2011", "DEER 2014", "DEER 2015", "DEER 2017", "DEER 2020"]
209
+
210
+
191
211
  ### HVAC System Type
192
212
 
193
213
  **Name:** system_type,
@@ -196,6 +216,9 @@ This measure relies on the openstudio-standards gem which is included in the Ope
196
216
  **Required:** true,
197
217
  **Model Dependent:** false
198
218
 
219
+ **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"]
220
+
221
+
199
222
  ### HVAC System Delivery Type
200
223
  How the HVAC system delivers heating or cooling to the zone.
201
224
  **Name:** hvac_delivery_type,
@@ -204,6 +227,9 @@ How the HVAC system delivers heating or cooling to the zone.
204
227
  **Required:** true,
205
228
  **Model Dependent:** false
206
229
 
230
+ **Choice Display Names** ["Forced Air", "Hydronic"]
231
+
232
+
207
233
  ### HVAC Heating Source
208
234
  The primary source of heating used by HVAC systems in the model.
209
235
  **Name:** htg_src,
@@ -212,6 +238,9 @@ The primary source of heating used by HVAC systems in the model.
212
238
  **Required:** true,
213
239
  **Model Dependent:** false
214
240
 
241
+ **Choice Display Names** ["Electricity", "NaturalGas", "DistrictHeating", "DistrictAmbient"]
242
+
243
+
215
244
  ### HVAC Cooling Source
216
245
  The primary source of cooling used by HVAC systems in the model.
217
246
  **Name:** clg_src,
@@ -220,6 +249,9 @@ The primary source of cooling used by HVAC systems in the model.
220
249
  **Required:** true,
221
250
  **Model Dependent:** false
222
251
 
252
+ **Choice Display Names** ["Electricity", "DistrictCooling", "DistrictAmbient"]
253
+
254
+
223
255
  ### Service Water Heating Source
224
256
  The primary source of heating used by SWH systems in the model.
225
257
  **Name:** swh_src,
@@ -228,6 +260,9 @@ The primary source of heating used by SWH systems in the model.
228
260
  **Required:** true,
229
261
  **Model Dependent:** false
230
262
 
263
+ **Choice Display Names** ["Inferred", "NaturalGas", "Electricity", "HeatPump"]
264
+
265
+
231
266
  ### Kitchen Exhaust MakeUp Air Calculation Method
232
267
  Determine logic to identify dining or cafe zones to provide makeup air to kitchen exhaust.
233
268
  **Name:** kitchen_makeup,
@@ -236,6 +271,9 @@ Determine logic to identify dining or cafe zones to provide makeup air to kitche
236
271
  **Required:** true,
237
272
  **Model Dependent:** false
238
273
 
274
+ **Choice Display Names** ["None", "Largest Zone", "Adjacent"]
275
+
276
+
239
277
  ### Exterior Lighting Zone
240
278
  Identify the Exterior Lighting Zone for the Building Site.
241
279
  **Name:** exterior_lighting_zone,
@@ -244,6 +282,9 @@ Identify the Exterior Lighting Zone for the Building Site.
244
282
  **Required:** true,
245
283
  **Model Dependent:** false
246
284
 
285
+ **Choice Display Names** ["0 - Undeveloped Areas Parks", "1 - Developed Areas Parks", "2 - Neighborhood", "3 - All Other Areas", "4 - High Activity"]
286
+
287
+
247
288
  ### Add Constructions to Model
248
289
  Construction Set will be applied to entire building
249
290
  **Name:** add_constructions,
@@ -252,6 +293,7 @@ Construction Set will be applied to entire building
252
293
  **Required:** true,
253
294
  **Model Dependent:** false
254
295
 
296
+
255
297
  ### Add Space Type Loads to Model
256
298
  Populate existing space types in model with internal loads.
257
299
  **Name:** add_space_type_loads,
@@ -260,6 +302,7 @@ Populate existing space types in model with internal loads.
260
302
  **Required:** true,
261
303
  **Model Dependent:** false
262
304
 
305
+
263
306
  ### Add Elevators to Model
264
307
  Elevators will be add directly to space in model vs. being applied to a space type.
265
308
  **Name:** add_elevators,
@@ -268,6 +311,7 @@ Elevators will be add directly to space in model vs. being applied to a space ty
268
311
  **Required:** true,
269
312
  **Model Dependent:** false
270
313
 
314
+
271
315
  ### Add Internal Mass to Model
272
316
  Adds internal mass to each space.
273
317
  **Name:** add_internal_mass,
@@ -276,6 +320,7 @@ Adds internal mass to each space.
276
320
  **Required:** true,
277
321
  **Model Dependent:** false
278
322
 
323
+
279
324
  ### Add Exterior Lights to Model
280
325
  Multiple exterior lights objects will be added for different classes of lighting such as parking and facade.
281
326
  **Name:** add_exterior_lights,
@@ -284,6 +329,7 @@ Multiple exterior lights objects will be added for different classes of lighting
284
329
  **Required:** true,
285
330
  **Model Dependent:** false
286
331
 
332
+
287
333
  ### Onsite Parking Fraction
288
334
  If set to 0 no exterior lighting for parking will be added
289
335
  **Name:** onsite_parking_fraction,
@@ -292,6 +338,7 @@ If set to 0 no exterior lighting for parking will be added
292
338
  **Required:** true,
293
339
  **Model Dependent:** false
294
340
 
341
+
295
342
  ### Add Exhaust Fans to Model
296
343
  Depending upon building type exhaust fans can be in kitchens, restrooms or other space types
297
344
  **Name:** add_exhaust,
@@ -300,6 +347,7 @@ Depending upon building type exhaust fans can be in kitchens, restrooms or other
300
347
  **Required:** true,
301
348
  **Model Dependent:** false
302
349
 
350
+
303
351
  ### Add Service Water Heating to Model
304
352
  This will add both the supply and demand side of service water heating.
305
353
  **Name:** add_swh,
@@ -308,6 +356,7 @@ This will add both the supply and demand side of service water heating.
308
356
  **Required:** true,
309
357
  **Model Dependent:** false
310
358
 
359
+
311
360
  ### Add Thermostats
312
361
  Add Thermostat to model based on Space Type Standards information of spaces assigned to thermal zones.
313
362
  **Name:** add_thermostat,
@@ -316,6 +365,7 @@ Add Thermostat to model based on Space Type Standards information of spaces assi
316
365
  **Required:** true,
317
366
  **Model Dependent:** false
318
367
 
368
+
319
369
  ### Add HVAC System to Model
320
370
  Add HVAC System to the model
321
371
  **Name:** add_hvac,
@@ -324,6 +374,7 @@ Add HVAC System to the model
324
374
  **Required:** true,
325
375
  **Model Dependent:** false
326
376
 
377
+
327
378
  ### Add Refrigeration to Model
328
379
  Add refrigeration cases and walkins model
329
380
  **Name:** add_refrigeration,
@@ -332,6 +383,7 @@ Add refrigeration cases and walkins model
332
383
  **Required:** true,
333
384
  **Model Dependent:** false
334
385
 
386
+
335
387
  ### Modify weekday hours of operation
336
388
  Modify the weekday hours of operation in the model.
337
389
  **Name:** modify_wkdy_op_hrs,
@@ -340,6 +392,7 @@ Modify the weekday hours of operation in the model.
340
392
  **Required:** true,
341
393
  **Model Dependent:** false
342
394
 
395
+
343
396
  ### Weekday Operating Hours Start Time
344
397
  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.
345
398
  **Name:** wkdy_op_hrs_start_time,
@@ -348,6 +401,7 @@ Enter 24 hour values with fractional values converted to minutes. e.g. 17.25 = 5
348
401
  **Required:** true,
349
402
  **Model Dependent:** false
350
403
 
404
+
351
405
  ### Weekday Operating Hours Duration
352
406
  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.
353
407
  **Name:** wkdy_op_hrs_duration,
@@ -356,6 +410,7 @@ Length of weekday operating hours. Enter 24 hour values with fractional values c
356
410
  **Required:** true,
357
411
  **Model Dependent:** false
358
412
 
413
+
359
414
  ### Modify weekend hours of operation
360
415
  Modify the weekend hours of operation in the model.
361
416
  **Name:** modify_wknd_op_hrs,
@@ -364,6 +419,7 @@ Modify the weekend hours of operation in the model.
364
419
  **Required:** true,
365
420
  **Model Dependent:** false
366
421
 
422
+
367
423
  ### Weekend Operating Hours Start Time
368
424
  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.
369
425
  **Name:** wknd_op_hrs_start_time,
@@ -372,6 +428,7 @@ Enter 24 hour values with fractional values converted to minutes. e.g. 17.25 = 5
372
428
  **Required:** true,
373
429
  **Model Dependent:** false
374
430
 
431
+
375
432
  ### Weekend Operating Hours Duration
376
433
  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.
377
434
  **Name:** wknd_op_hrs_duration,
@@ -380,6 +437,7 @@ Length of weekend operating hours. Enter 24 hour values with fractional values c
380
437
  **Required:** true,
381
438
  **Model Dependent:** false
382
439
 
440
+
383
441
  ### Unmet Hours Tolerance
384
442
  Set the thermostat setpoint tolerance for unmet hours in degrees Rankine
385
443
  **Name:** unmet_hours_tolerance,
@@ -388,6 +446,7 @@ Set the thermostat setpoint tolerance for unmet hours in degrees Rankine
388
446
  **Required:** true,
389
447
  **Model Dependent:** false
390
448
 
449
+
391
450
  ### Clean Model of non-geometry objects
392
451
  Only removes objects of type that are selected to be added.
393
452
  **Name:** remove_objects,
@@ -396,6 +455,7 @@ Only removes objects of type that are selected to be added.
396
455
  **Required:** true,
397
456
  **Model Dependent:** false
398
457
 
458
+
399
459
  ### Use Upstream Argument Values
400
460
  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.
401
461
  **Name:** use_upstream_args,
@@ -404,6 +464,7 @@ When true this will look for arguments or registerValues in upstream measures th
404
464
  **Required:** true,
405
465
  **Model Dependent:** false
406
466
 
467
+
407
468
  ### Enable Daylight Savings
408
469
  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.
409
470
  **Name:** enable_dst,
@@ -412,6 +473,7 @@ By default this will force daylight savings to be enabled. Set to false if in a
412
473
  **Required:** true,
413
474
  **Model Dependent:** false
414
475
 
476
+
415
477
  ### Climate Zone.
416
478
 
417
479
  **Name:** climate_zone,
@@ -420,6 +482,9 @@ By default this will force daylight savings to be enabled. Set to false if in a
420
482
  **Required:** true,
421
483
  **Model Dependent:** false
422
484
 
485
+ **Choice Display Names** ["Lookup From Model", "ASHRAE 169-2013-1A", "ASHRAE 169-2013-1B", "ASHRAE 169-2013-2A", "ASHRAE 169-2013-2B", "ASHRAE 169-2013-3A", "ASHRAE 169-2013-3B", "ASHRAE 169-2013-3C", "ASHRAE 169-2013-4A", "ASHRAE 169-2013-4B", "ASHRAE 169-2013-4C", "ASHRAE 169-2013-5A", "ASHRAE 169-2013-5B", "ASHRAE 169-2013-5C", "ASHRAE 169-2013-6A", "ASHRAE 169-2013-6B", "ASHRAE 169-2013-7A", "ASHRAE 169-2013-8A", "CEC T24-CEC1", "CEC T24-CEC2", "CEC T24-CEC3", "CEC T24-CEC4", "CEC T24-CEC5", "CEC T24-CEC6", "CEC T24-CEC7", "CEC T24-CEC8", "CEC T24-CEC9", "CEC T24-CEC10", "CEC T24-CEC11", "CEC T24-CEC12", "CEC T24-CEC13", "CEC T24-CEC14", "CEC T24-CEC15", "CEC T24-CEC16"]
486
+
487
+
423
488
 
424
489
 
425
490