openstudio-common-measures 0.11.1 → 0.12.3

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 (182) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test_with_openstudio.yml +94 -48
  3. data/CHANGELOG.md +29 -0
  4. data/Jenkinsfile +1 -1
  5. data/LICENSE.md +1 -1
  6. data/README.md +5 -0
  7. data/doc_templates/LICENSE.md +1 -1
  8. data/lib/measures/AddCostPerAreaToConstruction/LICENSE.md +1 -1
  9. data/lib/measures/AddCostPerAreaToConstruction/measure.xml +3 -3
  10. data/lib/measures/AddCostPerFloorAreaToBuilding/LICENSE.md +1 -1
  11. data/lib/measures/AddCostPerFloorAreaToBuilding/measure.xml +3 -3
  12. data/lib/measures/AddCostPerFloorAreaToElectricEquipment/LICENSE.md +1 -1
  13. data/lib/measures/AddCostPerFloorAreaToElectricEquipment/measure.xml +3 -3
  14. data/lib/measures/AddCostPerFloorAreaToLights/LICENSE.md +1 -1
  15. data/lib/measures/AddCostPerFloorAreaToLights/measure.xml +3 -3
  16. data/lib/measures/AddCostPerFloorAreaUnusedToLights/LICENSE.md +1 -1
  17. data/lib/measures/AddCostPerFloorAreaUnusedToLights/measure.xml +3 -3
  18. data/lib/measures/AddCostToSupplySideHVACComponentByAirLoop/LICENSE.md +1 -1
  19. data/lib/measures/AddCostToSupplySideHVACComponentByAirLoop/measure.xml +4 -4
  20. data/lib/measures/AddCostperAreatoUnusedConstruction/LICENSE.md +1 -1
  21. data/lib/measures/AddCostperAreatoUnusedConstruction/measure.xml +3 -3
  22. data/lib/measures/AddExteriorLights/LICENSE.md +1 -1
  23. data/lib/measures/AddExteriorLights/measure.xml +3 -3
  24. data/lib/measures/AddMeter/LICENSE.md +1 -1
  25. data/lib/measures/AddMeter/measure.xml +3 -3
  26. data/lib/measures/AddOutputDiagnostics/LICENSE.md +1 -1
  27. data/lib/measures/AddOutputDiagnostics/measure.xml +3 -3
  28. data/lib/measures/AddOutputVariable/LICENSE.md +1 -1
  29. data/lib/measures/AddOutputVariable/measure.xml +3 -3
  30. data/lib/measures/AddSimplePvToShadingSurfacesByType/LICENSE.md +1 -1
  31. data/lib/measures/AddSimplePvToShadingSurfacesByType/measure.xml +3 -3
  32. data/lib/measures/AddThermalComfortModelTypes/LICENSE.md +1 -1
  33. data/lib/measures/AddThermalComfortModelTypes/measure.xml +3 -3
  34. data/lib/measures/AdjustSystemEfficiencies/LICENSE.md +1 -1
  35. data/lib/measures/AdjustSystemEfficiencies/measure.xml +3 -3
  36. data/lib/measures/AdjustThermostatSetpointsByDegrees/LICENSE.md +1 -1
  37. data/lib/measures/AdjustThermostatSetpointsByDegrees/measure.xml +3 -3
  38. data/lib/measures/ChangeBuildingLocation/LICENSE.md +1 -1
  39. data/lib/measures/ChangeBuildingLocation/measure.xml +3 -3
  40. data/lib/measures/EnableIdealAirLoadsForAllZones/LICENSE.md +1 -1
  41. data/lib/measures/EnableIdealAirLoadsForAllZones/measure.xml +3 -3
  42. data/lib/measures/ExportScheduleCSV/LICENSE.md +1 -1
  43. data/lib/measures/ExportScheduleCSV/measure.xml +3 -3
  44. data/lib/measures/ImportEnvelopeAndInternalLoadsFromIdf/LICENSE.md +1 -1
  45. data/lib/measures/ImportEnvelopeAndInternalLoadsFromIdf/measure.xml +3 -3
  46. data/lib/measures/MeterFlodPlot/LICENSE.md +1 -1
  47. data/lib/measures/MeterFlodPlot/measure.xml +3 -3
  48. data/lib/measures/ModifyEnergyPlusCoilCoolingDXSingleSpeedObjects/LICENSE.md +1 -1
  49. data/lib/measures/ModifyEnergyPlusCoilCoolingDXSingleSpeedObjects/measure.xml +3 -3
  50. data/lib/measures/ModifyEnergyPlusFanVariableVolumeObjects/LICENSE.md +1 -1
  51. data/lib/measures/ModifyEnergyPlusFanVariableVolumeObjects/measure.xml +3 -3
  52. data/lib/measures/PredictedMeanVote/LICENSE.md +1 -1
  53. data/lib/measures/PredictedMeanVote/measure.xml +3 -3
  54. data/lib/measures/RemoveInternalLoadsDirectlyAssignedToSpaces/LICENSE.md +1 -1
  55. data/lib/measures/RemoveInternalLoadsDirectlyAssignedToSpaces/measure.xml +3 -3
  56. data/lib/measures/RemoveUnusedDefaultProfiles/LICENSE.md +1 -1
  57. data/lib/measures/RemoveUnusedDefaultProfiles/measure.xml +3 -3
  58. data/lib/measures/ReplaceExteriorWindowConstruction/LICENSE.md +1 -1
  59. data/lib/measures/ReplaceExteriorWindowConstruction/measure.xml +3 -3
  60. data/lib/measures/ReplaceModel/LICENSE.md +1 -1
  61. data/lib/measures/ReplaceModel/measure.xml +3 -3
  62. data/lib/measures/ReplaceThermostatSchedules/LICENSE.md +1 -1
  63. data/lib/measures/ReplaceThermostatSchedules/measure.xml +5 -5
  64. data/lib/measures/ReportModelChanges/LICENSE.md +1 -1
  65. data/lib/measures/ReportModelChanges/measure.xml +3 -3
  66. data/lib/measures/RunPeriod/LICENSE.md +1 -1
  67. data/lib/measures/RunPeriod/measure.xml +3 -3
  68. data/lib/measures/RunPeriodMultiple/LICENSE.md +1 -1
  69. data/lib/measures/RunPeriodMultiple/measure.xml +3 -3
  70. data/lib/measures/ServerDirectoryCleanup/LICENSE.md +1 -1
  71. data/lib/measures/ServerDirectoryCleanup/measure.xml +3 -3
  72. data/lib/measures/SetCOPforSingleSpeedDXCoolingUnits/LICENSE.md +1 -1
  73. data/lib/measures/SetCOPforSingleSpeedDXCoolingUnits/measure.xml +5 -5
  74. data/lib/measures/SetCOPforTwoSpeedDXCoolingUnits/LICENSE.md +1 -1
  75. data/lib/measures/SetCOPforTwoSpeedDXCoolingUnits/measure.xml +5 -5
  76. data/lib/measures/SetEnergyPlusInfiltrationFlowRatePerFloorArea/LICENSE.md +1 -1
  77. data/lib/measures/SetEnergyPlusInfiltrationFlowRatePerFloorArea/measure.xml +3 -3
  78. data/lib/measures/SetEnergyPlusLightObjectsLPD/LICENSE.md +1 -1
  79. data/lib/measures/SetEnergyPlusLightObjectsLPD/measure.xml +3 -3
  80. data/lib/measures/SetEnergyPlusMinimumOutdoorAirFlowRate/LICENSE.md +1 -1
  81. data/lib/measures/SetEnergyPlusMinimumOutdoorAirFlowRate/measure.xml +3 -3
  82. data/lib/measures/SetGasBurnerEfficiency/LICENSE.md +1 -1
  83. data/lib/measures/SetGasBurnerEfficiency/measure.xml +5 -5
  84. data/lib/measures/SetLifecycleCostParameters/LICENSE.md +1 -1
  85. data/lib/measures/SetLifecycleCostParameters/measure.xml +3 -3
  86. data/lib/measures/SetLightingLoadsByLPD/LICENSE.md +1 -1
  87. data/lib/measures/SetLightingLoadsByLPD/measure.xml +5 -5
  88. data/lib/measures/SetSpaceInfiltrationByExteriorSurfaceArea/LICENSE.md +1 -1
  89. data/lib/measures/SetSpaceInfiltrationByExteriorSurfaceArea/measure.xml +3 -3
  90. data/lib/measures/SetThermostatSchedules/LICENSE.md +1 -1
  91. data/lib/measures/SetThermostatSchedules/measure.xml +5 -5
  92. data/lib/measures/ShiftScheduleProfileTime/LICENSE.md +1 -1
  93. data/lib/measures/ShiftScheduleProfileTime/measure.xml +5 -5
  94. data/lib/measures/SwapLightsDefinition/LICENSE.md +1 -1
  95. data/lib/measures/SwapLightsDefinition/measure.xml +3 -3
  96. data/lib/measures/UnmetLoadHoursTroubleshooting/LICENSE.md +1 -1
  97. data/lib/measures/UnmetLoadHoursTroubleshooting/measure.xml +3 -3
  98. data/lib/measures/VentilationQAQC/LICENSE.md +1 -1
  99. data/lib/measures/VentilationQAQC/measure.xml +3 -3
  100. data/lib/measures/XcelEDAReportingandQAQC/LICENSE.md +1 -1
  101. data/lib/measures/XcelEDAReportingandQAQC/measure.xml +3 -3
  102. data/lib/measures/XcelEDATariffSelectionandModelSetup/LICENSE.md +1 -1
  103. data/lib/measures/XcelEDATariffSelectionandModelSetup/measure.xml +3 -3
  104. data/lib/measures/ZoneReport/LICENSE.md +1 -1
  105. data/lib/measures/ZoneReport/measure.rb +59 -34
  106. data/lib/measures/ZoneReport/measure.xml +9 -9
  107. data/lib/measures/ZoneReport/resources/report.html.in +11 -7
  108. data/lib/measures/add_ems_emissions_reporting/LICENSE.md +1 -1
  109. data/lib/measures/add_ems_emissions_reporting/measure.xml +3 -3
  110. data/lib/measures/add_ems_to_control_ev_charging/LICENSE.md +1 -1
  111. data/lib/measures/add_ems_to_control_ev_charging/measure.xml +3 -3
  112. data/lib/measures/add_ev_load/LICENSE.md +1 -1
  113. data/lib/measures/add_ev_load/measure.xml +3 -3
  114. data/lib/measures/add_rooftop_pv/LICENSE.md +1 -1
  115. data/lib/measures/add_rooftop_pv/measure.rb +21 -1
  116. data/lib/measures/add_rooftop_pv/measure.xml +4 -4
  117. data/lib/measures/add_zone_mixing_object/LICENSE.md +1 -1
  118. data/lib/measures/add_zone_mixing_object/measure.xml +3 -3
  119. data/lib/measures/add_zone_ventilation_design_flow_rate_object/LICENSE.md +1 -1
  120. data/lib/measures/add_zone_ventilation_design_flow_rate_object/measure.xml +3 -3
  121. data/lib/measures/air_wall_zone_mixing/LICENSE.md +1 -1
  122. data/lib/measures/air_wall_zone_mixing/measure.xml +3 -3
  123. data/lib/measures/create_csv_output/LICENSE.md +1 -1
  124. data/lib/measures/create_csv_output/measure.xml +3 -3
  125. data/lib/measures/envelope_and_internal_load_breakdown/LICENSE.md +1 -1
  126. data/lib/measures/envelope_and_internal_load_breakdown/measure.xml +4 -4
  127. data/lib/measures/envelope_and_internal_load_breakdown/resources/report.html.erb +4 -0
  128. data/lib/measures/example_report/LICENSE.md +1 -1
  129. data/lib/measures/example_report/measure.xml +4 -4
  130. data/lib/measures/example_report/resources/report.html.erb +4 -0
  131. data/lib/measures/gem_env_report/LICENSE.md +1 -1
  132. data/lib/measures/gem_env_report/measure.xml +3 -3
  133. data/lib/measures/generic_qaqc/LICENSE.md +1 -1
  134. data/lib/measures/generic_qaqc/measure.xml +4 -4
  135. data/lib/measures/generic_qaqc/resources/report.html.erb +4 -0
  136. data/lib/measures/get_site_from_building_component_library/LICENSE.md +1 -1
  137. data/lib/measures/get_site_from_building_component_library/measure.xml +3 -3
  138. data/lib/measures/hvac_psychrometric_chart/LICENSE.md +1 -1
  139. data/lib/measures/hvac_psychrometric_chart/measure.xml +4 -4
  140. data/lib/measures/hvac_psychrometric_chart/resources/report.html.erb +4 -0
  141. data/lib/measures/inject_idf_objects/LICENSE.md +1 -1
  142. data/lib/measures/inject_idf_objects/measure.xml +3 -3
  143. data/lib/measures/openstudio_results/LICENSE.md +1 -1
  144. data/lib/measures/openstudio_results/README.md +8 -0
  145. data/lib/measures/openstudio_results/measure.rb +11 -0
  146. data/lib/measures/openstudio_results/measure.xml +25 -6
  147. data/lib/measures/openstudio_results/resources/report.html.erb +19 -5
  148. data/lib/measures/output_table_summary_reports/LICENSE.md +13 -0
  149. data/lib/measures/output_table_summary_reports/README.md +32 -0
  150. data/lib/measures/output_table_summary_reports/README.md.erb +42 -0
  151. data/lib/measures/output_table_summary_reports/measure.rb +78 -0
  152. data/lib/measures/output_table_summary_reports/measure.xml +110 -0
  153. data/lib/measures/remove_orphan_objects_and_unused_resources/LICENSE.md +1 -1
  154. data/lib/measures/remove_orphan_objects_and_unused_resources/measure.xml +3 -3
  155. data/lib/measures/set_electric_equipment_loads_by_epd/LICENSE.md +1 -1
  156. data/lib/measures/set_electric_equipment_loads_by_epd/measure.xml +5 -5
  157. data/lib/measures/set_exterior_walls_and_floors_to_adiabatic/LICENSE.md +1 -1
  158. data/lib/measures/set_exterior_walls_and_floors_to_adiabatic/measure.xml +3 -3
  159. data/lib/measures/set_run_period/LICENSE.md +1 -1
  160. data/lib/measures/set_run_period/measure.xml +3 -3
  161. data/lib/measures/set_space_infiltration_per_exterior_area/LICENSE.md +1 -1
  162. data/lib/measures/set_space_infiltration_per_exterior_area/measure.xml +3 -3
  163. data/lib/measures/shadow_calculation/LICENSE.md +1 -1
  164. data/lib/measures/shadow_calculation/measure.xml +3 -3
  165. data/lib/measures/simulation_control/LICENSE.md +13 -0
  166. data/lib/measures/simulation_control/measure.rb +5 -0
  167. data/lib/measures/simulation_control/measure.xml +10 -4
  168. data/lib/measures/tariff_selection_block/LICENSE.md +1 -1
  169. data/lib/measures/tariff_selection_block/measure.xml +3 -3
  170. data/lib/measures/tariff_selection_flat/LICENSE.md +1 -1
  171. data/lib/measures/tariff_selection_flat/measure.xml +3 -3
  172. data/lib/measures/tariff_selection_generic/LICENSE.md +1 -1
  173. data/lib/measures/tariff_selection_generic/measure.xml +3 -3
  174. data/lib/measures/tariff_selection_time_and_date_dependant/LICENSE.md +1 -1
  175. data/lib/measures/tariff_selection_time_and_date_dependant/measure.xml +3 -3
  176. data/lib/measures/view_data/LICENSE.md +1 -1
  177. data/lib/measures/view_data/measure.xml +3 -3
  178. data/lib/measures/view_model/LICENSE.md +1 -1
  179. data/lib/measures/view_model/measure.xml +3 -3
  180. data/lib/openstudio/common_measures/version.rb +1 -1
  181. data/openstudio-common-measures.gemspec +6 -2
  182. metadata +69 -7
