openstudio-geb 0.2.1 → 0.3.1r

Sign up to get free protection for your applications and to get access to all the features.
Files changed (129) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +3 -2
  3. data/CHANGELOG.md +3 -0
  4. data/Gemfile +6 -1
  5. data/doc_templates/LICENSE.md +7 -21
  6. data/doc_templates/copyright_erb.txt +2 -32
  7. data/doc_templates/copyright_js.txt +2 -2
  8. data/doc_templates/copyright_ruby.txt +3 -33
  9. data/lib/measures/Add Output Variable/LICENSE.md +7 -21
  10. data/lib/measures/Add Output Variable/measure.rb +3 -33
  11. data/lib/measures/Add Output Variable/measure.xml +128 -125
  12. data/lib/measures/Add Output Variable/tests/AddOutputVariable_Test.rb +2 -32
  13. data/lib/measures/AddElectricVehicleChargingLoad/LICENSE.md +13 -1
  14. data/lib/measures/AddElectricVehicleChargingLoad/measure.rb +16 -52
  15. data/lib/measures/AddElectricVehicleChargingLoad/measure.xml +24 -23
  16. data/lib/measures/AddElectricVehicleChargingLoad/tests/add_electric_vehicle_charging_load_test.rb +2 -32
  17. data/lib/measures/AdjustThermostatSetpointsByDegreesForPeakHours/LICENSE.md +7 -21
  18. data/lib/measures/AdjustThermostatSetpointsByDegreesForPeakHours/README.md +22 -16
  19. data/lib/measures/AdjustThermostatSetpointsByDegreesForPeakHours/measure.rb +14 -35
  20. data/lib/measures/AdjustThermostatSetpointsByDegreesForPeakHours/measure.xml +41 -30
  21. data/lib/measures/AdjustThermostatSetpointsByDegreesForPeakHours/tests/AdjustThermostatSetpointsByDegreesForPeakHours_Test.rb +2 -32
  22. data/lib/measures/Enable Demand Controlled Ventilation/LICENSE.md +7 -21
  23. data/lib/measures/Enable Demand Controlled Ventilation/measure.rb +2 -32
  24. data/lib/measures/Enable Demand Controlled Ventilation/measure.xml +14 -13
  25. data/lib/measures/Enable Demand Controlled Ventilation/tests/EnableDemandControlledVentilation_Test.rb +2 -32
  26. data/lib/measures/GEB Metrics Report/LICENSE.md +13 -1
  27. data/lib/measures/GEB Metrics Report/measure.rb +2 -37
  28. data/lib/measures/GEB Metrics Report/measure.xml +238 -23
  29. data/lib/measures/GEB Metrics Report/resources/os_lib_helper_methods.rb +2 -32
  30. data/lib/measures/GEB Metrics Report/resources/os_lib_reporting.rb +2 -32
  31. data/lib/measures/GEB Metrics Report/tests/geb_metrics_report_test.rb +2 -32
  32. data/lib/measures/add_ceiling_fan/LICENSE.md +13 -0
  33. data/lib/measures/add_ceiling_fan/README.md +119 -0
  34. data/lib/measures/add_ceiling_fan/README.md.erb +45 -0
  35. data/lib/measures/add_ceiling_fan/docs/.gitkeep +0 -0
  36. data/lib/measures/add_ceiling_fan/measure.rb +565 -0
  37. data/lib/measures/add_ceiling_fan/measure.xml +226 -0
  38. data/lib/measures/add_ceiling_fan/tests/CZ06RV2.epw +8768 -0
  39. data/lib/measures/add_ceiling_fan/tests/MediumOffice-90.1-2010-ASHRAE 169-2013-5A.osm +13669 -0
  40. data/lib/measures/add_ceiling_fan/tests/SFD_1story_UB_UA_ASHP2_HPWH.osm +13110 -0
  41. data/lib/measures/add_ceiling_fan/tests/add_ceiling_fan_test.rb +82 -0
  42. data/lib/measures/add_chilled_water_storage_tank/LICENSE.md +13 -1
  43. data/lib/measures/add_chilled_water_storage_tank/measure.rb +56 -56
  44. data/lib/measures/add_chilled_water_storage_tank/measure.xml +201 -28
  45. data/lib/measures/add_chilled_water_storage_tank/tests/add_chilled_water_storage_tank_test.rb +4 -34
  46. data/lib/measures/add_chilled_water_storage_tank/tests/example_model.osm +8077 -21624
  47. data/lib/measures/add_electrochromic_window/LICENSE.md +13 -1
  48. data/lib/measures/add_electrochromic_window/measure.rb +2 -32
  49. data/lib/measures/add_electrochromic_window/measure.xml +28 -27
  50. data/lib/measures/add_electrochromic_window/tests/add_electrochromic_window_test.rb +2 -32
  51. data/lib/measures/add_exterior_blinds_and_control/LICENSE.md +13 -1
  52. data/lib/measures/add_exterior_blinds_and_control/measure.rb +2 -34
  53. data/lib/measures/add_exterior_blinds_and_control/measure.xml +15 -26
  54. data/lib/measures/add_exterior_blinds_and_control/tests/add_exterior_blinds_and_control_test.rb +2 -34
  55. data/lib/measures/add_heat_pump_water_heater/LICENSE.md +7 -21
  56. data/lib/measures/add_heat_pump_water_heater/measure.rb +2 -32
  57. data/lib/measures/add_heat_pump_water_heater/measure.xml +89 -17
  58. data/lib/measures/add_heat_pump_water_heater/tests/add_hpwh_test.rb +2 -32
  59. data/lib/measures/add_interior_blinds_and_control/LICENSE.md +13 -1
  60. data/lib/measures/add_interior_blinds_and_control/measure.rb +2 -32
  61. data/lib/measures/add_interior_blinds_and_control/measure.xml +21 -33
  62. data/lib/measures/add_interior_blinds_and_control/tests/add_exterior_blinds_and_control_test.rb +2 -32
  63. data/lib/measures/add_natural_ventilation_with_hybrid_control/LICENSE.md +13 -0
  64. data/lib/measures/add_natural_ventilation_with_hybrid_control/README.md +133 -0
  65. data/lib/measures/add_natural_ventilation_with_hybrid_control/README.md.erb +45 -0
  66. data/lib/measures/add_natural_ventilation_with_hybrid_control/docs/.gitkeep +0 -0
  67. data/lib/measures/add_natural_ventilation_with_hybrid_control/measure.rb +453 -0
  68. data/lib/measures/add_natural_ventilation_with_hybrid_control/measure.xml +247 -0
  69. data/lib/measures/add_natural_ventilation_with_hybrid_control/tests/CZ06RV2.epw +8768 -0
  70. data/lib/measures/add_natural_ventilation_with_hybrid_control/tests/MediumOffice-90.1-2010-ASHRAE 169-2013-5A.osm +13669 -0
  71. data/lib/measures/add_natural_ventilation_with_hybrid_control/tests/SmallHotel-2A.osm +42899 -0
  72. data/lib/measures/add_natural_ventilation_with_hybrid_control/tests/USA_NY_Buffalo.Niagara.Intl.AP.725280_TMY3.epw +8768 -0
  73. data/lib/measures/add_natural_ventilation_with_hybrid_control/tests/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw +8768 -0
  74. data/lib/measures/add_natural_ventilation_with_hybrid_control/tests/add_natural_ventilation_with_hybrid_control_test.rb +95 -0
  75. data/lib/measures/add_rooftop_pv_simple/LICENSE.md +7 -21
  76. data/lib/measures/add_rooftop_pv_simple/measure.rb +2 -32
  77. data/lib/measures/add_rooftop_pv_simple/measure.xml +11 -5
  78. data/lib/measures/add_rooftop_pv_simple/tests/add_rooftop_pv_test.rb +2 -32
  79. data/lib/measures/adjust_dhw_setpoint/LICENSE.md +13 -1
  80. data/lib/measures/adjust_dhw_setpoint/measure.rb +2 -32
  81. data/lib/measures/adjust_dhw_setpoint/measure.xml +34 -21
  82. data/lib/measures/adjust_dhw_setpoint/tests/adjust_dhw_setpoint_test.rb +2 -32
  83. data/lib/measures/average_ventilation_for_peak_hours/LICENSE.md +13 -1
  84. data/lib/measures/average_ventilation_for_peak_hours/README.md +5 -45
  85. data/lib/measures/average_ventilation_for_peak_hours/measure.rb +2 -32
  86. data/lib/measures/average_ventilation_for_peak_hours/measure.xml +24 -79
  87. data/lib/measures/average_ventilation_for_peak_hours/tests/average_ventilation_for_peak_hours_test.rb +2 -32
  88. data/lib/measures/enable_occupancy_driven_lighting/LICENSE.md +13 -1
  89. data/lib/measures/enable_occupancy_driven_lighting/measure.rb +2 -32
  90. data/lib/measures/enable_occupancy_driven_lighting/measure.xml +28 -27
  91. data/lib/measures/enable_occupancy_driven_lighting/tests/enable_occupancy_driven_lighting_test.rb +2 -32
  92. data/lib/measures/precooling/LICENSE.md +7 -21
  93. data/lib/measures/precooling/measure.rb +2 -33
  94. data/lib/measures/precooling/measure.xml +12 -11
  95. data/lib/measures/preheating/LICENSE.md +7 -21
  96. data/lib/measures/preheating/measure.rb +2 -33
  97. data/lib/measures/preheating/measure.xml +18 -17
  98. data/lib/measures/reduce_domestic_hot_water_use_for_peak_hours/LICENSE.md +13 -1
  99. data/lib/measures/reduce_domestic_hot_water_use_for_peak_hours/measure.rb +2 -32
  100. data/lib/measures/reduce_domestic_hot_water_use_for_peak_hours/measure.xml +34 -27
  101. data/lib/measures/reduce_domestic_hot_water_use_for_peak_hours/tests/reduce_domestic_hot_water_use_for_peak_hours_test.rb +2 -32
  102. data/lib/measures/reduce_epd_by_percentage_for_peak_hours/LICENSE.md +13 -1
  103. data/lib/measures/reduce_epd_by_percentage_for_peak_hours/README.md +3 -3
  104. data/lib/measures/reduce_epd_by_percentage_for_peak_hours/measure.rb +2 -32
  105. data/lib/measures/reduce_epd_by_percentage_for_peak_hours/measure.xml +25 -18
  106. data/lib/measures/reduce_epd_by_percentage_for_peak_hours/tests/reduce_epd_by_percentage_for_peak_hours_copy_test.rb +2 -32
  107. data/lib/measures/reduce_exterior_lighting_loads/LICENSE.md +13 -0
  108. data/lib/measures/reduce_exterior_lighting_loads/README.md +79 -0
  109. data/lib/measures/reduce_exterior_lighting_loads/README.md.erb +45 -0
  110. data/lib/measures/reduce_exterior_lighting_loads/docs/.gitkeep +0 -0
  111. data/lib/measures/reduce_exterior_lighting_loads/measure.rb +385 -0
  112. data/lib/measures/reduce_exterior_lighting_loads/measure.xml +195 -0
  113. data/lib/measures/reduce_exterior_lighting_loads/tests/CZ06RV2.epw +8768 -0
  114. data/lib/measures/reduce_exterior_lighting_loads/tests/SFD_1story_UB_UA_ASHP2_HPWH.osm +13110 -0
  115. data/lib/measures/reduce_exterior_lighting_loads/tests/example_model.osm +8077 -0
  116. data/lib/measures/reduce_exterior_lighting_loads/tests/reduce_exterior_lighting_loads_test.rb +81 -0
  117. data/lib/measures/reduce_lpd_by_percentage_for_peak_hours/LICENSE.md +13 -1
  118. data/lib/measures/reduce_lpd_by_percentage_for_peak_hours/measure.rb +2 -32
  119. data/lib/measures/reduce_lpd_by_percentage_for_peak_hours/measure.xml +30 -23
  120. data/lib/measures/reduce_lpd_by_percentage_for_peak_hours/tests/reduce_lpd_by_percentage_for_peak_hours_test.rb +2 -32
  121. data/lib/openstudio/geb/extension.rb +2 -32
  122. data/lib/openstudio/geb/logging.rb +2 -32
  123. data/lib/openstudio/geb/run.rb +2 -32
  124. data/lib/openstudio/geb/utilities.rb +2 -32
  125. data/lib/openstudio/geb/version.rb +3 -33
  126. data/lib/openstudio/geb.rb +2 -32
  127. data/lib/openstudio-geb.rb +5 -0
  128. data/openstudio-geb.gemspec +2 -3
  129. metadata +41 -8
