openstudio-model-articulation 0.11.0 → 0.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test-with-openstudio.yml +108 -0
  3. data/CHANGELOG.md +14 -0
  4. data/Gemfile +5 -5
  5. data/Jenkinsfile +1 -1
  6. data/LICENSE.md +1 -1
  7. data/README.md +3 -0
  8. data/doc_templates/LICENSE.md +1 -1
  9. data/lib/measures/AssignConstructionSetToBuilding/LICENSE.md +1 -1
  10. data/lib/measures/AssignConstructionSetToBuilding/measure.xml +5 -5
  11. data/lib/measures/AssignSpaceTypeBySpaceName/LICENSE.md +1 -1
  12. data/lib/measures/AssignSpaceTypeBySpaceName/measure.xml +5 -5
  13. data/lib/measures/AssignSpaceTypeToBuilding/LICENSE.md +1 -1
  14. data/lib/measures/AssignSpaceTypeToBuilding/measure.xml +5 -5
  15. data/lib/measures/AssignSpacesToStories/LICENSE.md +1 -1
  16. data/lib/measures/AssignSpacesToStories/measure.xml +3 -3
  17. data/lib/measures/BarAspectRatioStudy/LICENSE.md +1 -1
  18. data/lib/measures/BarAspectRatioStudy/measure.xml +3 -3
  19. data/lib/measures/CleanupSpaceOrigins/LICENSE.md +1 -1
  20. data/lib/measures/CleanupSpaceOrigins/measure.xml +3 -3
  21. data/lib/measures/FindAndReplaceObjectNames/LICENSE.md +1 -1
  22. data/lib/measures/FindAndReplaceObjectNames/measure.xml +3 -3
  23. data/lib/measures/InjectOsmGeometryIntoAnExternalIdf/LICENSE.md +1 -1
  24. data/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.xml +3 -3
  25. data/lib/measures/RemoveHardAssignedConstructions/LICENSE.md +1 -1
  26. data/lib/measures/RemoveHardAssignedConstructions/measure.xml +3 -3
  27. data/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/LICENSE.md +1 -1
  28. data/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.xml +3 -3
  29. data/lib/measures/RotateBuilding/LICENSE.md +1 -1
  30. data/lib/measures/RotateBuilding/measure.xml +3 -3
  31. data/lib/measures/SetExtWallToGroundBoundaryConditionByStory/LICENSE.md +1 -1
  32. data/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.xml +3 -3
  33. data/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/LICENSE.md +1 -1
  34. data/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.xml +3 -3
  35. data/lib/measures/SetInteriorWallsToSelectedConstruction/LICENSE.md +1 -1
  36. data/lib/measures/SetInteriorWallsToSelectedConstruction/measure.xml +3 -3
  37. data/lib/measures/SetWindowToWallRatioByFacade/LICENSE.md +1 -1
  38. data/lib/measures/SetWindowToWallRatioByFacade/measure.xml +3 -3
  39. data/lib/measures/SimplifyGeometryToSlicedBar/LICENSE.md +1 -1
  40. data/lib/measures/SimplifyGeometryToSlicedBar/measure.xml +3 -3
  41. data/lib/measures/SpaceTypeAndConstructionSetWizard/LICENSE.md +1 -1
  42. data/lib/measures/SpaceTypeAndConstructionSetWizard/measure.xml +3 -3
  43. data/lib/measures/SurfaceMatching/LICENSE.md +1 -1
  44. data/lib/measures/SurfaceMatching/measure.xml +3 -3
  45. data/lib/measures/add_empd_material_properties/LICENSE.md +1 -1
  46. data/lib/measures/add_empd_material_properties/measure.xml +3 -3
  47. data/lib/measures/blended_space_type_from_floor_area_ratios/LICENSE.md +1 -1
  48. data/lib/measures/blended_space_type_from_floor_area_ratios/measure.xml +3 -3
  49. data/lib/measures/blended_space_type_from_model/LICENSE.md +1 -1
  50. data/lib/measures/blended_space_type_from_model/measure.xml +3 -3
  51. data/lib/measures/clone_building_from_external_model/LICENSE.md +1 -1
  52. data/lib/measures/clone_building_from_external_model/measure.xml +3 -3
  53. data/lib/measures/create_DOE_prototype_building/LICENSE.md +1 -1
  54. data/lib/measures/create_DOE_prototype_building/measure.xml +3 -3
  55. data/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/LICENSE.md +1 -1
  56. data/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.xml +3 -3
  57. data/lib/measures/create_bar_from_building_type_ratios/LICENSE.md +1 -1
  58. data/lib/measures/create_bar_from_building_type_ratios/README.md +1 -1
  59. data/lib/measures/create_bar_from_building_type_ratios/measure.rb +5 -5
  60. data/lib/measures/create_bar_from_building_type_ratios/measure.xml +7 -7
  61. data/lib/measures/create_bar_from_deer_building_type_ratios/LICENSE.md +1 -1
  62. data/lib/measures/create_bar_from_deer_building_type_ratios/README.md +1 -1
  63. data/lib/measures/create_bar_from_deer_building_type_ratios/measure.rb +5 -5
  64. data/lib/measures/create_bar_from_deer_building_type_ratios/measure.xml +6 -6
  65. data/lib/measures/create_bar_from_doe_building_type_ratios/LICENSE.md +1 -1
  66. data/lib/measures/create_bar_from_doe_building_type_ratios/README.md +1 -1
  67. data/lib/measures/create_bar_from_doe_building_type_ratios/measure.rb +5 -5
  68. data/lib/measures/create_bar_from_doe_building_type_ratios/measure.xml +7 -7
  69. data/lib/measures/create_bar_from_model/LICENSE.md +1 -1
  70. data/lib/measures/create_bar_from_model/measure.xml +3 -3
  71. data/lib/measures/create_bar_from_space_type_ratios/LICENSE.md +1 -1
  72. data/lib/measures/create_bar_from_space_type_ratios/README.md +1 -1
  73. data/lib/measures/create_bar_from_space_type_ratios/measure.rb +5 -5
  74. data/lib/measures/create_bar_from_space_type_ratios/measure.xml +7 -7
  75. data/lib/measures/create_baseline_building/LICENSE.md +1 -1
  76. data/lib/measures/create_baseline_building/measure.xml +4 -4
  77. data/lib/measures/create_deer_prototype_building/LICENSE.md +1 -1
  78. data/lib/measures/create_deer_prototype_building/measure.xml +3 -3
  79. data/lib/measures/create_parametric_schedules/LICENSE.md +1 -1
  80. data/lib/measures/create_parametric_schedules/measure.xml +3 -3
  81. data/lib/measures/create_typical_building_from_model/LICENSE.md +1 -1
  82. data/lib/measures/create_typical_building_from_model/measure.xml +3 -3
  83. data/lib/measures/create_typical_deer_building_from_model/LICENSE.md +1 -1
  84. data/lib/measures/create_typical_deer_building_from_model/measure.xml +3 -3
  85. data/lib/measures/create_typical_doe_building_from_model/LICENSE.md +1 -1
  86. data/lib/measures/create_typical_doe_building_from_model/measure.xml +3 -3
  87. data/lib/measures/deer_space_type_and_construction_set_wizard/LICENSE.md +1 -1
  88. data/lib/measures/deer_space_type_and_construction_set_wizard/measure.xml +3 -3
  89. data/lib/measures/find_and_replace_in_all_thermal_zone_names/LICENSE.md +1 -1
  90. data/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.xml +3 -3
  91. data/lib/measures/make_shading_surfaces_based_on_zone_multipliers/LICENSE.md +1 -1
  92. data/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.xml +3 -3
  93. data/lib/measures/merge_floorspace_js_with_model/LICENSE.md +1 -1
  94. data/lib/measures/merge_floorspace_js_with_model/measure.xml +3 -3
  95. data/lib/measures/merge_spaces_from_external_file/LICENSE.md +1 -1
  96. data/lib/measures/merge_spaces_from_external_file/measure.xml +3 -3
  97. data/lib/measures/radiance_measure/LICENSE.md +1 -1
  98. data/lib/measures/radiance_measure/measure.xml +3 -3
  99. data/lib/measures/radiant_slab_with_doas/LICENSE.md +1 -1
  100. data/lib/measures/radiant_slab_with_doas/measure.xml +3 -3
  101. data/lib/measures/replace_geometry_by_story/LICENSE.md +1 -1
  102. data/lib/measures/replace_geometry_by_story/measure.xml +3 -3
  103. data/lib/measures/scale_geometry/LICENSE.md +1 -1
  104. data/lib/measures/scale_geometry/measure.xml +3 -3
  105. data/lib/measures/set_nist_infiltration_correlations/LICENSE.md +1 -1
  106. data/lib/measures/set_nist_infiltration_correlations/measure.xml +3 -3
  107. data/lib/openstudio/model_articulation/version.rb +1 -1
  108. data/openstudio-model-articulation.gemspec +7 -4
  109. metadata +54 -11
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>set_window_to_wall_ratio_by_facade</name>
5
5
  <uid>c567a0bf-a7d9-4a06-afe9-bf7df79e6bf8</uid>