@@ -0,0 +1,110 @@
1
+ <?xml version="1.0"?>
2
+ <measure>
3
+ <schema_version>3.1</schema_version>
4
+ <name>output_table_summary_reports</name>
5
+ <uid>9edf689e-b0c4-4a80-9d3f-a5b8e9097275</uid>
6
+ <version_id>62f1b83b-3207-4f9d-b1b1-8cbd00b8841a</version_id>
7
+ <version_modified>2025-08-01T14:35:29Z</version_modified>
8
+ <xml_checksum>59C2BE35</xml_checksum>
9
+ <class_name>OutputTableSummaryReports</class_name>
10
+ <display_name>Output Table Summary Reports</display_name>
11
+ <description>This Measure adds one of the predefined summary table outputs from EnergyPlus to the the Model, which can be helpful for requesting monthly or sizing reports.</description>
12
+ <modeler_description>OpenStudio automatically adds the AllSummary report during translation to EnergyPlus. Choices include reports with the All* prefix and do not include individual predefined reports such as the "Annual Building Utility Performance Summary". Including the Component Load Summary reports (any with *AndSizingPeriod) will increase the simulation run time</modeler_description>
13
+ <arguments>
14
+ <argument>
15
+ <name>report</name>
16
+ <display_name>Output Table Summary Report</display_name>
17
+ <description>AllSummary is added automatically by OpenStudio.</description>
18
+ <type>Choice</type>
19
+ <required>true</required>
20
+ <model_dependent>false</model_dependent>
21
+ <default_value>AllSummaryAndSizingPeriod</default_value>
22
+ <choices>
23
+ <choice>
24
+ <value>AllSummary</value>
25
+ <display_name>AllSummary</display_name>
26
+ </choice>
27
+ <choice>
28
+ <value>AllMonthly</value>
29
+ <display_name>AllMonthly</display_name>
30
+ </choice>
31
+ <choice>
32
+ <value>AllSummaryAndMonthly</value>
33
+ <display_name>AllSummaryAndMonthly</display_name>
34
+ </choice>
35
+ <choice>
36
+ <value>AllSummaryAndSizingPeriod</value>
37
+ <display_name>AllSummaryAndSizingPeriod</display_name>
38
+ </choice>
39
+ <choice>
40
+ <value>AllSummaryMonthlyAndSizingPeriod</value>
41
+ <display_name>AllSummaryMonthlyAndSizingPeriod</display_name>
42
+ </choice>
43
+ </choices>
44
+ </argument>
45
+ </arguments>
46
+ <outputs />
47
+ <provenances />
48
+ <tags>
49
+ <tag>Reporting.QAQC</tag>
50
+ </tags>
51
+ <attributes>
52
+ <attribute>
53
+ <name>Measure Type</name>
54
+ <value>ModelMeasure</value>
55
+ <datatype>string</datatype>
56
+ </attribute>
57
+ <attribute>
58
+ <name>Intended Software Tool</name>
59
+ <value>Apply Measure Now</value>
60
+ <datatype>string</datatype>
61
+ </attribute>
62
+ <attribute>
63
+ <name>Intended Software Tool</name>
64
+ <value>OpenStudio Application</value>
65
+ <datatype>string</datatype>
66
+ </attribute>
67
+ <attribute>
68
+ <name>Intended Software Tool</name>
69
+ <value>Parametric Analysis Tool</value>
70
+ <datatype>string</datatype>
71
+ </attribute>
72
+ </attributes>
73
+ <files>
74
+ <file>
75
+ <filename>LICENSE.md</filename>
76
+ <filetype>md</filetype>
77
+ <usage_type>license</usage_type>
78
+ <checksum>CBFF29F5</checksum>
79
+ </file>
80
+ <file>
81
+ <filename>README.md</filename>
82
+ <filetype>md</filetype>
83
+ <usage_type>readme</usage_type>
84
+ <checksum>FD14B507</checksum>
85
+ </file>
86
+ <file>
87
+ <filename>README.md.erb</filename>
88
+ <filetype>erb</filetype>
89
+ <usage_type>readmeerb</usage_type>
90
+ <checksum>703C9964</checksum>
91
+ </file>
92
+ <file>
93
+ <version>
94
+ <software_program>OpenStudio</software_program>
95
+ <identifier>3.0.0</identifier>
96
+ <min_compatible>3.0.0</min_compatible>
97
+ </version>
98
+ <filename>measure.rb</filename>
99
+ <filetype>rb</filetype>
100
+ <usage_type>script</usage_type>
101
+ <checksum>B964B566</checksum>
102
+ </file>
103
+ <file>
104
+ <filename>output_table_summary_reports_test.rb</filename>
105
+ <filetype>rb</filetype>
106
+ <usage_type>test</usage_type>
107
+ <checksum>FA1D0E25</checksum>
108
+ </file>
109
+ </files>
110
+ </measure>
@@ -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>remove_orphan_objects_and_unused_resources</name>
5
5
  <uid>c618f299-a245-49ce-a119-82eb54007ede</uid>
