openstudio-geb 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/Rakefile +1 -1
  4. data/doc_templates/LICENSE.md +7 -21
  5. data/doc_templates/copyright_erb.txt +2 -32
  6. data/doc_templates/copyright_js.txt +2 -2
  7. data/doc_templates/copyright_ruby.txt +3 -33
  8. data/lib/measures/Add Output Variable/LICENSE.md +7 -21
  9. data/lib/measures/Add Output Variable/measure.rb +3 -33
  10. data/lib/measures/Add Output Variable/tests/AddOutputVariable_Test.rb +2 -32
  11. data/lib/measures/AddElectricVehicleChargingLoad/LICENSE.md +13 -1
  12. data/lib/measures/AddElectricVehicleChargingLoad/measure.rb +16 -52
  13. data/lib/measures/AddElectricVehicleChargingLoad/tests/add_electric_vehicle_charging_load_test.rb +2 -32
  14. data/lib/measures/AdjustThermostatSetpointsByDegreesForPeakHours/LICENSE.md +7 -21
  15. data/lib/measures/AdjustThermostatSetpointsByDegreesForPeakHours/measure.rb +14 -35
  16. data/lib/measures/AdjustThermostatSetpointsByDegreesForPeakHours/tests/AdjustThermostatSetpointsByDegreesForPeakHours_Test.rb +2 -32
  17. data/lib/measures/Enable Demand Controlled Ventilation/LICENSE.md +7 -21
  18. data/lib/measures/Enable Demand Controlled Ventilation/measure.rb +2 -32
  19. data/lib/measures/Enable Demand Controlled Ventilation/tests/EnableDemandControlledVentilation_Test.rb +2 -32
  20. data/lib/measures/GEB Metrics Report/LICENSE.md +13 -1
  21. data/lib/measures/GEB Metrics Report/measure.rb +4 -39
  22. data/lib/measures/GEB Metrics Report/resources/os_lib_helper_methods.rb +2 -32
  23. data/lib/measures/GEB Metrics Report/resources/os_lib_reporting.rb +2 -32
  24. data/lib/measures/GEB Metrics Report/tests/geb_metrics_report_test.rb +2 -32
  25. data/lib/measures/add_ceiling_fan/LICENSE.md +13 -0
  26. data/lib/measures/add_ceiling_fan/README.md +119 -0
  27. data/lib/measures/add_ceiling_fan/README.md.erb +45 -0
  28. data/lib/measures/add_ceiling_fan/docs/.gitkeep +0 -0
  29. data/lib/measures/add_ceiling_fan/measure.rb +565 -0
  30. data/lib/measures/add_ceiling_fan/measure.xml +226 -0
  31. data/lib/measures/add_ceiling_fan/tests/CZ06RV2.epw +8768 -0
  32. data/lib/measures/add_ceiling_fan/tests/MediumOffice-90.1-2010-ASHRAE 169-2013-5A.osm +13669 -0
  33. data/lib/measures/add_ceiling_fan/tests/SFD_1story_UB_UA_ASHP2_HPWH.osm +13110 -0
  34. data/lib/measures/add_ceiling_fan/tests/add_ceiling_fan_test.rb +82 -0
  35. data/lib/measures/add_chilled_water_storage_tank/LICENSE.md +13 -1
  36. data/lib/measures/add_chilled_water_storage_tank/measure.rb +56 -56
  37. data/lib/measures/add_chilled_water_storage_tank/tests/add_chilled_water_storage_tank_test.rb +4 -34
  38. data/lib/measures/add_electrochromic_window/LICENSE.md +13 -1
  39. data/lib/measures/add_electrochromic_window/measure.rb +2 -32
  40. data/lib/measures/add_electrochromic_window/tests/add_electrochromic_window_test.rb +2 -32
  41. data/lib/measures/add_exterior_blinds_and_control/LICENSE.md +13 -1
  42. data/lib/measures/add_exterior_blinds_and_control/measure.rb +2 -34
  43. data/lib/measures/add_exterior_blinds_and_control/tests/add_exterior_blinds_and_control_test.rb +2 -34
  44. data/lib/measures/add_heat_pump_water_heater/LICENSE.md +7 -21
  45. data/lib/measures/add_heat_pump_water_heater/measure.rb +2 -32
  46. data/lib/measures/add_heat_pump_water_heater/tests/add_hpwh_test.rb +2 -32
  47. data/lib/measures/add_interior_blinds_and_control/LICENSE.md +13 -1
  48. data/lib/measures/add_interior_blinds_and_control/measure.rb +2 -32
  49. data/lib/measures/add_interior_blinds_and_control/tests/add_exterior_blinds_and_control_test.rb +2 -32
  50. data/lib/measures/add_natural_ventilation_with_hybrid_control/LICENSE.md +13 -0
  51. data/lib/measures/add_natural_ventilation_with_hybrid_control/README.md +133 -0
  52. data/lib/measures/add_natural_ventilation_with_hybrid_control/README.md.erb +45 -0
  53. data/lib/measures/add_natural_ventilation_with_hybrid_control/docs/.gitkeep +0 -0
  54. data/lib/measures/add_natural_ventilation_with_hybrid_control/measure.rb +453 -0
  55. data/lib/measures/add_natural_ventilation_with_hybrid_control/measure.xml +241 -0
  56. data/lib/measures/add_natural_ventilation_with_hybrid_control/tests/MediumOffice-90.1-2010-ASHRAE 169-2013-5A.osm +13669 -0
  57. data/lib/measures/add_natural_ventilation_with_hybrid_control/tests/SmallHotel-2A.osm +42899 -0
  58. data/lib/measures/add_natural_ventilation_with_hybrid_control/tests/USA_NY_Buffalo.Niagara.Intl.AP.725280_TMY3.epw +8768 -0
  59. data/lib/measures/add_natural_ventilation_with_hybrid_control/tests/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw +8768 -0
  60. data/lib/measures/add_natural_ventilation_with_hybrid_control/tests/add_natural_ventilation_with_hybrid_control_test.rb +95 -0
  61. data/lib/measures/add_rooftop_pv_simple/LICENSE.md +7 -21
  62. data/lib/measures/add_rooftop_pv_simple/measure.rb +2 -32
  63. data/lib/measures/add_rooftop_pv_simple/tests/add_rooftop_pv_test.rb +2 -32
  64. data/lib/measures/adjust_dhw_setpoint/LICENSE.md +13 -1
  65. data/lib/measures/adjust_dhw_setpoint/measure.rb +2 -32
  66. data/lib/measures/adjust_dhw_setpoint/tests/adjust_dhw_setpoint_test.rb +2 -32
  67. data/lib/measures/average_ventilation_for_peak_hours/LICENSE.md +13 -1
  68. data/lib/measures/average_ventilation_for_peak_hours/measure.rb +2 -32
  69. data/lib/measures/average_ventilation_for_peak_hours/tests/average_ventilation_for_peak_hours_test.rb +2 -32
  70. data/lib/measures/enable_occupancy_driven_lighting/LICENSE.md +13 -1
  71. data/lib/measures/enable_occupancy_driven_lighting/measure.rb +2 -32
  72. data/lib/measures/enable_occupancy_driven_lighting/tests/enable_occupancy_driven_lighting_test.rb +2 -32
  73. data/lib/measures/precooling/LICENSE.md +7 -21
  74. data/lib/measures/precooling/measure.rb +2 -33
  75. data/lib/measures/preheating/LICENSE.md +7 -21
  76. data/lib/measures/preheating/measure.rb +2 -33
  77. data/lib/measures/reduce_domestic_hot_water_use_for_peak_hours/LICENSE.md +13 -1
  78. data/lib/measures/reduce_domestic_hot_water_use_for_peak_hours/measure.rb +2 -32
  79. data/lib/measures/reduce_domestic_hot_water_use_for_peak_hours/tests/reduce_domestic_hot_water_use_for_peak_hours_test.rb +2 -32
  80. data/lib/measures/reduce_epd_by_percentage_for_peak_hours/LICENSE.md +13 -1
  81. data/lib/measures/reduce_epd_by_percentage_for_peak_hours/measure.rb +2 -32
  82. data/lib/measures/reduce_epd_by_percentage_for_peak_hours/tests/reduce_epd_by_percentage_for_peak_hours_copy_test.rb +2 -32
  83. data/lib/measures/reduce_exterior_lighting_loads/LICENSE.md +13 -0
  84. data/lib/measures/reduce_exterior_lighting_loads/README.md +79 -0
  85. data/lib/measures/reduce_exterior_lighting_loads/README.md.erb +45 -0
  86. data/lib/measures/reduce_exterior_lighting_loads/docs/.gitkeep +0 -0
  87. data/lib/measures/reduce_exterior_lighting_loads/measure.rb +385 -0
  88. data/lib/measures/reduce_exterior_lighting_loads/measure.xml +195 -0
  89. data/lib/measures/reduce_exterior_lighting_loads/tests/CZ06RV2.epw +8768 -0
  90. data/lib/measures/reduce_exterior_lighting_loads/tests/SFD_1story_UB_UA_ASHP2_HPWH.osm +13110 -0
  91. data/lib/measures/reduce_exterior_lighting_loads/tests/example_model.osm +8077 -0
  92. data/lib/measures/reduce_exterior_lighting_loads/tests/reduce_exterior_lighting_loads_test.rb +81 -0
  93. data/lib/measures/reduce_lpd_by_percentage_for_peak_hours/LICENSE.md +13 -1
  94. data/lib/measures/reduce_lpd_by_percentage_for_peak_hours/measure.rb +2 -32
  95. data/lib/measures/reduce_lpd_by_percentage_for_peak_hours/tests/reduce_lpd_by_percentage_for_peak_hours_test.rb +2 -32
  96. data/lib/openstudio/geb/extension.rb +2 -50
  97. data/lib/openstudio/geb/logging.rb +2 -32
  98. data/lib/openstudio/geb/run.rb +2 -32
  99. data/lib/openstudio/geb/utilities.rb +2 -32
  100. data/lib/openstudio/geb/version.rb +3 -33
  101. data/lib/openstudio/geb.rb +3 -51
  102. data/lib/openstudio-geb.rb +6 -0
  103. data/openstudio-geb.gemspec +2 -3
  104. metadata +40 -7
