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,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
  require 'openstudio'
@@ -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,38 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # *******************************************************************************
4
- # OpenStudio(R), Copyright (c) 2008-2022, Alliance for Sustainable Energy, LLC.
5
- # All rights reserved.
6
- # Redistribution and use in source and binary forms, with or without
7
- # modification, are permitted provided that the following conditions are met:
8
- #
9
- # (1) Redistributions of source code must retain the above copyright notice,
10
- # this list of conditions and the following disclaimer.
11
- #
12
- # (2) Redistributions in binary form must reproduce the above copyright notice,
13
- # this list of conditions and the following disclaimer in the documentation
14
- # and/or other materials provided with the distribution.
15
- #
16
- # (3) Neither the name of the copyright holder nor the names of any contributors
17
- # may be used to endorse or promote products derived from this software without
18
- # specific prior written permission from the respective party.
19
- #
20
- # (4) Other than as required in clauses (1) and (2), distributions in any form
21
- # of modifications or other derivative works may not use the "OpenStudio"
22
- # trademark, "OS", "os", or any other confusingly similar designation without
23
- # specific prior written permission from Alliance for Sustainable Energy, LLC.
24
- #
25
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS
26
- # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
27
- # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28
- # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE
29
- # UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF
30
- # THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
31
- # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
32
- # OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33
- # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
34
- # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35
- # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4
+ # OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
5
+ # See also https://openstudio.net/license
36
6
  # *******************************************************************************
37
7
 
38
8
  # see the URL below for information on how to write OpenStudio measures
@@ -1,9 +1,10 @@
1
+ <?xml version="1.0"?>
1
2
  <measure>
2
3
  <schema_version>3.0</schema_version>
3
4
  <name>enable_demand_controlled_ventilation</name>
4
5
  <uid>3ff4b412-8689-4b11-a588-935c621dc97d</uid>
5
- <version_id>6cbb65cc-484e-452c-817b-9e6e66bfb011</version_id>
6
- <version_modified>20210915T221802Z</version_modified>
6
+ <version_id>36048476-a8b9-4789-9954-999b9b6340da</version_id>
7
+ <version_modified>20230719T172112Z</version_modified>
7
8
  <xml_checksum>ECE70A70</xml_checksum>
8
9
  <class_name>EnableDemandControlledVentilation</class_name>
9
10
  <display_name>Enable Demand Controlled Ventilation</display_name>
@@ -56,8 +57,8 @@ The cost arguments are user arguments that start with a default of $0.</modeler_
56
57
  </choices>
57
58
  </argument>
58
59
  </arguments>
59
- <outputs/>
60
- <provenances/>
60
+ <outputs />
61
+ <provenances />
61
62
  <tags>
62
63
  <tag>HVAC.Ventilation</tag>
63
64
  </tags>
@@ -92,11 +93,17 @@ The cost arguments are user arguments that start with a default of $0.</modeler_
92
93
  <usage_type>readme</usage_type>
93
94
  <checksum>F6CB5CF3</checksum>
94
95
  </file>
96
+ <file>
97
+ <filename>MediumOffice-90.1-2010-ASHRAE 169-2013-5A_dcv.osm</filename>
98
+ <filetype>osm</filetype>
99
+ <usage_type>test</usage_type>
100
+ <checksum>4E885A65</checksum>
101
+ </file>
95
102
  <file>
96
103
  <filename>LICENSE.md</filename>
97
104
  <filetype>md</filetype>
98
105
  <usage_type>license</usage_type>
99
- <checksum>E0468DD6</checksum>
106
+ <checksum>BFFB1AA6</checksum>
100
107
  </file>
101
108
  <file>
102
109
  <version>
@@ -107,19 +114,13 @@ The cost arguments are user arguments that start with a default of $0.</modeler_
107
114
  <filename>measure.rb</filename>
108
115
  <filetype>rb</filetype>
109
116
  <usage_type>script</usage_type>
110
- <checksum>D051868A</checksum>
117
+ <checksum>AE953EFB</checksum>
111
118
  </file>
112
119
  <file>
113
120
  <filename>EnableDemandControlledVentilation_Test.rb</filename>
114
121
  <filetype>rb</filetype>
115
122
  <usage_type>test</usage_type>