6
- <version_id>1bfb2b43-cf8e-4677-b35b-6375c22f5a56</version_id>
7
- <version_modified>2024-11-16T23:54:16Z</version_modified>
6
+ <version_id>8609b43a-7df5-4f39-a165-6eb478a54e4b</version_id>
7
+ <version_modified>2025-08-01T14:35:29Z</version_modified>
8
8
  <xml_checksum>28AD5222</xml_checksum>
9
9
  <class_name>RemoveOrphanObjectsAndUnusedResources</class_name>
10
10
  <display_name>Remove Orphan Objects and Unused Resources</display_name>
@@ -146,7 +146,7 @@ A second functionality is to remove unused resources. This will include things l
146
146
  <filename>LICENSE.md</filename>
147
147
  <filetype>md</filetype>
148
148
  <usage_type>license</usage_type>
149
- <checksum>8696A072</checksum>
149
+ <checksum>CBFF29F5</checksum>
150
150
  </file>
151
151
  <file>
152
152
  <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>set_electric_equipment_loads_by_epd</name>
5
5
  <uid>b1d87b95-a6d1-4999-bd0d-16da879f4340</uid>
6
- <version_id>fb265fce-c035-4173-9aa5-b41bf0e16f52</version_id>
7
- <version_modified>2024-11-16T23:54:15Z</version_modified>
6
+ <version_id>e4ed3d29-61de-4379-a30c-fcd560b21515</version_id>
7
+ <version_modified>2025-08-01T14:35:28Z</version_modified>
8
8
  <xml_checksum>5C8B3381</xml_checksum>