6
- <version_id>cfcbe959-1852-4cda-9f38-2c3d194eff03</version_id>
7
- <version_modified>2024-11-16T23:56:34Z</version_modified>
6
+ <version_id>1bcd52aa-0755-4857-b44e-11ebefd80679</version_id>
7
+ <version_modified>2025-08-01T14:58:33Z</version_modified>
8
8
  <xml_checksum>6DE831F7</xml_checksum>
9
9
  <class_name>SetWindowToWallRatioByFacade</class_name>
10
10
  <display_name>Set Window to Wall Ratio by Facade</display_name>
@@ -195,7 +195,7 @@ The measure doesn?t have any cost or lifecycle arguments, however If lifecycle o
195
195
  <filename>LICENSE.md</filename>
196
196
  <filetype>md</filetype>
197
197
  <usage_type>license</usage_type>
198
- <checksum>8696A072</checksum>
198
+ <checksum>CBFF29F5</checksum>
199
199
  </file>
200
200
  <file>
201
201
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>simplify_geometry_to_sliced_bar</name>
5
5
  <uid>eb218516-5fa5-47fe-948d-274777c7d592</uid>
6
- <version_id>8a8d7207-8cfa-44ff-a45d-5060b03e289c</version_id>
7
- <version_modified>2024-11-16T23:56:35Z</version_modified>
6
+ <version_id>98cc2f00-9188-40c7-b367-9e3dde7c20b5</version_id>
7
+ <version_modified>2025-08-01T14:58:34Z</version_modified>
8
8
  <xml_checksum>45097B60</xml_checksum>
