openstudio-model-articulation 0.6.1 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (170) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -0
  3. data/Gemfile +0 -6
  4. data/LICENSE.md +7 -21
  5. data/README.md +5 -3
  6. data/Rakefile +2 -32
  7. data/doc_templates/LICENSE.md +7 -21
  8. data/doc_templates/copyright_erb.txt +2 -32
  9. data/doc_templates/copyright_js.txt +2 -2
  10. data/doc_templates/copyright_ruby.txt +3 -33
  11. data/lib/measures/AssignConstructionSetToBuilding/LICENSE.md +7 -21
  12. data/lib/measures/AssignConstructionSetToBuilding/measure.rb +2 -32
  13. data/lib/measures/AssignConstructionSetToBuilding/measure.xml +7 -7
  14. data/lib/measures/AssignSpaceTypeBySpaceName/LICENSE.md +7 -21
  15. data/lib/measures/AssignSpaceTypeBySpaceName/measure.rb +2 -32
  16. data/lib/measures/AssignSpaceTypeBySpaceName/measure.xml +25 -25
  17. data/lib/measures/AssignSpaceTypeToBuilding/LICENSE.md +7 -21
  18. data/lib/measures/AssignSpaceTypeToBuilding/measure.rb +2 -32
  19. data/lib/measures/AssignSpaceTypeToBuilding/measure.xml +7 -7
  20. data/lib/measures/AssignSpacesToStories/LICENSE.md +7 -21
  21. data/lib/measures/AssignSpacesToStories/measure.rb +2 -32
  22. data/lib/measures/AssignSpacesToStories/measure.xml +5 -5
  23. data/lib/measures/BarAspectRatioStudy/LICENSE.md +7 -21
  24. data/lib/measures/BarAspectRatioStudy/measure.rb +2 -32
  25. data/lib/measures/BarAspectRatioStudy/measure.xml +5 -5
  26. data/lib/measures/CleanupSpaceOrigins/LICENSE.md +7 -21
  27. data/lib/measures/CleanupSpaceOrigins/measure.rb +2 -32
  28. data/lib/measures/CleanupSpaceOrigins/measure.xml +5 -5
  29. data/lib/measures/FindAndReplaceObjectNames/LICENSE.md +7 -21
  30. data/lib/measures/FindAndReplaceObjectNames/measure.rb +2 -32
  31. data/lib/measures/FindAndReplaceObjectNames/measure.xml +5 -5
  32. data/lib/measures/InjectOsmGeometryIntoAnExternalIdf/LICENSE.md +7 -21
  33. data/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.rb +2 -32
  34. data/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.xml +23 -23
  35. data/lib/measures/RemoveHardAssignedConstructions/LICENSE.md +7 -21
  36. data/lib/measures/RemoveHardAssignedConstructions/measure.rb +2 -32
  37. data/lib/measures/RemoveHardAssignedConstructions/measure.xml +5 -5
  38. data/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/LICENSE.md +7 -21
  39. data/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.rb +2 -32
  40. data/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.xml +25 -25
  41. data/lib/measures/RotateBuilding/LICENSE.md +7 -21
  42. data/lib/measures/RotateBuilding/measure.rb +2 -32
  43. data/lib/measures/RotateBuilding/measure.xml +5 -5
  44. data/lib/measures/SetExtWallToGroundBoundaryConditionByStory/LICENSE.md +7 -21
  45. data/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.rb +2 -32
  46. data/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.xml +11 -11
  47. data/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/LICENSE.md +7 -21
  48. data/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.rb +2 -32
  49. data/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.xml +5 -5
  50. data/lib/measures/SetInteriorWallsToSelectedConstruction/LICENSE.md +7 -21
  51. data/lib/measures/SetInteriorWallsToSelectedConstruction/measure.rb +2 -32
  52. data/lib/measures/SetInteriorWallsToSelectedConstruction/measure.xml +5 -5
  53. data/lib/measures/SetWindowToWallRatioByFacade/LICENSE.md +7 -21
  54. data/lib/measures/SetWindowToWallRatioByFacade/measure.rb +2 -32
  55. data/lib/measures/SetWindowToWallRatioByFacade/measure.xml +11 -11
  56. data/lib/measures/SetWindowToWallRatioByFacade/resources/functions.rb +2 -32
  57. data/lib/measures/SimplifyGeometryToSlicedBar/LICENSE.md +7 -21
  58. data/lib/measures/SimplifyGeometryToSlicedBar/measure.rb +2 -32
  59. data/lib/measures/SimplifyGeometryToSlicedBar/measure.xml +26 -26
  60. data/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_cofee.rb +2 -32
  61. data/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_geometry.rb +2 -32
  62. data/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_helper_methods.rb +2 -32
  63. data/lib/measures/SpaceTypeAndConstructionSetWizard/LICENSE.md +7 -21
  64. data/lib/measures/SpaceTypeAndConstructionSetWizard/measure.rb +2 -32
  65. data/lib/measures/SpaceTypeAndConstructionSetWizard/measure.xml +21 -5
  66. data/lib/measures/SurfaceMatching/LICENSE.md +7 -21
  67. data/lib/measures/SurfaceMatching/measure.rb +2 -32
  68. data/lib/measures/SurfaceMatching/measure.xml +5 -5
  69. data/lib/measures/add_empd_material_properties/LICENSE.md +7 -21
  70. data/lib/measures/add_empd_material_properties/measure.rb +4 -34
  71. data/lib/measures/add_empd_material_properties/measure.xml +16 -16
  72. data/lib/measures/blended_space_type_from_floor_area_ratios/LICENSE.md +7 -21
  73. data/lib/measures/blended_space_type_from_floor_area_ratios/measure.rb +2 -32
  74. data/lib/measures/blended_space_type_from_floor_area_ratios/measure.xml +5 -5
  75. data/lib/measures/blended_space_type_from_model/LICENSE.md +7 -21
  76. data/lib/measures/blended_space_type_from_model/measure.rb +2 -32
  77. data/lib/measures/blended_space_type_from_model/measure.xml +10 -10
  78. data/lib/measures/clone_building_from_external_model/LICENSE.md +7 -21
  79. data/lib/measures/clone_building_from_external_model/measure.rb +2 -32
  80. data/lib/measures/clone_building_from_external_model/measure.xml +5 -5
  81. data/lib/measures/create_DOE_prototype_building/LICENSE.md +7 -21
  82. data/lib/measures/create_DOE_prototype_building/measure.rb +5 -32
  83. data/lib/measures/create_DOE_prototype_building/measure.xml +17 -33
  84. data/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/LICENSE.md +7 -21
  85. data/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.rb +2 -32
  86. data/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.xml +5 -5
  87. data/lib/measures/create_bar_from_building_type_ratios/LICENSE.md +7 -21
  88. data/lib/measures/create_bar_from_building_type_ratios/README.md +5 -5
  89. data/lib/measures/create_bar_from_building_type_ratios/measure.rb +2 -32
  90. data/lib/measures/create_bar_from_building_type_ratios/measure.xml +53 -13
  91. data/lib/measures/create_bar_from_deer_building_type_ratios/LICENSE.md +7 -21
  92. data/lib/measures/create_bar_from_deer_building_type_ratios/measure.rb +2 -32
  93. data/lib/measures/create_bar_from_deer_building_type_ratios/measure.xml +10 -10
  94. data/lib/measures/create_bar_from_doe_building_type_ratios/LICENSE.md +7 -21
  95. data/lib/measures/create_bar_from_doe_building_type_ratios/README.md +13 -5
  96. data/lib/measures/create_bar_from_doe_building_type_ratios/measure.rb +2 -32
  97. data/lib/measures/create_bar_from_doe_building_type_ratios/measure.xml +53 -13
  98. data/lib/measures/create_bar_from_model/LICENSE.md +7 -21
  99. data/lib/measures/create_bar_from_model/measure.rb +2 -32
  100. data/lib/measures/create_bar_from_model/measure.xml +5 -5
  101. data/lib/measures/create_bar_from_space_type_ratios/LICENSE.md +7 -21
  102. data/lib/measures/create_bar_from_space_type_ratios/README.md +1 -1
  103. data/lib/measures/create_bar_from_space_type_ratios/measure.rb +2 -32
  104. data/lib/measures/create_bar_from_space_type_ratios/measure.xml +21 -13
  105. data/lib/measures/create_baseline_building/LICENSE.md +7 -21
  106. data/lib/measures/create_baseline_building/measure.rb +2 -32
  107. data/lib/measures/create_baseline_building/measure.xml +5 -5
  108. data/lib/measures/create_deer_prototype_building/LICENSE.md +7 -21
  109. data/lib/measures/create_deer_prototype_building/measure.rb +2 -32
  110. data/lib/measures/create_deer_prototype_building/measure.xml +6 -6
  111. data/lib/measures/create_deer_prototype_building/resources/deer_building_types.rb +2 -32
  112. data/lib/measures/create_parametric_schedules/LICENSE.md +7 -21
  113. data/lib/measures/create_parametric_schedules/measure.rb +2 -32
  114. data/lib/measures/create_parametric_schedules/measure.xml +5 -5
  115. data/lib/measures/create_typical_building_from_model/LICENSE.md +7 -21
  116. data/lib/measures/create_typical_building_from_model/README.md +1 -1
  117. data/lib/measures/create_typical_building_from_model/measure.rb +2 -32
  118. data/lib/measures/create_typical_building_from_model/measure.xml +27 -19
  119. data/lib/measures/create_typical_building_from_model/resources/Model.hvac.rb +2 -32
  120. data/lib/measures/create_typical_deer_building_from_model/LICENSE.md +7 -21
  121. data/lib/measures/create_typical_deer_building_from_model/measure.rb +2 -32
  122. data/lib/measures/create_typical_deer_building_from_model/measure.xml +17 -17
  123. data/lib/measures/create_typical_deer_building_from_model/resources/Model.hvac.rb +2 -32
  124. data/lib/measures/create_typical_doe_building_from_model/LICENSE.md +7 -21
  125. data/lib/measures/create_typical_doe_building_from_model/README.md +5 -1
  126. data/lib/measures/create_typical_doe_building_from_model/measure.rb +2 -32
  127. data/lib/measures/create_typical_doe_building_from_model/measure.xml +27 -19
  128. data/lib/measures/create_typical_doe_building_from_model/resources/Model.hvac.rb +2 -32
  129. data/lib/measures/deer_space_type_and_construction_set_wizard/LICENSE.md +7 -21
  130. data/lib/measures/deer_space_type_and_construction_set_wizard/measure.rb +2 -32
  131. data/lib/measures/deer_space_type_and_construction_set_wizard/measure.xml +5 -5
  132. data/lib/measures/find_and_replace_in_all_thermal_zone_names/LICENSE.md +7 -21
  133. data/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.rb +2 -32
  134. data/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.xml +5 -5
  135. data/lib/measures/make_shading_surfaces_based_on_zone_multipliers/LICENSE.md +7 -21
  136. data/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.rb +2 -32
  137. data/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.xml +5 -5
  138. data/lib/measures/merge_floorspace_js_with_model/LICENSE.md +7 -21
  139. data/lib/measures/merge_floorspace_js_with_model/measure.rb +11 -35
  140. data/lib/measures/merge_floorspace_js_with_model/measure.xml +12 -6
  141. data/lib/measures/merge_spaces_from_external_file/LICENSE.md +7 -21
  142. data/lib/measures/merge_spaces_from_external_file/measure.rb +2 -32
  143. data/lib/measures/merge_spaces_from_external_file/measure.xml +6 -6
  144. data/lib/measures/merge_spaces_from_external_file/resources/ScheduleTranslator.rb +2 -32
  145. data/lib/measures/radiance_measure/LICENSE.md +7 -21
  146. data/lib/measures/radiance_measure/measure.rb +2 -32
  147. data/lib/measures/radiance_measure/measure.xml +5 -5
  148. data/lib/measures/radiant_slab_with_doas/LICENSE.md +7 -21
  149. data/lib/measures/radiant_slab_with_doas/measure.rb +3 -33
  150. data/lib/measures/radiant_slab_with_doas/measure.xml +5 -5
  151. data/lib/measures/replace_geometry_by_story/LICENSE.md +7 -21
  152. data/lib/measures/replace_geometry_by_story/measure.rb +2 -32
  153. data/lib/measures/replace_geometry_by_story/measure.xml +5 -5
  154. data/lib/measures/scale_geometry/LICENSE.md +7 -21
  155. data/lib/measures/scale_geometry/measure.rb +2 -32
  156. data/lib/measures/scale_geometry/measure.xml +5 -5
  157. data/lib/measures/set_nist_infiltration_correlations/LICENSE.md +13 -0
  158. data/lib/measures/set_nist_infiltration_correlations/README.md +94 -0
  159. data/lib/measures/set_nist_infiltration_correlations/README.md.erb +45 -0
  160. data/lib/measures/set_nist_infiltration_correlations/docs/Data-NISTInfiltrationCorrelations.xlsx +0 -0
  161. data/lib/measures/set_nist_infiltration_correlations/docs/NIST.TN.2221.pdf +0 -0
  162. data/lib/measures/set_nist_infiltration_correlations/measure.rb +613 -0
  163. data/lib/measures/set_nist_infiltration_correlations/measure.xml +373 -0
  164. data/lib/measures/set_nist_infiltration_correlations/resources/Data-NISTInfiltrationCorrelations.csv +353 -0
  165. data/lib/openstudio/model_articulation/extension.rb +2 -32
  166. data/lib/openstudio/model_articulation/version.rb +3 -33
  167. data/lib/openstudio/model_articulation.rb +2 -32
  168. data/lib/openstudio-model-articulation.rb +2 -32
  169. data/openstudio-model-articulation.gemspec +2 -2
  170. metadata +18 -10