9
9
  <class_name>SetElectricEquipmentLoadsByEPD</class_name>
10
10
  <display_name>Set Electric Equipment loads by EPD</display_name>
@@ -17,10 +17,10 @@
17
17
  <type>Choice</type>
18
18
  <required>true</required>
19
19
  <model_dependent>false</model_dependent>
20
- <default_value>{cae19113-e3b4-4fdb-a01d-a8a5eabf0942}</default_value>
20
+ <default_value>{8ba52fb0-0300-4c23-ad0d-ed89bb96f11b}</default_value>
21
21
  <choices>
22
22
  <choice>
23
- <value>{cae19113-e3b4-4fdb-a01d-a8a5eabf0942}</value>
23
+ <value>{8ba52fb0-0300-4c23-ad0d-ed89bb96f11b}</value>
24
24
  <display_name>*Entire Building*</display_name>
25
25
  </choice>
26
26
  </choices>
@@ -150,7 +150,7 @@
150
150
  <filename>LICENSE.md</filename>
151
151
  <filetype>md</filetype>
152
152
  <usage_type>license</usage_type>
153
- <checksum>8696A072</checksum>
153
+ <checksum>CBFF29F5</checksum>
154
154
  </file>
155
155
  <file>
156
156
  <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>set_exterior_walls_and_floors_to_adiabatic</name>
