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,9 +1,11 @@
1
+ <?xml version="1.0"?>
1
2
  <measure>
2
3
  <schema_version>3.0</schema_version>
4
+ <error>no implicit conversion of String into Integer</error>
3
5
  <name>add_hpwh</name>
4
- <uid>518cde6f-1806-4b9a-bee9-ccaac49c7a53</uid>
5
- <version_id>4b7a1852-f3bc-421a-987f-5402f0cf0a7f</version_id>
6
- <version_modified>20211210T190247Z</version_modified>
6
+ <uid>97c41d92-8cb1-4724-aa1c-33296e049171</uid>
7
+ <version_id>4fd3571e-efb1-496e-8e01-84a1c9160c9b</version_id>
8
+ <version_modified>20230718T215426Z</version_modified>
7
9
  <xml_checksum>A374667A</xml_checksum>
8
10
  <class_name>AddHpwh</class_name>
9
11
  <display_name>Add HPWH for Domestic Hot Water</display_name>
@@ -17,6 +19,7 @@ Due to the heat pump interaction with zone conditioning as well as tank heating,
17
19
  <display_name>Remove existing water heater?</display_name>
18
20
  <description></description>
19
21
  <type>Boolean</type>
22
+ <units></units>
20
23
  <required>true</required>
21
24
  <model_dependent>false</model_dependent>
22
25
  <default_value>true</default_value>
@@ -30,12 +33,15 @@ Due to the heat pump interaction with zone conditioning as well as tank heating,
30
33
  <display_name>false</display_name>
31
34
  </choice>
32
35
  </choices>
36
+ <min_value></min_value>
37
+ <max_value></max_value>
33
38
  </argument>
34
39
  <argument>
35
40
  <name>wh</name>
36
41
  <display_name>Select 40+ gallon water heater to replace or augment</display_name>
37
42
  <description>All can only be used with the 'Simplified' model</description>
38
43
  <type>Choice</type>
44
+ <units></units>
39
45
  <required>true</required>
40
46
  <model_dependent>false</model_dependent>
41
47
  <default_value>All Water Heaters (Simplified Only)</default_value>
@@ -45,6 +51,8 @@ Due to the heat pump interaction with zone conditioning as well as tank heating,
45
51
  <display_name>All Water Heaters (Simplified Only)</display_name>
46
52
  </choice>
47
53
  </choices>
54
+ <min_value></min_value>
55
+ <max_value></max_value>
48
56
  </argument>
49
57
  <argument>
50
58
  <name>vol</name>
@@ -55,12 +63,15 @@ Due to the heat pump interaction with zone conditioning as well as tank heating,
55
63
  <required>false</required>
56
64
  <model_dependent>false</model_dependent>
57
65
  <default_value>0</default_value>
66
+ <min_value></min_value>
67
+ <max_value></max_value>
58
68
  </argument>
59
69
  <argument>
60
70
  <name>type</name>
61
71
  <display_name>Select heat pump water heater type</display_name>
62
72
  <description></description>
63
73
  <type>Choice</type>
74
+ <units></units>
64
75
  <required>true</required>
65
76
  <model_dependent>false</model_dependent>
66
77
  <default_value>Simplified</default_value>
@@ -78,12 +89,15 @@ Due to the heat pump interaction with zone conditioning as well as tank heating,
78
89
  <display_name>WrappedCondenser</display_name>
79
90
  </choice>
80
91
  </choices>
92
+ <min_value></min_value>
93
+ <max_value></max_value>
81
94
  </argument>
82
95
  <argument>
83
96
  <name>zone_name</name>
84
97
  <display_name>Select thermal zone for HP evaporator</display_name>
85
98
  <description>Does not apply to 'Simplified' cases</description>
86
99
  <type>Choice</type>
100
+ <units></units>
87
101
  <required>true</required>
88
102
  <model_dependent>false</model_dependent>
89
103
  <default_value>N/A - Simplified</default_value>
@@ -97,65 +111,87 @@ Due to the heat pump interaction with zone conditioning as well as tank heating,
97
111
  <display_name>Error: No Thermal Zones Found</display_name>
98
112
  </choice>