@@ -1,44 +1,8 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2022, 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
- # insert your copyright here
37
-
38
- # see the URL below for information on how to write OpenStudio measures
39
- # http://nrel.github.io/OpenStudio-user-documentation/reference/measure_writing_guide/
40
-
41
- # start the measure
42
6
  class AddElectricVehicleChargingLoad < OpenStudio::Measure::ModelMeasure
43
7
  require 'time'
44
8
 
@@ -294,30 +258,30 @@ class AddElectricVehicleChargingLoad < OpenStudio::Measure::ModelMeasure
294
258
  if ev_load_new == ev_load
295
259
  ev_load_new = ev_load + ev_charger.charging_power
296
260
  else # if more than one chargers change status at this time point
297
- ev_load_new += ev_charger.charging_power
261
+ ev_load_new += ev_charger.charging_power
298
262
  end
299
263
  elsif ((ev_charger.occupied_until_time - day_start_time)/60).to_i == min
300
264
  if ev_load_new == ev_load
301
265
  ev_load_new = ev_load - ev_charger.charging_power
302
266
  else # if more than one chargers change status at this time point
303
- ev_load_new -= ev_charger.charging_power
267
+ ev_load_new -= ev_charger.charging_power
304
268
  end
305
269
  end
306
270
  else # charging overnight