@@ -1,27 +1,13 @@
1
- OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
1
+ OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
2
2
 
3
- Redistribution and use in source and binary forms, with or without modification, are permitted
4
- provided that the following conditions are met:
3
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5
4
 
6
- (1) Redistributions of source code must retain the above copyright notice, this list of conditions
7
- and the following disclaimer.
5
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
8
6
 
9
- (2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions
10
- and the following disclaimer in the documentation and/or other materials provided with the distribution.
7
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
11
8
 
12
- (3) Neither the name of the copyright holder nor the names of any contributors may be used to endorse
13
- or promote products derived from this software without specific prior written permission from the
14
- respective party.
9
+ 3. Redistribution of this software, without modification, must refer to the software by the same designation. Redistribution of a modified version of this software (i) may not refer to the modified version by the same designation, or by any confusingly similar designation, and (ii) must refer to the underlying software originally provided by Alliance as “OpenStudio®”. Except to comply with the foregoing, the term “OpenStudio®”, or any confusingly similar designation may not be used to refer to any modified version of this software or any modified version of the underlying software originally provided by Alliance without the prior written consent of Alliance.
15
10
 
16
- (4) Other than as required in clauses (1) and (2), distributions in any form of modifications or other
17
- derivative works may not use the "OpenStudio" trademark, "OS", "os", or any other confusingly similar
18
- designation without specific prior written permission from Alliance for Sustainable Energy, LLC.
11
+ 4. The name of the copyright holder(s), any contributors, the United States Government, the United States Department of Energy, or any of their employees may not be used to endorse or promote products derived from this software without specific prior written permission from the respective party.
19
12
 
20
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
21
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
22
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES GOVERNMENT,
23
- OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
25
- OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26
- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,36 +1,6 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
- # All rights reserved.
4
- # Redistribution and use in source and binary forms, with or without
5
- # modification, are permitted provided that the following conditions are met:
6
- #
7
- # (1) Redistributions of source code must retain the above copyright notice,
8
- # this list of conditions and the following disclaimer.
9
- #
10
- # (2) Redistributions in binary form must reproduce the above copyright notice,
11
- # this list of conditions and the following disclaimer in the documentation
12
- # and/or other materials provided with the distribution.
13
- #
14
- # (3) Neither the name of the copyright holder nor the names of any contributors
15
- # may be used to endorse or promote products derived from this software without
16
- # specific prior written permission from the respective party.
17
- #
18
- # (4) Other than as required in clauses (1) and (2), distributions in any form
19
- # of modifications or other derivative works may not use the "OpenStudio"
20
- # trademark, "OS", "os", or any other confusingly similar designation without
21
- # specific prior written permission from Alliance for Sustainable Energy, LLC.
22
- #
23
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS
24
- # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
25
- # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26
- # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE
27
- # UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF
28
- # THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
29
- # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
30
- # OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31
- # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
32
- # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33
- # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2
+ # OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
3
+ # See also https://openstudio.net/license
34
4
  # *******************************************************************************
35
5
 
36
6
  # see the URL below for information on how to write OpenStudio measures
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>blended_space_type_from_model</name>
5
5
  <uid>667c2f1f-0927-4dbd-a7be-1087b5c15181</uid>
6
- <version_id>68180f3a-0d37-4921-8eea-baab050bb62b</version_id>
7
- <version_modified>20220512T054947Z</version_modified>
6
+ <version_id>23be7ce9-31dd-42f6-a4a4-ba8f6265e6a7</version_id>
7
+ <version_modified>20230602T160045Z</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>
@@ -126,23 +126,23 @@
126
126
  <usage_type>readmeerb</usage_type>
127
127
  <checksum>703C9964</checksum>
128
128
  </file>
129
- <file>
130
- <filename>LICENSE.md</filename>
131
- <filetype>md</filetype>
132
- <usage_type>license</usage_type>
133
- <checksum>A21A3ED2</checksum>
134
- </file>
135
129
  <file>
136
130
  <filename>replace_occupied_spaces_with_blended_space_type_design_doc.txt</filename>
137
131
  <filetype>txt</filetype>
138
132
  <usage_type>doc</usage_type>
139
133
  <checksum>C2673B6F</checksum>
140
134
  </file>
135
+ <file>
136
+ <filename>LICENSE.md</filename>
137
+ <filetype>md</filetype>
138
+ <usage_type>license</usage_type>
139
+ <checksum>BFFB1AA6</checksum>
140
+ </file>
141
141
  <file>
142
142
  <filename>measure_test.rb</filename>
143
143
  <filetype>rb</filetype>
144
144
  <usage_type>test</usage_type>
145
- <checksum>60597097</checksum>
145
+ <checksum>75D48CAC</checksum>
146
146
  </file>
147
147
  <file>
148
148
  <version>
@@ -153,7 +153,7 @@
153
153
  <filename>measure.rb</filename>
154
154
  <filetype>rb</filetype>
155
155
  <usage_type>script</usage_type>
156
- <checksum>556BD210</checksum>
156
+ <checksum>4A8C4B2E</checksum>
157
157
  </file>
158
158
  </files>
159
159
  </measure>
@@ -1,27 +1,13 @@
1
- OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
1
+ OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
2
2
 
3
- Redistribution and use in source and binary forms, with or without modification, are permitted
4
- provided that the following conditions are met:
3
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5
4
 
6
- (1) Redistributions of source code must retain the above copyright notice, this list of conditions
7
- and the following disclaimer.
5
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
8
6
 
9
- (2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions
10
- and the following disclaimer in the documentation and/or other materials provided with the distribution.
7
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
11
8
 
12
- (3) Neither the name of the copyright holder nor the names of any contributors may be used to endorse
13
- or promote products derived from this software without specific prior written permission from the
14
- respective party.
9
+ 3. Redistribution of this software, without modification, must refer to the software by the same designation. Redistribution of a modified version of this software (i) may not refer to the modified version by the same designation, or by any confusingly similar designation, and (ii) must refer to the underlying software originally provided by Alliance as “OpenStudio®”. Except to comply with the foregoing, the term “OpenStudio®”, or any confusingly similar designation may not be used to refer to any modified version of this software or any modified version of the underlying software originally provided by Alliance without the prior written consent of Alliance.
15
10
 
16
- (4) Other than as required in clauses (1) and (2), distributions in any form of modifications or other
17
- derivative works may not use the "OpenStudio" trademark, "OS", "os", or any other confusingly similar
18
- designation without specific prior written permission from Alliance for Sustainable Energy, LLC.
11
+ 4. The name of the copyright holder(s), any contributors, the United States Government, the United States Department of Energy, or any of their employees may not be used to endorse or promote products derived from this software without specific prior written permission from the respective party.
19
12
 
20
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
21
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
22
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES GOVERNMENT,
23
- OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
25
- OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26
- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,36 +1,6 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
- # All rights reserved.
4
- # Redistribution and use in source and binary forms, with or without
5
- # modification, are permitted provided that the following conditions are met:
6
- #
7
- # (1) Redistributions of source code must retain the above copyright notice,
8
- # this list of conditions and the following disclaimer.
9
- #
10
- # (2) Redistributions in binary form must reproduce the above copyright notice,
11
- # this list of conditions and the following disclaimer in the documentation
12
- # and/or other materials provided with the distribution.
13
- #
14
- # (3) Neither the name of the copyright holder nor the names of any contributors
15
- # may be used to endorse or promote products derived from this software without
16
- # specific prior written permission from the respective party.
17
- #
18
- # (4) Other than as required in clauses (1) and (2), distributions in any form
19
- # of modifications or other derivative works may not use the "OpenStudio"
20
- # trademark, "OS", "os", or any other confusingly similar designation without
21
- # specific prior written permission from Alliance for Sustainable Energy, LLC.
22
- #
23
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS
24
- # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
25
- # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26
- # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE
27
- # UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF
28
- # THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
29
- # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
30
- # OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31
- # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
32
- # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33
- # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2
+ # OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
3
+ # See also https://openstudio.net/license
34
4
  # *******************************************************************************
35
5
 
36
6
  # see the URL below for information on how to write OpenStudio measures
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>clone_building_from_external_model</name>
5
5
  <uid>09711168-01a7-4abc-b710-b49d59d927d8</uid>
6
- <version_id>444db266-08fc-4c5f-9c49-0153dde8d053</version_id>
7
- <version_modified>20220505T182930Z</version_modified>
6
+ <version_id>66ee546c-8b97-4caa-a410-fe2a536b70e6</version_id>
7
+ <version_modified>20230602T160043Z</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>
@@ -102,19 +102,19 @@
102
102
  <filename>measure.rb</filename>
103
103
  <filetype>rb</filetype>
104
104
  <usage_type>script</usage_type>
105
- <checksum>6B3BD27E</checksum>
105
+ <checksum>C11C122D</checksum>
106
106
  </file>
107
107
  <file>
108
108
  <filename>LICENSE.md</filename>
109
109
  <filetype>md</filetype>
110
110
  <usage_type>license</usage_type>
111
- <checksum>A21A3ED2</checksum>
111
+ <checksum>BFFB1AA6</checksum>
112
112
  </file>
113
113
  <file>
114
114
  <filename>clone_building_from_external_model_test.rb</filename>
115
115
  <filetype>rb</filetype>
116
116
  <usage_type>test</usage_type>
117
- <checksum>D9BEC6C9</checksum>
117
+ <checksum>E4066B39</checksum>
118
118
  </file>
119
119
  </files>
120
120
  </measure>
@@ -1,27 +1,13 @@
1
- OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
1
+ OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
2
2
 
3
- Redistribution and use in source and binary forms, with or without modification, are permitted
4
- provided that the following conditions are met:
3
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5
4
 
6
- (1) Redistributions of source code must retain the above copyright notice, this list of conditions
7
- and the following disclaimer.
5
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
8
6
 
9
- (2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions
10
- and the following disclaimer in the documentation and/or other materials provided with the distribution.
7
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
11
8
 
12
- (3) Neither the name of the copyright holder nor the names of any contributors may be used to endorse
13
- or promote products derived from this software without specific prior written permission from the
14
- respective party.
9
+ 3. Redistribution of this software, without modification, must refer to the software by the same designation. Redistribution of a modified version of this software (i) may not refer to the modified version by the same designation, or by any confusingly similar designation, and (ii) must refer to the underlying software originally provided by Alliance as “OpenStudio®”. Except to comply with the foregoing, the term “OpenStudio®”, or any confusingly similar designation may not be used to refer to any modified version of this software or any modified version of the underlying software originally provided by Alliance without the prior written consent of Alliance.
15
10
 
16
- (4) Other than as required in clauses (1) and (2), distributions in any form of modifications or other
17
- derivative works may not use the "OpenStudio" trademark, "OS", "os", or any other confusingly similar
18
- designation without specific prior written permission from Alliance for Sustainable Energy, LLC.
11
+ 4. The name of the copyright holder(s), any contributors, the United States Government, the United States Department of Energy, or any of their employees may not be used to endorse or promote products derived from this software without specific prior written permission from the respective party.
19
12
 
20
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
21
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
22
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES GOVERNMENT,
23
- OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
25
- OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26
- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,36 +1,6 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
- # All rights reserved.
4
- # Redistribution and use in source and binary forms, with or without
5
- # modification, are permitted provided that the following conditions are met:
6
- #
7
- # (1) Redistributions of source code must retain the above copyright notice,
8
- # this list of conditions and the following disclaimer.
9
- #
10
- # (2) Redistributions in binary form must reproduce the above copyright notice,
11
- # this list of conditions and the following disclaimer in the documentation
12
- # and/or other materials provided with the distribution.
13
- #
14
- # (3) Neither the name of the copyright holder nor the names of any contributors
15
- # may be used to endorse or promote products derived from this software without
16
- # specific prior written permission from the respective party.
17
- #
18
- # (4) Other than as required in clauses (1) and (2), distributions in any form
19
- # of modifications or other derivative works may not use the "OpenStudio"
20
- # trademark, "OS", "os", or any other confusingly similar designation without
21
- # specific prior written permission from Alliance for Sustainable Energy, LLC.
22
- #
23
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS
24
- # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
25
- # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26
- # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE
27
- # UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF
28
- # THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
29
- # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
30
- # OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31
- # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
32
- # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33
- # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2
+ # OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
3
+ # See also https://openstudio.net/license
34
4
  # *******************************************************************************
35
5
 
36
6
  # Start the measure
@@ -79,6 +49,8 @@ class CreateDOEPrototypeBuilding < OpenStudio::Measure::ModelMeasure
79
49
  building_type_chs << 'LargeDataCenterLowITE'
80
50
  building_type_chs << 'SmallDataCenterHighITE'
81
51
  building_type_chs << 'SmallDataCenterLowITE'
52
+ building_type_chs << 'Courthouse'
53
+ building_type_chs << 'College'
82
54
  building_type = OpenStudio::Measure::OSArgument.makeChoiceArgument('building_type', building_type_chs, true)
83
55
  building_type.setDisplayName('Building Type.')
84
56
  building_type.setDefaultValue('SmallOffice')
@@ -94,6 +66,7 @@ class CreateDOEPrototypeBuilding < OpenStudio::Measure::ModelMeasure
94
66
  template_chs << '90.1-2010'
95
67
  template_chs << '90.1-2013'
96
68
  template_chs << '90.1-2016'
69
+ template_chs << '90.1-2019'
97
70
  template_chs << 'NECB 2011'
98
71
  template = OpenStudio::Measure::OSArgument.makeChoiceArgument('template', template_chs, true)
99
72
  template.setDisplayName('Template.')
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>create_doe_prototype_building</name>
5
5
  <uid>be90fd0b-a651-467a-bc8d-29d310b0f937</uid>
6
- <version_id>b825517f-4598-48b4-8ffe-69e040ba0015</version_id>
7
- <version_modified>20220505T182930Z</version_modified>
6
+ <version_id>224cfdf3-dc5a-4902-a08c-e041ef0dffaa</version_id>
7
+ <version_modified>20230602T160043Z</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>
@@ -103,6 +103,14 @@
103
103
  <value>SmallDataCenterLowITE</value>
104
104
  <display_name>SmallDataCenterLowITE</display_name>
105
105
  </choice>
106
+ <choice>
107
+ <value>Courthouse</value>
108
+ <display_name>Courthouse</display_name>
109
+ </choice>
110
+ <choice>
111
+ <value>College</value>
112
+ <display_name>College</display_name>
113
+ </choice>
106
114
  </choices>
107
115
  </argument>
108
116
  <argument>
@@ -141,6 +149,10 @@
141
149
  <value>90.1-2016</value>
142
150
  <display_name>90.1-2016</display_name>
143
151
  </choice>
152
+ <choice>
153
+ <value>90.1-2019</value>
154
+ <display_name>90.1-2019</display_name>
155
+ </choice>
144
156
  <choice>
145
157
  <value>NECB 2011</value>
146
158
  <display_name>NECB 2011</display_name>
@@ -269,10 +281,6 @@
269
281
  <value>CAN_ON_Hamilton.Intl.AP.712630_CWEC2016.epw</value>
270
282
  <display_name>CAN_ON_Hamilton.Intl.AP.712630_CWEC2016.epw</display_name>
271
283
  </choice>
272
- <choice>
273
- <value>CAN_QC_Sherbrooke.AP.716100_TMYx.2004-2018.epw</value>
274
- <display_name>CAN_QC_Sherbrooke.AP.716100_TMYx.2004-2018.epw</display_name>
275
- </choice>
276
284
  <choice>
277
285
  <value>CHINO_722899_CZ2010.epw</value>
278
286
  <display_name>CHINO_722899_CZ2010.epw</display_name>
@@ -281,10 +289,6 @@
281
289
  <value>MOUNT-SHASTA_725957_CZ2010.epw</value>
282
290
  <display_name>MOUNT-SHASTA_725957_CZ2010.epw</display_name>
283
291
  </choice>
284
- <choice>
285
- <value>CAN_ON_Sarnia-Hadfield.AP.717040_TMYx.2004-2018.epw</value>
286
- <display_name>CAN_ON_Sarnia-Hadfield.AP.717040_TMYx.2004-2018.epw</display_name>
287
- </choice>
288
292
  <choice>
289
293
  <value>CAN_AB_Red.Deer.Rgnl.AP.718780_CWEC2016.epw</value>
290
294
  <display_name>CAN_AB_Red.Deer.Rgnl.AP.718780_CWEC2016.epw</display_name>
@@ -329,10 +333,6 @@
329
333
  <value>USA_FL_Miami.Intl.AP.722020_TMY3.epw</value>
330
334
  <display_name>USA_FL_Miami.Intl.AP.722020_TMY3.epw</display_name>
331
335
  </choice>
332
- <choice>
333
- <value>CAN_QC_Granby.710367_TMYx.2004-2018.epw</value>
334
- <display_name>CAN_QC_Granby.710367_TMYx.2004-2018.epw</display_name>
335
- </choice>
336
336
  <choice>
337
337
  <value>UKIAH_725905_CZ2010.epw</value>
338
338
  <display_name>UKIAH_725905_CZ2010.epw</display_name>
@@ -349,10 +349,6 @@
349
349
  <value>INYOKERN_723826_CZ2010.epw</value>
350
350
  <display_name>INYOKERN_723826_CZ2010.epw</display_name>
351
351
  </choice>
352
- <choice>
353
- <value>CAN_ON_Region.of.Waterloo.Intl.AP.713680_TMYx.2004-2018.epw</value>
354
- <display_name>CAN_ON_Region.of.Waterloo.Intl.AP.713680_TMYx.2004-2018.epw</display_name>
355
- </choice>
356
352
  <choice>
357
353
  <value>CAN_SK_CFB.Moose.Jaw.715390_CWEC2016.epw</value>
358
354
  <display_name>CAN_SK_CFB.Moose.Jaw.715390_CWEC2016.epw</display_name>
@@ -717,10 +713,6 @@
717
713
  <value>CAN_NT_Inuvik-Zubko.AP.719570_CWEC2016.epw</value>
718
714
  <display_name>CAN_NT_Inuvik-Zubko.AP.719570_CWEC2016.epw</display_name>
719
715
  </choice>
720
- <choice>
721
- <value>CAN_ON_Kingston.AP.718200_TMYx.2004-2018.epw</value>
722
- <display_name>CAN_ON_Kingston.AP.718200_TMYx.2004-2018.epw</display_name>
723
- </choice>
724
716
  <choice>
725
717
  <value>SAN-DIEGO-NORTH-IS_722906_CZ2010.epw</value>
726
718
  <display_name>SAN-DIEGO-NORTH-IS_722906_CZ2010.epw</display_name>
@@ -953,18 +945,10 @@
953
945
  <value>CAN_PE_Charlottetown.AP.717060_CWEC2016.epw</value>
954
946
  <display_name>CAN_PE_Charlottetown.AP.717060_CWEC2016.epw</display_name>
955
947
  </choice>
956
- <choice>
957
- <value>CAN_QC_Gatineau.AP.716279_TMYx.2004-2018.epw</value>
958
- <display_name>CAN_QC_Gatineau.AP.716279_TMYx.2004-2018.epw</display_name>
959
- </choice>
960
948
  <choice>
961
949
  <value>USA_TX_El.Paso.Intl.AP.722700_TMY3.epw</value>
962
950
  <display_name>USA_TX_El.Paso.Intl.AP.722700_TMY3.epw</display_name>
963
951
  </choice>
964
- <choice>
965
- <value>CAN_QC_Trois.Rivieres.717240_TMYx.2004-2018.epw</value>
966
- <display_name>CAN_QC_Trois.Rivieres.717240_TMYx.2004-2018.epw</display_name>
967
- </choice>
968
952
  <choice>
969
953
  <value>CAN_NB_Saint.John.AP.716090_CWEC2016.epw</value>
970
954
  <display_name>CAN_NB_Saint.John.AP.716090_CWEC2016.epw</display_name>
@@ -1160,7 +1144,7 @@
1160
1144
  <filename>LICENSE.md</filename>
1161
1145
  <filetype>md</filetype>
1162
1146
  <usage_type>license</usage_type>
1163
- <checksum>A21A3ED2</checksum>
1147
+ <checksum>BFFB1AA6</checksum>
1164
1148
  </file>
1165
1149
  <file>
1166
1150
  <version>
@@ -1171,13 +1155,13 @@
1171
1155
  <filename>measure.rb</filename>
1172
1156
  <filetype>rb</filetype>
1173
1157
  <usage_type>script</usage_type>
1174
- <checksum>7518F51E</checksum>
1158
+ <checksum>44BD95C9</checksum>
1175
1159
  </file>
1176
1160
  <file>
1177
1161
  <filename>create_DOE_prototype_building_test.rb</filename>
1178
1162
  <filetype>rb</filetype>
1179
1163
  <usage_type>test</usage_type>
1180
- <checksum>40B8E8A4</checksum>
1164
+ <checksum>B3662660</checksum>
1181
1165
  </file>
1182
1166
  </files>
1183
1167
  </measure>
@@ -1,27 +1,13 @@
1
- OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
1
+ OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
2
2
 
3
- Redistribution and use in source and binary forms, with or without modification, are permitted
4
- provided that the following conditions are met:
3
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5
4
 
6
- (1) Redistributions of source code must retain the above copyright notice, this list of conditions
7
- and the following disclaimer.
5
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
8
6
 
9
- (2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions
10
- and the following disclaimer in the documentation and/or other materials provided with the distribution.
7
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
11
8
 
12
- (3) Neither the name of the copyright holder nor the names of any contributors may be used to endorse
13
- or promote products derived from this software without specific prior written permission from the
14
- respective party.
9
+ 3. Redistribution of this software, without modification, must refer to the software by the same designation. Redistribution of a modified version of this software (i) may not refer to the modified version by the same designation, or by any confusingly similar designation, and (ii) must refer to the underlying software originally provided by Alliance as “OpenStudio®”. Except to comply with the foregoing, the term “OpenStudio®”, or any confusingly similar designation may not be used to refer to any modified version of this software or any modified version of the underlying software originally provided by Alliance without the prior written consent of Alliance.
15
10
 
16
- (4) Other than as required in clauses (1) and (2), distributions in any form of modifications or other
17
- derivative works may not use the "OpenStudio" trademark, "OS", "os", or any other confusingly similar
18
- designation without specific prior written permission from Alliance for Sustainable Energy, LLC.
11
+ 4. The name of the copyright holder(s), any contributors, the United States Government, the United States Department of Energy, or any of their employees may not be used to endorse or promote products derived from this software without specific prior written permission from the respective party.
19
12
 
20
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
21
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
22
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES GOVERNMENT,
23
- OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
25
- OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26
- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,36 +1,6 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
3
- # All rights reserved.
4
- # Redistribution and use in source and binary forms, with or without
5
- # modification, are permitted provided that the following conditions are met:
6
- #
7
- # (1) Redistributions of source code must retain the above copyright notice,
8
- # this list of conditions and the following disclaimer.
9
- #
10
- # (2) Redistributions in binary form must reproduce the above copyright notice,
11
- # this list of conditions and the following disclaimer in the documentation
12
- # and/or other materials provided with the distribution.
13
- #
14
- # (3) Neither the name of the copyright holder nor the names of any contributors
15
- # may be used to endorse or promote products derived from this software without
16
- # specific prior written permission from the respective party.
17
- #
18
- # (4) Other than as required in clauses (1) and (2), distributions in any form
19
- # of modifications or other derivative works may not use the "OpenStudio"
20
- # trademark, "OS", "os", or any other confusingly similar designation without
21
- # specific prior written permission from Alliance for Sustainable Energy, LLC.
22
- #
23
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS
24
- # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
25
- # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26
- # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE
27
- # UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF
28
- # THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
29
- # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
30
- # OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31
- # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
32
- # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33
- # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2
+ # OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
3
+ # See also https://openstudio.net/license
34
4
  # *******************************************************************************
35
5
 
36
6
  # see the URL below for information on how to write OpenStudio measures
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</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>2cbf67e2-52f5-4bcc-9dfd-5c7d3787f2b6</version_id>
7
- <version_modified>20220505T182929Z</version_modified>
6
+ <version_id>2919064c-9885-49ca-ae6c-7ce35c1f5dce</version_id>
7
+ <version_modified>20230602T160043Z</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>
@@ -66,19 +66,19 @@
66
66
  <filename>measure.rb</filename>
67
67
  <filetype>rb</filetype>
68
68
  <usage_type>script</usage_type>
69
- <checksum>1DA0867E</checksum>
69
+ <checksum>525749C3</checksum>
70
70
  </file>
71
71
  <file>
72
72
  <filename>LICENSE.md</filename>
73
73
  <filetype>md</filetype>
74
74
  <usage_type>license</usage_type>
75
- <checksum>A21A3ED2</checksum>
75
+ <checksum>BFFB1AA6</checksum>
76
76
  </file>
77
77
  <file>
78
78
  <filename>create_and_assign_thermal_zones_for_unassigned_spaces_test.rb</filename>
79
79
  <filetype>rb</filetype>
80
80
  <usage_type>test</usage_type>
81
- <checksum>1E1BC1F1</checksum>
81
+ <checksum>8D3FBCAF</checksum>
82
82
  </file>
83
83
  </files>
84
84
  </measure>
@@ -1,27 +1,13 @@
1
- OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
1
+ OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC.
2
2
 
3
- Redistribution and use in source and binary forms, with or without modification, are permitted
4
- provided that the following conditions are met:
3
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5
4
 
6
- (1) Redistributions of source code must retain the above copyright notice, this list of conditions
7
- and the following disclaimer.
5
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
8
6
 
9
- (2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions
10
- and the following disclaimer in the documentation and/or other materials provided with the distribution.
7
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
11
8
 
12
- (3) Neither the name of the copyright holder nor the names of any contributors may be used to endorse
13
- or promote products derived from this software without specific prior written permission from the
14
- respective party.
9
+ 3. Redistribution of this software, without modification, must refer to the software by the same designation. Redistribution of a modified version of this software (i) may not refer to the modified version by the same designation, or by any confusingly similar designation, and (ii) must refer to the underlying software originally provided by Alliance as “OpenStudio®”. Except to comply with the foregoing, the term “OpenStudio®”, or any confusingly similar designation may not be used to refer to any modified version of this software or any modified version of the underlying software originally provided by Alliance without the prior written consent of Alliance.
15
10
 
16
- (4) Other than as required in clauses (1) and (2), distributions in any form of modifications or other
17
- derivative works may not use the "OpenStudio" trademark, "OS", "os", or any other confusingly similar
18
- designation without specific prior written permission from Alliance for Sustainable Energy, LLC.
11
+ 4. The name of the copyright holder(s), any contributors, the United States Government, the United States Department of Energy, or any of their employees may not be used to endorse or promote products derived from this software without specific prior written permission from the respective party.
19
12
 
20
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
21
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
22
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES GOVERNMENT,
23
- OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
25
- OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26
- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.