9
9
  <class_name>SimplifyGeometryToSlicedBar</class_name>
10
10
  <display_name>SimplifyGeometryToSlicedBar</display_name>
@@ -58,7 +58,7 @@ In a future version I may try to identify similar spaces types and blend them to
58
58
  <filename>LICENSE.md</filename>
59
59
  <filetype>md</filetype>
60
60
  <usage_type>license</usage_type>
61
- <checksum>8696A072</checksum>
61
+ <checksum>CBFF29F5</checksum>
62
62
  </file>
63
63
  <file>
64
64
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>space_type_and_construction_set_wizard</name>
5
5
  <uid>7c65af63-4316-47c9-b7a5-68d7a019e533</uid>
6
- <version_id>dc3124a5-f1cd-4818-ade8-d3e340a96495</version_id>
7
- <version_modified>2024-11-16T23:56:36Z</version_modified>
6
+ <version_id>d3e04a36-30bc-4bc9-8876-43cc5835937a</version_id>
7
+ <version_modified>2025-08-01T14:58:34Z</version_modified>
8
8
  <xml_checksum>057E8D9D</xml_checksum>
9
9
  <class_name>SpaceTypeAndConstructionSetWizard</class_name>
10
10
  <display_name>Space Type and Construction Set Wizard</display_name>
@@ -346,7 +346,7 @@
346
346
  <filename>LICENSE.md</filename>
347
347
  <filetype>md</filetype>
348
348
  <usage_type>license</usage_type>
349
- <checksum>8696A072</checksum>
349
+ <checksum>CBFF29F5</checksum>
350
350
  </file>
351
351
  <file>
352
352
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>surface_matching</name>
5
5
  <uid>e9c69c36-bf33-4ac4-b695-41dee26ee880</uid>
6
- <version_id>0e702e1e-7c50-4aa6-991d-a41d5b821a2f</version_id>
7
- <version_modified>2024-11-16T23:56:35Z</version_modified>
6
+ <version_id>b1e04105-fc85-4415-8cdb-37ddc8c1d133</version_id>
7
+ <version_modified>2025-08-01T14:58:33Z</version_modified>
8
8
  <xml_checksum>45097B60</xml_checksum>
9
9
  <class_name>SurfaceMatching</class_name>
10
10
  <display_name>SurfaceMatching</display_name>
@@ -52,7 +52,7 @@
52
52
  <filename>LICENSE.md</filename>
53
53
  <filetype>md</filetype>
54
54
  <usage_type>license</usage_type>
55
- <checksum>8696A072</checksum>
55
+ <checksum>CBFF29F5</checksum>
56
56
  </file>
57
57
  <file>
58
58
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>add_empd_material_properties</name>
5
5
  <uid>91799c24-d81e-42eb-a458-f2b3a0ee1ff3</uid>