@@ -0,0 +1,82 @@
1
+ # *******************************************************************************
2
+ # OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
3
+ # See also https://openstudio.net/license
4
+ # *******************************************************************************
5
+
6
+ require 'openstudio'
7
+ require 'openstudio/measure/ShowRunnerOutput'
8
+ require 'minitest/autorun'
9
+ require_relative '../measure.rb'
10
+ require 'fileutils'
11
+ require 'json'
12
+
13
+ class AddCeilingFanTest < Minitest::Test
14
+ # def setup
15
+ # end
16
+
17
+ # def teardown
18
+ # end
19
+
20
+ def test_add_ceiling_fan
21
+ # create an instance of the measure
22
+ measure = AddCeilingFan.new
23
+
24
+ # create runner with empty OSW
25
+ osw = OpenStudio::WorkflowJSON.new
26
+ runner = OpenStudio::Measure::OSRunner.new(osw)
27
+
28
+ # load the test model
29
+ translator = OpenStudio::OSVersion::VersionTranslator.new
30
+ path = "#{File.dirname(__FILE__)}/SFD_1story_UB_UA_ASHP2_HPWH.osm"
31
+ model = translator.loadModel(path)
32
+ assert(!model.empty?)
33
+ model = model.get
34
+
35
+ # get arguments
36
+ arguments = measure.arguments(model)
37
+ argument_map = OpenStudio::Measure.convertOSArgumentVectorToMap(arguments)
38
+
39
+ # create hash of argument values.
40
+ # If the argument has a default that you want to use, you don't need it in the hash
41
+ args_hash = {}
42
+ args_hash['bldg_type'] = 'commercial'
43
+ args_hash['motor_type'] = 'DC'
44
+
45
+ # populate argument with specified hash value if specified
46
+ arguments.each do |arg|
47
+ temp_arg_var = arg.clone
48
+ if args_hash.key?(arg.name)
49
+ assert(temp_arg_var.setValue(args_hash[arg.name]))
50
+ end
51
+ argument_map[arg.name] = temp_arg_var
52
+ end
53
+
54
+ # run the measure
55
+ measure.run(model, runner, argument_map)
56
+ result = runner.result
57
+
58
+ # show the output
59
+ show_output(result)
60
+
61
+ # assert that it ran correctly
62
+ assert_equal('Success', result.value.valueName)
63
+
64
+ # save the model to test output directory
65
+ output_file_path = "#{File.dirname(__FILE__)}//output/test_output.osm"
66
+ model.save(output_file_path, true)
67
+
68
+ # test run the modified model
69
+ osw = {}
70
+ osw["weather_file"] = File.join(File.dirname(__FILE__ ), "CZ06RV2.epw")
71
+ osw["seed_file"] = output_file_path
72
+ osw_path = "#{File.dirname(__FILE__)}//output/test_output.osw"
73
+ File.open(osw_path, 'w') do |f|
74
+ f << JSON.pretty_generate(osw)
75
+ end
76
+ cli_path = OpenStudio.getOpenStudioCLI
77
+ cmd = "\"#{cli_path}\" run -w \"#{osw_path}\""
78
+ puts cmd
79
+ system(cmd)
80
+
81
+ end
82
+ end
@@ -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
@@ -152,12 +122,19 @@ class AddChilledWaterStorageTank < OpenStudio::Measure::ModelMeasure
152
122
  secondary_delta_t.setDefaultValue(4.5)