5
5
  <uid>63c7f9ba-8c85-4545-bbc0-d25babefb2c3</uid>
6
- <version_id>c2ae223c-32ff-4620-9b05-a5fbe41a9a26</version_id>
7
- <version_modified>2024-11-16T23:54:19Z</version_modified>
6
+ <version_id>1b779fc7-09d3-4318-b35f-02ebdbccbbd6</version_id>
7
+ <version_modified>2025-08-01T14:35:32Z</version_modified>
8
8
  <xml_checksum>5091078B</xml_checksum>
9
9
  <class_name>SetExteriorWallsAndFloorsToAdiabatic</class_name>
10
10
  <display_name>Set Exterior Walls and Floors to Adiabatic</display_name>
@@ -178,7 +178,7 @@
178
178
  <filename>LICENSE.md</filename>
179
179
  <filetype>md</filetype>
180
180
  <usage_type>license</usage_type>
181
- <checksum>8696A072</checksum>
181
+ <checksum>CBFF29F5</checksum>
182
182
  </file>
183
183
  <file>
184
184
  <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>set_run_period</name>
5
5
  <uid>7a84292a-3975-4ab3-9284-6edabcbe750b</uid>
6
- <version_id>2bdc98fb-db74-4cec-b42e-a99b12c40438</version_id>
7
- <version_modified>2024-11-16T23:54:13Z</version_modified>
6
+ <version_id>8fcc109f-0c90-4985-8a7f-04ca5fbaebad</version_id>
7
+ <version_modified>2025-08-01T14:35:26Z</version_modified>
8
8
  <xml_checksum>2AF3A68E</xml_checksum>
