openstudio-analysis 0.1.14 → 0.1.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/openstudio/analysis/server_api.rb +1 -1
- data/lib/openstudio/analysis/translator/excel.rb +25 -2
- data/lib/openstudio/analysis/version.rb +1 -1
- data/spec/files/analysis/medium_office.json +1786 -0
- data/spec/files/{export/analysis/output_vars.zip → analysis/medium_office.zip} +0 -0
- data/spec/files/discrete_dynamic_columns.xlsx +0 -0
- data/spec/files/discrete_variables.xlsx +0 -0
- data/spec/files/template_0_2_0.xlsx +0 -0
- data/spec/files/~$template_0_2_0.xlsx +0 -0
- data/spec/files/~$template_input_0.1.10.xlsx +0 -0
- data/spec/openstudio/analysis/translator/excel_spec.rb +299 -272
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.62.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.63.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.62.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.63.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.62.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.63.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.20.xml +33 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.21.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.4.xml +33 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.5.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.62.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.63.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.28.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.29.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.34.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.35.xml +9 -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-version-0-1-9.11.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.12.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.62.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.63.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.62.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.63.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.62.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.63.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.62.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.63.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.11.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.12.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.62.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.63.xml +7 -0
- metadata +76 -22
- data/spec/files/export/analysis/discrete_dynamic_seed.json +0 -445
- data/spec/files/export/analysis/discrete_dynamic_seed.zip +0 -0
- data/spec/files/export/analysis/discrete_seed.json +0 -712
- data/spec/files/export/analysis/discrete_seed.zip +0 -0
- data/spec/files/export/analysis/medium_office.json +0 -648
- data/spec/files/export/analysis/medium_office.zip +0 -0
- data/spec/files/export/analysis/output_vars.json +0 -707
- data/spec/files/export/analysis/small_seed.json +0 -665
- data/spec/files/export/analysis/small_seed.zip +0 -0
@@ -1,665 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"analysis": {
|
3
|
-
"display_name": "Example Analysis",
|
4
|
-
"name": "example_analysis",
|
5
|
-
"output_variables": [
|
6
|
-
|
7
|
-
],
|
8
|
-
"problem": {
|
9
|
-
"algorithm": {
|
10
|
-
"sample_method": "all_variables",
|
11
|
-
"number_of_samples": 100,
|
12
|
-
"number_of_generations": 20,
|
13
|
-
"objective_functions": [
|
14
|
-
|
15
|
-
]
|
16
|
-
},
|
17
|
-
"name": "Problem",
|
18
|
-
"workflow": [
|
19
|
-
{
|
20
|
-
"arguments": [
|
21
|
-
{
|
22
|
-
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
23
|
-
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
24
|
-
"name": "space_type",
|
25
|
-
"value": "*Entire Building*",
|
26
|
-
"value_type": "choice",
|
27
|
-
"uuid": "d89a2ed0-a647-0131-d1b8-2820663576f4",
|
28
|
-
"version_uuid": "d89a34d0-a647-0131-d1b9-2820663576f4"
|
29
|
-
},
|
30
|
-
{
|
31
|
-
"display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
|
32
|
-
"machine_name": "increase_in_material_and_installation_cost_for_lighting_per_floor_area_(%).",
|
33
|
-
"name": "material_and_installation_cost",
|
34
|
-
"value": 0.0,
|
35
|
-
"value_type": "double",
|
36
|
-
"uuid": "d89a5690-a647-0131-d1bb-2820663576f4",
|
37
|
-
"version_uuid": "d89a5e60-a647-0131-d1bc-2820663576f4"
|
38
|
-
},
|
39
|
-
{
|
40
|
-
"display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
|
41
|
-
"machine_name": "increase_in_demolition_costs_for_lighting_per_floor_area_(%).",
|
42
|
-
"name": "demolition_cost",
|
43
|
-
"value": 0.0,
|
44
|
-
"value_type": "double",
|
45
|
-
"uuid": "d89a6bd0-a647-0131-d1bd-2820663576f4",
|
46
|
-
"version_uuid": "d89a9870-a647-0131-d1be-2820663576f4"
|
47
|
-
},
|
48
|
-
{
|
49
|
-
"display_name": "Years Until Costs Start (whole years).",
|
50
|
-
"machine_name": "years_until_costs_start_(whole_years).",
|
51
|
-
"name": "years_until_costs_start",
|
52
|
-
"value": 0,
|
53
|
-
"value_type": "integer",
|
54
|
-
"uuid": "d89aa260-a647-0131-d1bf-2820663576f4",
|
55
|
-
"version_uuid": "d89aa7a0-a647-0131-d1c0-2820663576f4"
|
56
|
-
},
|
57
|
-
{
|
58
|
-
"display_name": "Demolition Costs Occur During Initial Construction?",
|
59
|
-
"machine_name": "demolition_costs_occur_during_initial_construction?",
|
60
|
-
"name": "demo_cost_initial_const",
|
61
|
-
"value": true,
|
62
|
-
"value_type": "bool",
|
63
|
-
"uuid": "d89ab010-a647-0131-d1c1-2820663576f4",
|
64
|
-
"version_uuid": "d89ab540-a647-0131-d1c2-2820663576f4"
|
65
|
-
},
|
66
|
-
{
|
67
|
-
"display_name": "Expected Life (whole years).",
|
68
|
-
"machine_name": "expected_life_(whole_years).",
|
69
|
-
"name": "expected_life",
|
70
|
-
"value": 15,
|
71
|
-
"value_type": "integer",
|
72
|
-
"uuid": "d89abda0-a647-0131-d1c3-2820663576f4",
|
73
|
-
"version_uuid": "d89ac530-a647-0131-d1c4-2820663576f4"
|
74
|
-
},
|
75
|
-
{
|
76
|
-
"display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
|
77
|
-
"machine_name": "increase_o_&_m_costs_for_lighting_per_floor_area_(%).",
|
78
|
-
"name": "om_cost",
|
79
|
-
"value": 0.0,
|
80
|
-
"value_type": "double",
|
81
|
-
"uuid": "d89ad180-a647-0131-d1c5-2820663576f4",
|
82
|
-
"version_uuid": "d89ad6f0-a647-0131-d1c6-2820663576f4"
|
83
|
-
},
|
84
|
-
{
|
85
|
-
"display_name": "O & M Frequency (whole years).",
|
86
|
-
"machine_name": "o_&_m_frequency_(whole_years).",
|
87
|
-
"name": "om_frequency",
|
88
|
-
"value": 1,
|
89
|
-
"value_type": "integer",
|
90
|
-
"uuid": "d89adf40-a647-0131-d1c7-2820663576f4",
|
91
|
-
"version_uuid": "d89ae670-a647-0131-d1c8-2820663576f4"
|
92
|
-
}
|
93
|
-
],
|
94
|
-
"bcl_measure_directory": "./measures/reduce_lighting_loads_by_percentage",
|
95
|
-
"measure_definition_directory_CHANGE_TO_ME": "./measures/reduce_lighting_loads_by_percentage",
|
96
|
-
"bcl_measure_class_name_ADDME": "ReduceLightingLoadsByPercentage",
|
97
|
-
"measure_definition_class_name_CHANGE_TO_ME": "ReduceLightingLoadsByPercentage",
|
98
|
-
"measure_definition_class_name": "ReduceLightingLoadsByPercentage",
|
99
|
-
"bcl_measure_uuid": "d899ee00-a647-0131-d1b2-2820663576f4",
|
100
|
-
"measure_definition_uuid_CHANGE_TO_ME": "d899f8a0-a647-0131-d1b3-2820663576f4",
|
101
|
-
"bcl_measure_version_uuid": "d899ffd0-a647-0131-d1b4-2820663576f4",
|
102
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "d89a0690-a647-0131-d1b5-2820663576f4",
|
103
|
-
"measure_type": "RubyMeasure",
|
104
|
-
"name": "reduce_lighting_loads_by_percentage",
|
105
|
-
"display_name": "Reduce Lighting Loads by Percentage",
|
106
|
-
"uuid": "d89a19c0-a647-0131-d1b6-2820663576f4",
|
107
|
-
"variables": [
|
108
|
-
{
|
109
|
-
"argument": {
|
110
|
-
"display_name": "Lighting Power Reduction",
|
111
|
-
"machine_name": "lighting_power_reduction",
|
112
|
-
"name": "lighting_power_reduction_percent",
|
113
|
-
"uuid": "d89a4160-a647-0131-d1ba-2820663576f4",
|
114
|
-
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
115
|
-
},
|
116
|
-
"display_name": "Lighting Power Reduction",
|
117
|
-
"machine_name": "lighting_power_reduction",
|
118
|
-
"name": "lighting_power_reduction",
|
119
|
-
"minimum": 0.0,
|
120
|
-
"maximum": 50.0,
|
121
|
-
"units": "",
|
122
|
-
"value_type": "double",
|
123
|
-
"variable": true,
|
124
|
-
"relation_to_output": "",
|
125
|
-
"uncertainty_description": {
|
126
|
-
"attributes": [
|
127
|
-
{
|
128
|
-
"name": "modes",
|
129
|
-
"value": 40.0
|
130
|
-
},
|
131
|
-
{
|
132
|
-
"name": "lower_bounds",
|
133
|
-
"value": 0.0
|
134
|
-
},
|
135
|
-
{
|
136
|
-
"name": "upper_bounds",
|
137
|
-
"value": 50.0
|
138
|
-
},
|
139
|
-
{
|
140
|
-
"name": "stddev",
|
141
|
-
"value": 8.333333333333334
|
142
|
-
},
|
143
|
-
{
|
144
|
-
"name": "delta_x",
|
145
|
-
"value": null
|
146
|
-
}
|
147
|
-
],
|
148
|
-
"type": "triangle_uncertain"
|
149
|
-
},
|
150
|
-
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
151
|
-
"variable_type": "RubyContinuousVariable",
|
152
|
-
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
153
|
-
}
|
154
|
-
],
|
155
|
-
"version_uuid": "d89a1fa0-a647-0131-d1b7-2820663576f4",
|
156
|
-
"workflow_index": 0,
|
157
|
-
"workflow_step_type": "Measure"
|
158
|
-
},
|
159
|
-
{
|
160
|
-
"arguments": [
|
161
|
-
{
|
162
|
-
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
163
|
-
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
164
|
-
"name": "space_type",
|
165
|
-
"value": "*Entire Building*",
|
166
|
-
"value_type": "choice",
|
167
|
-
"uuid": "d89b1b70-a647-0131-d1cf-2820663576f4",
|
168
|
-
"version_uuid": "d89b20c0-a647-0131-d1d0-2820663576f4"
|
169
|
-
},
|
170
|
-
{
|
171
|
-
"display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
|
172
|
-
"machine_name": "increase_in_material_and_installation_costs_for_building_per_affected_floor_area_($/ft^2).",
|
173
|
-
"name": "material_and_installation_cost",
|
174
|
-
"value": 0.0,
|
175
|
-
"value_type": "double",
|
176
|
-
"uuid": "d89b3680-a647-0131-d1d2-2820663576f4",
|
177
|
-
"version_uuid": "d89b3b90-a647-0131-d1d3-2820663576f4"
|
178
|
-
},
|
179
|
-
{
|
180
|
-
"display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
|
181
|
-
"machine_name": "o_&_m_costs_for_construction_per_affected_floor_area_($/ft^2).",
|
182
|
-
"name": "om_cost",
|
183
|
-
"value": 0.0,
|
184
|
-
"value_type": "double",
|
185
|
-
"uuid": "d89b43b0-a647-0131-d1d4-2820663576f4",
|
186
|
-
"version_uuid": "d89b4950-a647-0131-d1d5-2820663576f4"
|
187
|
-
},
|
188
|
-
{
|
189
|
-
"display_name": "O & M Frequency (whole years).",
|
190
|
-
"machine_name": "o_&_m_frequency_(whole_years).",
|
191
|
-
"name": "om_frequency",
|
192
|
-
"value": 1,
|
193
|
-
"value_type": "integer",
|
194
|
-
"uuid": "d89b5fa0-a647-0131-d1d6-2820663576f4",
|
195
|
-
"version_uuid": "d89b6670-a647-0131-d1d7-2820663576f4"
|
196
|
-
}
|
197
|
-
],
|
198
|
-
"bcl_measure_directory": "./measures/reduce_space_infiltration_by_percentage",
|
199
|
-
"measure_definition_directory_CHANGE_TO_ME": "./measures/reduce_space_infiltration_by_percentage",
|
200
|
-
"bcl_measure_class_name_ADDME": "ReduceSpaceInfiltrationByPercentage",
|
201
|
-
"measure_definition_class_name_CHANGE_TO_ME": "ReduceSpaceInfiltrationByPercentage",
|
202
|
-
"measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
|
203
|
-
"bcl_measure_uuid": "d89af350-a647-0131-d1c9-2820663576f4",
|
204
|
-
"measure_definition_uuid_CHANGE_TO_ME": "d89afae0-a647-0131-d1ca-2820663576f4",
|
205
|
-
"bcl_measure_version_uuid": "d89b0060-a647-0131-d1cb-2820663576f4",
|
206
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "d89b0650-a647-0131-d1cc-2820663576f4",
|
207
|
-
"measure_type": "RubyMeasure",
|
208
|
-
"name": "reducespaceinfiltrationbypercentage",
|
209
|
-
"display_name": "ReduceSpaceInfiltrationByPercentage",
|
210
|
-
"uuid": "d89b0c90-a647-0131-d1cd-2820663576f4",
|
211
|
-
"variables": [
|
212
|
-
{
|
213
|
-
"argument": {
|
214
|
-
"display_name": "Space Infiltration Power Reduction",
|
215
|
-
"machine_name": "space_infiltration_power_reduction",
|
216
|
-
"name": "space_infiltration_reduction_percent",
|
217
|
-
"uuid": "d89b2cc0-a647-0131-d1d1-2820663576f4",
|
218
|
-
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
219
|
-
},
|
220
|
-
"display_name": "Space Infiltration Power Reduction",
|
221
|
-
"machine_name": "space_infiltration_power_reduction",
|
222
|
-
"name": "space_infiltration_power_reduction",
|
223
|
-
"minimum": 0.0,
|
224
|
-
"maximum": 30.0,
|
225
|
-
"units": "",
|
226
|
-
"value_type": "double",
|
227
|
-
"variable": true,
|
228
|
-
"relation_to_output": "",
|
229
|
-
"uncertainty_description": {
|
230
|
-
"attributes": [
|
231
|
-
{
|
232
|
-
"name": "modes",
|
233
|
-
"value": 10.0
|
234
|
-
},
|
235
|
-
{
|
236
|
-
"name": "lower_bounds",
|
237
|
-
"value": 0.0
|
238
|
-
},
|
239
|
-
{
|
240
|
-
"name": "upper_bounds",
|
241
|
-
"value": 30.0
|
242
|
-
},
|
243
|
-
{
|
244
|
-
"name": "stddev",
|
245
|
-
"value": 5.0
|
246
|
-
},
|
247
|
-
{
|
248
|
-
"name": "delta_x",
|
249
|
-
"value": null
|
250
|
-
}
|
251
|
-
],
|
252
|
-
"type": "uniform_uncertain"
|
253
|
-
},
|
254
|
-
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
255
|
-
"variable_type": "RubyContinuousVariable",
|
256
|
-
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
257
|
-
}
|
258
|
-
],
|
259
|
-
"version_uuid": "d89b1220-a647-0131-d1ce-2820663576f4",
|
260
|
-
"workflow_index": 1,
|
261
|
-
"workflow_step_type": "Measure"
|
262
|
-
},
|
263
|
-
{
|
264
|
-
"arguments": [
|
265
|
-
{
|
266
|
-
"display_name": "Alter Design Day Thermostats?",
|
267
|
-
"machine_name": "alter_design_day_thermostats?",
|
268
|
-
"name": "alter_design_days",
|
269
|
-
"value": false,
|
270
|
-
"value_type": "bool",
|
271
|
-
"uuid": "d89e3fb0-a647-0131-d1e0-2820663576f4",
|
272
|
-
"version_uuid": "d89e4880-a647-0131-d1e1-2820663576f4"
|
273
|
-
}
|
274
|
-
],
|
275
|
-
"bcl_measure_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
|
276
|
-
"measure_definition_directory_CHANGE_TO_ME": "./measures/adjust_theromstat_setpoints_by_degrees",
|
277
|
-
"bcl_measure_class_name_ADDME": "AdjustTheromstatSetpointsByDegrees",
|
278
|
-
"measure_definition_class_name_CHANGE_TO_ME": "AdjustTheromstatSetpointsByDegrees",
|
279
|
-
"measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
|
280
|
-
"bcl_measure_uuid": "d89df9b0-a647-0131-d1d8-2820663576f4",
|
281
|
-
"measure_definition_uuid_CHANGE_TO_ME": "d89e0160-a647-0131-d1d9-2820663576f4",
|
282
|
-
"bcl_measure_version_uuid": "d89e07d0-a647-0131-d1da-2820663576f4",
|
283
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "d89e0cb0-a647-0131-d1db-2820663576f4",
|
284
|
-
"measure_type": "RubyMeasure",
|
285
|
-
"name": "adjust_thermostat_setpoints_by_degrees",
|
286
|
-
"display_name": "Adjust Thermostat Setpoints by Degrees",
|
287
|
-
"uuid": "d89e11d0-a647-0131-d1dc-2820663576f4",
|
288
|
-
"variables": [
|
289
|
-
{
|
290
|
-
"argument": {
|
291
|
-
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
292
|
-
"machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
293
|
-
"name": "cooling_adjustment",
|
294
|
-
"uuid": "d89e2610-a647-0131-d1de-2820663576f4",
|
295
|
-
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
296
|
-
},
|
297
|
-
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
298
|
-
"machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
299
|
-
"name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
300
|
-
"minimum": -4.0,
|
301
|
-
"maximum": 4.0,
|
302
|
-
"units": "",
|
303
|
-
"value_type": "double",
|
304
|
-
"variable": true,
|
305
|
-
"relation_to_output": "",
|
306
|
-
"uncertainty_description": {
|
307
|
-
"attributes": [
|
308
|
-
{
|
309
|
-
"name": "modes",
|
310
|
-
"value": 0.0
|
311
|
-
},
|
312
|
-
{
|
313
|
-
"name": "lower_bounds",
|
314
|
-
"value": -4.0
|
315
|
-
},
|
316
|
-
{
|
317
|
-
"name": "upper_bounds",
|
318
|
-
"value": 4.0
|
319
|
-
},
|
320
|
-
{
|
321
|
-
"name": "stddev",
|
322
|
-
"value": 1.3333333333333333
|
323
|
-
},
|
324
|
-
{
|
325
|
-
"name": "delta_x",
|
326
|
-
"value": null
|
327
|
-
}
|
328
|
-
],
|
329
|
-
"type": "uniform_uncertain"
|
330
|
-
},
|
331
|
-
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
332
|
-
"variable_type": "RubyContinuousVariable",
|
333
|
-
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
334
|
-
},
|
335
|
-
{
|
336
|
-
"argument": {
|
337
|
-
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
338
|
-
"machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
339
|
-
"name": "heating_adjustment",
|
340
|
-
"uuid": "d89e34c0-a647-0131-d1df-2820663576f4",
|
341
|
-
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
342
|
-
},
|
343
|
-
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
344
|
-
"machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
345
|
-
"name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
346
|
-
"minimum": -4.0,
|
347
|
-
"maximum": 4.0,
|
348
|
-
"units": "",
|
349
|
-
"value_type": "double",
|
350
|
-
"variable": true,
|
351
|
-
"relation_to_output": "",
|
352
|
-
"uncertainty_description": {
|
353
|
-
"attributes": [
|
354
|
-
{
|
355
|
-
"name": "modes",
|
356
|
-
"value": 0.0
|
357
|
-
},
|
358
|
-
{
|
359
|
-
"name": "lower_bounds",
|
360
|
-
"value": -4.0
|
361
|
-
},
|
362
|
-
{
|
363
|
-
"name": "upper_bounds",
|
364
|
-
"value": 4.0
|
365
|
-
},
|
366
|
-
{
|
367
|
-
"name": "stddev",
|
368
|
-
"value": 1.3333333333333333
|
369
|
-
},
|
370
|
-
{
|
371
|
-
"name": "delta_x",
|
372
|
-
"value": null
|
373
|
-
}
|
374
|
-
],
|
375
|
-
"type": "uniform_uncertain"
|
376
|
-
},
|
377
|
-
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
378
|
-
"variable_type": "RubyContinuousVariable",
|
379
|
-
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
380
|
-
}
|
381
|
-
],
|
382
|
-
"version_uuid": "d89e1700-a647-0131-d1dd-2820663576f4",
|
383
|
-
"workflow_index": 2,
|
384
|
-
"workflow_step_type": "Measure"
|
385
|
-
},
|
386
|
-
{
|
387
|
-
"arguments": [
|
388
|
-
{
|
389
|
-
"display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
390
|
-
"machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
|
391
|
-
"name": "material_cost_increase_ip",
|
392
|
-
"value": 0.0,
|
393
|
-
"value_type": "double",
|
394
|
-
"uuid": "d89e9250-a647-0131-d1e9-2820663576f4",
|
395
|
-
"version_uuid": "d89e99b0-a647-0131-d1ea-2820663576f4"
|
396
|
-
},
|
397
|
-
{
|
398
|
-
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
399
|
-
"machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
|
400
|
-
"name": "one_time_retrofit_cost_ip",
|
401
|
-
"value": 0.0,
|
402
|
-
"value_type": "double",
|
403
|
-
"uuid": "d89ea5f0-a647-0131-d1eb-2820663576f4",
|
404
|
-
"version_uuid": "d89ead10-a647-0131-d1ec-2820663576f4"
|
405
|
-
},
|
406
|
-
{
|
407
|
-
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
408
|
-
"machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
|
409
|
-
"name": "years_until_retrofit_cost",
|
410
|
-
"value": 0,
|
411
|
-
"value_type": "integer",
|
412
|
-
"uuid": "d89eb700-a647-0131-d1ed-2820663576f4",
|
413
|
-
"version_uuid": "d89ebc70-a647-0131-d1ee-2820663576f4"
|
414
|
-
}
|
415
|
-
],
|
416
|
-
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
|
417
|
-
"measure_definition_directory_CHANGE_TO_ME": "./measures/increase_insulation_r_value_for_exterior_walls",
|
418
|
-
"bcl_measure_class_name_ADDME": "IncreaseInsulationRValueForExteriorWalls",
|
419
|
-
"measure_definition_class_name_CHANGE_TO_ME": "IncreaseInsulationRValueForExteriorWalls",
|
420
|
-
"measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
|
421
|
-
"bcl_measure_uuid": "d89e5920-a647-0131-d1e2-2820663576f4",
|
422
|
-
"measure_definition_uuid_CHANGE_TO_ME": "d89e6060-a647-0131-d1e3-2820663576f4",
|
423
|
-
"bcl_measure_version_uuid": "d89e67a0-a647-0131-d1e4-2820663576f4",
|
424
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "d89e6d30-a647-0131-d1e5-2820663576f4",
|
425
|
-
"measure_type": "RubyMeasure",
|
426
|
-
"name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
427
|
-
"display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
428
|
-
"uuid": "d89e7240-a647-0131-d1e6-2820663576f4",
|
429
|
-
"variables": [
|
430
|
-
{
|
431
|
-
"argument": {
|
432
|
-
"display_name": "Wall R Value",
|
433
|
-
"machine_name": "wall_r_value",
|
434
|
-
"name": "r_value",
|
435
|
-
"uuid": "d89e8770-a647-0131-d1e8-2820663576f4",
|
436
|
-
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
437
|
-
},
|
438
|
-
"display_name": "Wall R Value",
|
439
|
-
"machine_name": "wall_r_value",
|
440
|
-
"name": "wall_r_value",
|
441
|
-
"minimum": 0.0,
|
442
|
-
"maximum": 5.0,
|
443
|
-
"units": "",
|
444
|
-
"value_type": "double",
|
445
|
-
"variable": true,
|
446
|
-
"relation_to_output": "",
|
447
|
-
"uncertainty_description": {
|
448
|
-
"attributes": [
|
449
|
-
{
|
450
|
-
"name": "modes",
|
451
|
-
"value": 2.5
|
452
|
-
},
|
453
|
-
{
|
454
|
-
"name": "lower_bounds",
|
455
|
-
"value": 0.0
|
456
|
-
},
|
457
|
-
{
|
458
|
-
"name": "upper_bounds",
|
459
|
-
"value": 5.0
|
460
|
-
},
|
461
|
-
{
|
462
|
-
"name": "stddev",
|
463
|
-
"value": 0.8333333333333334
|
464
|
-
},
|
465
|
-
{
|
466
|
-
"name": "delta_x",
|
467
|
-
"value": null
|
468
|
-
}
|
469
|
-
],
|
470
|
-
"type": "triangle_uncertain"
|
471
|
-
},
|
472
|
-
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
473
|
-
"variable_type": "RubyContinuousVariable",
|
474
|
-
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
475
|
-
}
|
476
|
-
],
|
477
|
-
"version_uuid": "d89e7970-a647-0131-d1e7-2820663576f4",
|
478
|
-
"workflow_index": 3,
|
479
|
-
"workflow_step_type": "Measure"
|
480
|
-
},
|
481
|
-
{
|
482
|
-
"arguments": [
|
483
|
-
{
|
484
|
-
"display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
485
|
-
"machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
|
486
|
-
"name": "material_cost_increase_ip",
|
487
|
-
"value": 0.0,
|
488
|
-
"value_type": "double",
|
489
|
-
"uuid": "d89f0780-a647-0131-d1f6-2820663576f4",
|
490
|
-
"version_uuid": "d89f0d10-a647-0131-d1f7-2820663576f4"
|
491
|
-
},
|
492
|
-
{
|
493
|
-
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
494
|
-
"machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
|
495
|
-
"name": "one_time_retrofit_cost_ip",
|
496
|
-
"value": 0.0,
|
497
|
-
"value_type": "double",
|
498
|
-
"uuid": "d89f1560-a647-0131-d1f8-2820663576f4",
|
499
|
-
"version_uuid": "d89f1c70-a647-0131-d1f9-2820663576f4"
|
500
|
-
},
|
501
|
-
{
|
502
|
-
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
503
|
-
"machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
|
504
|
-
"name": "years_until_retrofit_cost",
|
505
|
-
"value": 0,
|
506
|
-
"value_type": "integer",
|
507
|
-
"uuid": "d89f2680-a647-0131-d1fa-2820663576f4",
|
508
|
-
"version_uuid": "d89f2e30-a647-0131-d1fb-2820663576f4"
|
509
|
-
}
|
510
|
-
],
|
511
|
-
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_roofs",
|
512
|
-
"measure_definition_directory_CHANGE_TO_ME": "./measures/increase_insulation_r_value_for_roofs",
|
513
|
-
"bcl_measure_class_name_ADDME": "IncreaseInsulationRValueForRoofs",
|
514
|
-
"measure_definition_class_name_CHANGE_TO_ME": "IncreaseInsulationRValueForRoofs",
|
515
|
-
"measure_definition_class_name": "IncreaseInsulationRValueForRoofs",
|
516
|
-
"bcl_measure_uuid": "d89eca40-a647-0131-d1ef-2820663576f4",
|
517
|
-
"measure_definition_uuid_CHANGE_TO_ME": "d89ed0f0-a647-0131-d1f0-2820663576f4",
|
518
|
-
"bcl_measure_version_uuid": "d89ed830-a647-0131-d1f1-2820663576f4",
|
519
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "d89edf30-a647-0131-d1f2-2820663576f4",
|
520
|
-
"measure_type": "RubyMeasure",
|
521
|
-
"name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
|
522
|
-
"display_name": "Set R-value of Insulation for Roofs to a Specific Value",
|
523
|
-
"uuid": "d89ee6b0-a647-0131-d1f3-2820663576f4",
|
524
|
-
"variables": [
|
525
|
-
{
|
526
|
-
"argument": {
|
527
|
-
"display_name": "Roof R Value",
|
528
|
-
"machine_name": "roof_r_value",
|
529
|
-
"name": "r_value",
|
530
|
-
"uuid": "d89efcd0-a647-0131-d1f5-2820663576f4",
|
531
|
-
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
532
|
-
},
|
533
|
-
"display_name": "Roof R Value",
|
534
|
-
"machine_name": "roof_r_value",
|
535
|
-
"name": "roof_r_value",
|
536
|
-
"minimum": 0.0,
|
537
|
-
"maximum": 5.0,
|
538
|
-
"units": "",
|
539
|
-
"value_type": "double",
|
540
|
-
"variable": true,
|
541
|
-
"relation_to_output": "",
|
542
|
-
"uncertainty_description": {
|
543
|
-
"attributes": [
|
544
|
-
{
|
545
|
-
"name": "modes",
|
546
|
-
"value": 2.5
|
547
|
-
},
|
548
|
-
{
|
549
|
-
"name": "lower_bounds",
|
550
|
-
"value": 0.0
|
551
|
-
},
|
552
|
-
{
|
553
|
-
"name": "upper_bounds",
|
554
|
-
"value": 5.0
|
555
|
-
},
|
556
|
-
{
|
557
|
-
"name": "stddev",
|
558
|
-
"value": 0.8333333333333334
|
559
|
-
},
|
560
|
-
{
|
561
|
-
"name": "delta_x",
|
562
|
-
"value": null
|
563
|
-
}
|
564
|
-
],
|
565
|
-
"type": "triangle_uncertain"
|
566
|
-
},
|
567
|
-
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
568
|
-
"variable_type": "RubyContinuousVariable",
|
569
|
-
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
570
|
-
}
|
571
|
-
],
|
572
|
-
"version_uuid": "d89eedc0-a647-0131-d1f4-2820663576f4",
|
573
|
-
"workflow_index": 4,
|
574
|
-
"workflow_step_type": "Measure"
|
575
|
-
},
|
576
|
-
{
|
577
|
-
"arguments": [
|
578
|
-
{
|
579
|
-
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
580
|
-
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
581
|
-
"name": "space_type",
|
582
|
-
"value": "*Entire Building*",
|
583
|
-
"value_type": "choice",
|
584
|
-
"uuid": "d89f6bf0-a647-0131-d202-2820663576f4",
|
585
|
-
"version_uuid": "d89f7140-a647-0131-d203-2820663576f4"
|
586
|
-
}
|
587
|
-
],
|
588
|
-
"bcl_measure_directory": "./measures/reduce_ventilation_by_percentage",
|
589
|
-
"measure_definition_directory_CHANGE_TO_ME": "./measures/reduce_ventilation_by_percentage",
|
590
|
-
"bcl_measure_class_name_ADDME": "ReduceVentilationByPercentage",
|
591
|
-
"measure_definition_class_name_CHANGE_TO_ME": "ReduceVentilationByPercentage",
|
592
|
-
"measure_definition_class_name": "ReduceVentilationByPercentage",
|
593
|
-
"bcl_measure_uuid": "d89f42f0-a647-0131-d1fc-2820663576f4",
|
594
|
-
"measure_definition_uuid_CHANGE_TO_ME": "d89f4940-a647-0131-d1fd-2820663576f4",
|
595
|
-
"bcl_measure_version_uuid": "d89f50c0-a647-0131-d1fe-2820663576f4",
|
596
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "d89f56b0-a647-0131-d1ff-2820663576f4",
|
597
|
-
"measure_type": "RubyMeasure",
|
598
|
-
"name": "reduce_ventilation_by_percentage",
|
599
|
-
"display_name": "Reduce Ventilation By Percentage",
|
600
|
-
"uuid": "d89f5c00-a647-0131-d200-2820663576f4",
|
601
|
-
"variables": [
|
602
|
-
{
|
603
|
-
"argument": {
|
604
|
-
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
605
|
-
"machine_name": "design_specification_outdoor_air_reduction_(%).",
|
606
|
-
"name": "design_spec_outdoor_air_reduction_percent",
|
607
|
-
"uuid": "d89f7db0-a647-0131-d204-2820663576f4",
|
608
|
-
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
609
|
-
},
|
610
|
-
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
611
|
-
"machine_name": "design_specification_outdoor_air_reduction_(%).",
|
612
|
-
"name": "design_specification_outdoor_air_reduction_(%).",
|
613
|
-
"minimum": 0.0,
|
614
|
-
"maximum": 90.0,
|
615
|
-
"units": "",
|
616
|
-
"value_type": "double",
|
617
|
-
"variable": true,
|
618
|
-
"relation_to_output": "",
|
619
|
-
"uncertainty_description": {
|
620
|
-
"attributes": [
|
621
|
-
{
|
622
|
-
"name": "modes",
|
623
|
-
"value": 20.0
|
624
|
-
},
|
625
|
-
{
|
626
|
-
"name": "lower_bounds",
|
627
|
-
"value": 0.0
|
628
|
-
},
|
629
|
-
{
|
630
|
-
"name": "upper_bounds",
|
631
|
-
"value": 90.0
|
632
|
-
},
|
633
|
-
{
|
634
|
-
"name": "stddev",
|
635
|
-
"value": 15.0
|
636
|
-
},
|
637
|
-
{
|
638
|
-
"name": "delta_x",
|
639
|
-
"value": null
|
640
|
-
}
|
641
|
-
],
|
642
|
-
"type": "triangle_uncertain"
|
643
|
-
},
|
644
|
-
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
645
|
-
"variable_type": "RubyContinuousVariable",
|
646
|
-
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
647
|
-
}
|
648
|
-
],
|
649
|
-
"version_uuid": "d89f61d0-a647-0131-d201-2820663576f4",
|
650
|
-
"workflow_index": 5,
|
651
|
-
"workflow_step_type": "Measure"
|
652
|
-
}
|
653
|
-
],
|
654
|
-
"analysis_type": "lhs"
|
655
|
-
},
|
656
|
-
"seed": {
|
657
|
-
"file_type": "OSM",
|
658
|
-
"path": "./seed/small_seed.osm"
|
659
|
-
},
|
660
|
-
"weather_file": {
|
661
|
-
"file_type": "EPW",
|
662
|
-
"path": "./weather/partial_weather.epw"
|
663
|
-
}
|
664
|
-
}
|
665
|
-
}
|