307
- if ((ev_charger.occupied_until_time - day_start_time - 24*60*60)/60).to_i == min
308
- if ev_load_new == ev_load
309
- ev_load_new = ev_load - ev_charger.charging_power
310
- else # if more than one chargers change status at this time point
311
- ev_load_new -= ev_charger.charging_power
312
- end
313
- elsif ((ev_charger.occupied_start_time - day_start_time)/60).to_i == min
314
- if ev_load_new == ev_load
315
- ev_load_new = ev_load + ev_charger.charging_power
316
- else # if more than one chargers change status at this time point
317
- ev_load_new += ev_charger.charging_power
318
- end
271
+ if ((ev_charger.occupied_until_time - day_start_time - 24*60*60)/60).to_i == min
272
+ if ev_load_new == ev_load
273
+ ev_load_new = ev_load - ev_charger.charging_power
274
+ else # if more than one chargers change status at this time point
275
+ ev_load_new -= ev_charger.charging_power
276
+ end
277
+ elsif ((ev_charger.occupied_start_time - day_start_time)/60).to_i == min
278
+ if ev_load_new == ev_load
279
+ ev_load_new = ev_load + ev_charger.charging_power
280
+ else # if more than one chargers change status at this time point
281
+ ev_load_new += ev_charger.charging_power
319
282
  end