9
9
  <class_name>SetRunPeriod</class_name>
10
10
  <display_name>SetRunPeriod</display_name>
@@ -68,7 +68,7 @@
68
68
  <filename>LICENSE.md</filename>
69
69
  <filetype>md</filetype>
70
70
  <usage_type>license</usage_type>
71
- <checksum>8696A072</checksum>
71
+ <checksum>CBFF29F5</checksum>
72
72
  </file>
73
73
  <file>
74
74
  <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>set_space_infiltration_per_exterior_area</name>
5
5
  <uid>9d796dd3-c5cf-475a-81aa-607d3ba9d143</uid>
6
- <version_id>be46473f-0a4a-43bc-abc3-86b72f6389cb</version_id>
7
- <version_modified>2024-11-16T23:54:12Z</version_modified>
6
+ <version_id>d7179287-cdfc-421a-8346-6be6d73259b0</version_id>
7
+ <version_modified>2025-08-01T14:35:26Z</version_modified>
8
8
  <xml_checksum>19EEDBBB</xml_checksum>
9
9
  <class_name>SetSpaceInfiltrationPerExteriorArea</class_name>
10
10
  <display_name>SetSpaceInfiltrationPerExteriorArea</display_name>
@@ -90,7 +90,7 @@
90
90
  <filename>LICENSE.md</filename>
91
91
  <filetype>md</filetype>
92
92
  <usage_type>license</usage_type>
93
- <checksum>8696A072</checksum>
93
+ <checksum>CBFF29F5</checksum>
94
94
  </file>
95
95
  <file>
96
96
  <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>shadow_calculation</name>
5
5
  <uid>d0699b19-862f-4b68-9ff0-58483c45e0e8</uid>
6
- <version_id>0840ebaa-2852-4add-b240-f71d42647474</version_id>
7
- <version_modified>2024-11-16T23:54:12Z</version_modified>
6
+ <version_id>9a6788e4-8d8e-4631-a77f-7c99263184c2</version_id>
7
+ <version_modified>2025-08-01T14:35:25Z</version_modified>
8
8
  <xml_checksum>D8922A73</xml_checksum>
9
9
  <class_name>ShadowCalculation</class_name>
10
10
  <display_name>Shadow Calculation</display_name>
@@ -145,7 +145,7 @@
145
145
  <filename>LICENSE.md</filename>
146
146
  <filetype>md</filetype>
147
147
  <usage_type>license</usage_type>
148
- <checksum>8696A072</checksum>
148
+ <checksum>CBFF29F5</checksum>
149
149
  </file>
150
150
  <file>
151
151
  <filename>README.md</filename>
@@ -0,0 +1,13 @@
1
+ OpenStudio(R), Copyright (c) 2008, 2025 Alliance for Sustainable Energy, LLC.
2
+
3
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
+
5
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6
+
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.
8
+
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.
10
+
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.
12
+
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,3 +1,8 @@
1
+ # *******************************************************************************
2
+ # OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
3
+ # See also https://openstudio.net/license
4
+ # *******************************************************************************
5
+
1
6
  # insert your copyright here
2
7
 