153
123
  args << secondary_delta_t
154
124
 
155
- # Make string argument for ctes seasonal availabilty
156
- thermal_storage_season = OpenStudio::Measure::OSArgument.makeStringArgument('thermal_storage_season', true)
157
- thermal_storage_season.setDisplayName('Enter Seasonal Availability of Chilled Water Storage:')
158
- thermal_storage_season.setDescription('Use MM/DD-MM/DD format, e.g., 04/01-10/31, default is full year.')
159
- thermal_storage_season.setDefaultValue('01/01-12/31')
160
- args << thermal_storage_season
125
+ # make an argument for the start date of thermal storage
126
+ thermal_storage_startdate = OpenStudio::Measure::OSArgument.makeStringArgument('thermal_storage_startdate', false)
127
+ thermal_storage_startdate.setDisplayName('Start Date for thermal storage')
128
+ thermal_storage_startdate.setDescription('In MM-DD format')
129
+ thermal_storage_startdate.setDefaultValue('01-01')
130
+ args << thermal_storage_startdate
131
+
132
+ # make an argument for the end date of thermal storage
133
+ thermal_storage_enddate = OpenStudio::Measure::OSArgument.makeStringArgument('thermal_storage_enddate', false)
134
+ thermal_storage_enddate.setDisplayName('End Date for thermal storage')
135
+ thermal_storage_enddate.setDescription('In MM-DD format')
136
+ thermal_storage_enddate.setDefaultValue('12-31')
137
+ args << thermal_storage_enddate
161
138
 