6
- <version_id>65ae8789-d90f-4a7c-8709-be53369e53e4</version_id>
7
- <version_modified>2024-11-16T23:56:36Z</version_modified>
6
+ <version_id>45aab9cf-3c06-44d3-9e51-b2939079ee68</version_id>
7
+ <version_modified>2025-08-01T14:58:34Z</version_modified>
8
8
  <xml_checksum>9EF0A36D</xml_checksum>
9
9
  <class_name>AddEMPDMaterialProperties</class_name>
10
10
  <display_name>Add EMPD Material Properties</display_name>
@@ -154,7 +154,7 @@
154
154
  <filename>LICENSE.md</filename>
155
155
  <filetype>md</filetype>
156
156
  <usage_type>license</usage_type>
157
- <checksum>8696A072</checksum>
157
+ <checksum>CBFF29F5</checksum>
158
158
  </file>
159
159
  <file>
160
160
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>blended_space_type_from_floor_area_ratios</name>
5
5
  <uid>48ff1765-871b-4c9c-9996-a22757c534ad</uid>
6
- <version_id>b32706ff-f6f6-41a1-946d-55481c891ccd</version_id>
7
- <version_modified>2024-11-16T23:56:36Z</version_modified>
6
+ <version_id>e766303f-40a4-4678-95c6-18c8d9e0364b</version_id>
7
+ <version_modified>2025-08-01T14:58:34Z</version_modified>
8
8
  <xml_checksum>05C5DFDC</xml_checksum>
9
9
  <class_name>BlendedSpaceTypeFromFloorAreaRatios</class_name>
10
10
  <display_name>Blended Space Type from Floor Area Ratios</display_name>
@@ -106,7 +106,7 @@
106
106
  <filename>LICENSE.md</filename>
107
107
  <filetype>md</filetype>
108
108
  <usage_type>license</usage_type>
109
- <checksum>8696A072</checksum>
109
+ <checksum>CBFF29F5</checksum>
110
110
  </file>
111
111
  <file>
112
112
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>blended_space_type_from_model</name>
5
5
  <uid>667c2f1f-0927-4dbd-a7be-1087b5c15181</uid>
6
- <version_id>b290a367-77d9-457b-b240-7758d7b8aa00</version_id>
7
- <version_modified>2024-11-16T23:56:36Z</version_modified>
6
+ <version_id>1c9c65a0-e447-482e-807b-0234ba4bf5e6</version_id>
7
+ <version_modified>2025-08-01T14:58:35Z</version_modified>
8
8
  <xml_checksum>28AD5222</xml_checksum>
9
9
  <class_name>BlendedSpaceTypeFromModel</class_name>
10
10
  <display_name>Blended Space Type from Model</display_name>
@@ -76,7 +76,7 @@
76
76
  <filename>LICENSE.md</filename>
77
77
  <filetype>md</filetype>
78
78
  <usage_type>license</usage_type>
79
- <checksum>8696A072</checksum>
79
+ <checksum>CBFF29F5</checksum>
80
80
  </file>
81
81
  <file>
82
82
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>clone_building_from_external_model</name>
5
5
  <uid>09711168-01a7-4abc-b710-b49d59d927d8</uid>
6
- <version_id>02cf3e6a-783e-428e-91c6-ae7dcc95f84c</version_id>
7
- <version_modified>2024-11-16T23:56:35Z</version_modified>
6
+ <version_id>a45f52e3-0ccc-4c88-bca9-1e6e14dd9d04</version_id>
7
+ <version_modified>2025-08-01T14:58:34Z</version_modified>
8
8
  <xml_checksum>AFECFDDF</xml_checksum>
9
9
  <class_name>CloneBuildingFromExternalModel</class_name>
10
10
  <display_name>Clone Building From External Model</display_name>
@@ -67,7 +67,7 @@
67
67
  <filename>LICENSE.md</filename>
68
68
  <filetype>md</filetype>
69
69
  <usage_type>license</usage_type>
70
- <checksum>8696A072</checksum>
70
+ <checksum>CBFF29F5</checksum>
71
71
  </file>
72
72
  <file>
73
73
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>create_doe_prototype_building</name>
5
5
  <uid>be90fd0b-a651-467a-bc8d-29d310b0f937</uid>
6
- <version_id>15801a41-07fd-4cb6-86e8-666da7a41d6a</version_id>
7
- <version_modified>2024-11-16T23:56:35Z</version_modified>
6
+ <version_id>7de8ccab-e8a4-45d9-b361-4b90f6c1e1e7</version_id>
7
+ <version_modified>2025-08-01T14:58:33Z</version_modified>
8
8
  <xml_checksum>057E8D9D</xml_checksum>