320
283
  end
284
+ end
321
285
  end
322
286
  # if any change, add to schedule
323
287
  if ev_load_new != ev_load || min == 24*60
@@ -1,9 +1,10 @@
1
+ <?xml version="1.0"?>
1
2
  <measure>
2
3
  <schema_version>3.0</schema_version>
3
4
  <name>add_electric_vehicle_charging_load</name>
4
5
  <uid>8f2cc5fa-3aed-4bd1-8663-dc9415733759</uid>
5
- <version_id>f823fa57-d749-45a0-a87b-f3bc4cc32984</version_id>
6
- <version_modified>20210618T193323Z</version_modified>
6
+ <version_id>04662888-91c4-4b8c-b398-e7a58e3cb526</version_id>
7
+ <version_modified>20230718T215419Z</version_modified>
7
8
  <xml_checksum>0EED982D</xml_checksum>
8
9
  <class_name>AddElectricVehicleChargingLoad</class_name>
9
10
  <display_name>AddElectricVehicleChargingLoad</display_name>
@@ -135,8 +136,8 @@
135
136
  </choices>
136
137
  </argument>
137
138
  </arguments>
138
- <outputs/>
139
- <provenances/>
139
+ <outputs />
140
+ <provenances />
140
141
  <tags>
141
142
  <tag>Equipment.Electric Equipment</tag>
142
143
  </tags>
@@ -168,12 +169,6 @@
168
169
  </attribute>
169
170
  </attributes>
170
171
  <files>
171
- <file>
172
- <filename>LICENSE.md</filename>
173
- <filetype>md</filetype>
174
- <usage_type>license</usage_type>
175
- <checksum>CD7F5672</checksum>
176
- </file>
177
172
  <file>
178
173
  <filename>README.md.erb</filename>
179
174
  <filetype>erb</filetype>
@@ -192,18 +187,30 @@
192
187
  <usage_type>test</usage_type>
193
188
  <checksum>53D14E69</checksum>
194
189
  </file>
195
- <file>
196
- <filename>add_electric_vehicle_charging_load_test.rb</filename>
197
- <filetype>rb</filetype>
198
- <usage_type>test</usage_type>
199
- <checksum>52DBCB7E</checksum>
200
- </file>
201
190
  <file>
202
191
  <filename>test.osm</filename>
203
192
  <filetype>osm</filetype>
204
193
  <usage_type>test</usage_type>
205
194
  <checksum>6AAB13AE</checksum>
206
195
  </file>
196
+ <file>
197
+ <filename>README.md</filename>
198
+ <filetype>md</filetype>
199
+ <usage_type>readme</usage_type>
200
+ <checksum>253F8177</checksum>
201
+ </file>
202
+ <file>
203
+ <filename>LICENSE.md</filename>
204
+ <filetype>md</filetype>
205
+ <usage_type>license</usage_type>
206
+ <checksum>BFFB1AA6</checksum>
207
+ </file>
208
+ <file>
209
+ <filename>add_electric_vehicle_charging_load_test.rb</filename>
210
+ <filetype>rb</filetype>
211
+ <usage_type>test</usage_type>
212
+ <checksum>1E9C7A92</checksum>
213
+ </file>
207
214
  <file>
208
215
  <version>