162
139
  # Make string arguments for ctes discharge times
163
140
  discharge_start = OpenStudio::Measure::OSArgument.makeStringArgument('discharge_start', true)
@@ -259,7 +236,8 @@ class AddChilledWaterStorageTank < OpenStudio::Measure::ModelMeasure
259
236
  tank_charge_sp = runner.getDoubleArgumentValue('tank_charge_sp', user_arguments)
260
237
  primary_delta_t = runner.getStringArgumentValue('primary_delta_t', user_arguments)
261
238
  secondary_delta_t = runner.getDoubleArgumentValue('secondary_delta_t', user_arguments)
262
- thermal_storage_season = runner.getStringArgumentValue('thermal_storage_season', user_arguments)
239
+ thermal_storage_startdate = runner.getStringArgumentValue('thermal_storage_startdate', user_arguments)
240
+ thermal_storage_enddate = runner.getStringArgumentValue('thermal_storage_enddate', user_arguments)
263
241
  discharge_start = runner.getStringArgumentValue('discharge_start', user_arguments)
264
242
  discharge_end = runner.getStringArgumentValue('discharge_end', user_arguments)
265
243
  charge_start = runner.getStringArgumentValue('charge_start', user_arguments)
@@ -279,7 +257,7 @@ class AddChilledWaterStorageTank < OpenStudio::Measure::ModelMeasure
279
257
  end