3
8
  # see the URL below for information on how to write OpenStudio measures
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.1</schema_version>
4
4
  <name>simulation_control</name>
5
5
  <uid>f0f3eeb6-f23b-4ba9-b0c0-7e680f6f2552</uid>
6
- <version_id>0d83ee42-cf04-466e-befc-e9b57bf3d36c</version_id>
7
- <version_modified>20230803T185106Z</version_modified>
6
+ <version_id>ab720016-7e72-4bc5-9702-2fe09b71d77a</version_id>
7
+ <version_modified>2025-08-01T14:35:32Z</version_modified>
8
8
  <xml_checksum>D8922A73</xml_checksum>
9
9
  <class_name>SimulationControl</class_name>
10
10
  <display_name>Simulation Control</display_name>
@@ -213,6 +213,12 @@
213
213
  </attribute>
214
214
  </attributes>
215
215
  <files>
216
+ <file>
217
+ <filename>LICENSE.md</filename>
218
+ <filetype>md</filetype>
219
+ <usage_type>license</usage_type>
220
+ <checksum>CBFF29F5</checksum>
221
+ </file>
216
222
  <file>
217
223
  <filename>README.md</filename>
218
224
  <filetype>md</filetype>
@@ -234,13 +240,13 @@
234
240
  <filename>measure.rb</filename>
235
241
  <filetype>rb</filetype>
236
242
  <usage_type>script</usage_type>
237
- <checksum>F6E076D4</checksum>
243
+ <checksum>960ABC54</checksum>
238
244
  </file>
239
245
  <file>
240
246
  <filename>simulation_control_test.rb</filename>
241
247
  <filetype>rb</filetype>
242
248
  <usage_type>test</usage_type>
243
- <checksum>20765BB0</checksum>
249
+ <checksum>4C658B48</checksum>
244
250
  </file>
245
251
  </files>
246
252
  </measure>
@@ -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>tariff_selection_block</name>
5
5
  <uid>42e9f831-f39a-4709-a79b-41db49c94f8c</uid>
6
- <version_id>42fed421-174c-41ae-9c47-071315937b29</version_id>
7
- <version_modified>2024-11-16T23:54:16Z</version_modified>
6
+ <version_id>485c76ca-98af-49e4-919c-67fb4adff2d8</version_id>
7
+ <version_modified>2025-08-01T14:35:30Z</version_modified>
8
8
  <xml_checksum>92578CE8</xml_checksum>
9
9
  <class_name>TariffSelectionBlock</class_name>
10
10
  <display_name> Tariff Selection-Block</display_name>
@@ -237,7 +237,7 @@
237
237
  <filename>LICENSE.md</filename>
238
238
  <filetype>md</filetype>
239
239
  <usage_type>license</usage_type>
240
- <checksum>8696A072</checksum>
240
+ <checksum>CBFF29F5</checksum>
241
241
  </file>
242
242
  <file>
243
243
  <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>tariff_selection_flat</name>
5
5
  <uid>539c3e8e-6c41-4f50-ac61-6cbbf1ee1b55</uid>
6
- <version_id>fd4df4de-7934-4166-8f6f-c3582921b71c</version_id>
7
- <version_modified>2024-11-16T23:54:19Z</version_modified>
6
+ <version_id>90dae49f-fb67-46eb-96fa-0560a97071a6</version_id>
7
+ <version_modified>2025-08-01T14:35:32Z</version_modified>
8
8
  <xml_checksum>FBDC6D11</xml_checksum>
9
9
  <class_name>TariffSelectionFlat</class_name>
10
10
  <display_name>Tariff Selection-Flat</display_name>
@@ -213,7 +213,7 @@
213
213
  <filename>LICENSE.md</filename>
214
214
  <filetype>md</filetype>
215
215
  <usage_type>license</usage_type>
216
- <checksum>8696A072</checksum>
216
+ <checksum>CBFF29F5</checksum>
217
217
  </file>
218
218
  <file>
219
219
  <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>tariff_selection_generic</name>
5
5
  <uid>d65ae535-f0ea-4745-9f5b-8d42c7070741</uid>
6
- <version_id>1a265ba0-8c4f-4dd2-b6d1-6b1bc4a3f1cf</version_id>
7
- <version_modified>2024-11-16T23:54:19Z</version_modified>
6
+ <version_id>f43c0e0c-756c-40d6-8ef4-0a0a96f64397</version_id>
7
+ <version_modified>2025-08-01T14:35:32Z</version_modified>
8
8
  <xml_checksum>43564105</xml_checksum>
9
9
  <class_name>TariffSelectionGeneric</class_name>
10
10
  <display_name> Tariff Selection-Generic</display_name>
@@ -129,7 +129,7 @@
129
129
  <filename>LICENSE.md</filename>
130
130
  <filetype>md</filetype>
131
131
  <usage_type>license</usage_type>