209
216
  <software_program>OpenStudio</software_program>
@@ -213,13 +220,7 @@
213
220
  <filename>measure.rb</filename>
214
221
  <filetype>rb</filetype>
215
222
  <usage_type>script</usage_type>
216
- <checksum>549C949E</checksum>
217
- </file>
218
- <file>
219
- <filename>README.md</filename>
220
- <filetype>md</filetype>
221
- <usage_type>readme</usage_type>
222
- <checksum>253F8177</checksum>
223
+ <checksum>BE9231DB</checksum>
223
224
  </file>
224
225
  </files>
225
226
  </measure>
@@ -1,36 +1,6 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2022, 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
  # insert your copyright here
@@ -1,27 +1,13 @@
1
- OpenStudio(R), Copyright (c) 2008-2022, 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.
@@ -8,7 +8,7 @@
8
8
  This measure adjusts heating and cooling setpoints by a user-specified number of degrees and a user-specified time period. This is applied throughout the entire building.
9
9
 
10
10
  ## Modeler Description
11
- This measure will clone all of the schedules that are used as heating and cooling setpoints for thermal zones. The clones are hooked up to the thermostat in place of the original schedules. Then the schedules are adjusted by the specified values during a specified time period.
11
+ This measure will clone all of the schedules that are used as heating and cooling setpoints for thermal zones. The clones are hooked up to the thermostat in place of the original schedules. Then the schedules are adjusted by the specified values during a specified time period. There is a checkbox to determine if the thermostat for design days should be altered.
12
12
 
13
13
  ## Measure Type
14
14
  ModelMeasure
@@ -28,7 +28,7 @@ ModelMeasure
28
28
  **Model Dependent:** false
29
29
 
30
30
  ### Daily Start Time for Cooling Adjustment
31
-
31
+ Use 24 hour format HH:MM:SS
32
32
  **Name:** cooling_daily_starttime,
33
33
  **Type:** String,
34
34
  **Units:** ,
@@ -36,7 +36,7 @@ ModelMeasure
36
36
  **Model Dependent:** false
37
37
 
38
38
  ### Daily End Time for Cooling Adjustment
39
-
39
+ Use 24 hour format HH:MM:SS
40
40
  **Name:** cooling_daily_endtime,
41
41
  **Type:** String,
42
42
  **Units:** ,
@@ -44,7 +44,7 @@ ModelMeasure
44
44
  **Model Dependent:** false
45
45
 
46
46
  ### Start Date for Cooling Adjustment
47
-
47
+ In MM-DD format
48
48
  **Name:** cooling_startdate,
49
49
  **Type:** String,
50
50
  **Units:** ,
@@ -52,7 +52,7 @@ ModelMeasure
52
52
  **Model Dependent:** false
53
53
 
54
54
  ### End Date for Cooling Adjustment
55
-
55
+ In MM-DD format
56
56
  **Name:** cooling_enddate,
57
57
  **Type:** String,
58
58
  **Units:** ,
@@ -68,7 +68,7 @@ ModelMeasure
68
68
  **Model Dependent:** false
69
69
 
70
70
  ### Start Time for Heating Adjustment
71
-
71
+ Use 24 hour format HH:MM:SS
72
72
  **Name:** heating_daily_starttime,
73
73
  **Type:** String,
74
74
  **Units:** ,
@@ -76,39 +76,39 @@ ModelMeasure
76
76
  **Model Dependent:** false
77
77
 
78
78
  ### End Time for Heating Adjustment
79
-
79
+ Use 24 hour format HH:MM:SS
80
80
  **Name:** heating_daily_endtime,
81
81
  **Type:** String,
82
82
  **Units:** ,
83
83
  **Required:** false,
84
84
  **Model Dependent:** false
85
85
 
86
- ### Start Date for Heating Adjustment
87
-
86
+ ### Start Date for Heating Adjustment Period 1
87
+ In MM-DD format
88
88
  **Name:** heating_startdate_1,
89
89
  **Type:** String,
90
90
  **Units:** ,
91
91
  **Required:** false,
92
92
  **Model Dependent:** false
93
93
 
94
- ### End Date for Heating Adjustment
95
-
94
+ ### End Date for Heating Adjustment Period 1
95
+ In MM-DD format
96
96
  **Name:** heating_enddate_1,
97
97
  **Type:** String,
98
98
  **Units:** ,
99
99
  **Required:** false,
100
100
  **Model Dependent:** false
101
101
 
102
- ### Start Date for Heating Adjustment
103
-
102
+ ### Start Date for Heating Adjustment Period 2
103
+ In MM-DD format
104
104
  **Name:** heating_startdate_2,
105
105
  **Type:** String,
106
106
  **Units:** ,