280
258
 
281
259
  # if_overnight: 1 or 0; wknds (if applicable to weekends): 1 or 0
282
- def create_sch(model, sch_name, start_time, end_time, thermal_storage_season, wknds)
260
+ def create_sch(model, sch_name, start_time, end_time, start_date, end_date, wknds)
283
261
  day_start_time = Time.strptime("00:00", '%H:%M')
284
262
  # create discharging schedule
285
263
  new_sch_ruleset = OpenStudio::Model::ScheduleRuleset.new(model)
@@ -304,13 +282,14 @@ class AddChilledWaterStorageTank < OpenStudio::Measure::ModelMeasure
304
282
  end
305
283
  end
306
284
 
307
- date_range = thermal_storage_season.delete(' ').split('-')
308
- start_date = date_range[0].split('/')
309
- end_date = date_range[1].split('/')
285
+ start_month = start_date.monthOfYear.value
286
+ start_day = start_date.dayOfMonth
287
+ end_month = end_date.monthOfYear.value
288
+ end_day = end_date.dayOfMonth
310
289
  ts_rule = OpenStudio::Model::ScheduleRule.new(new_sch_ruleset, new_sch_ruleset.defaultDaySchedule)
311
- ts_rule.setName("#{new_sch_ruleset.name} #{start_date[0].to_i}/#{start_date[1].to_i}-#{end_date[0].to_i}/#{end_date[1].to_i} Rule")
312
- ts_rule.setStartDate(model.getYearDescription.makeDate(start_date[0].to_i, start_date[1].to_i))
313
- ts_rule.setEndDate(model.getYearDescription.makeDate(end_date[0].to_i, end_date[1].to_i))
290
+ ts_rule.setName("#{new_sch_ruleset.name} #{start_month}/#{start_day}-#{end_month}/#{end_day} Rule")
291
+ ts_rule.setStartDate(start_date)
292
+ ts_rule.setEndDate(end_date)
314
293
  ts_rule.setApplyWeekdays(true)
315
294
  if wknds
316
295
  ts_rule.setApplyWeekends(true)
@@ -318,22 +297,22 @@ class AddChilledWaterStorageTank < OpenStudio::Measure::ModelMeasure
318
297
  ts_rule.setApplyWeekends(false)
319
298
  end
320
299
 
321
- unless start_date[0].to_i == 1 && start_date[1].to_i == 1
300
+ unless start_month == 1 && start_day == 1
322
301
  new_rule_day = OpenStudio::Model::ScheduleDay.new(model)
323
302
  new_rule_day.addValue(OpenStudio::Time.new(0,24), 0)