132
- <checksum>8696A072</checksum>
132
+ <checksum>CBFF29F5</checksum>
133
133
  </file>
134
134
  <file>
135
135
  <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>tariff_selection_time_and_date_dependant</name>
5
5
  <uid>a890e296-b357-432f-8d53-6428d9bf3c0a</uid>
6
- <version_id>18449024-032e-4aae-a519-9367d1bac18e</version_id>
7
- <version_modified>2024-11-16T23:54:17Z</version_modified>
6
+ <version_id>1d80d526-4a93-4017-b973-c29d945233d4</version_id>
7
+ <version_modified>2025-08-01T14:35:30Z</version_modified>
8
8
  <xml_checksum>135F7E88</xml_checksum>
9
9
  <class_name>TariffSelectionTimeAndDateDependant</class_name>
10
10
  <display_name>Tariff Selection-Time and Date Dependant</display_name>
@@ -267,7 +267,7 @@
267
267
  <filename>LICENSE.md</filename>
268
268
  <filetype>md</filetype>
269
269
  <usage_type>license</usage_type>
270
- <checksum>8696A072</checksum>
270
+ <checksum>CBFF29F5</checksum>
271
271
  </file>
272
272
  <file>
273
273
  <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>view_data</name>
5
5
  <uid>18cf0de7-48b8-48dc-ab68-0dd29f0b8bd0</uid>
6
- <version_id>9af36467-4063-4f61-87de-c425f09bda61</version_id>
7
- <version_modified>2024-11-16T23:54:14Z</version_modified>
6
+ <version_id>1dfa6512-1438-4c0e-a2e1-b698e31a5c1c</version_id>
7
+ <version_modified>2025-08-01T14:35:28Z</version_modified>
8
8
  <xml_checksum>2C8A3EEF</xml_checksum>
9
9
  <class_name>ViewData</class_name>
10
10
  <display_name>ViewData</display_name>
@@ -113,7 +113,7 @@
113
113
  <filename>LICENSE.md</filename>
114
114
  <filetype>md</filetype>
115
115
  <usage_type>license</usage_type>
116
- <checksum>8696A072</checksum>
116
+ <checksum>CBFF29F5</checksum>
117
117
  </file>
118
118
  <file>
119
119
  <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>view_model</name>
5
5
  <uid>f4669f10-fda5-489d-8e1c-7ca3c2d40378</uid>
6
- <version_id>be174260-8a60-4185-9344-9995ac77bec8</version_id>
7
- <version_modified>2024-11-16T23:54:16Z</version_modified>
6
+ <version_id>bb19519c-d6f0-4453-9c48-96a871a63cae</version_id>
7
+ <version_modified>2025-08-01T14:35:30Z</version_modified>
8
8
  <xml_checksum>1E1F8B97</xml_checksum>
9
9
  <class_name>ViewModel</class_name>
10
10
  <display_name>ViewModel</display_name>
@@ -53,7 +53,7 @@
53
53
  <filename>LICENSE.md</filename>
54
54
  <filetype>md</filetype>
55
55
  <usage_type>license</usage_type>
56
- <checksum>8696A072</checksum>
56
+ <checksum>CBFF29F5</checksum>
57
57
  </file>
58
58
  <file>
59
59
  <filename>README.md</filename>
@@ -5,6 +5,6 @@
5
5
 
6
6
  module OpenStudio
7
7
  module CommonMeasures
8
- VERSION = '0.11.1'.freeze
8
+ VERSION = '0.12.3'.freeze
9
9
  end
10
10
  end
@@ -29,13 +29,17 @@ Gem::Specification.new do |spec|
29
29
  spec.required_ruby_version = '~> 3.2.2'
30
30
 
31
31
  spec.add_dependency 'bundler', '~> 2.4.10'
32
- spec.add_dependency 'openstudio-extension', '~> 0.8.3'
33
- spec.add_dependency 'openstudio-standards', '0.7.1'
32
+ spec.add_dependency 'openstudio-extension', '~> 0.9.3'
33
+ spec.add_dependency 'openstudio-standards', '0.8.2'
34
34
 
35
35
  # if we need the following dependencies pinned,
36
36
  # let's set them in extension-gem for next release
37
37
  spec.add_dependency 'multipart-post', '2.4.0'
38
38
 
39
+ spec.add_development_dependency 'rubocop', '1.50'
40
+ spec.add_development_dependency 'rubocop-checkstyle_formatter', '0.6.0'
41
+ spec.add_development_dependency 'rubocop-performance', '1.20.0'
42
+ spec.add_development_dependency 'simplecov', '0.22.0'
39
43
  spec.add_development_dependency 'rake', '~> 13.0'
40
44
  spec.add_development_dependency 'rspec', '~> 3.9'
41
45
  spec.add_development_dependency 'octokit', '4.18.0' # for change logs