116
- <checksum>12A588F9</checksum>
117
- </file>
118
- <file>
119
- <filename>MediumOffice-90.1-2010-ASHRAE 169-2013-5A_dcv.osm</filename>
120
- <filetype>osm</filetype>
121
- <usage_type>test</usage_type>
122
- <checksum>4E885A65</checksum>
123
+ <checksum>FE1D9051</checksum>
123
124
  </file>
124
125
  </files>
125
126
  </measure>
@@ -1,38 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # *******************************************************************************
4
- # OpenStudio(R), Copyright (c) 2008-2022, Alliance for Sustainable Energy, LLC.
5
- # All rights reserved.
6
- # Redistribution and use in source and binary forms, with or without
7
- # modification, are permitted provided that the following conditions are met:
8
- #
9
- # (1) Redistributions of source code must retain the above copyright notice,
10
- # this list of conditions and the following disclaimer.
11
- #
12
- # (2) Redistributions in binary form must reproduce the above copyright notice,
13
- # this list of conditions and the following disclaimer in the documentation
14
- # and/or other materials provided with the distribution.
15
- #
16
- # (3) Neither the name of the copyright holder nor the names of any contributors
17
- # may be used to endorse or promote products derived from this software without
18
- # specific prior written permission from the respective party.
19
- #
20
- # (4) Other than as required in clauses (1) and (2), distributions in any form
21
- # of modifications or other derivative works may not use the "OpenStudio"
22
- # trademark, "OS", "os", or any other confusingly similar designation without
23
- # specific prior written permission from Alliance for Sustainable Energy, LLC.
24
- #
25
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS
26
- # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
27
- # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28
- # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE
29
- # UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF
30
- # THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
31
- # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
32
- # OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33
- # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
34
- # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35
- # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4
+ # OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
5
+ # See also https://openstudio.net/license
36
6
  # *******************************************************************************
37
7
 
38
8
  require 'openstudio'
@@ -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,43 +1,8 @@
1
1
  # *******************************************************************************
2
- # OpenStudio(R), Copyright (c) 2008-2022, Alliance for Sustainable Energy, LLC.
3
- # All rights reserved.
4
- # Redistribution and use in source and binary forms, with or without
5
- # modification, are permitted provided that the following conditions are met:
6
- #
7
- # (1) Redistributions of source code must retain the above copyright notice,
8
- # this list of conditions and the following disclaimer.
9
- #
10
- # (2) Redistributions in binary form must reproduce the above copyright notice,
11
- # this list of conditions and the following disclaimer in the documentation
12
- # and/or other materials provided with the distribution.
13
- #
14
- # (3) Neither the name of the copyright holder nor the names of any contributors
15
- # may be used to endorse or promote products derived from this software without
16
- # specific prior written permission from the respective party.
17
- #
18
- # (4) Other than as required in clauses (1) and (2), distributions in any form
19
- # of modifications or other derivative works may not use the "OpenStudio"
20
- # trademark, "OS", "os", or any other confusingly similar designation without
21
- # specific prior written permission from Alliance for Sustainable Energy, LLC.
22
- #
23
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS
24
- # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
25
- # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26
- # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE
27
- # UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF
28
- # THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
29
- # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
30
- # OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31
- # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
32
- # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33
- # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2
+ # OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
3
+ # See also https://openstudio.net/license
34
4
  # *******************************************************************************
35
5
 
36
- # insert your copyright here
37
-
38
- # see the URL below for information on how to write OpenStudio measures
39
- # http://nrel.github.io/OpenStudio-user-documentation/reference/measure_writing_guide/
40
-
41
6
  require 'erb'
42
7
  require 'json'
43
8
 
@@ -1,9 +1,11 @@
1
+ <?xml version="1.0"?>
1
2
  <measure>
2
3
  <schema_version>3.0</schema_version>
4
+ <error>wrong number of arguments (given 1, expected 0)</error>
3
5
  <name>geb_metrics_report</name>
4
6
  <uid>de3dd145-8762-4f1d-b4b5-a3b90c985c19</uid>
5
- <version_id>971a5513-db31-4095-a075-e7378d6db178</version_id>
6
- <version_modified>20210824T211750Z</version_modified>
7
+ <version_id>9a5d71fc-a377-4290-858b-9b47a4a2e6cc</version_id>
8
+ <version_modified>20230719T172108Z</version_modified>
7
9
  <xml_checksum>5EE3671C</xml_checksum>