99
113
  </choices>
114
+ <min_value></min_value>
115
+ <max_value></max_value>
100
116
  </argument>
101
117
  <argument>
102
118
  <name>cap</name>
103
119
  <display_name>Set heat pump heating capacity</display_name>
104
120
  <description>[kW]</description>
105
121
  <type>Double</type>
122
+ <units></units>
106
123
  <required>true</required>
107
124
  <model_dependent>false</model_dependent>
108
125
  <default_value>23.4</default_value>
126
+ <min_value></min_value>
127
+ <max_value></max_value>
109
128
  </argument>
110
129
  <argument>
111
130
  <name>cop</name>
112
131
  <display_name>Set heat pump rated COP (heating)</display_name>
132
+ <description></description>
113
133
  <type>Double</type>
134
+ <units></units>
114
135
  <required>true</required>
115
136
  <model_dependent>false</model_dependent>
116
137
  <default_value>3.2</default_value>
138
+ <min_value></min_value>
139
+ <max_value></max_value>
117
140
  </argument>
118
141
  <argument>
119
142
  <name>bu_cap</name>
120
143
  <display_name>Set electric backup heating capacity</display_name>
121
144
  <description>[kW]</description>
122
145
  <type>Double</type>
146
+ <units></units>
123
147
  <required>true</required>
124
148
  <model_dependent>false</model_dependent>
125
149
  <default_value>23.4</default_value>
150
+ <min_value></min_value>
151
+ <max_value></max_value>
126
152
  </argument>
127
153
  <argument>
128
154
  <name>max_temp</name>
129
155
  <display_name>Set maximum tank temperature</display_name>
130
156
  <description>[F]</description>
131
157
  <type>Double</type>
158
+ <units></units>
132
159
  <required>true</required>
133
160
  <model_dependent>false</model_dependent>
134
161
  <default_value>160</default_value>
162
+ <min_value></min_value>
163
+ <max_value></max_value>
135
164
  </argument>
136
165
  <argument>
137
166
  <name>min_temp</name>
138
167
  <display_name>Set minimum tank temperature during float</display_name>
139
168
  <description>[F]</description>
140
169
  <type>Double</type>
170
+ <units></units>
141
171
  <required>true</required>
142
172
  <model_dependent>false</model_dependent>
143
173
  <default_value>120</default_value>
174
+ <min_value></min_value>
175
+ <max_value></max_value>
144
176
  </argument>
145
177
  <argument>
146
178
  <name>db_temp</name>
147
179
  <display_name>Set deadband temperature difference between heat pump and electric backup</display_name>
148
180
  <description>[F]</description>
149
181
  <type>Double</type>
182
+ <units></units>
150
183
  <required>true</required>
151
184
  <model_dependent>false</model_dependent>
152
185
  <default_value>5</default_value>
186
+ <min_value></min_value>
187
+ <max_value></max_value>
153
188
  </argument>
154
189
  <argument>
155
190
  <name>sched</name>
156
191
  <display_name>Select reference tank setpoint temperature schedule</display_name>
157
192
  <description></description>
158
193
  <type>Choice</type>
194
+ <units></units>
159
195
  <required>true</required>
160
196
  <model_dependent>false</model_dependent>
161
197
  <default_value>Use Existing Setpoint Schedule</default_value>
@@ -169,12 +205,15 @@ Due to the heat pump interaction with zone conditioning as well as tank heating,
169
205
  <display_name>--Create New @ 140F--</display_name>
170
206
  </choice>
171
207
  </choices>
208
+ <min_value></min_value>
209
+ <max_value></max_value>
172
210
  </argument>
173
211
  <argument>
174
212
  <name>flex0</name>
175
213
  <display_name>Daily Flex Period 1:</display_name>
176
214
  <description>Applies every day in the full run period.</description>
177
215
  <type>Choice</type>
216
+ <units></units>
178
217
  <required>true</required>
179
218
  <model_dependent>false</model_dependent>
180
219
  <default_value>None</default_value>
@@ -196,20 +235,27 @@ Due to the heat pump interaction with zone conditioning as well as tank heating,
196
235
  <display_name>Float</display_name>
197
236
  </choice>