324
303
  new_rule = OpenStudio::Model::ScheduleRule.new(new_sch_ruleset, new_rule_day)
325
- new_rule.setName("#{new_sch_ruleset.name} 01/01-#{start_date[0]}/#{start_date[1]} Rule")
304
+ new_rule.setName("#{new_sch_ruleset.name} 01/01-#{start_month}/#{start_day} Rule")
326
305
  new_rule.setStartDate(model.getYearDescription.makeDate(1, 1))
327
- new_rule.setEndDate(model.getYearDescription.makeDate(start_date[0].to_i, start_date[1].to_i))
306
+ new_rule.setEndDate(model.getYearDescription.makeDate(start_month, start_day))
328
307
  new_rule.setApplyAllDays(true)
329
308
  end
330
309
 
331
- unless end_date[0].to_i == 12 && end_date[1].to_i == 31
310
+ unless end_month == 12 && end_day == 31
332
311
  new_rule_day = OpenStudio::Model::ScheduleDay.new(model)
333
312
  new_rule_day.addValue(OpenStudio::Time.new(0,24), 0)
334
313
  new_rule = OpenStudio::Model::ScheduleRule.new(new_sch_ruleset, new_rule_day)
335
- new_rule.setName("#{new_sch_ruleset.name} #{end_date[0].to_i}/#{end_date[1].to_i}-12/31 Rule")
336
- new_rule.setStartDate(model.getYearDescription.makeDate(end_date[0].to_i, end_date[1].to_i))
314
+ new_rule.setName("#{new_sch_ruleset.name} #{end_month}/#{end_day}-12/31 Rule")
315
+ new_rule.setStartDate(model.getYearDescription.makeDate(end_month, end_day))
337
316
  new_rule.setEndDate(model.getYearDescription.makeDate(12, 31))
338
317
  new_rule.setApplyAllDays(true)
339
318
  end
@@ -342,7 +321,7 @@ class AddChilledWaterStorageTank < OpenStudio::Measure::ModelMeasure
342
321
  end
343
322
 
344
323
  if discharge_start > discharge_end