107
107
  **Required:** false,
108
108
  **Model Dependent:** false
109
109
 
110
- ### End Date for Heating Adjustment
111
-
110
+ ### End Date for Heating Adjustment Period 2
111
+ In MM-DD format
112
112
  **Name:** heating_enddate_2,
113
113
  **Type:** String,
114
114
  **Units:** ,
@@ -123,7 +123,7 @@ ModelMeasure
123
123
  **Required:** false,
124
124
  **Model Dependent:** false
125
125
 
126
- ### Enable Default Climate-specific Periods Setting?
126
+ ### Enable Climate-specific Periods Setting?
127
127
 
128
128
  **Name:** auto_date,
129
129
  **Type:** Boolean,
@@ -131,7 +131,13 @@ ModelMeasure
131
131
  **Required:** false,
132
132
  **Model Dependent:** false
133
133
 
134
+ ### Alternate Peak and Take Periods
134
135
 
136
+ **Name:** alt_periods,
137
+ **Type:** Boolean,
138
+ **Units:** ,
139
+ **Required:** false,
140
+ **Model Dependent:** false
135
141
 
136
142
 
137
143
 
@@ -1,36 +1,6 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2022, 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
@@ -237,7 +207,7 @@ class AdjustThermostatSetpointsByDegreesForPeakHours < OpenStudio::Measure::Mode
237
207
  end
238
208
  heating_end_month_2 = nil
239
209
  heating_end_day_2 = nil
240
- md = /(\d\d)-(\d\d)/.match(heating_enddate_1)
210
+ md = /(\d\d)-(\d\d)/.match(heating_enddate_2)
241
211
  if md
242
212
  heating_end_month_2 = md[1].to_i
243
213
  heating_end_day_2 = md[2].to_i
@@ -248,9 +218,9 @@ class AdjustThermostatSetpointsByDegreesForPeakHours < OpenStudio::Measure::Mode
248
218
 
249
219
  summerStartDate = OpenStudio::Date.new(OpenStudio::MonthOfYear.new(cooling_start_month), cooling_start_day)
250
220
  summerEndDate = OpenStudio::Date.new(OpenStudio::MonthOfYear.new(cooling_end_month), cooling_end_day)
251
- winterStartDate1 = OpenStudio::Date.new(OpenStudio::MonthOfYear.new(heating_start_month_1), heating_end_day_1)
221
+ winterStartDate1 = OpenStudio::Date.new(OpenStudio::MonthOfYear.new(heating_start_month_1), heating_start_day_1)
252
222
  winterEndDate1 = OpenStudio::Date.new(OpenStudio::MonthOfYear.new(heating_end_month_1), heating_end_day_1)
253
- winterStartDate2 = OpenStudio::Date.new(OpenStudio::MonthOfYear.new(heating_start_month_2), heating_end_day_2)
223
+ winterStartDate2 = OpenStudio::Date.new(OpenStudio::MonthOfYear.new(heating_start_month_2), heating_start_day_2)
254
224
  winterEndDate2 = OpenStudio::Date.new(OpenStudio::MonthOfYear.new(heating_end_month_2), heating_end_day_2)
255
225
 
256
226
  ######### GET CLIMATE ZONES ################
@@ -363,8 +333,13 @@ class AdjustThermostatSetpointsByDegreesForPeakHours < OpenStudio::Measure::Mode
363
333
  thermostats.each do |thermostat|
364
334
  # setup new cooling setpoint schedule
365
335
  clg_set_sch = thermostat.coolingSetpointTemperatureSchedule
336
+
366
337
  if !clg_set_sch.empty?
367
338
  runner.registerInfo("#{clg_set_sch.get.name.to_s}")
339
+
340
+ puts "name: #{clg_set_sch.get.name.to_s}"
341
+ puts clg_set_sch.get
342
+
368
343
  # clone of not already in hash
369
344
  if clg_set_schs.key?(clg_set_sch.get.name.to_s)
370
345
  new_clg_set_sch = clg_set_schs[clg_set_sch.get.name.to_s]
@@ -373,6 +348,9 @@ class AdjustThermostatSetpointsByDegreesForPeakHours < OpenStudio::Measure::Mode
373
348
  new_clg_set_sch = new_clg_set_sch.to_Schedule.get
374
349
  new_clg_set_sch.setName("#{clg_set_sch.get.name.to_s} adjusted by #{cooling_adjustment_ip}F")
375
350
 
351
+ puts "cloned new name: #{new_clg_set_sch.name.to_s}"
352
+ puts new_clg_set_sch
353
+
376
354
  # add to the hash
377
355
  clg_set_schs[clg_set_sch.get.name.to_s] = new_clg_set_sch