9
9
  <class_name>CreateDOEPrototypeBuilding</class_name>
10
10
  <display_name>Create DOE Prototype Building</display_name>
@@ -270,7 +270,7 @@
270
270
  <filename>LICENSE.md</filename>
271
271
  <filetype>md</filetype>
272
272
  <usage_type>license</usage_type>
273
- <checksum>8696A072</checksum>
273
+ <checksum>CBFF29F5</checksum>
274
274
  </file>
275
275
  <file>
276
276
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>create_and_assign_thermal_zones_for_unassigned_spaces</name>
5
5
  <uid>ddaa752e-5d40-49b2-88de-62e71697e614</uid>
6
- <version_id>cc26141b-d045-4dd4-8d78-3658da38f44a</version_id>
7
- <version_modified>2024-11-16T23:56:35Z</version_modified>
6
+ <version_id>85574a54-afce-464f-8a7b-20a8e7356392</version_id>
7
+ <version_modified>2025-08-01T14:58:33Z</version_modified>
8
8
  <xml_checksum>2AF3A68E</xml_checksum>
9
9
  <class_name>CreateAndAssignThermalZonesForUnassignedSpaces</class_name>
10
10
  <display_name>Create and Assign Thermal Zones for Unassigned Spaces</display_name>
@@ -43,7 +43,7 @@
43
43
  <filename>LICENSE.md</filename>
44
44
  <filetype>md</filetype>
45
45
  <usage_type>license</usage_type>
46
- <checksum>8696A072</checksum>
46
+ <checksum>CBFF29F5</checksum>
47
47
  </file>
48
48
  <file>
49
49
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -584,7 +584,7 @@ This should be true unless you are modeling a partial building which doesn't inc
584
584
 
585
585
  ### Calculation Method for Story Multiplier
586
586
 
587
- **Name:** story_multiplier,
587
+ **Name:** story_multiplier_method,
588
588
  **Type:** Choice,
589
589
  **Units:** ,
590
590
  **Required:** true,
@@ -341,15 +341,15 @@ class CreateBarFromBuildingTypeRatios < OpenStudio::Measure::ModelMeasure
341
341
  top_story_exterior_exposed_roof.setDefaultValue(true)
342
342
  args << top_story_exterior_exposed_roof
343
343
 
344
- # Make argument for story_multiplier
344
+ # Make argument for story_multiplier_method
345
345
  choices = OpenStudio::StringVector.new
346
346
  choices << 'None'
347
347
  choices << 'Basements Ground Mid Top'
348
348
  # choices << "Basements Ground Midx5 Top"
349
- story_multiplier = OpenStudio::Measure::OSArgument.makeChoiceArgument('story_multiplier', choices, true)
350
- story_multiplier.setDisplayName('Calculation Method for Story Multiplier')
351
- story_multiplier.setDefaultValue('Basements Ground Mid Top')
352
- args << story_multiplier
349
+ story_multiplier_method = OpenStudio::Measure::OSArgument.makeChoiceArgument('story_multiplier_method', choices, true)
350
+ story_multiplier_method.setDisplayName('Calculation Method for Story Multiplier')
351
+ story_multiplier_method.setDefaultValue('Basements Ground Mid Top')
352
+ args << story_multiplier_method
353
353
 
354
354
  # make an argument for make_mid_story_surfaces_adiabatic (added to avoid issues with intersect and to lower surface count when using individual stories sliced)
355
355
  make_mid_story_surfaces_adiabatic = OpenStudio::Measure::OSArgument.makeBoolArgument('make_mid_story_surfaces_adiabatic', true)
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>create_bar_from_building_type_ratios</name>
5
5
  <uid>6e3a14f8-c3c7-4e03-bc51-bef8a52e1a05</uid>
6
- <version_id>89c35873-5698-4e69-81a9-b7781fd3965e</version_id>
7
- <version_modified>2024-11-16T23:56:32Z</version_modified>
6
+ <version_id>c0b5204f-e608-423c-9620-b4514b3cf973</version_id>
7
+ <version_modified>2025-08-01T14:58:31Z</version_modified>
8
8
  <xml_checksum>2AF3A68E</xml_checksum>
9
9
  <class_name>CreateBarFromBuildingTypeRatios</class_name>
10
10
  <display_name>Create Bar From Building Type Ratios</display_name>
@@ -1199,7 +1199,7 @@
1199
1199
  </choices>