345
- runner.registerWarning('Dischage start time is later than discharge ' \
324
+ runner.registerInfo('Dischage start time is later than discharge ' \
346
325
  'end time (discharge overnight). Verify schedule inputs.')
347
326
  end
348
327
 
@@ -360,7 +339,28 @@ class AddChilledWaterStorageTank < OpenStudio::Measure::ModelMeasure
360
339
  runner.registerError("Wrong energy storage objective input, can be either 'Full Storage' or 'Partial Storage'. ")
361
340
  return false
362
341
  end
342
+
343
+ # check date inputs
344
+ md = /(\d\d)-(\d\d)/.match(thermal_storage_startdate)
345
+ if md
346
+ thermal_storage_start_month = md[1].to_i
347
+ thermal_storage_start_day = md[2].to_i
348
+ else
349
+ runner.registerError('Start date must be in MM-DD format.')
350
+ return false
351
+ end
352
+
353
+ md = /(\d\d)-(\d\d)/.match(thermal_storage_enddate)
354
+ if md
355
+ thermal_storage_end_month = md[1].to_i
356
+ thermal_storage_end_day = md[2].to_i
357
+ else
358
+ runner.registerError('End date must be in MM-DD format.')
359
+ return false
360
+ end
363
361
 
362
+ thermal_storage_startdate_os = model.getYearDescription.makeDate(thermal_storage_start_month, thermal_storage_start_day)
363
+ thermal_storage_enddate_os = model.getYearDescription.makeDate(thermal_storage_end_month, thermal_storage_end_day)
364
364
 
365
365
  # report initial condition of model
366
366
  runner.registerInitialCondition("Original primary chilled water loop: #{selected_primary_loop.name}.")
@@ -581,8 +581,8 @@ class AddChilledWaterStorageTank < OpenStudio::Measure::ModelMeasure
581
581
  selected_primary_loop.addDemandBranchForComponent(chw_storage_tank)
582
582
 
583
583
  # create discharging and charging schedule and apply to chilled water tank and primary loop
584
- discharge_sch = create_sch(model, 'Chilled water tank discharge schedule', discharge_start, discharge_end, thermal_storage_season, wknds)
585
- charge_sch = create_sch(model, 'Chilled water tank charge schedule', charge_start, charge_end, thermal_storage_season, wknds)
584
+ discharge_sch = create_sch(model, 'Chilled water tank discharge schedule', discharge_start, discharge_end, thermal_storage_startdate_os, thermal_storage_enddate_os, wknds)
585
+ charge_sch = create_sch(model, 'Chilled water tank charge schedule', charge_start, charge_end, thermal_storage_startdate_os, thermal_storage_enddate_os, wknds)
586
586
  chw_storage_tank.setUseSideAvailabilitySchedule(discharge_sch)
587
587
  chw_storage_tank.setSourceSideAvailabilitySchedule(charge_sch)
588
588
  avm_sch = OpenStudio::Model::AvailabilityManagerScheduled.new(model)
@@ -605,7 +605,7 @@ class AddChilledWaterStorageTank < OpenStudio::Measure::ModelMeasure
605
605
  clg_op_scheme_tank.addEquipment(chw_storage_tank)
606
606
  clg_op_scheme_sec_chiller = OpenStudio::Model::PlantEquipmentOperationCoolingLoad.new(model)
607
607
  clg_op_scheme_sec_chiller.addEquipment(sec_chiller)
608
- undischarge_sch = create_sch(model, 'Chilled water tank not discharge schedule', discharge_end, discharge_start, thermal_storage_season, wknds)
608
+ undischarge_sch = create_sch(model, 'Chilled water tank not discharge schedule', discharge_end, discharge_start, thermal_storage_startdate_os, thermal_storage_enddate_os, wknds)
609
609
  # in this way, sequence in E+ will be tank first then chiller. In fact the sequence here doesn't matter as each schema is coupled with schedule
610
610
  sec_loop.setPlantEquipmentOperationCoolingLoad(clg_op_scheme_tank)
611
611
  sec_loop.setPlantEquipmentOperationCoolingLoadSchedule(discharge_sch)
@@ -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
@@ -72,7 +42,8 @@ class AddChilledWaterStorageTankTest < Minitest::Test
72
42
  args_hash = {}
73
43
  args_hash['run_output_path'] = File.join(File.dirname(__FILE__ ), "output")
74
44
  args_hash['epw_path'] = File.join(File.dirname(__FILE__ ), "CZ06RV2.epw")
75
- # args_hash['thermal_storage_season'] = '04/01-10/31'
45
+ args_hash['thermal_storage_startdate'] = '04-01'
46
+ args_hash['thermal_storage_enddate'] = '10-31'
76
47
  args_hash['objective'] = 'Full Storage'
77
48
 
78
49
  # populate argument with specified hash value if specified
@@ -93,7 +64,6 @@ class AddChilledWaterStorageTankTest < Minitest::Test
93
64
 
94
65
  # assert that it ran correctly
95
66
  assert_equal('Success', result.value.valueName)
96
- assert(result.info.size == 1)
97
67
  assert(result.warnings.empty?)
98
68
 
99
69
  # save the model to test output directory
@@ -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
@@ -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,40 +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
6
  # see the URL below for information on how to write OpenStudio measures
39
7
  # http://nrel.github.io/OpenStudio-user-documentation/reference/measure_writing_guide/
40
8
 
@@ -1,40 +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
6
  require 'openstudio'
39
7
  require 'openstudio/measure/ShowRunnerOutput'
40
8
  require 'minitest/autorun'
@@ -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.
@@ -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
  # Measure distributed under NREL Copyright terms, see LICENSE.md file.