378
356
  end
@@ -477,6 +455,7 @@ class AdjustThermostatSetpointsByDegreesForPeakHours < OpenStudio::Measure::Mode
477
455
  winter_rule2 = create_sch_rule_from_default(model, schedule, default_rule, winterStartDate2, winterEndDate2)
478
456
 
479
457
  coverMissingDays(winter_rule1, days_covered)
458
+ coverMissingDays(winter_rule2, days_covered) # need to cover missing days for both winter rules
480
459
  checkDaysCovered(winter_rule1, days_covered)
481
460
 
482
461
  summer_rule = copy_sch_rule_for_period(model, winter_rule1, default_rule, summerStartDate, summerEndDate)
@@ -1,9 +1,10 @@
1
+ <?xml version="1.0"?>
1
2
  <measure>
2
3
  <schema_version>3.0</schema_version>
3
4
  <name>adjust_thermostat_setpoints_by_degrees_for_peak_hours</name>
4
5
  <uid>06ca2e04-87a2-4a83-b90a-fcc308a0b5a6</uid>
5
- <version_id>ff156dd5-add7-46c8-9a3f-10ed96273fdd</version_id>
6
- <version_modified>20210406T072941Z</version_modified>
6
+ <version_id>8bf5a36c-3b09-4a96-a6eb-16b1d39c52a2</version_id>
7
+ <version_modified>20230718T215419Z</version_modified>
7
8
  <xml_checksum>4F7846F2</xml_checksum>
8
9
  <class_name>AdjustThermostatSetpointsByDegreesForPeakHours</class_name>
9
10
  <display_name>Adjust thermostat setpoint by degrees for peak hours</display_name>
@@ -21,6 +22,7 @@
21
22
  <argument>
22
23
  <name>cooling_daily_starttime</name>
23
24
  <display_name>Daily Start Time for Cooling Adjustment</display_name>
25
+ <description>Use 24 hour format HH:MM:SS</description>
24
26
  <type>String</type>
25
27
  <required>false</required>
26
28
  <model_dependent>false</model_dependent>
@@ -29,6 +31,7 @@
29
31
  <argument>
30
32
  <name>cooling_daily_endtime</name>
31
33
  <display_name>Daily End Time for Cooling Adjustment</display_name>
34
+ <description>Use 24 hour format HH:MM:SS</description>
32
35
  <type>String</type>
33
36
  <required>false</required>
34
37
  <model_dependent>false</model_dependent>
@@ -37,18 +40,20 @@
37
40
  <argument>
38
41
  <name>cooling_startdate</name>
39
42
  <display_name>Start Date for Cooling Adjustment</display_name>
43
+ <description>In MM-DD format</description>
40
44
  <type>String</type>
41
45
  <required>false</required>
42
46
  <model_dependent>false</model_dependent>
43
- <default_value>2009-Jun-01</default_value>
47
+ <default_value>06-01</default_value>
44
48
  </argument>
45
49
  <argument>
46
50
  <name>cooling_enddate</name>
47
51
  <display_name>End Date for Cooling Adjustment</display_name>
52
+ <description>In MM-DD format</description>
48
53
  <type>String</type>
49
54
  <required>false</required>
50
55
  <model_dependent>false</model_dependent>
51
- <default_value>2009-Sep-30</default_value>
56
+ <default_value>09-30</default_value>
52
57
  </argument>
53
58
  <argument>
54
59
  <name>heating_adjustment</name>
@@ -61,6 +66,7 @@
61
66
  <argument>
62
67
  <name>heating_daily_starttime</name>
63
68
  <display_name>Start Time for Heating Adjustment</display_name>
69
+ <description>Use 24 hour format HH:MM:SS</description>
64
70
  <type>String</type>
65
71
  <required>false</required>
66
72
  <model_dependent>false</model_dependent>
@@ -69,6 +75,7 @@
69
75
  <argument>
70
76
  <name>heating_daily_endtime</name>
71
77
  <display_name>End Time for Heating Adjustment</display_name>
78
+ <description>Use 24 hour format HH:MM:SS</description>
72
79
  <type>String</type>
73
80
  <required>false</required>
74
81
  <model_dependent>false</model_dependent>
@@ -76,35 +83,39 @@
76
83
  </argument>
77
84
  <argument>
78
85
  <name>heating_startdate_1</name>
79
- <display_name>Start Date for Heating Adjustment</display_name>
86
+ <display_name>Start Date for Heating Adjustment Period 1</display_name>
87
+ <description>In MM-DD format</description>
80
88
  <type>String</type>
81
89
  <required>false</required>
82
90
  <model_dependent>false</model_dependent>