198
237
  </choices>
238
+ <min_value></min_value>
239
+ <max_value></max_value>
199
240
  </argument>
200
241
  <argument>
201
242
  <name>flex_hrs0</name>
202
243
  <display_name>Use 24-Hour Format</display_name>
244
+ <description></description>
203
245
  <type>String</type>
246
+ <units></units>
204
247
  <required>false</required>
205
248
  <model_dependent>false</model_dependent>
206
249
  <default_value>HH:MM - HH:MM</default_value>
250
+ <min_value></min_value>
251
+ <max_value></max_value>
207
252
  </argument>
208
253
  <argument>
209
254
  <name>flex1</name>
210
255
  <display_name>Daily Flex Period 2:</display_name>
211
256
  <description>Applies every day in the full run period.</description>
212
257
  <type>Choice</type>
258
+ <units></units>
213
259
  <required>true</required>
214
260
  <model_dependent>false</model_dependent>
215
261
  <default_value>None</default_value>
@@ -231,20 +277,27 @@ Due to the heat pump interaction with zone conditioning as well as tank heating,
231
277
  <display_name>Float</display_name>
232
278
  </choice>
233
279
  </choices>
280
+ <min_value></min_value>
281
+ <max_value></max_value>
234
282
  </argument>
235
283
  <argument>
236
284
  <name>flex_hrs1</name>
237
285
  <display_name>Use 24-Hour Format</display_name>
286
+ <description></description>
238
287
  <type>String</type>
288
+ <units></units>
239
289
  <required>false</required>
240
290
  <model_dependent>false</model_dependent>
241
291
  <default_value>HH:MM - HH:MM</default_value>
292
+ <min_value></min_value>
293
+ <max_value></max_value>
242
294
  </argument>
243
295
  <argument>
244
296
  <name>flex2</name>
245
297
  <display_name>Daily Flex Period 3:</display_name>
246
298
  <description>Applies every day in the full run period.</description>
247
299
  <type>Choice</type>
300
+ <units></units>
248
301
  <required>true</required>
249
302
  <model_dependent>false</model_dependent>
250
303
  <default_value>None</default_value>
@@ -266,20 +319,27 @@ Due to the heat pump interaction with zone conditioning as well as tank heating,
266
319
  <display_name>Float</display_name>
267
320
  </choice>
268
321
  </choices>
322
+ <min_value></min_value>
323
+ <max_value></max_value>
269
324
  </argument>
270
325
  <argument>
271
326
  <name>flex_hrs2</name>
272
327
  <display_name>Use 24-Hour Format</display_name>
328
+ <description></description>
273
329
  <type>String</type>
330
+ <units></units>
274
331
  <required>false</required>
275
332
  <model_dependent>false</model_dependent>
276
333
  <default_value>HH:MM - HH:MM</default_value>
334
+ <min_value></min_value>
335
+ <max_value></max_value>
277
336
  </argument>
278
337
  <argument>
279
338
  <name>flex3</name>
280
339
  <display_name>Daily Flex Period 4:</display_name>
281
340
  <description>Applies every day in the full run period.</description>
282
341
  <type>Choice</type>
342
+ <units></units>
283
343
  <required>true</required>
284
344
  <model_dependent>false</model_dependent>
285
345
  <default_value>None</default_value>
@@ -301,18 +361,24 @@ Due to the heat pump interaction with zone conditioning as well as tank heating,
301
361
  <display_name>Float</display_name>
302
362
  </choice>
303
363
  </choices>
364
+ <min_value></min_value>
365
+ <max_value></max_value>
304
366
  </argument>
305
367
  <argument>
306
368
  <name>flex_hrs3</name>
307
369
  <display_name>Use 24-Hour Format</display_name>
370
+ <description></description>
308
371
  <type>String</type>
372
+ <units></units>
309
373
  <required>false</required>
310
374
  <model_dependent>false</model_dependent>
311
375
  <default_value>HH:MM - HH:MM</default_value>
376
+ <min_value></min_value>
377
+ <max_value></max_value>
312
378
  </argument>
313
379
  </arguments>