1200
1200
  </argument>
1201
1201
  <argument>
1202
- <name>story_multiplier</name>
1202
+ <name>story_multiplier_method</name>
1203
1203
  <display_name>Calculation Method for Story Multiplier</display_name>
1204
1204
  <type>Choice</type>
1205
1205
  <required>true</required>
@@ -1347,13 +1347,13 @@
1347
1347
  <filename>LICENSE.md</filename>
1348
1348
  <filetype>md</filetype>
1349
1349
  <usage_type>license</usage_type>
1350
- <checksum>8696A072</checksum>
1350
+ <checksum>CBFF29F5</checksum>
1351
1351
  </file>
1352
1352
  <file>
1353
1353
  <filename>README.md</filename>
1354
1354
  <filetype>md</filetype>
1355
1355
  <usage_type>readme</usage_type>
1356
- <checksum>9AB9F376</checksum>
1356
+ <checksum>5E1C4DB0</checksum>
1357
1357
  </file>
1358
1358
  <file>
1359
1359
  <filename>README.md.erb</filename>
@@ -1496,13 +1496,13 @@
1496
1496
  <filename>measure.rb</filename>
1497
1497
  <filetype>rb</filetype>
1498
1498
  <usage_type>script</usage_type>
1499
- <checksum>153D5528</checksum>
1499
+ <checksum>0DE63CCC</checksum>
1500
1500
  </file>
1501
1501
  <file>
1502
1502
  <filename>create_bar_from_building_type_ratios_test.rb</filename>
1503
1503
  <filetype>rb</filetype>
1504
1504
  <usage_type>test</usage_type>
1505
- <checksum>2E1610BC</checksum>
1505
+ <checksum>CD016F6B</checksum>
1506
1506
  </file>
1507
1507
  <file>
1508
1508
  <filename>example_model.osm</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -684,7 +684,7 @@ This should be true unless you are modeling a partial building which doesn't inc
684
684
 
685
685
  ### Calculation Method for Story Multiplier
686
686
 
687
- **Name:** story_multiplier,
687
+ **Name:** story_multiplier_method,
688
688
  **Type:** Choice,
689
689
  **Units:** ,
690
690
  **Required:** true,
@@ -313,15 +313,15 @@ class CreateBarFromDEERBuildingTypeRatios < OpenStudio::Measure::ModelMeasure
313
313
  top_story_exterior_exposed_roof.setDefaultValue(true)
314
314
  args << top_story_exterior_exposed_roof
315
315
 
316
- # Make argument for story_multiplier
316
+ # Make argument for story_multiplier_method
317
317
  choices = OpenStudio::StringVector.new
318
318
  choices << 'None'
319
319
  choices << 'Basements Ground Mid Top'
320
320
  # choices << "Basements Ground Midx5 Top"
321
- story_multiplier = OpenStudio::Measure::OSArgument.makeChoiceArgument('story_multiplier', choices, true)
322
- story_multiplier.setDisplayName('Calculation Method for Story Multiplier')
323
- story_multiplier.setDefaultValue('Basements Ground Mid Top')
324
- args << story_multiplier
321
+ story_multiplier_method = OpenStudio::Measure::OSArgument.makeChoiceArgument('story_multiplier_method', choices, true)
322
+ story_multiplier_method.setDisplayName('Calculation Method for Story Multiplier')
323
+ story_multiplier_method.setDefaultValue('Basements Ground Mid Top')
324
+ args << story_multiplier_method
325
325
 
326
326
  # make an argument for make_mid_story_surfaces_adiabatic (added to avoid issues with intersect and to lower surface count when using individual stories sliced)
327
327
  make_mid_story_surfaces_adiabatic = OpenStudio::Measure::OSArgument.makeBoolArgument('make_mid_story_surfaces_adiabatic', true)
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>create_bar_from_deer_building_type_ratios</name>
5
5
  <uid>aa4a7ecf-5bfd-4c5e-b0ca-e68babbacff1</uid>
6
- <version_id>deff6402-221d-44c9-ad2c-a6612604e237</version_id>
7
- <version_modified>2024-11-16T23:56:36Z</version_modified>
6
+ <version_id>fb561f09-d778-476d-80fe-ec977ebfe40f</version_id>
7
+ <version_modified>2025-08-01T14:58:35Z</version_modified>
8
8
  <xml_checksum>B31F0C1F</xml_checksum>
9
9
  <class_name>CreateBarFromDEERBuildingTypeRatios</class_name>
10
10
  <display_name>Create Bar From DEER Building Type Ratios</display_name>