83
- <default_value>2009-Jan-01</default_value>
91
+ <default_value>01-01</default_value>
84
92
  </argument>
85
93
  <argument>
86
94
  <name>heating_enddate_1</name>
87
- <display_name>End Date for Heating Adjustment</display_name>
95
+ <display_name>End Date for Heating Adjustment Period 1</display_name>
96
+ <description>In MM-DD format</description>
88
97
  <type>String</type>
89
98
  <required>false</required>
90
99
  <model_dependent>false</model_dependent>
91
- <default_value>2009-May-31</default_value>
100
+ <default_value>05-31</default_value>
92
101
  </argument>
93
102
  <argument>
94
103
  <name>heating_startdate_2</name>
95
- <display_name>Start Date for Heating Adjustment</display_name>
104
+ <display_name>Start Date for Heating Adjustment Period 2</display_name>
105
+ <description>In MM-DD format</description>
96
106
  <type>String</type>
97
107
  <required>false</required>
98
108
  <model_dependent>false</model_dependent>
99
- <default_value>2009-Oct-01</default_value>
109
+ <default_value>10-01</default_value>
100
110
  </argument>
101
111
  <argument>
102
112
  <name>heating_enddate_2</name>
103
- <display_name>End Date for Heating Adjustment</display_name>
113
+ <display_name>End Date for Heating Adjustment Period 2</display_name>
114
+ <description>In MM-DD format</description>
104
115
  <type>String</type>
105
116
  <required>false</required>
106
117
  <model_dependent>false</model_dependent>
107
- <default_value>2009-Dec-31</default_value>
118
+ <default_value>12-31</default_value>
108
119
  </argument>
109
120
  <argument>
110
121
  <name>alter_design_days</name>
@@ -130,7 +141,7 @@
130
141
  <type>Boolean</type>
131
142
  <required>false</required>
132
143
  <model_dependent>false</model_dependent>
133
- <default_value>true</default_value>
144
+ <default_value>false</default_value>
134
145
  <choices>
135
146
  <choice>
136
147
  <value>true</value>
@@ -161,8 +172,8 @@
161
172
  </choices>
162
173
  </argument>
163
174
  </arguments>
164
- <outputs/>
165
- <provenances/>
175
+ <outputs />
176
+ <provenances />
166
177
  <tags>
167
178
  <tag>HVAC.HVAC Controls</tag>
168
179
  </tags>
@@ -189,18 +200,24 @@
189
200
  </attribute>
190
201
  </attributes>
191
202
  <files>
192
- <file>
193
- <filename>LICENSE.md</filename>
194
- <filetype>md</filetype>
195
- <usage_type>license</usage_type>
196
- <checksum>9640B6CB</checksum>
197
- </file>
198
203
  <file>
199
204
  <filename>README.md.erb</filename>
200
205
  <filetype>erb</filetype>
201
206
  <usage_type>readmeerb</usage_type>
202
207
  <checksum>703C9964</checksum>
203
208
  </file>
209
+ <file>
210
+ <filename>test.osm</filename>
211
+ <filetype>osm</filetype>
212
+ <usage_type>test</usage_type>
213
+ <checksum>180B2BEB</checksum>
214
+ </file>
215
+ <file>
216
+ <filename>LICENSE.md</filename>
217
+ <filetype>md</filetype>
218
+ <usage_type>license</usage_type>
219
+ <checksum>BFFB1AA6</checksum>
220
+ </file>
204
221
  <file>
205
222
  <version>
206
223
  <software_program>OpenStudio</software_program>
@@ -210,25 +227,19 @@
210
227
  <filename>measure.rb</filename>
211
228
  <filetype>rb</filetype>
212
229
  <usage_type>script</usage_type>
213
- <checksum>94F1BEDA</checksum>
230
+ <checksum>65A3235B</checksum>
214
231
  </file>
215
232
  <file>
216
233
  <filename>AdjustThermostatSetpointsByDegreesForPeakHours_Test.rb</filename>
217
234
  <filetype>rb</filetype>
218
235
  <usage_type>test</usage_type>
219
- <checksum>D4ADD6DD</checksum>
220
- </file>
221
- <file>
222
- <filename>test.osm</filename>
223
- <filetype>osm</filetype>
224
- <usage_type>test</usage_type>
225
- <checksum>180B2BEB</checksum>
236
+ <checksum>499F51F4</checksum>
226
237
  </file>
227
238
  <file>
228
239
  <filename>README.md</filename>
229
240
  <filetype>md</filetype>
230
241
  <usage_type>readme</usage_type>
231
- <checksum>BEFC98B6</checksum>
242
+ <checksum>05A9DEFD</checksum>
232
243
  </file>
233
244
  </files>
234
245
  </measure>