314
- <outputs/>
315
- <provenances/>
380
+ <outputs />
381
+ <provenances />
316
382
  <tags>
317
383
  <tag>Service Water Heating.Water Heating</tag>
318
384
  </tags>
@@ -360,12 +426,6 @@ Due to the heat pump interaction with zone conditioning as well as tank heating,
360
426
  <usage_type>readmeerb</usage_type>
361
427
  <checksum>703C9964</checksum>
362
428
  </file>
363
- <file>
364
- <filename>LICENSE.md</filename>
365
- <filetype>md</filetype>
366
- <usage_type>license</usage_type>
367
- <checksum>E0468DD6</checksum>
368
- </file>
369
429
  <file>
370
430
  <filename>Flexible Domestic Hot Water Implementation Guide.pdf</filename>
371
431
  <filetype>pdf</filetype>
@@ -378,6 +438,18 @@ Due to the heat pump interaction with zone conditioning as well as tank heating,
378
438
  <usage_type>test</usage_type>
379
439
  <checksum>21334FFF</checksum>
380
440
  </file>
441
+ <file>
442
+ <filename>CZ06RV2.epw</filename>
443
+ <filetype>epw</filetype>
444
+ <usage_type>test</usage_type>
445
+ <checksum>52282D70</checksum>
446
+ </file>
447
+ <file>
448
+ <filename>LICENSE.md</filename>
449
+ <filetype>md</filetype>
450
+ <usage_type>license</usage_type>
451
+ <checksum>BFFB1AA6</checksum>
452
+ </file>
381
453
  <file>
382
454
  <version>
383
455
  <software_program>OpenStudio</software_program>
@@ -387,25 +459,25 @@ Due to the heat pump interaction with zone conditioning as well as tank heating,
387
459
  <filename>measure.rb</filename>
388
460
  <filetype>rb</filetype>
389
461
  <usage_type>script</usage_type>
390
- <checksum>8D508D19</checksum>
462
+ <checksum>83CEDEE0</checksum>
391
463
  </file>
392
464
  <file>
393
465
  <filename>add_hpwh_test.rb</filename>
394
466
  <filetype>rb</filetype>
395
467
  <usage_type>test</usage_type>
396
- <checksum>72BCB712</checksum>
468
+ <checksum>3A9BEF58</checksum>
397
469
  </file>
398
470
  <file>
399
- <filename>CZ06RV2.epw</filename>
400
- <filetype>epw</filetype>
471
+ <filename>LargeOffice-90.1-2013-ASHRAE 169-2013-5A.osm</filename>
472
+ <filetype>osm</filetype>
401
473
  <usage_type>test</usage_type>
402
- <checksum>52282D70</checksum>
474
+ <checksum>25B8DCC1</checksum>
403
475
  </file>
404
476
  <file>
405
477
  <filename>README.md</filename>
406
478
  <filetype>md</filetype>
407
479
  <usage_type>readme</usage_type>
408
- <checksum>C5978CDF</checksum>
480
+ <checksum>0B68E96D</checksum>
409
481
  </file>
410
482
  </files>
411
483
  </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 +1,13 @@
1
- Insert your license here
1
+ OpenStudio(R), Copyright (c) 2008, 2023 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,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
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>add_interior_blinds_and_control</name>
5
5
  <uid>6bb8b1ea-b29d-459c-a6fa-603096f09905</uid>
6
- <version_id>1d8e8e6c-564a-4d22-a409-c93b765e3e95</version_id>
7
- <version_modified>20221011T001531Z</version_modified>
6
+ <version_id>879a3575-492f-421d-a0d2-391712150407</version_id>
7
+ <version_modified>20230718T215426Z</version_modified>
8
8
  <xml_checksum>81FBCAB4</xml_checksum>
9
9
  <class_name>AddInteriorBlindsAndControl</class_name>
10
10
  <display_name>add_interior_blinds_and_control</display_name>
@@ -16,48 +16,36 @@
16
16
  <display_name>Start Time for Shading</display_name>
17
17
  <description>In HH:MM:SS format</description>
18
18
  <type>String</type>
19
- <units></units>
20
19
  <required>false</required>
21
20
  <model_dependent>false</model_dependent>
22
21
  <default_value>12:00:00</default_value>
23
- <min_value></min_value>
24
- <max_value></max_value>
25
22
  </argument>
26
23
  <argument>
27
24
  <name>end_time</name>
28
25
  <display_name>End Time for Shading</display_name>
29
26
  <description>In HH:MM:SS format</description>
30
27
  <type>String</type>
31
- <units></units>
32
28
  <required>false</required>
33
29
  <model_dependent>false</model_dependent>
34
30
  <default_value>15:00:00</default_value>
35
- <min_value></min_value>
36
- <max_value></max_value>
37
31
  </argument>
38
32
  <argument>
39
33
  <name>start_date</name>
40
34
  <display_name>Start date for Shading</display_name>
41
35
  <description>In MM-DD format</description>
42
36
  <type>String</type>
43
- <units></units>
44
37
  <required>false</required>
45
38
  <model_dependent>false</model_dependent>
46
39
  <default_value>07-01</default_value>
47
- <min_value></min_value>
48
- <max_value></max_value>
49
40
  </argument>
50
41
  <argument>
51
42
  <name>end_date</name>
52
43
  <display_name>End date for Shading</display_name>
53
44
  <description>In MM-DD format</description>
54
45
  <type>String</type>
55
- <units></units>
56
46
  <required>false</required>
57
47
  <model_dependent>false</model_dependent>
58
48
  <default_value>08-30</default_value>
59
- <min_value></min_value>
60
- <max_value></max_value>
61
49
  </argument>
62
50
  </arguments>
63
51
  <outputs />
@@ -108,12 +96,6 @@
108
96
  </attribute>
109
97
  </attributes>
110
98
  <files>
111
- <file>
112
- <filename>LICENSE.md</filename>
113
- <filetype>md</filetype>
114
- <usage_type>license</usage_type>
115
- <checksum>CD7F5672</checksum>
116
- </file>
117
99
  <file>
118
100
  <filename>README.md.erb</filename>
119
101
  <filetype>erb</filetype>
@@ -126,18 +108,30 @@
126
108
  <usage_type>doc</usage_type>
127
109
  <checksum>00000000</checksum>
128
110
  </file>
129
- <file>
130
- <filename>add_exterior_blinds_and_control_test.rb</filename>
131
- <filetype>rb</filetype>
132
- <usage_type>test</usage_type>
133
- <checksum>98C609BE</checksum>
134
- </file>
135
111
  <file>
136
112
  <filename>example_model.osm</filename>
137
113
  <filetype>osm</filetype>
138
114
  <usage_type>test</usage_type>
139
115
  <checksum>53D14E69</checksum>
140
116
  </file>
117
+ <file>
118
+ <filename>README.md</filename>
119
+ <filetype>md</filetype>
120
+ <usage_type>readme</usage_type>
121
+ <checksum>EB6151C3</checksum>
122
+ </file>
123
+ <file>
124
+ <filename>LICENSE.md</filename>
125
+ <filetype>md</filetype>
126
+ <usage_type>license</usage_type>
127
+ <checksum>BFFB1AA6</checksum>
128
+ </file>
129
+ <file>
130
+ <filename>add_exterior_blinds_and_control_test.rb</filename>
131
+ <filetype>rb</filetype>
132
+ <usage_type>test</usage_type>
133
+ <checksum>DF322072</checksum>
134
+ </file>
141
135
  <file>
142
136
  <version>
143
137
  <software_program>OpenStudio</software_program>
@@ -147,13 +141,7 @@
147
141
  <filename>measure.rb</filename>
148
142
  <filetype>rb</filetype>
149
143
  <usage_type>script</usage_type>
150
- <checksum>F06A4F22</checksum>
151
- </file>
152
- <file>
153
- <filename>README.md</filename>
154
- <filetype>md</filetype>
155
- <usage_type>readme</usage_type>
156
- <checksum>EB6151C3</checksum>
144
+ <checksum>C0E2CCD0</checksum>
157
145
  </file>
158
146
  </files>
159
147
  </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
@@ -0,0 +1,13 @@
1
+ OpenStudio(R), Copyright (c) 2008, 2023 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.