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
@@ -13,9 +13,9 @@
13
13
  ## Measure Type
14
14
  <%= measureType %>
15
15
 
16
- [//]: # (Commenting out until it works in SDK)
17
- [//]: # (## Taxonomy)
18
- [//]: # (<%= taxonomy %>)
16
+ [//]: # (Only finds value if taxonomy method is added to measure.rb, won't read out of measure.xml)
17
+ ## Taxonomy
18
+ <%= taxonomy %>
19
19
 
20
20
  ___
21
21
  ## Table of Contents
@@ -36,33 +36,40 @@ 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
+ <% arguments.each do |argument| %>
41
+ <% if argument[:name] == 'template'%>
42
+ <% argument[:choice_display_names].each do |choice|%>
43
+ - <%= choice %><br/>
44
+ <% end %>
45
+ <% end %>
46
+ <% end %>
47
+
48
+ #### Building Types:
49
+ - SecondarySchool
50
+ - PrimarySchool
51
+ - SmallOffice
52
+ - MediumOffice
53
+ - LargeOffice
54
+ - SmallHotel
55
+ - LargeHotel
56
+ - Warehouse
57
+ - RetailStandalone
58
+ - RetailStripmall
59
+ - QuickServiceRestaurant
60
+ - FullServiceRestaurant
61
+ - MidriseApartment
62
+ - HighriseApartment
63
+ - Hospital
64
+ - Outpatient
65
+ - SuperMarket
66
+ - Laboratory
67
+ - LargeDataCenterLowITE
68
+ - LargeDataCenterHighITE
69
+ - SmallDataCenterLowITE
70
+ - SmallDataCenterHighITE
71
+
72
+ [//]: # (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
73
 
67
74
  ## HVAC Configuration Arguments
68
75
 
@@ -76,52 +83,56 @@ While this measure has many arguments, they all have default values so you can s
76
83
 
77
84
  - `Service Water Heating Source`can be set to `Inferred`, `NaturalGas`, `Electricity`, or `HeatPump`.
78
85
 
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.
86
+ - `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
87
 
81
88
  ## Exterior Lighting Arguments
82
89
 
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.
90
+ - `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
91
 
85
92
  - `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
93
 
87
94
  ## Bool Arguments to Enable/Disable Elements of This Measure
88
95
 
89
- The following is a list of aruments for elements of the model that can be enabled or disabled for the measure.
96
+ The following is a list of arguments for elements of the model that can be enabled or disabled for the measure.
90
97
  - `Add Constructions to Model`
91
98
  - `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.
99
+ - `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
100
  - `Add Internal Mass to Model`
94
101
  - `Add Exterior Lights to Model`
95
102
  - `Add Exhaust Fans to Model`
96
103
  - `Add Service Water Heating to Model`
97
104
  - `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.
105
+ - `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
106
  - `Add Refrigeration to Model`
100
107
 
101
108
  ## Hours of Operation Arguments
102
109
 
103
110
  There are three arguments each for weekday and weekend behavior. In each case there are the following arguments.
104
111
 
105
- - Bool argument to enable/dsiable altering of weekdays or weekends
112
+ - Bool argument to enable/disable altering of weekdays or weekends
106
113
  - Operating hours start time
107
114
  - Operating hours duration
108
115
 
109
-
110
116
  ## Other Arguments
111
117
 
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.
118
+ - `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
119
  - `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.
120
+ - `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
121
  - `Enable Daylight Savings` will change daylighting saving to true when enabled.
116
122
 
117
123
  ## Development Comments
118
124
 
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
125
+ 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.
126
+ - os_lib_model_generation.rb
127
+ - os_lib_model_simplification.rb
128
+ - os_lib_geometry.rb
129
+ - os_lib_helper_methods.rb
130
+
131
+ ___
123
132
 
124
- *(Automatically generated argument information follows)*## Arguments
133
+ *(Automatically generated argument information follows)*
134
+
135
+ ## Arguments
125
136
 
126
137
  <% arguments.each do |argument| %>
127
138
  ### <%= argument[:display_name] %>
@@ -131,6 +142,9 @@ This measure relies on the openstudio-standards gem which is included in the Ope
131
142
  **Units:** <%= argument[:units] %>,
132
143
  **Required:** <%= argument[:required] %>,
133
144
  **Model Dependent:** <%= argument[:model_dependent] %>
145
+ <% if argument[:type] == "Choice" && !argument[:model_dependent]%>
146
+ **Choice Display Names** <%= argument[:choice_display_names] %>
147
+ <% end %>
134
148
  <% end %>
135
149
 
136
150
  <% if arguments.size == 0 %>
@@ -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:
@@ -68,6 +66,11 @@ class CreateTypicalDOEBuildingFromModel < OpenStudio::Measure::ModelMeasure
68
66
  return '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.'
69
67
  end
70
68
 
69
+ # used to populate taxonomy in readme.md
70
+ def taxonomy
71
+ return 'Whole Building.Space Types'
72
+ end
73
+
71
74
  # define the arguments that the user will input
72
75
  def arguments(model)
73
76
  args = OpenStudio::Measure::OSArgumentVector.new
@@ -82,7 +85,7 @@ class CreateTypicalDOEBuildingFromModel < OpenStudio::Measure::ModelMeasure
82
85
  end
83
86
 
84
87
  # Make argument for template
85
- template = OpenStudio::Measure::OSArgument.makeChoiceArgument('template', get_doe_templates, true)
88
+ template = OpenStudio::Measure::OSArgument.makeChoiceArgument('template', get_doe_templates(false), true)
86
89
  template.setDisplayName('Target Standard')
87
90
  template.setDefaultValue(default_string)
88
91
  args << template
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>create_typical_doe_building_from_model</name>
5
5
  <uid>b2c80210-33b3-4dfd-8267-535efd81f552</uid>
6
- <version_id>a3906836-06ea-4bda-b13c-53c08cb23e95</version_id>
7
- <version_modified>20200911T195753Z</version_modified>
6
+ <version_id>6272a546-b267-4de2-a0cc-0ea8d18c5159</version_id>
7
+ <version_modified>20210716T214758Z</version_modified>
8
8
  <xml_checksum>99E7000D</xml_checksum>
9
9
  <class_name>CreateTypicalDOEBuildingFromModel</class_name>
10
10
  <display_name>Create Typical DOE Building from Model</display_name>
@@ -43,6 +43,38 @@
43
43
  <value>90.1-2013</value>
44
44
  <display_name>90.1-2013</display_name>
45
45
  </choice>
46
+ <choice>
47
+ <value>90.1-2016</value>
48
+ <display_name>90.1-2016</display_name>
49
+ </choice>
50
+ <choice>
51
+ <value>90.1-2019</value>
52
+ <display_name>90.1-2019</display_name>
53
+ </choice>
54
+ <choice>
55
+ <value>ComStock DOE Ref Pre-1980</value>
56
+ <display_name>ComStock DOE Ref Pre-1980</display_name>
57
+ </choice>
58
+ <choice>
59
+ <value>ComStock DOE Ref 1980-2004</value>
60
+ <display_name>ComStock DOE Ref 1980-2004</display_name>
61
+ </choice>
62
+ <choice>
63
+ <value>ComStock 90.1-2004</value>
64
+ <display_name>ComStock 90.1-2004</display_name>
65
+ </choice>
66
+ <choice>
67
+ <value>ComStock 90.1-2007</value>
68
+ <display_name>ComStock 90.1-2007</display_name>
69
+ </choice>
70
+ <choice>
71
+ <value>ComStock 90.1-2010</value>
72
+ <display_name>ComStock 90.1-2010</display_name>
73
+ </choice>
74
+ <choice>
75
+ <value>ComStock 90.1-2013</value>
76
+ <display_name>ComStock 90.1-2013</display_name>
77
+ </choice>
46
78
  </choices>
47
79
  </argument>
48
80
  <argument>
@@ -1340,52 +1372,52 @@
1340
1372
  <usage_type>test</usage_type>
1341
1373
  <checksum>F22DEFBC</checksum>
1342
1374
  </file>
1343
- <file>
1344
- <filename>README.md.erb</filename>
1345
- <filetype>erb</filetype>
1346
- <usage_type>readmeerb</usage_type>
1347
- <checksum>46CFB534</checksum>
1348
- </file>
1349
1375
  <file>
1350
1376
  <filename>LICENSE.md</filename>
1351
1377
  <filetype>md</filetype>
1352
1378
  <usage_type>license</usage_type>
1353
- <checksum>E0468DD6</checksum>
1354
- </file>
1355
- <file>
1356
- <version>
1357
- <software_program>OpenStudio</software_program>
1358
- <identifier>2.0.0</identifier>
1359
- <min_compatible>3.0.0</min_compatible>
1360
- </version>
1361
- <filename>measure.rb</filename>
1362
- <filetype>rb</filetype>
1363
- <usage_type>script</usage_type>
1364
- <checksum>57D960DB</checksum>
1379
+ <checksum>A21A3ED2</checksum>
1365
1380
  </file>
1366
1381
  <file>
1367
1382
  <filename>create_typical_doe_building_from_model_test.rb</filename>
1368
1383
  <filetype>rb</filetype>
1369
1384
  <usage_type>test</usage_type>
1370
- <checksum>8AC3CE71</checksum>
1385
+ <checksum>59AEB6FD</checksum>
1371
1386
  </file>
1372
1387
  <file>
1373
1388
  <filename>measure_test_hvac.rb</filename>
1374
1389
  <filetype>rb</filetype>
1375
1390
  <usage_type>test</usage_type>
1376
- <checksum>2785485F</checksum>
1391
+ <checksum>188F5F6B</checksum>
1377
1392
  </file>
1378
1393
  <file>
1379
1394
  <filename>Model.hvac.rb</filename>
1380
1395
  <filetype>rb</filetype>
1381
1396
  <usage_type>resource</usage_type>
1382
- <checksum>D8BF0815</checksum>
1397
+ <checksum>32C64B0B</checksum>
1398
+ </file>
1399
+ <file>
1400
+ <filename>README.md.erb</filename>
1401
+ <filetype>erb</filetype>
1402
+ <usage_type>readmeerb</usage_type>
1403
+ <checksum>BDCE44E6</checksum>
1404
+ </file>
1405
+ <file>
1406
+ <version>
1407
+ <software_program>OpenStudio</software_program>
1408
+ <identifier>2.0.0</identifier>
1409
+ <min_compatible>3.0.0</min_compatible>
1410
+ </version>
1411
+ <filename>measure.rb</filename>
1412
+ <filetype>rb</filetype>
1413
+ <usage_type>script</usage_type>
1414
+ <checksum>7A862D5A</checksum>
1383
1415
  </file>
1384
1416
  <file>
1385
1417
  <filename>README.md</filename>
1386
1418
  <filetype>md</filetype>
1387
1419
  <usage_type>readme</usage_type>
1388
- <checksum>1B1C70D8</checksum>
1420
+ <checksum>7F39813C</checksum>
1389
1421
  </file>
1390
1422
  </files>
1391
1423
  </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:
@@ -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>deer_space_type_and_construction_set_wizard</name>
5
5
  <uid>d8effcbd-52b2-4e5c-866c-e85091142aa6</uid>
6
- <version_id>44fc9ee7-0ca5-4569-b5d8-7ac498ecfd5f</version_id>
7
- <version_modified>20200509T155938Z</version_modified>
6
+ <version_id>745737d5-1816-4dc6-8a95-0059b881b88a</version_id>
7
+ <version_modified>20210423T142536Z</version_modified>
8
8
  <xml_checksum>A514F332</xml_checksum>
9
9
  <class_name>DEERSpaceTypeAndConstructionSetWizard</class_name>
10
10
  <display_name>DEER Space Type and Construction Set Wizard</display_name>
@@ -341,17 +341,29 @@
341
341
  <usage_type>readmeerb</usage_type>
342
342
  <checksum>703C9964</checksum>
343
343
  </file>
344
+ <file>
345
+ <filename>README.md</filename>
346
+ <filetype>md</filetype>
347
+ <usage_type>readme</usage_type>
348
+ <checksum>DA87BC3D</checksum>
349
+ </file>
350
+ <file>
351
+ <filename>design_doc.txt</filename>
352
+ <filetype>txt</filetype>
353
+ <usage_type>resource</usage_type>
354
+ <checksum>86154A1B</checksum>
355
+ </file>
344
356
  <file>
345
357
  <filename>LICENSE.md</filename>
346
358
  <filetype>md</filetype>
347
359
  <usage_type>license</usage_type>
348
- <checksum>E0468DD6</checksum>
360
+ <checksum>A21A3ED2</checksum>
349
361
  </file>
350
362
  <file>
351
363
  <filename>deer_space_type_and_construction_set_wizard_Test.rb</filename>
352
364
  <filetype>rb</filetype>
353
365
  <usage_type>test</usage_type>
354
- <checksum>3F17D906</checksum>
366
+ <checksum>854655C1</checksum>
355
367
  </file>
356
368
  <file>
357
369
  <version>
@@ -362,19 +374,7 @@
362
374
  <filename>measure.rb</filename>
363
375
  <filetype>rb</filetype>
364
376
  <usage_type>script</usage_type>
365
- <checksum>70E4E892</checksum>
366
- </file>
367
- <file>
368
- <filename>README.md</filename>
369
- <filetype>md</filetype>
370
- <usage_type>readme</usage_type>
371
- <checksum>DA87BC3D</checksum>
372
- </file>
373
- <file>
374
- <filename>design_doc.txt</filename>
375
- <filetype>txt</filetype>
376
- <usage_type>resource</usage_type>
377
- <checksum>86154A1B</checksum>
377
+ <checksum>D6961EE1</checksum>
378
378
  </file>
379
379
  </files>
380
380
  </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:
@@ -1,9 +1,10 @@
1
+ <?xml version="1.0"?>
1
2
  <measure>
2
3
  <schema_version>3.0</schema_version>
3
4
  <name>find_and_replace_in_all_thermal_zone_names</name>
4
5
  <uid>3573d81e-e7de-4949-be50-8abcd0f95a35</uid>
5
- <version_id>8d5cca2d-5455-4180-ad96-3703178c26ef</version_id>
6
- <version_modified>20200229T024056Z</version_modified>
6
+ <version_id>85da1815-b093-45ef-a399-1c8cc9b46956</version_id>
7
+ <version_modified>20210423T142537Z</version_modified>
7
8
  <xml_checksum>057E8D9D</xml_checksum>
8
9
  <class_name>FindAndReplaceInAllThermalZoneNames</class_name>
9
10
  <display_name>Find And Replace In All Thermal Zone Names</display_name>
@@ -27,8 +28,8 @@
27
28
  <default_value></default_value>
28
29
  </argument>
29
30
  </arguments>
30
- <outputs/>
31
- <provenances/>
31
+ <outputs />
32
+ <provenances />
32
33
  <tags>
33
34
  <tag>Whole Building.Space Types</tag>
34
35
  </tags>
@@ -72,19 +73,19 @@
72
73
  <filename>measure.rb</filename>
73
74
  <filetype>rb</filetype>
74
75
  <usage_type>script</usage_type>
75
- <checksum>E0917739</checksum>
76
+ <checksum>35235CD3</checksum>
76
77
  </file>
77
78
  <file>
78
79
  <filename>LICENSE.md</filename>
79
80
  <filetype>md</filetype>
80
81
  <usage_type>license</usage_type>
81
- <checksum>E0468DD6</checksum>
82
+ <checksum>A21A3ED2</checksum>
82
83
  </file>
83
84
  <file>
84
85
  <filename>find_and_replace_in_all_thermal_zone_names_test.rb</filename>
85
86
  <filetype>rb</filetype>
86
87
  <usage_type>test</usage_type>
87
- <checksum>71BBF3D7</checksum>
88
+ <checksum>5EF10DDA</checksum>
88
89
  </file>
89
90
  </files>
90
91
  </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>make_shading_surfaces_based_on_zone_multipliers</name>
5
5
  <uid>57d7314d-2ff0-4c13-bf07-b63380bfdea6</uid>
6
- <version_id>403921df-59a1-4e44-93c6-3b773625c037</version_id>
7
- <version_modified>20200509T155936Z</version_modified>
6
+ <version_id>280fcc05-b5d1-4f95-9bc3-f0a426fa1a1f</version_id>
7
+ <version_modified>20210423T142537Z</version_modified>
8
8
  <xml_checksum>2AF3A68E</xml_checksum>
9
9
  <class_name>MakeShadingSurfacesBasedOnZoneMultipliers</class_name>
10
10
  <display_name>Make Shading Surfaces Based on Zone Multipliers</display_name>
@@ -86,7 +86,7 @@
86
86
  <filename>LICENSE.md</filename>
87
87
  <filetype>md</filetype>
88
88
  <usage_type>license</usage_type>
89
- <checksum>E0468DD6</checksum>
89
+ <checksum>A21A3ED2</checksum>
90
90
  </file>
91
91
  <file>
92
92
  <version>
@@ -97,13 +97,13 @@
97
97
  <filename>measure.rb</filename>
98
98
  <filetype>rb</filetype>
99
99
  <usage_type>script</usage_type>
100
- <checksum>16D78867</checksum>
100
+ <checksum>2A4A98D5</checksum>
101
101
  </file>
102
102
  <file>
103
103
  <filename>make_shading_surfaces_based_on_zone_multipliers_test.rb</filename>
104
104
  <filetype>rb</filetype>
105
105
  <usage_type>test</usage_type>
106
- <checksum>3DBDBE31</checksum>
106
+ <checksum>E7C200C9</checksum>
107
107
  </file>
108
108
  </files>
109
109
  </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>merge_floorspace_js_with_model</name>
5
5
  <uid>16ef6369-6420-4f17-894c-a767895bcaa4</uid>
6
- <version_id>1033eb89-6eeb-4ec3-8fa3-097b1db946a2</version_id>
7
- <version_modified>20200624T003820Z</version_modified>
6
+ <version_id>cd8c6e2c-6e2b-45d3-a9a2-aaccb5dd38a9</version_id>
7
+ <version_modified>20210423T142537Z</version_modified>
8
8
  <xml_checksum>0AD1E2E2</xml_checksum>
9
9
  <class_name>MergeFloorspaceJsWithModel</class_name>
10
10
  <display_name>Merge FloorspaceJs with Model</display_name>
@@ -87,7 +87,7 @@
87
87
  <filename>LICENSE.md</filename>
88
88
  <filetype>md</filetype>
89
89
  <usage_type>license</usage_type>
90
- <checksum>E0468DD6</checksum>
90
+ <checksum>A21A3ED2</checksum>
91
91
  </file>
92
92
  <file>
93
93
  <version>
@@ -98,13 +98,13 @@
98
98
  <filename>measure.rb</filename>
99
99
  <filetype>rb</filetype>
100
100
  <usage_type>script</usage_type>
101
- <checksum>00F6B912</checksum>
101
+ <checksum>B66DBC8C</checksum>
102
102
  </file>
103
103
  <file>
104
104
  <filename>merge_floorspace_js_with_model_test.rb</filename>
105
105
  <filetype>rb</filetype>
106
106
  <usage_type>test</usage_type>
107
- <checksum>43B11AF8</checksum>
107
+ <checksum>33A937E8</checksum>
108
108
  </file>
109
109
  </files>
110
110
  </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: