openstudio-ee 0.3.2 → 0.6.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 +3 -1
- data/CHANGELOG.md +13 -0
- data/Gemfile +6 -0
- data/Jenkinsfile +5 -4
- data/LICENSE.md +1 -1
- data/README.md +19 -7
- 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 +1 -1
- data/lib/measures/GLHEProExportLoadsforGroundHeatExchangerSizing/measure.xml +16 -16
- 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 +1 -1
- data/lib/measures/IncreaseInsulationRValueForExteriorWallsByPercentage/measure.rb +1 -1
- data/lib/measures/IncreaseInsulationRValueForExteriorWallsByPercentage/measure.xml +8 -7
- 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 +1 -1
- data/lib/measures/IncreaseInsulationRValueForRoofsByPercentage/measure.rb +1 -1
- data/lib/measures/IncreaseInsulationRValueForRoofsByPercentage/measure.xml +8 -7
- 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 +2 -2
- data/lib/measures/nze_hvac/measure.xml +11 -11
- 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/extension.rb +1 -1
- data/lib/openstudio/ee_measures/version.rb +2 -2
- data/lib/openstudio/ee_measures.rb +1 -1
- data/lib/openstudio-ee-measures.rb +1 -1
- data/openstudio-ee.gemspec +3 -3
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3dcbbb1b0d3fee2b327265182b270a80606d96b11bfef469218246add72ed80f
|
|
4
|
+
data.tar.gz: 2796cf264dba3c1d5d6ea6eff1ef069432980f3f5b55e3c3dd808d22fe3d4e8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba1a73cc8b62e6db8d00b351a94a6dc58673ceb136059df37efe14e46b4b347374dfbed371768340be6e5eddf5e4527fddd18d4137c92ad83c064a85d9ba2312
|
|
7
|
+
data.tar.gz: 75788ba1d6acbd45d20241a861512a40a7855327315318649a6dab91f757f238a38d2562fa0f6e31aae575813f09b00ddcf6add9a985a1fbb27a42af25835f0d
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# OpenStudio EE Gem
|
|
2
2
|
|
|
3
|
+
## Version 0.6.0
|
|
4
|
+
* Support for OpenStudio 3.4 (upgrade to standards gem 0.2.16, no extension gem upgrade)
|
|
5
|
+
|
|
6
|
+
## Version 0.5.0
|
|
7
|
+
* Support for OpenStudio 3.3 (upgrade to extension gem 0.5.1 and standards gem 0.2.15)
|
|
8
|
+
* Fixed [#9]( https://github.com/NREL/openstudio-ee-gem/issues/9 ), nze_hvac is failing in 3.1
|
|
9
|
+
* Fixed [#32]( https://github.com/NREL/openstudio-ee-gem/pull/32 ), adding compatibility matrix and contribution policy
|
|
10
|
+
|
|
11
|
+
## Version 0.4.0
|
|
12
|
+
|
|
13
|
+
* Support Ruby ~> 2.7
|
|
14
|
+
* Support for OpenStudio 3.2 (upgrade to extension gem 0.4.2 and standards gem 0.2.13)
|
|
15
|
+
|
|
3
16
|
## Version 0.3.2
|
|
4
17
|
|
|
5
18
|
* Bump openstudio-extension-gem version to 0.3.2 to support updated workflow-gem
|
data/Gemfile
CHANGED
|
@@ -12,6 +12,12 @@ gemspec
|
|
|
12
12
|
# checkout the latest version (develop) from github.
|
|
13
13
|
allow_local = ENV['FAVOR_LOCAL_GEMS']
|
|
14
14
|
|
|
15
|
+
# uncomment when you want CI to use develop branch of extension gem
|
|
16
|
+
# gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', branch: 'develop'
|
|
17
|
+
|
|
18
|
+
# uncomment when you want CI to use develop branch of openstudio-standards gem
|
|
19
|
+
# gem 'openstudio-standards', github: 'NREL/OpenStudio-standards', branch: 'master'
|
|
20
|
+
|
|
15
21
|
if allow_local && File.exist?('../OpenStudio-extension-gem')
|
|
16
22
|
gem 'openstudio-extension', path: '../OpenStudio-extension-gem'
|
|
17
23
|
elsif allow_local
|
data/Jenkinsfile
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
//Jenkins pipelines are stored in shared
|
|
2
|
-
|
|
1
|
+
//Jenkins pipelines are stored in shared libraries. Please see: https://github.com/NREL/cbci_jenkins_libs
|
|
2
|
+
|
|
3
3
|
@Library('cbci_shared_libs') _
|
|
4
4
|
|
|
5
|
-
// Build for PR to develop branch only.
|
|
5
|
+
// Build for PR to develop branch only.
|
|
6
6
|
if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) { // check if set
|
|
7
7
|
|
|
8
8
|
openstudio_extension_gems()
|
|
9
|
+
|
|
10
|
+
}
|
|
9
11
|
|
|
10
|
-
}
|
data/LICENSE.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2022, 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:
|
data/README.md
CHANGED
|
@@ -19,20 +19,32 @@ Or install it yourself as:
|
|
|
19
19
|
|
|
20
20
|
$ gem install 'openstudio-ee-measures'
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
# Compatibility Matrix
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
|OpenStudio EE Gem|OpenStudio|Ruby|
|
|
25
|
+
|:--------------:|:----------:|:--------:|
|
|
26
|
+
| 0.6.0 | 3.4 | 2.7 |
|
|
27
|
+
| 0.5.0 | 3.3 | 2.7 |
|
|
28
|
+
| 0.4.0 | 3.2 | 2.7 |
|
|
29
|
+
| 0.3.0 - 0.3.2 | 3.1 | 2.5 |
|
|
30
|
+
| 0.2.0 - 0.2.1 | 3.0 | 2.5 |
|
|
31
|
+
| 0.1.0 | 2.9 | 2.2.4 |
|
|
25
32
|
|
|
26
|
-
|
|
33
|
+
# Contributing
|
|
34
|
+
|
|
35
|
+
Please review the [OpenStudio Contribution Policy](https://openstudio.net/openstudio-contribution-policy) if you would like to contribute code to this gem.
|
|
27
36
|
|
|
28
|
-
- [x] Remove measures from OpenStudio-Measures to standardize on this location
|
|
29
37
|
|
|
30
38
|
# Releasing
|
|
31
39
|
|
|
32
40
|
* Update CHANGELOG.md
|
|
33
|
-
* Run `rake rubocop:auto_correct`
|
|
34
|
-
*
|
|
41
|
+
* Run `rake openstudio:rubocop:auto_correct`
|
|
42
|
+
* Run `rake openstudio:update_copyright`
|
|
43
|
+
* Run `rake openstudio:update_measures` (this has to be done last since prior tasks alter measure files)
|
|
44
|
+
* Update version in `readme.md`
|
|
45
|
+
* Update version in `openstudio-ee-measures.gemspec`
|
|
46
|
+
* Update version in `/lib/openstudio/ee-measures/version.rb`
|
|
35
47
|
* Create PR to master, after tests and reviews complete, then merge
|
|
36
48
|
* Locally - from the master branch, run `rake release`
|
|
37
|
-
* On GitHub, go to the releases page and update the latest release tag. Name it
|
|
49
|
+
* On GitHub, go to the releases page and update the latest release tag. Name it “Version x.y.z” and copy the CHANGELOG entry into the description box.
|
|
38
50
|
|
data/Rakefile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
data/doc_templates/LICENSE.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2022, 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,6 +1,6 @@
|
|
|
1
1
|
<%
|
|
2
2
|
# *******************************************************************************
|
|
3
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
3
|
+
# OpenStudio(R), Copyright (c) 2008-2022, Alliance for Sustainable Energy, LLC.
|
|
4
4
|
# All rights reserved.
|
|
5
5
|
# Redistribution and use in source and binary forms, with or without
|
|
6
6
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
* OpenStudio(R), Copyright (c) 2008-2022, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
3
3
|
* Use of this source code is governed by a BSD-style license that can be found at openstudio.net/license.
|
|
4
4
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c) 2008-
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2022, Alliance for Sustainable Energy, LLC.
|
|
3
3
|
# All rights reserved.
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
5
5
|
# modification, are permitted provided that the following conditions are met:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2022, 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-2022, 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_daylight_sensors</name>
|
|
5
5
|
<uid>62babdc7-c81e-4dfd-96e8-af1628a55167</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>4fbdcaad-4d5e-4d46-a4f7-0b60ee85cc17</version_id>
|
|
7
|
+
<version_modified>20220506T162539Z</version_modified>
|
|
8
8
|
<xml_checksum>0AC58119</xml_checksum>
|
|
9
9
|
<class_name>AddDaylightSensors</class_name>
|
|
10
10
|
<display_name>Add Daylight Sensor at the Center of Spaces with a Specified Space Type Assigned</display_name>
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
<filename>LICENSE.md</filename>
|
|
212
212
|
<filetype>md</filetype>
|
|
213
213
|
<usage_type>license</usage_type>
|
|
214
|
-
<checksum>
|
|
214
|
+
<checksum>64FFEBDE</checksum>
|
|
215
215
|
</file>
|
|
216
216
|
<file>
|
|
217
217
|
<version>
|
|
@@ -222,13 +222,13 @@
|
|
|
222
222
|
<filename>measure.rb</filename>
|
|
223
223
|
<filetype>rb</filetype>
|
|
224
224
|
<usage_type>script</usage_type>
|
|
225
|
-
<checksum>
|
|
225
|
+
<checksum>CCD0506A</checksum>
|
|
226
226
|
</file>
|
|
227
227
|
<file>
|
|
228
228
|
<filename>AddDaylightSensors_Test.rb</filename>
|
|
229
229
|
<filetype>rb</filetype>
|
|
230
230
|
<usage_type>test</usage_type>
|
|
231
|
-
<checksum>
|
|
231
|
+
<checksum>43A44507</checksum>
|
|
232
232
|
</file>
|
|
233
233
|
</files>
|
|
234
234
|
</measure>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2022, 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-2022, 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>add_overhangs_by_projection_factor</name>
|
|
4
5
|
<uid>1e29e117-3916-4368-b24d-75da54045956</uid>
|
|
5
|
-
<version_id>
|
|
6
|
-
<version_modified>
|
|
6
|
+
<version_id>c871c6c3-1aa9-46d6-8dcd-758233057119</version_id>
|
|
7
|
+
<version_modified>20220506T154334Z</version_modified>
|
|
7
8
|
<xml_checksum>6DE831F7</xml_checksum>
|
|
8
9
|
<class_name>AddOverhangsByProjectionFactor</class_name>
|
|
9
10
|
<display_name>Add Overhangs by Projection Factor</display_name>
|
|
@@ -71,8 +72,8 @@
|
|
|
71
72
|
<model_dependent>false</model_dependent>
|
|
72
73
|
</argument>
|
|
73
74
|
</arguments>
|
|
74
|
-
<outputs/>
|
|
75
|
-
<provenances/>
|
|
75
|
+
<outputs />
|
|
76
|
+
<provenances />
|
|
76
77
|
<tags>
|
|
77
78
|
<tag>Envelope.Fenestration</tag>
|
|
78
79
|
</tags>
|
|
@@ -121,7 +122,7 @@
|
|
|
121
122
|
<filename>LICENSE.md</filename>
|
|
122
123
|
<filetype>md</filetype>
|
|
123
124
|
<usage_type>license</usage_type>
|
|
124
|
-
<checksum>
|
|
125
|
+
<checksum>64FFEBDE</checksum>
|
|
125
126
|
</file>
|
|
126
127
|
<file>
|
|
127
128
|
<version>
|
|
@@ -132,13 +133,13 @@
|
|
|
132
133
|
<filename>measure.rb</filename>
|
|
133
134
|
<filetype>rb</filetype>
|
|
134
135
|
<usage_type>script</usage_type>
|
|
135
|
-
<checksum>
|
|
136
|
+
<checksum>41E017B7</checksum>
|
|
136
137
|
</file>
|
|
137
138
|
<file>
|
|
138
139
|
<filename>AddOverhangsByProjectionFactor_Test.rb</filename>
|
|
139
140
|
<filetype>rb</filetype>
|
|
140
141
|
<usage_type>test</usage_type>
|
|
141
|
-
<checksum>
|
|
142
|
+
<checksum>DFF03AAA</checksum>
|
|
142
143
|
</file>
|
|
143
144
|
</files>
|
|
144
145
|
</measure>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2022, 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-2022, 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>enable_demand_controlled_ventilation</name>
|
|
5
5
|
<uid>3ff4b412-8689-4b11-a588-935c621dc97d</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>617e00e2-5140-4478-b7ed-0210a76a220a</version_id>
|
|
7
|
+
<version_modified>20220506T162539Z</version_modified>
|
|
8
8
|
<xml_checksum>ECE70A70</xml_checksum>
|
|
9
9
|
<class_name>EnableDemandControlledVentilation</class_name>
|
|
10
10
|
<display_name>Enable Demand Controlled Ventilation</display_name>
|
|
@@ -97,7 +97,7 @@ The cost arguments are user arguments that start with a default of $0.</modeler_
|
|
|
97
97
|
<filename>LICENSE.md</filename>
|
|
98
98
|
<filetype>md</filetype>
|
|
99
99
|
<usage_type>license</usage_type>
|
|
100
|
-
<checksum>
|
|
100
|
+
<checksum>64FFEBDE</checksum>
|
|
101
101
|
</file>
|
|
102
102
|
<file>
|
|
103
103
|
<version>
|
|
@@ -108,13 +108,13 @@ The cost arguments are user arguments that start with a default of $0.</modeler_
|
|
|
108
108
|
<filename>measure.rb</filename>
|
|
109
109
|
<filetype>rb</filetype>
|
|
110
110
|
<usage_type>script</usage_type>
|
|
111
|
-
<checksum>
|
|
111
|
+
<checksum>A6E115CA</checksum>
|
|
112
112
|
</file>
|
|
113
113
|
<file>
|
|
114
114
|
<filename>EnableDemandControlledVentilation_Test.rb</filename>
|
|
115
115
|
<filetype>rb</filetype>
|
|
116
116
|
<usage_type>test</usage_type>
|
|
117
|
-
<checksum>
|
|
117
|
+
<checksum>425E39AD</checksum>
|
|
118
118
|
</file>
|
|
119
119
|
</files>
|
|
120
120
|
</measure>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2022, 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-2022, 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>enable_economizer_control</name>
|
|
5
5
|
<uid>f8cc920d-8ae3-411a-922f-e6fed3223c4d</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>f55bb14f-0ac9-4ed9-b7c3-7d2407608140</version_id>
|
|
7
|
+
<version_modified>20220506T162539Z</version_modified>
|
|
8
8
|
<xml_checksum>ECE70A70</xml_checksum>
|
|
9
9
|
<class_name>EnableEconomizerControl</class_name>
|
|
10
10
|
<display_name>Enable Economizer Control</display_name>
|
|
@@ -154,7 +154,7 @@ The cost arguments are user arguments that start with a default of $0.
|
|
|
154
154
|
<filename>LICENSE.md</filename>
|
|
155
155
|
<filetype>md</filetype>
|
|
156
156
|
<usage_type>license</usage_type>
|
|
157
|
-
<checksum>
|
|
157
|
+
<checksum>64FFEBDE</checksum>
|
|
158
158
|
</file>
|
|
159
159
|
<file>
|
|
160
160
|
<version>
|
|
@@ -165,13 +165,13 @@ The cost arguments are user arguments that start with a default of $0.
|
|
|
165
165
|
<filename>measure.rb</filename>
|
|
166
166
|
<filetype>rb</filetype>
|
|
167
167
|
<usage_type>script</usage_type>
|
|
168
|
-
<checksum>
|
|
168
|
+
<checksum>A43FD56E</checksum>
|
|
169
169
|
</file>
|
|
170
170
|
<file>
|
|
171
171
|
<filename>measure_Test.rb</filename>
|
|
172
172
|
<filetype>rb</filetype>
|
|
173
173
|
<usage_type>test</usage_type>
|
|
174
|
-
<checksum>
|
|
174
|
+
<checksum>E58E0744</checksum>
|
|
175
175
|
</file>
|
|
176
176
|
</files>
|
|
177
177
|
</measure>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2022, 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-2022, 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>glhe_pro_export_loadsfor_ground_heat_exchanger_sizing</name>
|
|
5
5
|
<uid>7bb0ce67-cffb-4ef6-b7fb-093c7c43e263</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>870bc964-2008-43ac-bfa3-3f08f1eb4bbb</version_id>
|
|
7
|
+
<version_modified>20220506T154329Z</version_modified>
|
|
8
8
|
<xml_checksum>2C8A3EEF</xml_checksum>
|
|
9
9
|
<class_name>GLHEProExportLoadsforGroundHeatExchangerSizing</class_name>
|
|
10
10
|
<display_name>GLHEProExportLoadsforGroundHeatExchangerSizing</display_name>
|
|
@@ -137,23 +137,29 @@
|
|
|
137
137
|
<usage_type>doc</usage_type>
|
|
138
138
|
<checksum>B2BD6A64</checksum>
|
|
139
139
|
</file>
|
|
140
|
-
<file>
|
|
141
|
-
<filename>LICENSE.md</filename>
|
|
142
|
-
<filetype>md</filetype>
|
|
143
|
-
<usage_type>license</usage_type>
|
|
144
|
-
<checksum>E0468DD6</checksum>
|
|
145
|
-
</file>
|
|
146
140
|
<file>
|
|
147
141
|
<filename>README.md.erb</filename>
|
|
148
142
|
<filetype>erb</filetype>
|
|
149
143
|
<usage_type>readmeerb</usage_type>
|
|
150
144
|
<checksum>703C9964</checksum>
|
|
151
145
|
</file>
|
|
146
|
+
<file>
|
|
147
|
+
<filename>README.md</filename>
|
|
148
|
+
<filetype>md</filetype>
|
|
149
|
+
<usage_type>readme</usage_type>
|
|
150
|
+
<checksum>CA89050A</checksum>
|
|
151
|
+
</file>
|
|
152
|
+
<file>
|
|
153
|
+
<filename>LICENSE.md</filename>
|
|
154
|
+
<filetype>md</filetype>
|
|
155
|
+
<usage_type>license</usage_type>
|
|
156
|
+
<checksum>64FFEBDE</checksum>
|
|
157
|
+
</file>
|
|
152
158
|
<file>
|
|
153
159
|
<filename>GLHEProExportLoadsforGroundHeatExchangerSizing_Test.rb</filename>
|
|
154
160
|
<filetype>rb</filetype>
|
|
155
161
|
<usage_type>test</usage_type>
|
|
156
|
-
<checksum>
|
|
162
|
+
<checksum>F3DAC79D</checksum>
|
|
157
163
|
</file>
|
|
158
164
|
<file>
|
|
159
165
|
<version>
|
|
@@ -164,13 +170,7 @@
|
|
|
164
170
|
<filename>measure.rb</filename>
|
|
165
171
|
<filetype>rb</filetype>
|
|
166
172
|
<usage_type>script</usage_type>
|
|
167
|
-
<checksum>
|
|
168
|
-
</file>
|
|
169
|
-
<file>
|
|
170
|
-
<filename>README.md</filename>
|
|
171
|
-
<filetype>md</filetype>
|
|
172
|
-
<usage_type>readme</usage_type>
|
|
173
|
-
<checksum>0B68E96D</checksum>
|
|
173
|
+
<checksum>964D6C9E</checksum>
|
|
174
174
|
</file>
|
|
175
175
|
</files>
|
|
176
176
|
</measure>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2022, 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-2022, 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>glhe_pro_g_function_import</name>
|
|
5
5
|
<uid>001536d4-5048-4bc7-a327-57852f33c263</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>2d0f8bf7-b0db-4a32-b032-4cac4f5dd40e</version_id>
|
|
7
|
+
<version_modified>20220506T154330Z</version_modified>
|
|
8
8
|
<xml_checksum>4435983D</xml_checksum>
|
|
9
9
|
<class_name>GLHEProGFunctionImport</class_name>
|
|
10
10
|
<display_name>GLHEProGFunctionImport</display_name>
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<filename>LICENSE.md</filename>
|
|
61
61
|
<filetype>md</filetype>
|
|
62
62
|
<usage_type>license</usage_type>
|
|
63
|
-
<checksum>
|
|
63
|
+
<checksum>64FFEBDE</checksum>
|
|
64
64
|
</file>
|
|
65
65
|
<file>
|
|
66
66
|
<version>
|
|
@@ -71,13 +71,13 @@
|
|
|
71
71
|
<filename>measure.rb</filename>
|
|
72
72
|
<filetype>rb</filetype>
|
|
73
73
|
<usage_type>script</usage_type>
|
|
74
|
-
<checksum>
|
|
74
|
+
<checksum>618C27E6</checksum>
|
|
75
75
|
</file>
|
|
76
76
|
<file>
|
|
77
77
|
<filename>GLHEProGFunctionImport_Test.rb</filename>
|
|
78
78
|
<filetype>rb</filetype>
|
|
79
79
|
<usage_type>test</usage_type>
|
|
80
|
-
<checksum>
|
|
80
|
+
<checksum>7AA4B3EF</checksum>
|
|
81
81
|
</file>
|
|
82
82
|
</files>
|
|
83
83
|
</measure>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2022, 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-2022, 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>glhe_pro_setup_export_loadsfor_ground_heat_exchanger_sizing</name>
|
|
5
5
|
<uid>9fd3ea9b-ed9f-423a-95dd-fb2bcea0d641</uid>
|
|
6
|
-
<version_id>
|
|
7
|
-
<version_modified>
|
|
6
|
+
<version_id>921e7fe3-9f1e-4fc2-9761-a089224abe87</version_id>
|
|
7
|
+
<version_modified>20220506T154329Z</version_modified>
|
|
8
8
|
<xml_checksum>9DEA48C0</xml_checksum>
|
|
9
9
|
<class_name>GLHEProSetupExportLoadsforGroundHeatExchangerSizing</class_name>
|
|
10
10
|
<display_name>GLHEProSetupExportLoadsforGroundHeatExchangerSizing</display_name>
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
<filename>LICENSE.md</filename>
|
|
56
56
|
<filetype>md</filetype>
|
|
57
57
|
<usage_type>license</usage_type>
|
|
58
|
-
<checksum>
|
|
58
|
+
<checksum>64FFEBDE</checksum>
|
|
59
59
|
</file>
|
|
60
60
|
<file>
|
|
61
61
|
<version>
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
<filename>measure.rb</filename>
|
|
67
67
|
<filetype>rb</filetype>
|
|
68
68
|
<usage_type>script</usage_type>
|
|
69
|
-
<checksum>
|
|
69
|
+
<checksum>232A69D9</checksum>
|
|
70
70
|
</file>
|
|
71
71
|
</files>
|
|
72
72
|
</measure>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
OpenStudio(R), Copyright (c) 2008-
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2022, 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-2022, 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:
|