@@ -823,7 +823,7 @@
823
823
  </choices>
824
824
  </argument>
825
825
  <argument>
826
- <name>story_multiplier</name>
826
+ <name>story_multiplier_method</name>
827
827
  <display_name>Calculation Method for Story Multiplier</display_name>
828
828
  <type>Choice</type>
829
829
  <required>true</required>
@@ -982,13 +982,13 @@
982
982
  <filename>LICENSE.md</filename>
983
983
  <filetype>md</filetype>
984
984
  <usage_type>license</usage_type>
985
- <checksum>8696A072</checksum>
985
+ <checksum>CBFF29F5</checksum>
986
986
  </file>
987
987
  <file>
988
988
  <filename>README.md</filename>
989
989
  <filetype>md</filetype>
990
990
  <usage_type>readme</usage_type>
991
- <checksum>38647660</checksum>
991
+ <checksum>954998A9</checksum>
992
992
  </file>
993
993
  <file>
994
994
  <filename>README.md.erb</filename>
@@ -1131,7 +1131,7 @@
1131
1131
  <filename>measure.rb</filename>
1132
1132
  <filetype>rb</filetype>
1133
1133
  <usage_type>script</usage_type>
1134
- <checksum>DC57753C</checksum>
1134
+ <checksum>3927215A</checksum>
1135
1135
  </file>
1136
1136
  <file>
1137
1137
  <filename>create_bar_from_deer_building_type_ratios_test.rb</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -673,7 +673,7 @@ This should be true unless you are modeling a partial building which doesn't inc
673
673
 
674
674
  ### Calculation Method for Story Multiplier
675
675
 
676
- **Name:** story_multiplier,
676
+ **Name:** story_multiplier_method,
677
677
  **Type:** Choice,
678
678
  **Units:** ,
679
679
  **Required:** true,
@@ -314,15 +314,15 @@ class CreateBarFromDOEBuildingTypeRatios < OpenStudio::Measure::ModelMeasure
314
314
  top_story_exterior_exposed_roof.setDefaultValue(true)
315
315
  args << top_story_exterior_exposed_roof
316
316
 
317
- # Make argument for story_multiplier
317
+ # Make argument for story_multiplier_method
318
318
  choices = OpenStudio::StringVector.new
319
319
  choices << 'None'
320
320
  choices << 'Basements Ground Mid Top'
321
321
  # choices << "Basements Ground Midx5 Top"
322
- story_multiplier = OpenStudio::Measure::OSArgument.makeChoiceArgument('story_multiplier', choices, true)
323
- story_multiplier.setDisplayName('Calculation Method for Story Multiplier')
324
- story_multiplier.setDefaultValue('Basements Ground Mid Top')
325
- args << story_multiplier
322
+ story_multiplier_method = OpenStudio::Measure::OSArgument.makeChoiceArgument('story_multiplier_method', choices, true)
323
+ story_multiplier_method.setDisplayName('Calculation Method for Story Multiplier')
324
+ story_multiplier_method.setDefaultValue('Basements Ground Mid Top')
325
+ args << story_multiplier_method
326
326
 
327
327
  # make an argument for make_mid_story_surfaces_adiabatic (added to avoid issues with intersect and to lower surface count when using individual stories sliced)
328
328
  make_mid_story_surfaces_adiabatic = OpenStudio::Measure::OSArgument.makeBoolArgument('make_mid_story_surfaces_adiabatic', true)
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>create_bar_from_doe_building_type_ratios</name>
5
5
  <uid>0de3cff9-c805-42c4-964e-18cb43a22c63</uid>
6
- <version_id>21d5e86d-8249-48df-8e5f-ec726ccce137</version_id>
7
- <version_modified>2024-11-16T23:56:37Z</version_modified>
6
+ <version_id>d14fe5c4-f6c8-4226-add1-ed6166d1bc77</version_id>
7
+ <version_modified>2025-08-01T14:58:36Z</version_modified>
8
8
  <xml_checksum>5F523097</xml_checksum>
9
9
  <class_name>CreateBarFromDOEBuildingTypeRatios</class_name>
10
10
  <display_name>Create Bar From DOE Building Type Ratios</display_name>
@@ -759,7 +759,7 @@
759
759
  </choices>
760
760
  </argument>
761
761
  <argument>
762
- <name>story_multiplier</name>
762
+ <name>story_multiplier_method</name>
763
763
  <display_name>Calculation Method for Story Multiplier</display_name>
764
764
  <type>Choice</type>
765
765
  <required>true</required>