8
10
  <class_name>GEBMetricsReport</class_name>
9
11
  <display_name>GEB Metrics Report</display_name>
@@ -15,19 +17,28 @@
15
17
  <display_name>The event date for GEB metrics reporting purpose</display_name>
16
18
  <description>In MM-DD format</description>
17
19
  <type>String</type>
20
+ <units></units>
18
21
  <required>true</required>
19
22
  <model_dependent>false</model_dependent>
23
+ <default_value></default_value>
24
+ <min_value></min_value>
25
+ <max_value></max_value>
20
26
  </argument>
21
27
  <argument>
22
28
  <name>baseline_run_output_path</name>
23
29
  <display_name>Output path</display_name>
30
+ <description></description>
24
31
  <type>Path</type>
32
+ <units></units>
25
33
  <required>true</required>
26
34
  <model_dependent>false</model_dependent>
35
+ <default_value></default_value>
36
+ <min_value></min_value>
37
+ <max_value></max_value>
27
38
  </argument>
28
39
  </arguments>
29
- <outputs/>
30
- <provenances/>
40
+ <outputs />
41
+ <provenances />
31
42
  <tags>
32
43
  <tag>Reporting.QAQC</tag>
33
44
  </tags>
@@ -54,12 +65,6 @@
54
65
  </attribute>
55
66
  </attributes>
56
67
  <files>
57
- <file>
58
- <filename>LICENSE.md</filename>
59
- <filetype>md</filetype>
60
- <usage_type>license</usage_type>
61
- <checksum>CD7F5672</checksum>
62
- </file>
63
68
  <file>
64
69
  <filename>README.md.erb</filename>
65
70
  <filetype>erb</filetype>
@@ -72,12 +77,6 @@
72
77
  <usage_type>doc</usage_type>
73
78
  <checksum>00000000</checksum>
74
79
  </file>
75
- <file>
76
- <filename>os_lib_helper_methods.rb</filename>
77
- <filetype>rb</filetype>
78
- <usage_type>resource</usage_type>
79
- <checksum>0B5DED0D</checksum>
80
- </file>
81
80
  <file>
82
81
  <filename>small_office_simple_w_CO2_daylighting.osm</filename>
83
82
  <filetype>osm</filetype>
@@ -85,22 +84,28 @@
85
84
  <checksum>106D8627</checksum>
86
85
  </file>
87
86
  <file>
88
- <filename>occupant_centric_kpi_report_test.rb</filename>
87
+ <filename>LICENSE.md</filename>
88
+ <filetype>md</filetype>
89
+ <usage_type>license</usage_type>
90
+ <checksum>BFFB1AA6</checksum>
91
+ </file>
92
+ <file>
93
+ <filename>os_lib_helper_methods.rb</filename>
89
94
  <filetype>rb</filetype>
90
- <usage_type>test</usage_type>
91
- <checksum>17377BB4</checksum>
95
+ <usage_type>resource</usage_type>
96
+ <checksum>FEACB9A1</checksum>
92
97
  </file>
93
98
  <file>
94
99
  <filename>report.html.erb</filename>
95
100
  <filetype>erb</filetype>
96
101
  <usage_type>resource</usage_type>
97
- <checksum>846988AF</checksum>
102
+ <checksum>FFA4B403</checksum>
98
103
  </file>
99
104
  <file>
100
105
  <filename>os_lib_reporting.rb</filename>
101
106
  <filetype>rb</filetype>
102
107
  <usage_type>resource</usage_type>
103
- <checksum>4E947F52</checksum>
108
+ <checksum>98131F05</checksum>
104
109
  </file>
105
110
  <file>
106
111
  <version>
@@ -111,13 +116,223 @@
111
116
  <filename>measure.rb</filename>
112
117
  <filetype>rb</filetype>
113
118
  <usage_type>script</usage_type>
