openstudio-analysis 0.3.1 → 0.3.2
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/CHANGELOG.md +12 -34
- data/lib/openstudio-analysis.rb +2 -1
- data/lib/openstudio/analysis/server_api.rb +239 -35
- data/lib/openstudio/analysis/translator/excel.rb +28 -4
- data/lib/openstudio/analysis/version.rb +1 -1
- data/lib/openstudio/helpers/hash.rb +5 -0
- data/lib/openstudio/helpers/string.rb +31 -4
- data/spec/files/analysis/medium_office.json +240 -240
- data/spec/files/analysis/medium_office.zip +0 -0
- data/spec/files/export/analysis/0_3_0_outputs.json +10 -10
- data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
- data/spec/files/export/analysis/discrete_dynamic_seed.json +16 -16
- data/spec/files/export/analysis/discrete_dynamic_seed.zip +0 -0
- data/spec/files/export/analysis/discrete_seed.json +106 -106
- data/spec/files/export/analysis/discrete_seed.zip +0 -0
- data/spec/files/export/analysis/kats_model_v2.json +22 -22
- data/spec/files/export/analysis/kats_model_v2.zip +0 -0
- data/spec/files/export/analysis/output_vars.json +104 -104
- data/spec/files/export/analysis/output_vars.zip +0 -0
- data/spec/files/export/analysis/small_seed.json +104 -104
- data/spec/files/export/analysis/small_seed.zip +0 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.26.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.27.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.28.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.29.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.30.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.31.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.32.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.33.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.26.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.27.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.28.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.29.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.30.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.31.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.32.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.33.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.26.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.27.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.28.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.29.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.30.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.31.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.32.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.33.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.13.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.14.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.15.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.16.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.17.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.18.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.13.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.14.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.15.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.16.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.17.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.18.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.16.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.17.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.18.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.19.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.20.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.21.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.22.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.13.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.14.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.15.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.16.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.17.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.18.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.14.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.15.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.16.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.17.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.18.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.19.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.13.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.14.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.15.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.16.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.17.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.18.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.15.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.16.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.17.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.18.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.19.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.20.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.16.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.17.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.18.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.19.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.20.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.21.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.22.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.15.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.16.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.17.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.18.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.19.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.20.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.21.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.15.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.16.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.17.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.18.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.19.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.20.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.15.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.16.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.17.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.18.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.19.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.20.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.21.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.13.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.14.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.15.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.16.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.17.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.18.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.13.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.14.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.15.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.16.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.17.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.18.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.13.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.14.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.15.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.16.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.17.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.18.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.16.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.17.xml +42 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.18.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.19.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.20.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.21.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.22.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.26.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.27.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.28.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.29.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.30.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.31.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.32.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.33.xml +7 -0
- metadata +259 -4
Binary file
|
@@ -24,8 +24,8 @@
|
|
24
24
|
"name": "space_type",
|
25
25
|
"value": "*Entire Building*",
|
26
26
|
"value_type": "choice",
|
27
|
-
"uuid": "
|
28
|
-
"version_uuid": "
|
27
|
+
"uuid": "90c18fc0-eb5a-0131-de68-14109fdf0b37",
|
28
|
+
"version_uuid": "90c1ab20-eb5a-0131-de69-14109fdf0b37"
|
29
29
|
},
|
30
30
|
{
|
31
31
|
"display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
|
@@ -33,8 +33,8 @@
|
|
33
33
|
"name": "material_and_installation_cost",
|
34
34
|
"value": 0.0,
|
35
35
|
"value_type": "double",
|
36
|
-
"uuid": "
|
37
|
-
"version_uuid": "
|
36
|
+
"uuid": "90c25db0-eb5a-0131-de6e-14109fdf0b37",
|
37
|
+
"version_uuid": "90c27a70-eb5a-0131-de6f-14109fdf0b37"
|
38
38
|
},
|
39
39
|
{
|
40
40
|
"display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
|
@@ -42,8 +42,8 @@
|
|
42
42
|
"name": "demolition_cost",
|
43
43
|
"value": 0.0,
|
44
44
|
"value_type": "double",
|
45
|
-
"uuid": "
|
46
|
-
"version_uuid": "
|
45
|
+
"uuid": "90c2a320-eb5a-0131-de70-14109fdf0b37",
|
46
|
+
"version_uuid": "90c2bd80-eb5a-0131-de71-14109fdf0b37"
|
47
47
|
},
|
48
48
|
{
|
49
49
|
"display_name": "Years Until Costs Start (whole years).",
|
@@ -51,8 +51,8 @@
|
|
51
51
|
"name": "years_until_costs_start",
|
52
52
|
"value": 0,
|
53
53
|
"value_type": "integer",
|
54
|
-
"uuid": "
|
55
|
-
"version_uuid": "
|
54
|
+
"uuid": "90c2dbe0-eb5a-0131-de72-14109fdf0b37",
|
55
|
+
"version_uuid": "90c2f6f0-eb5a-0131-de73-14109fdf0b37"
|
56
56
|
},
|
57
57
|
{
|
58
58
|
"display_name": "Demolition Costs Occur During Initial Construction?",
|
@@ -60,8 +60,8 @@
|
|
60
60
|
"name": "demo_cost_initial_const",
|
61
61
|
"value": true,
|
62
62
|
"value_type": "bool",
|
63
|
-
"uuid": "
|
64
|
-
"version_uuid": "
|
63
|
+
"uuid": "90c5a430-eb5a-0131-de74-14109fdf0b37",
|
64
|
+
"version_uuid": "90c5c430-eb5a-0131-de75-14109fdf0b37"
|
65
65
|
},
|
66
66
|
{
|
67
67
|
"display_name": "Expected Life (whole years).",
|
@@ -69,8 +69,8 @@
|
|
69
69
|
"name": "expected_life",
|
70
70
|
"value": 15,
|
71
71
|
"value_type": "integer",
|
72
|
-
"uuid": "
|
73
|
-
"version_uuid": "
|
72
|
+
"uuid": "90c5e860-eb5a-0131-de76-14109fdf0b37",
|
73
|
+
"version_uuid": "90c60370-eb5a-0131-de77-14109fdf0b37"
|
74
74
|
},
|
75
75
|
{
|
76
76
|
"display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
|
@@ -78,8 +78,8 @@
|
|
78
78
|
"name": "om_cost",
|
79
79
|
"value": 0.0,
|
80
80
|
"value_type": "double",
|
81
|
-
"uuid": "
|
82
|
-
"version_uuid": "
|
81
|
+
"uuid": "90c62440-eb5a-0131-de78-14109fdf0b37",
|
82
|
+
"version_uuid": "90c63d40-eb5a-0131-de79-14109fdf0b37"
|
83
83
|
},
|
84
84
|
{
|
85
85
|
"display_name": "O & M Frequency (whole years).",
|
@@ -87,19 +87,19 @@
|
|
87
87
|
"name": "om_frequency",
|
88
88
|
"value": 1,
|
89
89
|
"value_type": "integer",
|
90
|
-
"uuid": "
|
91
|
-
"version_uuid": "
|
90
|
+
"uuid": "90c659c0-eb5a-0131-de7a-14109fdf0b37",
|
91
|
+
"version_uuid": "90c67430-eb5a-0131-de7b-14109fdf0b37"
|
92
92
|
}
|
93
93
|
],
|
94
94
|
"bcl_measure_directory": "./measures/reduce_lighting_loads_by_percentage",
|
95
95
|
"bcl_measure_class_name": "ReduceLightingLoadsByPercentage",
|
96
|
-
"bcl_measure_uuid": "
|
97
|
-
"bcl_measure_version_uuid": "
|
96
|
+
"bcl_measure_uuid": "90c0a3f0-eb5a-0131-de62-14109fdf0b37",
|
97
|
+
"bcl_measure_version_uuid": "90c0f760-eb5a-0131-de63-14109fdf0b37",
|
98
98
|
"display_name": "Reduce Lighting Loads by Percentage",
|
99
99
|
"measure_definition_directory": "./measures/reduce_lighting_loads_by_percentage",
|
100
100
|
"measure_definition_class_name": "ReduceLightingLoadsByPercentage",
|
101
|
-
"measure_definition_uuid": "
|
102
|
-
"measure_definition_version_uuid": "
|
101
|
+
"measure_definition_uuid": "90c117f0-eb5a-0131-de64-14109fdf0b37",
|
102
|
+
"measure_definition_version_uuid": "90c13450-eb5a-0131-de65-14109fdf0b37",
|
103
103
|
"measure_type": "RubyMeasure",
|
104
104
|
"name": "reduce_lighting_loads_by_percentage",
|
105
105
|
"variables": [
|
@@ -109,8 +109,8 @@
|
|
109
109
|
"machine_name": "lighting_power_reduction",
|
110
110
|
"name": "lighting_power_reduction_percent",
|
111
111
|
"required": false,
|
112
|
-
"uuid": "
|
113
|
-
"version_uuid": "
|
112
|
+
"uuid": "90c1e560-eb5a-0131-de6a-14109fdf0b37",
|
113
|
+
"version_uuid": "90c20380-eb5a-0131-de6b-14109fdf0b37"
|
114
114
|
},
|
115
115
|
"display_name": "Lighting Power Reduction",
|
116
116
|
"machine_name": "lighting_power_reduction",
|
@@ -148,14 +148,14 @@
|
|
148
148
|
"value_type": "double",
|
149
149
|
"variable": true,
|
150
150
|
"variable_type": "RubyContinuousVariable",
|
151
|
-
"uuid": "
|
152
|
-
"version_uuid": "
|
151
|
+
"uuid": "90c221b0-eb5a-0131-de6c-14109fdf0b37",
|
152
|
+
"version_uuid": "90c23d30-eb5a-0131-de6d-14109fdf0b37"
|
153
153
|
}
|
154
154
|
],
|
155
155
|
"workflow_index": 0,
|
156
156
|
"workflow_step_type": "Measure",
|
157
|
-
"uuid": "
|
158
|
-
"version_uuid": "
|
157
|
+
"uuid": "90c152b0-eb5a-0131-de66-14109fdf0b37",
|
158
|
+
"version_uuid": "90c16e60-eb5a-0131-de67-14109fdf0b37"
|
159
159
|
},
|
160
160
|
{
|
161
161
|
"arguments": [
|
@@ -165,8 +165,8 @@
|
|
165
165
|
"name": "space_type",
|
166
166
|
"value": "*Entire Building*",
|
167
167
|
"value_type": "choice",
|
168
|
-
"uuid": "
|
169
|
-
"version_uuid": "
|
168
|
+
"uuid": "90c73b20-eb5a-0131-de82-14109fdf0b37",
|
169
|
+
"version_uuid": "90c756c0-eb5a-0131-de83-14109fdf0b37"
|
170
170
|
},
|
171
171
|
{
|
172
172
|
"display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
|
@@ -174,8 +174,8 @@
|
|
174
174
|
"name": "material_and_installation_cost",
|
175
175
|
"value": 0.0,
|
176
176
|
"value_type": "double",
|
177
|
-
"uuid": "
|
178
|
-
"version_uuid": "
|
177
|
+
"uuid": "90c7e220-eb5a-0131-de88-14109fdf0b37",
|
178
|
+
"version_uuid": "90c7fd10-eb5a-0131-de89-14109fdf0b37"
|
179
179
|
},
|
180
180
|
{
|
181
181
|
"display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
|
@@ -183,8 +183,8 @@
|
|
183
183
|
"name": "om_cost",
|
184
184
|
"value": 0.0,
|
185
185
|
"value_type": "double",
|
186
|
-
"uuid": "
|
187
|
-
"version_uuid": "
|
186
|
+
"uuid": "90c81a70-eb5a-0131-de8a-14109fdf0b37",
|
187
|
+
"version_uuid": "90c83570-eb5a-0131-de8b-14109fdf0b37"
|
188
188
|
},
|
189
189
|
{
|
190
190
|
"display_name": "O & M Frequency (whole years).",
|
@@ -192,19 +192,19 @@
|
|
192
192
|
"name": "om_frequency",
|
193
193
|
"value": 1,
|
194
194
|
"value_type": "integer",
|
195
|
-
"uuid": "
|
196
|
-
"version_uuid": "
|
195
|
+
"uuid": "90c85280-eb5a-0131-de8c-14109fdf0b37",
|
196
|
+
"version_uuid": "90c86a90-eb5a-0131-de8d-14109fdf0b37"
|
197
197
|
}
|
198
198
|
],
|
199
199
|
"bcl_measure_directory": "./measures/reduce_space_infiltration_by_percentage",
|
200
200
|
"bcl_measure_class_name": "ReduceSpaceInfiltrationByPercentage",
|
201
|
-
"bcl_measure_uuid": "
|
202
|
-
"bcl_measure_version_uuid": "
|
201
|
+
"bcl_measure_uuid": "90c69610-eb5a-0131-de7c-14109fdf0b37",
|
202
|
+
"bcl_measure_version_uuid": "90c6b240-eb5a-0131-de7d-14109fdf0b37",
|
203
203
|
"display_name": "ReduceSpaceInfiltrationByPercentage",
|
204
204
|
"measure_definition_directory": "./measures/reduce_space_infiltration_by_percentage",
|
205
205
|
"measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
|
206
|
-
"measure_definition_uuid": "
|
207
|
-
"measure_definition_version_uuid": "
|
206
|
+
"measure_definition_uuid": "90c6ce00-eb5a-0131-de7e-14109fdf0b37",
|
207
|
+
"measure_definition_version_uuid": "90c6e710-eb5a-0131-de7f-14109fdf0b37",
|
208
208
|
"measure_type": "RubyMeasure",
|
209
209
|
"name": "reducespaceinfiltrationbypercentage",
|
210
210
|
"variables": [
|
@@ -214,8 +214,8 @@
|
|
214
214
|
"machine_name": "space_infiltration_power_reduction",
|
215
215
|
"name": "space_infiltration_reduction_percent",
|
216
216
|
"required": false,
|
217
|
-
"uuid": "
|
218
|
-
"version_uuid": "
|
217
|
+
"uuid": "90c77c90-eb5a-0131-de84-14109fdf0b37",
|
218
|
+
"version_uuid": "90c79540-eb5a-0131-de85-14109fdf0b37"
|
219
219
|
},
|
220
220
|
"display_name": "Space Infiltration Power Reduction",
|
221
221
|
"machine_name": "space_infiltration_power_reduction",
|
@@ -253,14 +253,14 @@
|
|
253
253
|
"value_type": "double",
|
254
254
|
"variable": true,
|
255
255
|
"variable_type": "RubyContinuousVariable",
|
256
|
-
"uuid": "
|
257
|
-
"version_uuid": "
|
256
|
+
"uuid": "90c7acc0-eb5a-0131-de86-14109fdf0b37",
|
257
|
+
"version_uuid": "90c7c4d0-eb5a-0131-de87-14109fdf0b37"
|
258
258
|
}
|
259
259
|
],
|
260
260
|
"workflow_index": 1,
|
261
261
|
"workflow_step_type": "Measure",
|
262
|
-
"uuid": "
|
263
|
-
"version_uuid": "
|
262
|
+
"uuid": "90c701a0-eb5a-0131-de80-14109fdf0b37",
|
263
|
+
"version_uuid": "90c71c10-eb5a-0131-de81-14109fdf0b37"
|
264
264
|
},
|
265
265
|
{
|
266
266
|
"arguments": [
|
@@ -270,19 +270,19 @@
|
|
270
270
|
"name": "alter_design_days",
|
271
271
|
"value": false,
|
272
272
|
"value_type": "bool",
|
273
|
-
"uuid": "
|
274
|
-
"version_uuid": "
|
273
|
+
"uuid": "90ca14e0-eb5a-0131-de9c-14109fdf0b37",
|
274
|
+
"version_uuid": "90ca2d00-eb5a-0131-de9d-14109fdf0b37"
|
275
275
|
}
|
276
276
|
],
|
277
277
|
"bcl_measure_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
|
278
278
|
"bcl_measure_class_name": "AdjustTheromstatSetpointsByDegrees",
|
279
|
-
"bcl_measure_uuid": "
|
280
|
-
"bcl_measure_version_uuid": "
|
279
|
+
"bcl_measure_uuid": "90c888f0-eb5a-0131-de8e-14109fdf0b37",
|
280
|
+
"bcl_measure_version_uuid": "90c8a1d0-eb5a-0131-de8f-14109fdf0b37",
|
281
281
|
"display_name": "Adjust Thermostat Setpoints by Degrees",
|
282
282
|
"measure_definition_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
|
283
283
|
"measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
|
284
|
-
"measure_definition_uuid": "
|
285
|
-
"measure_definition_version_uuid": "
|
284
|
+
"measure_definition_uuid": "90c8bd00-eb5a-0131-de90-14109fdf0b37",
|
285
|
+
"measure_definition_version_uuid": "90c8d980-eb5a-0131-de91-14109fdf0b37",
|
286
286
|
"measure_type": "RubyMeasure",
|
287
287
|
"name": "adjust_thermostat_setpoints_by_degrees",
|
288
288
|
"variables": [
|
@@ -292,8 +292,8 @@
|
|
292
292
|
"machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
293
293
|
"name": "cooling_adjustment",
|
294
294
|
"required": false,
|
295
|
-
"uuid": "
|
296
|
-
"version_uuid": "
|
295
|
+
"uuid": "90c93200-eb5a-0131-de94-14109fdf0b37",
|
296
|
+
"version_uuid": "90c94d20-eb5a-0131-de95-14109fdf0b37"
|
297
297
|
},
|
298
298
|
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
299
299
|
"machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
@@ -331,8 +331,8 @@
|
|
331
331
|
"value_type": "double",
|
332
332
|
"variable": true,
|
333
333
|
"variable_type": "RubyContinuousVariable",
|
334
|
-
"uuid": "
|
335
|
-
"version_uuid": "
|
334
|
+
"uuid": "90c96900-eb5a-0131-de96-14109fdf0b37",
|
335
|
+
"version_uuid": "90c987e0-eb5a-0131-de97-14109fdf0b37"
|
336
336
|
},
|
337
337
|
{
|
338
338
|
"argument": {
|
@@ -340,8 +340,8 @@
|
|
340
340
|
"machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
341
341
|
"name": "heating_adjustment",
|
342
342
|
"required": false,
|
343
|
-
"uuid": "
|
344
|
-
"version_uuid": "
|
343
|
+
"uuid": "90c9aab0-eb5a-0131-de98-14109fdf0b37",
|
344
|
+
"version_uuid": "90c9c2f0-eb5a-0131-de99-14109fdf0b37"
|
345
345
|
},
|
346
346
|
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
347
347
|
"machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
@@ -379,14 +379,14 @@
|
|
379
379
|
"value_type": "double",
|
380
380
|
"variable": true,
|
381
381
|
"variable_type": "RubyContinuousVariable",
|
382
|
-
"uuid": "
|
383
|
-
"version_uuid": "
|
382
|
+
"uuid": "90c9ded0-eb5a-0131-de9a-14109fdf0b37",
|
383
|
+
"version_uuid": "90c9f7f0-eb5a-0131-de9b-14109fdf0b37"
|
384
384
|
}
|
385
385
|
],
|
386
386
|
"workflow_index": 2,
|
387
387
|
"workflow_step_type": "Measure",
|
388
|
-
"uuid": "
|
389
|
-
"version_uuid": "
|
388
|
+
"uuid": "90c8f490-eb5a-0131-de92-14109fdf0b37",
|
389
|
+
"version_uuid": "90c90f50-eb5a-0131-de93-14109fdf0b37"
|
390
390
|
},
|
391
391
|
{
|
392
392
|
"arguments": [
|
@@ -396,8 +396,8 @@
|
|
396
396
|
"name": "material_cost_increase_ip",
|
397
397
|
"value": 0.0,
|
398
398
|
"value_type": "double",
|
399
|
-
"uuid": "
|
400
|
-
"version_uuid": "
|
399
|
+
"uuid": "90cb62c0-eb5a-0131-dea8-14109fdf0b37",
|
400
|
+
"version_uuid": "90cb7f70-eb5a-0131-dea9-14109fdf0b37"
|
401
401
|
},
|
402
402
|
{
|
403
403
|
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
@@ -405,8 +405,8 @@
|
|
405
405
|
"name": "one_time_retrofit_cost_ip",
|
406
406
|
"value": 0.0,
|
407
407
|
"value_type": "double",
|
408
|
-
"uuid": "
|
409
|
-
"version_uuid": "
|
408
|
+
"uuid": "90cb9e50-eb5a-0131-deaa-14109fdf0b37",
|
409
|
+
"version_uuid": "90cbba90-eb5a-0131-deab-14109fdf0b37"
|
410
410
|
},
|
411
411
|
{
|
412
412
|
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
@@ -414,19 +414,19 @@
|
|
414
414
|
"name": "years_until_retrofit_cost",
|
415
415
|
"value": 0,
|
416
416
|
"value_type": "integer",
|
417
|
-
"uuid": "
|
418
|
-
"version_uuid": "
|
417
|
+
"uuid": "90cbd860-eb5a-0131-deac-14109fdf0b37",
|
418
|
+
"version_uuid": "90cbf300-eb5a-0131-dead-14109fdf0b37"
|
419
419
|
}
|
420
420
|
],
|
421
421
|
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
|
422
422
|
"bcl_measure_class_name": "IncreaseInsulationRValueForExteriorWalls",
|
423
|
-
"bcl_measure_uuid": "
|
424
|
-
"bcl_measure_version_uuid": "
|
423
|
+
"bcl_measure_uuid": "90ca4bb0-eb5a-0131-de9e-14109fdf0b37",
|
424
|
+
"bcl_measure_version_uuid": "90ca65a0-eb5a-0131-de9f-14109fdf0b37",
|
425
425
|
"display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
426
426
|
"measure_definition_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
|
427
427
|
"measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
|
428
|
-
"measure_definition_uuid": "
|
429
|
-
"measure_definition_version_uuid": "
|
428
|
+
"measure_definition_uuid": "90ca80f0-eb5a-0131-dea0-14109fdf0b37",
|
429
|
+
"measure_definition_version_uuid": "90ca9b50-eb5a-0131-dea1-14109fdf0b37",
|
430
430
|
"measure_type": "RubyMeasure",
|
431
431
|
"name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
432
432
|
"variables": [
|
@@ -436,8 +436,8 @@
|
|
436
436
|
"machine_name": "wall_r_value",
|
437
437
|
"name": "r_value",
|
438
438
|
"required": false,
|
439
|
-
"uuid": "
|
440
|
-
"version_uuid": "
|
439
|
+
"uuid": "90caf280-eb5a-0131-dea4-14109fdf0b37",
|
440
|
+
"version_uuid": "90cb0de0-eb5a-0131-dea5-14109fdf0b37"
|
441
441
|
},
|
442
442
|
"display_name": "Wall R Value",
|
443
443
|
"machine_name": "wall_r_value",
|
@@ -475,14 +475,14 @@
|
|
475
475
|
"value_type": "double",
|
476
476
|
"variable": true,
|
477
477
|
"variable_type": "RubyContinuousVariable",
|
478
|
-
"uuid": "
|
479
|
-
"version_uuid": "
|
478
|
+
"uuid": "90cb2960-eb5a-0131-dea6-14109fdf0b37",
|
479
|
+
"version_uuid": "90cb4340-eb5a-0131-dea7-14109fdf0b37"
|
480
480
|
}
|
481
481
|
],
|
482
482
|
"workflow_index": 3,
|
483
483
|
"workflow_step_type": "Measure",
|
484
|
-
"uuid": "
|
485
|
-
"version_uuid": "
|
484
|
+
"uuid": "90cab460-eb5a-0131-dea2-14109fdf0b37",
|
485
|
+
"version_uuid": "90cad040-eb5a-0131-dea3-14109fdf0b37"
|
486
486
|
},
|
487
487
|
{
|
488
488
|
"arguments": [
|
@@ -492,8 +492,8 @@
|
|
492
492
|
"name": "material_cost_increase_ip",
|
493
493
|
"value": 0.0,
|
494
494
|
"value_type": "double",
|
495
|
-
"uuid": "
|
496
|
-
"version_uuid": "
|
495
|
+
"uuid": "90cd2990-eb5a-0131-deb8-14109fdf0b37",
|
496
|
+
"version_uuid": "90cd43b0-eb5a-0131-deb9-14109fdf0b37"
|
497
497
|
},
|
498
498
|
{
|
499
499
|
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
@@ -501,8 +501,8 @@
|
|
501
501
|
"name": "one_time_retrofit_cost_ip",
|
502
502
|
"value": 0.0,
|
503
503
|
"value_type": "double",
|
504
|
-
"uuid": "
|
505
|
-
"version_uuid": "
|
504
|
+
"uuid": "90cd6020-eb5a-0131-deba-14109fdf0b37",
|
505
|
+
"version_uuid": "90cd7820-eb5a-0131-debb-14109fdf0b37"
|
506
506
|
},
|
507
507
|
{
|
508
508
|
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
@@ -510,19 +510,19 @@
|
|
510
510
|
"name": "years_until_retrofit_cost",
|
511
511
|
"value": 0,
|
512
512
|
"value_type": "integer",
|
513
|
-
"uuid": "
|
514
|
-
"version_uuid": "
|
513
|
+
"uuid": "90cd9320-eb5a-0131-debc-14109fdf0b37",
|
514
|
+
"version_uuid": "90cdaad0-eb5a-0131-debd-14109fdf0b37"
|
515
515
|
}
|
516
516
|
],
|
517
517
|
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_roofs",
|
518
518
|
"bcl_measure_class_name": "IncreaseInsulationRValueForRoofs",
|
519
|
-
"bcl_measure_uuid": "
|
520
|
-
"bcl_measure_version_uuid": "
|
519
|
+
"bcl_measure_uuid": "90cc1360-eb5a-0131-deae-14109fdf0b37",
|
520
|
+
"bcl_measure_version_uuid": "90cc2d90-eb5a-0131-deaf-14109fdf0b37",
|
521
521
|
"display_name": "Set R-value of Insulation for Roofs to a Specific Value",
|
522
522
|
"measure_definition_directory": "./measures/increase_insulation_r_value_for_roofs",
|
523
523
|
"measure_definition_class_name": "IncreaseInsulationRValueForRoofs",
|
524
|
-
"measure_definition_uuid": "
|
525
|
-
"measure_definition_version_uuid": "
|
524
|
+
"measure_definition_uuid": "90cc4870-eb5a-0131-deb0-14109fdf0b37",
|
525
|
+
"measure_definition_version_uuid": "90cc6460-eb5a-0131-deb1-14109fdf0b37",
|
526
526
|
"measure_type": "RubyMeasure",
|
527
527
|
"name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
|
528
528
|
"variables": [
|
@@ -532,8 +532,8 @@
|
|
532
532
|
"machine_name": "roof_r_value",
|
533
533
|
"name": "r_value",
|
534
534
|
"required": false,
|
535
|
-
"uuid": "
|
536
|
-
"version_uuid": "
|
535
|
+
"uuid": "90ccbc30-eb5a-0131-deb4-14109fdf0b37",
|
536
|
+
"version_uuid": "90ccd410-eb5a-0131-deb5-14109fdf0b37"
|
537
537
|
},
|
538
538
|
"display_name": "Roof R Value",
|
539
539
|
"machine_name": "roof_r_value",
|
@@ -571,14 +571,14 @@
|
|
571
571
|
"value_type": "double",
|
572
572
|
"variable": true,
|
573
573
|
"variable_type": "RubyContinuousVariable",
|
574
|
-
"uuid": "
|
575
|
-
"version_uuid": "
|
574
|
+
"uuid": "90cced60-eb5a-0131-deb6-14109fdf0b37",
|
575
|
+
"version_uuid": "90cd06c0-eb5a-0131-deb7-14109fdf0b37"
|
576
576
|
}
|
577
577
|
],
|
578
578
|
"workflow_index": 4,
|
579
579
|
"workflow_step_type": "Measure",
|
580
|
-
"uuid": "
|
581
|
-
"version_uuid": "
|
580
|
+
"uuid": "90cc7f90-eb5a-0131-deb2-14109fdf0b37",
|
581
|
+
"version_uuid": "90cc9a80-eb5a-0131-deb3-14109fdf0b37"
|
582
582
|
},
|
583
583
|
{
|
584
584
|
"arguments": [
|
@@ -588,19 +588,19 @@
|
|
588
588
|
"name": "space_type",
|
589
589
|
"value": "*Entire Building*",
|
590
590
|
"value_type": "choice",
|
591
|
-
"uuid": "
|
592
|
-
"version_uuid": "
|
591
|
+
"uuid": "90ce7150-eb5a-0131-dec4-14109fdf0b37",
|
592
|
+
"version_uuid": "90ce8c00-eb5a-0131-dec5-14109fdf0b37"
|
593
593
|
}
|
594
594
|
],
|
595
595
|
"bcl_measure_directory": "./measures/reduce_ventilation_by_percentage",
|
596
596
|
"bcl_measure_class_name": "ReduceVentilationByPercentage",
|
597
|
-
"bcl_measure_uuid": "
|
598
|
-
"bcl_measure_version_uuid": "
|
597
|
+
"bcl_measure_uuid": "90cdcbd0-eb5a-0131-debe-14109fdf0b37",
|
598
|
+
"bcl_measure_version_uuid": "90cde490-eb5a-0131-debf-14109fdf0b37",
|
599
599
|
"display_name": "Reduce Ventilation By Percentage",
|
600
600
|
"measure_definition_directory": "./measures/reduce_ventilation_by_percentage",
|
601
601
|
"measure_definition_class_name": "ReduceVentilationByPercentage",
|
602
|
-
"measure_definition_uuid": "
|
603
|
-
"measure_definition_version_uuid": "
|
602
|
+
"measure_definition_uuid": "90cdfc10-eb5a-0131-dec0-14109fdf0b37",
|
603
|
+
"measure_definition_version_uuid": "90ce1350-eb5a-0131-dec1-14109fdf0b37",
|
604
604
|
"measure_type": "RubyMeasure",
|
605
605
|
"name": "reduce_ventilation_by_percentage",
|
606
606
|
"variables": [
|
@@ -610,8 +610,8 @@
|
|
610
610
|
"machine_name": "design_specification_outdoor_air_reduction_(%).",
|
611
611
|
"name": "design_spec_outdoor_air_reduction_percent",
|
612
612
|
"required": false,
|
613
|
-
"uuid": "
|
614
|
-
"version_uuid": "
|
613
|
+
"uuid": "90ceae80-eb5a-0131-dec6-14109fdf0b37",
|
614
|
+
"version_uuid": "90ceca90-eb5a-0131-dec7-14109fdf0b37"
|
615
615
|
},
|
616
616
|
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
617
617
|
"machine_name": "design_specification_outdoor_air_reduction_(%).",
|
@@ -649,14 +649,14 @@
|
|
649
649
|
"value_type": "double",
|
650
650
|
"variable": true,
|
651
651
|
"variable_type": "RubyContinuousVariable",
|
652
|
-
"uuid": "
|
653
|
-
"version_uuid": "
|
652
|
+
"uuid": "90cee490-eb5a-0131-dec8-14109fdf0b37",
|
653
|
+
"version_uuid": "90cf0020-eb5a-0131-dec9-14109fdf0b37"
|
654
654
|
}
|
655
655
|
],
|
656
656
|
"workflow_index": 5,
|
657
657
|
"workflow_step_type": "Measure",
|
658
|
-
"uuid": "
|
659
|
-
"version_uuid": "
|
658
|
+
"uuid": "90ce2a70-eb5a-0131-dec2-14109fdf0b37",
|
659
|
+
"version_uuid": "90ce4a50-eb5a-0131-dec3-14109fdf0b37"
|
660
660
|
}
|
661
661
|
],
|
662
662
|
"analysis_type": "lhs"
|