openstudio-ee 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/CHANGELOG.md +38 -0
- data/Gemfile +6 -0
- data/LICENSE.md +1 -1
- data/Rakefile +1 -1
- data/doc_templates/LICENSE.md +1 -1
- data/doc_templates/copyright_erb.txt +1 -1
- data/doc_templates/copyright_js.txt +1 -1
- data/doc_templates/copyright_ruby.txt +1 -1
- data/lib/measures/AddDaylightSensors/LICENSE.md +1 -1
- data/lib/measures/AddDaylightSensors/measure.rb +1 -1
- data/lib/measures/AddDaylightSensors/measure.xml +5 -5
- data/lib/measures/AddOverhangsByProjectionFactor/LICENSE.md +1 -1
- data/lib/measures/AddOverhangsByProjectionFactor/measure.rb +1 -1
- data/lib/measures/AddOverhangsByProjectionFactor/measure.xml +8 -7
- data/lib/measures/EnableDemandControlledVentilation/LICENSE.md +1 -1
- data/lib/measures/EnableDemandControlledVentilation/measure.rb +1 -1
- data/lib/measures/EnableDemandControlledVentilation/measure.xml +5 -5
- data/lib/measures/EnableEconomizerControl/LICENSE.md +1 -1
- data/lib/measures/EnableEconomizerControl/measure.rb +1 -1
- data/lib/measures/EnableEconomizerControl/measure.xml +5 -5
- data/lib/measures/GLHEProExportLoadsforGroundHeatExchangerSizing/LICENSE.md +1 -1
- data/lib/measures/GLHEProExportLoadsforGroundHeatExchangerSizing/measure.rb +2 -2
- data/lib/measures/GLHEProExportLoadsforGroundHeatExchangerSizing/measure.xml +16 -17
- data/lib/measures/GLHEProGFunctionImport/LICENSE.md +1 -1
- data/lib/measures/GLHEProGFunctionImport/measure.rb +1 -1
- data/lib/measures/GLHEProGFunctionImport/measure.xml +5 -5
- data/lib/measures/GLHEProSetupExportLoadsforGroundHeatExchangerSizing/LICENSE.md +1 -1
- data/lib/measures/GLHEProSetupExportLoadsforGroundHeatExchangerSizing/measure.rb +1 -1
- data/lib/measures/GLHEProSetupExportLoadsforGroundHeatExchangerSizing/measure.xml +4 -4
- data/lib/measures/ImproveFanBeltEfficiency/LICENSE.md +1 -1
- data/lib/measures/ImproveFanBeltEfficiency/measure.rb +1 -1
- data/lib/measures/ImproveFanBeltEfficiency/measure.xml +7 -7
- data/lib/measures/ImproveMotorEfficiency/LICENSE.md +1 -1
- data/lib/measures/ImproveMotorEfficiency/measure.rb +1 -1
- data/lib/measures/ImproveMotorEfficiency/measure.xml +7 -7
- data/lib/measures/IncreaseInsulationRValueForExteriorWalls/LICENSE.md +1 -1
- data/lib/measures/IncreaseInsulationRValueForExteriorWalls/measure.rb +1 -1
- data/lib/measures/IncreaseInsulationRValueForExteriorWalls/measure.xml +8 -7
- data/lib/measures/IncreaseInsulationRValueForExteriorWallsByPercentage/LICENSE.md +27 -0
- data/lib/measures/IncreaseInsulationRValueForExteriorWallsByPercentage/README.md +32 -0
- data/lib/measures/IncreaseInsulationRValueForExteriorWallsByPercentage/README.md.erb +42 -0
- data/lib/measures/IncreaseInsulationRValueForExteriorWallsByPercentage/measure.rb +328 -0
- data/lib/measures/IncreaseInsulationRValueForExteriorWallsByPercentage/measure.xml +99 -0
- data/lib/measures/IncreaseInsulationRValueForRoofs/LICENSE.md +1 -1
- data/lib/measures/IncreaseInsulationRValueForRoofs/measure.rb +1 -1
- data/lib/measures/IncreaseInsulationRValueForRoofs/measure.xml +5 -5
- data/lib/measures/IncreaseInsulationRValueForRoofsByPercentage/LICENSE.md +27 -0
- data/lib/measures/IncreaseInsulationRValueForRoofsByPercentage/README.md +32 -0
- data/lib/measures/IncreaseInsulationRValueForRoofsByPercentage/README.md.erb +42 -0
- data/lib/measures/IncreaseInsulationRValueForRoofsByPercentage/measure.rb +328 -0
- data/lib/measures/IncreaseInsulationRValueForRoofsByPercentage/measure.xml +99 -0
- data/lib/measures/ReduceElectricEquipmentLoadsByPercentage/LICENSE.md +1 -1
- data/lib/measures/ReduceElectricEquipmentLoadsByPercentage/measure.rb +1 -1
- data/lib/measures/ReduceElectricEquipmentLoadsByPercentage/measure.xml +7 -7
- data/lib/measures/ReduceLightingLoadsByPercentage/LICENSE.md +1 -1
- data/lib/measures/ReduceLightingLoadsByPercentage/measure.rb +1 -1
- data/lib/measures/ReduceLightingLoadsByPercentage/measure.xml +7 -7
- data/lib/measures/ReduceNightTimeElectricEquipmentLoads/LICENSE.md +1 -1
- data/lib/measures/ReduceNightTimeElectricEquipmentLoads/measure.rb +1 -1
- data/lib/measures/ReduceNightTimeElectricEquipmentLoads/measure.xml +5 -5
- data/lib/measures/ReduceNightTimeLightingLoads/LICENSE.md +1 -1
- data/lib/measures/ReduceNightTimeLightingLoads/measure.rb +1 -1
- data/lib/measures/ReduceNightTimeLightingLoads/measure.xml +5 -5
- data/lib/measures/ReduceSpaceInfiltrationByPercentage/LICENSE.md +1 -1
- data/lib/measures/ReduceSpaceInfiltrationByPercentage/measure.rb +1 -1
- data/lib/measures/ReduceSpaceInfiltrationByPercentage/measure.xml +7 -7
- data/lib/measures/ReduceVentilationByPercentage/LICENSE.md +1 -1
- data/lib/measures/ReduceVentilationByPercentage/measure.rb +1 -1
- data/lib/measures/ReduceVentilationByPercentage/measure.xml +7 -7
- data/lib/measures/add_variable_speed_rtu_control_logic/LICENSE.md +1 -1
- data/lib/measures/add_variable_speed_rtu_control_logic/measure.rb +1 -1
- data/lib/measures/add_variable_speed_rtu_control_logic/measure.xml +10 -10
- data/lib/measures/create_variable_speed_rtu/LICENSE.md +1 -1
- data/lib/measures/create_variable_speed_rtu/measure.rb +1 -1
- data/lib/measures/create_variable_speed_rtu/measure.xml +10 -9
- data/lib/measures/fan_assist_night_ventilation/LICENSE.md +1 -1
- data/lib/measures/fan_assist_night_ventilation/measure.rb +1 -1
- data/lib/measures/fan_assist_night_ventilation/measure.xml +5 -5
- data/lib/measures/nze_hvac/LICENSE.md +1 -1
- data/lib/measures/nze_hvac/measure.rb +9 -7
- data/lib/measures/nze_hvac/measure.xml +10 -10
- data/lib/measures/replace_water_heater_mixed_with_thermal_storage_chilled_water/LICENSE.md +1 -1
- data/lib/measures/replace_water_heater_mixed_with_thermal_storage_chilled_water/measure.rb +1 -1
- data/lib/measures/replace_water_heater_mixed_with_thermal_storage_chilled_water/measure.xml +5 -5
- data/lib/openstudio-ee-measures.rb +1 -1
- data/lib/openstudio/ee_measures.rb +1 -1
- data/lib/openstudio/ee_measures/extension.rb +1 -1
- data/lib/openstudio/ee_measures/version.rb +2 -2
- data/openstudio-ee.gemspec +3 -3
- metadata +19 -10
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
# *******************************************************************************
|
|
4
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
4
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
|
7
7
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<schema_version>3.0</schema_version>
|
|
4
4
|
<name>add_variable_speed_rtu_control_logic</name>
|
|
5
5
|
<uid>7d0aebdd-58c5-4e0e-9217-5dbdc82886fd</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>9a01cf02-1800-48e0-b2c1-5d4eac1ed646</version_id>
|
|
7
|
+
<version_modified>20210423T161951Z</version_modified>
|
|
8
8
|
<xml_checksum>A310923F</xml_checksum>
|
|
9
9
|
<class_name>AddVariableSpeedRTUControlLogic</class_name>
|
|
10
10
|
<display_name>Add Variable Speed RTU Control Logic</display_name>
|
|
@@ -126,12 +126,6 @@ The measure is set up so that a separate block of EMS code is inserted for each
|
|
|
126
126
|
</attribute>
|
|
127
127
|
</attributes>
|
|
128
128
|
<files>
|
|
129
|
-
<file>
|
|
130
|
-
<filename>LICENSE.md</filename>
|
|
131
|
-
<filetype>md</filetype>
|
|
132
|
-
<usage_type>license</usage_type>
|
|
133
|
-
<checksum>E0468DD6</checksum>
|
|
134
|
-
</file>
|
|
135
129
|
<file>
|
|
136
130
|
<filename>README.md.erb</filename>
|
|
137
131
|
<filetype>erb</filetype>
|
|
@@ -144,11 +138,17 @@ The measure is set up so that a separate block of EMS code is inserted for each
|
|
|
144
138
|
<usage_type>readme</usage_type>
|
|
145
139
|
<checksum>86416F37</checksum>
|
|
146
140
|
</file>
|
|
141
|
+
<file>
|
|
142
|
+
<filename>LICENSE.md</filename>
|
|
143
|
+
<filetype>md</filetype>
|
|
144
|
+
<usage_type>license</usage_type>
|
|
145
|
+
<checksum>A21A3ED2</checksum>
|
|
146
|
+
</file>
|
|
147
147
|
<file>
|
|
148
148
|
<filename>add_variable_speed_rtu_control_logic_test.rb</filename>
|
|
149
149
|
<filetype>rb</filetype>
|
|
150
150
|
<usage_type>test</usage_type>
|
|
151
|
-
<checksum>
|
|
151
|
+
<checksum>B83F1BFB</checksum>
|
|
152
152
|
</file>
|
|
153
153
|
<file>
|
|
154
154
|
<version>
|
|
@@ -159,7 +159,7 @@ The measure is set up so that a separate block of EMS code is inserted for each
|
|
|
159
159
|
<filename>measure.rb</filename>
|
|
160
160
|
<filetype>rb</filetype>
|
|
161
161
|
<usage_type>script</usage_type>
|
|
162
|
-
<checksum>
|
|
162
|
+
<checksum>F1C51D0F</checksum>
|
|
163
163
|
</file>
|
|
164
164
|
</files>
|
|
165
165
|
</measure>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
# *******************************************************************************
|
|
4
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
4
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
|
7
7
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
1
2
|
<measure>
|
|
2
3
|
<schema_version>3.0</schema_version>
|
|
3
4
|
<name>create_variable_speed_rtu</name>
|
|
4
5
|
<uid>7fb36b3a-5591-4627-a2b0-7709fbeae593</uid>
|
|
5
|
-
<version_id>
|
|
6
|
-
<version_modified>
|
|
6
|
+
<version_id>1a0259b5-f805-4ecf-bada-6402f13d28a8</version_id>
|
|
7
|
+
<version_modified>20210423T161951Z</version_modified>
|
|
7
8
|
<xml_checksum>A9D5932A</xml_checksum>
|
|
8
9
|
<class_name>CreateVariableSpeedRTU</class_name>
|
|
9
10
|
<display_name>Create Variable Speed RTU</display_name>
|
|
@@ -16,10 +17,10 @@
|
|
|
16
17
|
<type>Choice</type>
|
|
17
18
|
<required>true</required>
|
|
18
19
|
<model_dependent>false</model_dependent>
|
|
19
|
-
<default_value
|
|
20
|
+
<default_value>{dc560b89-a61a-442a-aab6-944ce5c639bf}</default_value>
|
|
20
21
|
<choices>
|
|
21
22
|
<choice>
|
|
22
|
-
<value>{
|
|
23
|
+
<value>{dc560b89-a61a-442a-aab6-944ce5c639bf}</value>
|
|
23
24
|
<display_name>*All CAV Air Loops*</display_name>
|
|
24
25
|
</choice>
|
|
25
26
|
</choices>
|
|
@@ -124,8 +125,8 @@
|
|
|
124
125
|
<model_dependent>false</model_dependent>
|
|
125
126
|
</argument>
|
|
126
127
|
</arguments>
|
|
127
|
-
<outputs/>
|
|
128
|
-
<provenances/>
|
|
128
|
+
<outputs />
|
|
129
|
+
<provenances />
|
|
129
130
|
<tags>
|
|
130
131
|
<tag>HVAC.Whole System</tag>
|
|
131
132
|
</tags>
|
|
@@ -184,13 +185,13 @@
|
|
|
184
185
|
<filename>LICENSE.md</filename>
|
|
185
186
|
<filetype>md</filetype>
|
|
186
187
|
<usage_type>license</usage_type>
|
|
187
|
-
<checksum>
|
|
188
|
+
<checksum>A21A3ED2</checksum>
|
|
188
189
|
</file>
|
|
189
190
|
<file>
|
|
190
191
|
<filename>create_variable_speed_rtu_test.rb</filename>
|
|
191
192
|
<filetype>rb</filetype>
|
|
192
193
|
<usage_type>test</usage_type>
|
|
193
|
-
<checksum>
|
|
194
|
+
<checksum>9034497B</checksum>
|
|
194
195
|
</file>
|
|
195
196
|
<file>
|
|
196
197
|
<version>
|
|
@@ -201,7 +202,7 @@
|
|
|
201
202
|
<filename>measure.rb</filename>
|
|
202
203
|
<filetype>rb</filetype>
|
|
203
204
|
<usage_type>script</usage_type>
|
|
204
|
-
<checksum>
|
|
205
|
+
<checksum>DC25874E</checksum>
|
|
205
206
|
</file>
|
|
206
207
|
</files>
|
|
207
208
|
</measure>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
# *******************************************************************************
|
|
4
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
4
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
|
7
7
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<schema_version>3.0</schema_version>
|
|
4
4
|
<name>fan_assist_night_ventilation</name>
|
|
5
5
|
<uid>5e77cb11-0fa9-432b-97bd-87c40949ee1f</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>30d3946a-6681-4f2c-b86f-e3dc27ed7494</version_id>
|
|
7
|
+
<version_modified>20210423T161952Z</version_modified>
|
|
8
8
|
<xml_checksum>26DDAE64</xml_checksum>
|
|
9
9
|
<class_name>FanAssistNightVentilation</class_name>
|
|
10
10
|
<display_name>Fan Assist Night Ventilation</display_name>
|
|
@@ -143,7 +143,7 @@ To address an issue in OpenStudio zones with ZoneVentilation, this measure adds
|
|
|
143
143
|
<filename>LICENSE.md</filename>
|
|
144
144
|
<filetype>md</filetype>
|
|
145
145
|
<usage_type>license</usage_type>
|
|
146
|
-
<checksum>
|
|
146
|
+
<checksum>A21A3ED2</checksum>
|
|
147
147
|
</file>
|
|
148
148
|
<file>
|
|
149
149
|
<version>
|
|
@@ -154,13 +154,13 @@ To address an issue in OpenStudio zones with ZoneVentilation, this measure adds
|
|
|
154
154
|
<filename>measure.rb</filename>
|
|
155
155
|
<filetype>rb</filetype>
|
|
156
156
|
<usage_type>script</usage_type>
|
|
157
|
-
<checksum>
|
|
157
|
+
<checksum>A9F5C173</checksum>
|
|
158
158
|
</file>
|
|
159
159
|
<file>
|
|
160
160
|
<filename>fan_assist_night_ventilation_test.rb</filename>
|
|
161
161
|
<filetype>rb</filetype>
|
|
162
162
|
<usage_type>test</usage_type>
|
|
163
|
-
<checksum>
|
|
163
|
+
<checksum>FD7832B8</checksum>
|
|
164
164
|
</file>
|
|
165
165
|
</files>
|
|
166
166
|
</measure>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
# *******************************************************************************
|
|
4
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
4
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
|
7
7
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -427,18 +427,20 @@ class NzeHvac < OpenStudio::Measure::ModelMeasure
|
|
|
427
427
|
return false
|
|
428
428
|
end
|
|
429
429
|
|
|
430
|
-
# check that the directory name isn't too long for a sizing run; sometimes this isn't necessary
|
|
431
|
-
# if "#{Dir.pwd} }/SizingRun".length > 90
|
|
432
|
-
# runner.registerError("Directory path #{Dir.pwd}/SizingRun is greater than 90 characters and too long perform a sizing run.")
|
|
433
|
-
# return false
|
|
434
|
-
# end
|
|
435
|
-
|
|
436
430
|
# check that weather file exists for a sizing run
|
|
437
431
|
if !model.weatherFile.is_initialized
|
|
438
432
|
runner.registerError('Weather file not set. Cannot perform sizing run.')
|
|
439
433
|
return false
|
|
440
434
|
end
|
|
441
435
|
|
|
436
|
+
# ensure sizing OA method is aligned
|
|
437
|
+
model.getControllerMechanicalVentilations.each do |controller|
|
|
438
|
+
controller.setSystemOutdoorAirMethod('ZoneSum')
|
|
439
|
+
end
|
|
440
|
+
|
|
441
|
+
# logic to ensure variable, not cycling, pump operation for chillers
|
|
442
|
+
model.getChillerElectricEIRs.each { |chiller| chiller.setChillerFlowMode('LeavingSetpointModulated') }
|
|
443
|
+
|
|
442
444
|
# log the build messages and errors to a file before sizing run in case of failure
|
|
443
445
|
log_messages_to_file("#{Dir.pwd}/openstudio-standards.log", debug = true)
|
|
444
446
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<schema_version>3.0</schema_version>
|
|
4
4
|
<name>nze_hvac</name>
|
|
5
5
|
<uid>f060dff2-b28d-4194-a6af-e66d88ddb33c</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>7697ad4e-7392-40cd-aa0d-ba4163efd1c3</version_id>
|
|
7
|
+
<version_modified>20210423T162015Z</version_modified>
|
|
8
8
|
<xml_checksum>0E5E4776</xml_checksum>
|
|
9
9
|
<class_name>NzeHvac</class_name>
|
|
10
10
|
<display_name>NZEHVAC</display_name>
|
|
@@ -307,7 +307,13 @@
|
|
|
307
307
|
<filename>LICENSE.md</filename>
|
|
308
308
|
<filetype>md</filetype>
|
|
309
309
|
<usage_type>license</usage_type>
|
|
310
|
-
<checksum>
|
|
310
|
+
<checksum>A21A3ED2</checksum>
|
|
311
|
+
</file>
|
|
312
|
+
<file>
|
|
313
|
+
<filename>NZEHVAC_Test.rb</filename>
|
|
314
|
+
<filetype>rb</filetype>
|
|
315
|
+
<usage_type>test</usage_type>
|
|
316
|
+
<checksum>B98D8DC5</checksum>
|
|
311
317
|
</file>
|
|
312
318
|
<file>
|
|
313
319
|
<version>
|
|
@@ -318,13 +324,7 @@
|
|
|
318
324
|
<filename>measure.rb</filename>
|
|
319
325
|
<filetype>rb</filetype>
|
|
320
326
|
<usage_type>script</usage_type>
|
|
321
|
-
<checksum>
|
|
322
|
-
</file>
|
|
323
|
-
<file>
|
|
324
|
-
<filename>NZEHVAC_Test.rb</filename>
|
|
325
|
-
<filetype>rb</filetype>
|
|
326
|
-
<usage_type>test</usage_type>
|
|
327
|
-
<checksum>1BA0611D</checksum>
|
|
327
|
+
<checksum>59C3DBB0</checksum>
|
|
328
328
|
</file>
|
|
329
329
|
</files>
|
|
330
330
|
</measure>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
4
|
provided that the following conditions are met:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
# *******************************************************************************
|
|
4
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
4
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
|
7
7
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<schema_version>3.0</schema_version>
|
|
4
4
|
<name>replace_water_heater_mixed_with_thermal_storage_chilled_water</name>
|
|
5
5
|
<uid>f219279a-96b6-4636-b663-467d554e42a5</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>67c1bca5-8c39-48cb-8f11-0acade3f0b13</version_id>
|
|
7
|
+
<version_modified>20210423T162016Z</version_modified>
|
|
8
8
|
<xml_checksum>D48F381B</xml_checksum>
|
|
9
9
|
<class_name>ReplaceWaterHeaterMixedWithThermalStorageChilledWater</class_name>
|
|
10
10
|
<display_name>Replace Water Heater Mixed with Thermal Storage Chilled Water</display_name>
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<filename>LICENSE.md</filename>
|
|
72
72
|
<filetype>md</filetype>
|
|
73
73
|
<usage_type>license</usage_type>
|
|
74
|
-
<checksum>
|
|
74
|
+
<checksum>A21A3ED2</checksum>
|
|
75
75
|
</file>
|
|
76
76
|
<file>
|
|
77
77
|
<version>
|
|
@@ -82,13 +82,13 @@
|
|
|
82
82
|
<filename>measure.rb</filename>
|
|
83
83
|
<filetype>rb</filetype>
|
|
84
84
|
<usage_type>script</usage_type>
|
|
85
|
-
<checksum>
|
|
85
|
+
<checksum>3817176B</checksum>
|
|
86
86
|
</file>
|
|
87
87
|
<file>
|
|
88
88
|
<filename>replace_water_heater_mixed_with_thermal_storage_chilled_water_test.rb</filename>
|
|
89
89
|
<filetype>rb</filetype>
|
|
90
90
|
<usage_type>test</usage_type>
|
|
91
|
-
<checksum>
|
|
91
|
+
<checksum>70141309</checksum>
|
|
92
92
|
</file>
|
|
93
93
|
</files>
|
|
94
94
|
</measure>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
# *******************************************************************************
|
|
4
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
4
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
|
7
7
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
# *******************************************************************************
|
|
4
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
4
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
|
7
7
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
# *******************************************************************************
|
|
4
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
4
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
|
7
7
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
# *******************************************************************************
|
|
4
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
4
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
|
7
7
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -37,6 +37,6 @@
|
|
|
37
37
|
|
|
38
38
|
module OpenStudio
|
|
39
39
|
module EeMeasures
|
|
40
|
-
VERSION = '0.
|
|
40
|
+
VERSION = '0.4.0'
|
|
41
41
|
end
|
|
42
42
|
end
|
data/openstudio-ee.gemspec
CHANGED
|
@@ -25,11 +25,11 @@ Gem::Specification.new do |spec|
|
|
|
25
25
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
26
26
|
spec.require_paths = ['lib']
|
|
27
27
|
|
|
28
|
-
spec.required_ruby_version = '~> 2.
|
|
28
|
+
spec.required_ruby_version = '~> 2.7.0'
|
|
29
29
|
|
|
30
30
|
spec.add_dependency 'bundler', '~> 2.1'
|
|
31
|
-
spec.add_dependency 'openstudio-extension', '~> 0.2
|
|
32
|
-
spec.add_dependency 'openstudio-standards', '~> 0.2.
|
|
31
|
+
spec.add_dependency 'openstudio-extension', '~> 0.4.2'
|
|
32
|
+
spec.add_dependency 'openstudio-standards', '~> 0.2.13'
|
|
33
33
|
|
|
34
34
|
spec.add_development_dependency 'rake', '~> 13.0'
|
|
35
35
|
spec.add_development_dependency 'rspec', '~> 3.9'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openstudio-ee
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Goldwasser
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2021-04-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -31,28 +31,28 @@ dependencies:
|
|
|
31
31
|
requirements:
|
|
32
32
|
- - "~>"
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 0.2
|
|
34
|
+
version: 0.4.2
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
39
|
- - "~>"
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 0.2
|
|
41
|
+
version: 0.4.2
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: openstudio-standards
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
45
45
|
requirements:
|
|
46
46
|
- - "~>"
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
|
-
version: 0.2.
|
|
48
|
+
version: 0.2.13
|
|
49
49
|
type: :runtime
|
|
50
50
|
prerelease: false
|
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
52
|
requirements:
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: 0.2.
|
|
55
|
+
version: 0.2.13
|
|
56
56
|
- !ruby/object:Gem::Dependency
|
|
57
57
|
name: rake
|
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -168,11 +168,21 @@ files:
|
|
|
168
168
|
- lib/measures/IncreaseInsulationRValueForExteriorWalls/README.md.erb
|
|
169
169
|
- lib/measures/IncreaseInsulationRValueForExteriorWalls/measure.rb
|
|
170
170
|
- lib/measures/IncreaseInsulationRValueForExteriorWalls/measure.xml
|
|
171
|
+
- lib/measures/IncreaseInsulationRValueForExteriorWallsByPercentage/LICENSE.md
|
|
172
|
+
- lib/measures/IncreaseInsulationRValueForExteriorWallsByPercentage/README.md
|
|
173
|
+
- lib/measures/IncreaseInsulationRValueForExteriorWallsByPercentage/README.md.erb
|
|
174
|
+
- lib/measures/IncreaseInsulationRValueForExteriorWallsByPercentage/measure.rb
|
|
175
|
+
- lib/measures/IncreaseInsulationRValueForExteriorWallsByPercentage/measure.xml
|
|
171
176
|
- lib/measures/IncreaseInsulationRValueForRoofs/LICENSE.md
|
|
172
177
|
- lib/measures/IncreaseInsulationRValueForRoofs/README.md
|
|
173
178
|
- lib/measures/IncreaseInsulationRValueForRoofs/README.md.erb
|
|
174
179
|
- lib/measures/IncreaseInsulationRValueForRoofs/measure.rb
|
|
175
180
|
- lib/measures/IncreaseInsulationRValueForRoofs/measure.xml
|
|
181
|
+
- lib/measures/IncreaseInsulationRValueForRoofsByPercentage/LICENSE.md
|
|
182
|
+
- lib/measures/IncreaseInsulationRValueForRoofsByPercentage/README.md
|
|
183
|
+
- lib/measures/IncreaseInsulationRValueForRoofsByPercentage/README.md.erb
|
|
184
|
+
- lib/measures/IncreaseInsulationRValueForRoofsByPercentage/measure.rb
|
|
185
|
+
- lib/measures/IncreaseInsulationRValueForRoofsByPercentage/measure.xml
|
|
176
186
|
- lib/measures/ReduceElectricEquipmentLoadsByPercentage/LICENSE.md
|
|
177
187
|
- lib/measures/ReduceElectricEquipmentLoadsByPercentage/README.md
|
|
178
188
|
- lib/measures/ReduceElectricEquipmentLoadsByPercentage/README.md.erb
|
|
@@ -239,7 +249,7 @@ licenses: []
|
|
|
239
249
|
metadata:
|
|
240
250
|
bug_tracker_uri: https://github.com/NREL/openstudio-ee-gem/issues
|
|
241
251
|
changelog_uri: https://github.com/NREL/openstudio-ee-gem/blob/develop/CHANGELOG.md
|
|
242
|
-
source_code_uri: https://github.com/NREL/openstudio-ee-gem/tree/v0.
|
|
252
|
+
source_code_uri: https://github.com/NREL/openstudio-ee-gem/tree/v0.4.0
|
|
243
253
|
post_install_message:
|
|
244
254
|
rdoc_options: []
|
|
245
255
|
require_paths:
|
|
@@ -248,15 +258,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
248
258
|
requirements:
|
|
249
259
|
- - "~>"
|
|
250
260
|
- !ruby/object:Gem::Version
|
|
251
|
-
version: 2.
|
|
261
|
+
version: 2.7.0
|
|
252
262
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
253
263
|
requirements:
|
|
254
264
|
- - ">="
|
|
255
265
|
- !ruby/object:Gem::Version
|
|
256
266
|
version: '0'
|
|
257
267
|
requirements: []
|
|
258
|
-
|
|
259
|
-
rubygems_version: 2.7.6.2
|
|
268
|
+
rubygems_version: 3.1.4
|
|
260
269
|
signing_key:
|
|
261
270
|
specification_version: 4
|
|
262
271
|
summary: Library and measures for OpenStudio for energy efficiency use cases
|