114
- <checksum>48057114</checksum>
119
+ <checksum>B2A084B4</checksum>
120
+ </file>
121
+ <file>
122
+ <filename>CZ06RV2.epw</filename>
123
+ <filetype>epw</filetype>
124
+ <usage_type>test</usage_type>
125
+ <checksum>52282D70</checksum>
126
+ </file>
127
+ <file>
128
+ <filename>baseline/out.osw</filename>
129
+ <filetype>osw</filetype>
130
+ <usage_type>test</usage_type>
131
+ <checksum>81394943</checksum>
132
+ </file>
133
+ <file>
134
+ <filename>baseline/baseline.osm</filename>
135
+ <filetype>osm</filetype>
136
+ <usage_type>test</usage_type>
137
+ <checksum>1DAFFE27</checksum>
138
+ </file>
139
+ <file>
140
+ <filename>baseline/baseline.osw</filename>
141
+ <filetype>osw</filetype>
142
+ <usage_type>test</usage_type>
143
+ <checksum>1DA31EB3</checksum>
144
+ </file>
145
+ <file>
146
+ <filename>baseline/run/in.osm</filename>
147
+ <filetype>osm</filetype>
148
+ <usage_type>test</usage_type>
149
+ <checksum>E9F1D709</checksum>
150
+ </file>
151
+ <file>
152
+ <filename>baseline/run/eplusout.shd</filename>
153
+ <filetype>shd</filetype>
154
+ <usage_type>test</usage_type>
155
+ <checksum>E865DCFA</checksum>
156
+ </file>
157
+ <file>
158
+ <filename>baseline/run/eplustbl.htm</filename>
159
+ <filetype>htm</filetype>
160
+ <usage_type>test</usage_type>
161
+ <checksum>E530BAF4</checksum>
162
+ </file>
163
+ <file>
164
+ <filename>baseline/run/stdout-expandobject</filename>
165
+ <filetype></filetype>
166
+ <usage_type>test</usage_type>
167
+ <checksum>1A38BEA7</checksum>
168
+ </file>
169
+ <file>
170
+ <filename>baseline/run/eplusout.mdd</filename>
171
+ <filetype>mdd</filetype>
172
+ <usage_type>test</usage_type>
173
+ <checksum>D6E3BBDD</checksum>
174
+ </file>
175
+ <file>
176
+ <filename>baseline/run/eplusout.audit</filename>
177
+ <filetype>audit</filetype>
178
+ <usage_type>test</usage_type>
179
+ <checksum>4634D8ED</checksum>
180
+ </file>
181
+ <file>
182
+ <filename>baseline/run/run.log</filename>
183
+ <filetype>log</filetype>
184
+ <usage_type>test</usage_type>
185
+ <checksum>00000000</checksum>
186
+ </file>
187
+ <file>
188
+ <filename>baseline/run/eplusout.rdd</filename>
189
+ <filetype>rdd</filetype>
190
+ <usage_type>test</usage_type>
191
+ <checksum>125FD099</checksum>
192
+ </file>
193
+ <file>
194
+ <filename>baseline/run/eplusout.eio</filename>
195
+ <filetype>eio</filetype>
196
+ <usage_type>test</usage_type>
197
+ <checksum>BAA66A35</checksum>
198
+ </file>
199
+ <file>
200
+ <filename>baseline/run/eplusssz.csv</filename>
201
+ <filetype>csv</filetype>
202
+ <usage_type>test</usage_type>
203
+ <checksum>57B7E6F9</checksum>
204
+ </file>
205
+ <file>
206
+ <filename>baseline/run/results.json</filename>
207
+ <filetype>json</filetype>
208
+ <usage_type>test</usage_type>
209
+ <checksum>73BEBBA8</checksum>
210
+ </file>
211
+ <file>
212
+ <filename>baseline/run/finished.job</filename>
213
+ <filetype>job</filetype>
214
+ <usage_type>test</usage_type>
215
+ <checksum>1E4958FD</checksum>
216
+ </file>
217
+ <file>
218
+ <filename>baseline/run/eplusout.err</filename>
219
+ <filetype>err</filetype>
220
+ <usage_type>test</usage_type>
221
+ <checksum>5D0C3CC0</checksum>
222
+ </file>
223
+ <file>
224
+ <filename>baseline/run/data_point.zip</filename>
225
+ <filetype>zip</filetype>
226
+ <usage_type>test</usage_type>
227
+ <checksum>D84E1C83</checksum>
228
+ </file>
229
+ <file>
230
+ <filename>baseline/run/stdout-energyplus</filename>
231
+ <filetype></filetype>
232
+ <usage_type>test</usage_type>
233
+ <checksum>104DDC36</checksum>
234
+ </file>
235
+ <file>
236
+ <filename>baseline/run/eplusout.eso</filename>
237
+ <filetype>eso</filetype>
238
+ <usage_type>test</usage_type>
239
+ <checksum>A0791896</checksum>
240
+ </file>
241
+ <file>
242
+ <filename>baseline/run/in.idf</filename>
243
+ <filetype>idf</filetype>
244
+ <usage_type>test</usage_type>
245
+ <checksum>A0ACFC21</checksum>
246
+ </file>
247
+ <file>
248
+ <filename>baseline/run/eplusout.end</filename>
249
+ <filetype>end</filetype>
250
+ <usage_type>test</usage_type>
251
+ <checksum>7AE603B1</checksum>
252
+ </file>
253
+ <file>
254
+ <filename>baseline/run/eplusout.sql</filename>
255
+ <filetype>sql</filetype>
256
+ <usage_type>test</usage_type>
257
+ <checksum>A436973E</checksum>
258
+ </file>
259
+ <file>
260
+ <filename>baseline/run/epluszsz.csv</filename>
261
+ <filetype>csv</filetype>
262
+ <usage_type>test</usage_type>
263
+ <checksum>EECD4641</checksum>
264
+ </file>
265
+ <file>
266
+ <filename>baseline/run/data_point_out.json</filename>
267
+ <filetype>json</filetype>
268
+ <usage_type>test</usage_type>
269
+ <checksum>73BEBBA8</checksum>
270
+ </file>
271
+ <file>
272
+ <filename>baseline/run/started.job</filename>
273
+ <filetype>job</filetype>
274
+ <usage_type>test</usage_type>
275
+ <checksum>92F635F9</checksum>
276
+ </file>
277
+ <file>
278
+ <filename>baseline/run/sqlite.err</filename>
279
+ <filetype>err</filetype>
280
+ <usage_type>test</usage_type>
281
+ <checksum>D834FBC1</checksum>
282
+ </file>
283
+ <file>
284
+ <filename>baseline/run/objectives.json</filename>
285
+ <filetype>json</filetype>
286
+ <usage_type>test</usage_type>
287
+ <checksum>73BEBBA8</checksum>
288
+ </file>
289
+ <file>
290
+ <filename>baseline/run/measure_attributes.json</filename>
291
+ <filetype>json</filetype>
292
+ <usage_type>test</usage_type>
293
+ <checksum>73BEBBA8</checksum>
294
+ </file>
295
+ <file>
296
+ <filename>baseline/run/eplusout.bnd</filename>
297
+ <filetype>bnd</filetype>
298
+ <usage_type>test</usage_type>
299
+ <checksum>2B77D071</checksum>
300
+ </file>
301
+ <file>
302
+ <filename>baseline/run/eplusout.mtd</filename>
303
+ <filetype>mtd</filetype>
304
+ <usage_type>test</usage_type>
305
+ <checksum>F82856DF</checksum>
306
+ </file>
307
+ <file>
308
+ <filename>baseline/run/pre-preprocess.idf</filename>
309
+ <filetype>idf</filetype>
310
+ <usage_type>test</usage_type>
311
+ <checksum>CEF1EA7A</checksum>
312
+ </file>
313
+ <file>
314
+ <filename>baseline/reports/eplustbl.html</filename>
315
+ <filetype>html</filetype>
316
+ <usage_type>test</usage_type>
317
+ <checksum>A3B928F4</checksum>
318
+ </file>
319
+ <file>
320
+ <filename>geb_metrics_report_test.rb</filename>
321
+ <filetype>rb</filetype>
322
+ <usage_type>test</usage_type>
323
+ <checksum>7D0DCE15</checksum>
115
324
  </file>
116
325
  <file>
117
326
  <filename>README.md</filename>
118
327
  <filetype>md</filetype>
119
328
  <usage_type>readme</usage_type>
120
- <checksum>76505336</checksum>
329
+ <checksum>0B68E96D</checksum>
330
+ </file>
331
+ <file>
332
+ <filename>occupant_centric_kpi_report_test.rb</filename>
333
+ <filetype>rb</filetype>
334
+ <usage_type>test</usage_type>
335
+ <checksum>3D6AD315</checksum>
121
336
  </file>
122
337
  </files>
123
338
  </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
  module OsLib_HelperMethods