@@ -922,13 +922,13 @@
922
922
  <filename>LICENSE.md</filename>
923
923
  <filetype>md</filetype>
924
924
  <usage_type>license</usage_type>
925
- <checksum>8696A072</checksum>
925
+ <checksum>CBFF29F5</checksum>
926
926
  </file>
927
927
  <file>
928
928
  <filename>README.md</filename>
929
929
  <filetype>md</filetype>
930
930
  <usage_type>readme</usage_type>
931
- <checksum>B96F2633</checksum>
931
+ <checksum>BEEE10DB</checksum>
932
932
  </file>
933
933
  <file>
934
934
  <filename>README.md.erb</filename>
@@ -1071,13 +1071,13 @@
1071
1071
  <filename>measure.rb</filename>
1072
1072
  <filetype>rb</filetype>
1073
1073
  <usage_type>script</usage_type>
1074
- <checksum>AF357BC7</checksum>
1074
+ <checksum>CCC0C7D4</checksum>
1075
1075
  </file>
1076
1076
  <file>
1077
1077
  <filename>create_bar_from_doe_building_type_ratios_test.rb</filename>
1078
1078
  <filetype>rb</filetype>
1079
1079
  <usage_type>test</usage_type>
1080
- <checksum>7286FEA7</checksum>
1080
+ <checksum>A08A5602</checksum>
1081
1081
  </file>
1082
1082
  <file>
1083
1083
  <filename>example_model.osm</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>create_bar_from_model</name>
5
5
  <uid>87fb0783-7a38-4900-8969-40e744c67814</uid>
6
- <version_id>8dd3e173-1aa6-40e7-a97e-0c1acd10f3b2</version_id>
7
- <version_modified>2024-11-16T23:56:37Z</version_modified>
6
+ <version_id>0107d9e3-88ea-4fb5-b965-200db723aaad</version_id>
7
+ <version_modified>2025-08-01T14:58:35Z</version_modified>
8
8
  <xml_checksum>2AF3A68E</xml_checksum>
9
9
  <class_name>CreateBarFromModel</class_name>
10
10
  <display_name>Create Bar From Model</display_name>
@@ -88,7 +88,7 @@
88
88
  <filename>LICENSE.md</filename>
89
89
  <filetype>md</filetype>
90
90
  <usage_type>license</usage_type>
91
- <checksum>8696A072</checksum>
91
+ <checksum>CBFF29F5</checksum>
92
92
  </file>
93
93
  <file>
94
94
  <filename>README.md</filename>
@@ -1,4 +1,4 @@
1
- OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC.
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
@@ -491,7 +491,7 @@ This should be true unless you are modeling a partial building which doesn't inc
491
491
 
492
492
  ### Calculation Method for Story Multiplier
493
493
 
494
- **Name:** story_multiplier,
494
+ **Name:** story_multiplier_method,
495
495
  **Type:** Choice,
496
496
  **Units:** ,
497
497
  **Required:** true,
@@ -262,15 +262,15 @@ class CreateBarFromSpaceTypeRatios < OpenStudio::Measure::ModelMeasure
262
262
  top_story_exterior_exposed_roof.setDefaultValue(true)
263
263
  args << top_story_exterior_exposed_roof
264
264
 
265
- # Make argument for story_multiplier
265
+ # Make argument for story_multiplier_method
266
266
  choices = OpenStudio::StringVector.new
267
267
  choices << 'None'
268
268
  choices << 'Basements Ground Mid Top'
269
269
  # choices << "Basements Ground Midx5 Top"
270
- story_multiplier = OpenStudio::Measure::OSArgument.makeChoiceArgument('story_multiplier', choices, true)
271
- story_multiplier.setDisplayName('Calculation Method for Story Multiplier')
272
- story_multiplier.setDefaultValue('Basements Ground Mid Top')
273
- args << story_multiplier
270
+ story_multiplier_method = OpenStudio::Measure::OSArgument.makeChoiceArgument('story_multiplier_method', choices, true)
271
+ story_multiplier_method.setDisplayName('Calculation Method for Story Multiplier')
272
+ story_multiplier_method.setDefaultValue('Basements Ground Mid Top')
273
+ args << story_multiplier_method
274
274
 
275
275
  # make an argument for make_mid_story_surfaces_adiabatic (added to avoid issues with intersect and to lower surface count when using individual stories sliced)
276
276
  make_mid_story_surfaces_adiabatic = OpenStudio::Measure::OSArgument.makeBoolArgument('make_mid_story_surfaces_adiabatic', true)