openstudio-analysis 0.2.0 → 0.2.1
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/lib/openstudio/analysis/translator/excel.rb +55 -6
- data/lib/openstudio/analysis/version.rb +1 -1
- data/lib/openstudio-analysis.rb +1 -0
- data/spec/files/analysis/medium_office.json +220 -234
- data/spec/files/analysis/medium_office.zip +0 -0
- data/spec/files/export/analysis/Kats model v2.json +18 -19
- data/spec/files/export/analysis/Kats model v2.zip +0 -0
- data/spec/files/export/analysis/discrete_dynamic_seed.json +18 -19
- data/spec/files/export/analysis/discrete_dynamic_seed.zip +0 -0
- data/spec/files/export/analysis/discrete_seed.json +103 -109
- data/spec/files/export/analysis/discrete_seed.zip +0 -0
- data/spec/files/export/analysis/output_vars.json +95 -101
- data/spec/files/export/analysis/output_vars.zip +0 -0
- data/spec/files/export/analysis/small_seed.json +95 -101
- data/spec/files/export/analysis/small_seed.zip +0 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.68.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.68.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.68.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.26.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.10.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.68.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.34.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.40.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.20.xml +37 -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-small-list-of-incomplete-variables.68.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.68.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.68.xml +24 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.68.xml +9 -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-2-0-simple.2.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.3.xml +33 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.68.xml +7 -0
- metadata +38 -2
@@ -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": "5f980680-b2bf-0131-e62b-14109fdf0b37",
|
28
|
+
"version_uuid": "5f982380-b2bf-0131-e62c-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": "5f98bfc0-b2bf-0131-e631-14109fdf0b37",
|
37
|
+
"version_uuid": "5f98dfc0-b2bf-0131-e632-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": "5f98fec0-b2bf-0131-e633-14109fdf0b37",
|
46
|
+
"version_uuid": "5f991a00-b2bf-0131-e634-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": "5f993910-b2bf-0131-e635-14109fdf0b37",
|
55
|
+
"version_uuid": "5f995f00-b2bf-0131-e636-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": "5f997af0-b2bf-0131-e637-14109fdf0b37",
|
64
|
+
"version_uuid": "5f999550-b2bf-0131-e638-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": "5f99afc0-b2bf-0131-e639-14109fdf0b37",
|
73
|
+
"version_uuid": "5f99cb90-b2bf-0131-e63a-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": "5f99e640-b2bf-0131-e63b-14109fdf0b37",
|
82
|
+
"version_uuid": "5f99ff00-b2bf-0131-e63c-14109fdf0b37"
|
83
83
|
},
|
84
84
|
{
|
85
85
|
"display_name": "O & M Frequency (whole years).",
|
@@ -87,23 +87,22 @@
|
|
87
87
|
"name": "om_frequency",
|
88
88
|
"value": 1,
|
89
89
|
"value_type": "integer",
|
90
|
-
"uuid": "
|
91
|
-
"version_uuid": "
|
90
|
+
"uuid": "5f9a1990-b2bf-0131-e63d-14109fdf0b37",
|
91
|
+
"version_uuid": "5f9a3160-b2bf-0131-e63e-14109fdf0b37"
|
92
92
|
}
|
93
93
|
],
|
94
94
|
"bcl_measure_directory": "./measures/reduce_lighting_loads_by_percentage",
|
95
|
-
"
|
96
|
-
"
|
97
|
-
"
|
95
|
+
"bcl_measure_class_name": "ReduceLightingLoadsByPercentage",
|
96
|
+
"bcl_measure_uuid": "5f974890-b2bf-0131-e625-14109fdf0b37",
|
97
|
+
"bcl_measure_version_uuid": "5f976b00-b2bf-0131-e626-14109fdf0b37",
|
98
|
+
"measure_definition_directory": "./measures/reduce_lighting_loads_by_percentage",
|
98
99
|
"measure_definition_class_name": "ReduceLightingLoadsByPercentage",
|
99
|
-
"
|
100
|
-
"
|
101
|
-
"bcl_measure_version_uuid": "37bc86d0-b199-0131-8ef5-14109fdf0b37",
|
102
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "37bc9300-b199-0131-8ef6-14109fdf0b37",
|
100
|
+
"measure_definition_uuid": "5f9789a0-b2bf-0131-e627-14109fdf0b37",
|
101
|
+
"measure_definition_version_uuid": "5f97a700-b2bf-0131-e628-14109fdf0b37",
|
103
102
|
"measure_type": "RubyMeasure",
|
104
103
|
"name": "reduce_lighting_loads_by_percentage",
|
105
104
|
"display_name": "Reduce Lighting Loads by Percentage",
|
106
|
-
"uuid": "
|
105
|
+
"uuid": "5f97c5f0-b2bf-0131-e629-14109fdf0b37",
|
107
106
|
"variables": [
|
108
107
|
{
|
109
108
|
"argument": {
|
@@ -111,8 +110,8 @@
|
|
111
110
|
"machine_name": "lighting_power_reduction",
|
112
111
|
"name": "lighting_power_reduction_percent",
|
113
112
|
"required": false,
|
114
|
-
"uuid": "
|
115
|
-
"version_uuid": "
|
113
|
+
"uuid": "5f984960-b2bf-0131-e62d-14109fdf0b37",
|
114
|
+
"version_uuid": "5f9865c0-b2bf-0131-e62e-14109fdf0b37"
|
116
115
|
},
|
117
116
|
"display_name": "Lighting Power Reduction",
|
118
117
|
"machine_name": "lighting_power_reduction",
|
@@ -161,12 +160,12 @@
|
|
161
160
|
],
|
162
161
|
"type": "discrete_uncertain"
|
163
162
|
},
|
164
|
-
"uuid": "
|
163
|
+
"uuid": "5f988350-b2bf-0131-e62f-14109fdf0b37",
|
165
164
|
"variable_type": "RubyContinuousVariable",
|
166
|
-
"version_uuid": "
|
165
|
+
"version_uuid": "5f989ff0-b2bf-0131-e630-14109fdf0b37"
|
167
166
|
}
|
168
167
|
],
|
169
|
-
"version_uuid": "
|
168
|
+
"version_uuid": "5f97e6b0-b2bf-0131-e62a-14109fdf0b37",
|
170
169
|
"workflow_index": 0,
|
171
170
|
"workflow_step_type": "Measure"
|
172
171
|
},
|
@@ -178,8 +177,8 @@
|
|
178
177
|
"name": "space_type",
|
179
178
|
"value": "*Entire Building*",
|
180
179
|
"value_type": "choice",
|
181
|
-
"uuid": "
|
182
|
-
"version_uuid": "
|
180
|
+
"uuid": "5f9af9a0-b2bf-0131-e645-14109fdf0b37",
|
181
|
+
"version_uuid": "5f9b11f0-b2bf-0131-e646-14109fdf0b37"
|
183
182
|
},
|
184
183
|
{
|
185
184
|
"display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
|
@@ -187,8 +186,8 @@
|
|
187
186
|
"name": "material_and_installation_cost",
|
188
187
|
"value": 0.0,
|
189
188
|
"value_type": "double",
|
190
|
-
"uuid": "
|
191
|
-
"version_uuid": "
|
189
|
+
"uuid": "5f9b4d00-b2bf-0131-e648-14109fdf0b37",
|
190
|
+
"version_uuid": "5f9b64d0-b2bf-0131-e649-14109fdf0b37"
|
192
191
|
},
|
193
192
|
{
|
194
193
|
"display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
|
@@ -196,8 +195,8 @@
|
|
196
195
|
"name": "om_cost",
|
197
196
|
"value": 0.0,
|
198
197
|
"value_type": "double",
|
199
|
-
"uuid": "
|
200
|
-
"version_uuid": "
|
198
|
+
"uuid": "5f9b7e90-b2bf-0131-e64a-14109fdf0b37",
|
199
|
+
"version_uuid": "5f9b9700-b2bf-0131-e64b-14109fdf0b37"
|
201
200
|
},
|
202
201
|
{
|
203
202
|
"display_name": "O & M Frequency (whole years).",
|
@@ -205,30 +204,29 @@
|
|
205
204
|
"name": "om_frequency",
|
206
205
|
"value": 1,
|
207
206
|
"value_type": "integer",
|
208
|
-
"uuid": "
|
209
|
-
"version_uuid": "
|
207
|
+
"uuid": "5f9bb200-b2bf-0131-e64c-14109fdf0b37",
|
208
|
+
"version_uuid": "5f9bc9d0-b2bf-0131-e64d-14109fdf0b37"
|
210
209
|
}
|
211
210
|
],
|
212
211
|
"bcl_measure_directory": "./measures/reduce_space_infiltration_by_percentage",
|
213
|
-
"
|
214
|
-
"
|
215
|
-
"
|
212
|
+
"bcl_measure_class_name": "ReduceSpaceInfiltrationByPercentage",
|
213
|
+
"bcl_measure_uuid": "5f9a4fd0-b2bf-0131-e63f-14109fdf0b37",
|
214
|
+
"bcl_measure_version_uuid": "5f9a7180-b2bf-0131-e640-14109fdf0b37",
|
215
|
+
"measure_definition_directory": "./measures/reduce_space_infiltration_by_percentage",
|
216
216
|
"measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
|
217
|
-
"
|
218
|
-
"
|
219
|
-
"bcl_measure_version_uuid": "37bd6c10-b199-0131-8f0f-14109fdf0b37",
|
220
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "37bd7190-b199-0131-8f10-14109fdf0b37",
|
217
|
+
"measure_definition_uuid": "5f9a8af0-b2bf-0131-e641-14109fdf0b37",
|
218
|
+
"measure_definition_version_uuid": "5f9aa600-b2bf-0131-e642-14109fdf0b37",
|
221
219
|
"measure_type": "RubyMeasure",
|
222
220
|
"name": "reducespaceinfiltrationbypercentage",
|
223
221
|
"display_name": "ReduceSpaceInfiltrationByPercentage",
|
224
|
-
"uuid": "
|
222
|
+
"uuid": "5f9ac1e0-b2bf-0131-e643-14109fdf0b37",
|
225
223
|
"variables": [
|
226
224
|
{
|
227
225
|
"argument": {
|
228
226
|
"display_name": "Space Infiltration Power Reduction",
|
229
227
|
"machine_name": "space_infiltration_power_reduction",
|
230
228
|
"name": "space_infiltration_reduction_percent",
|
231
|
-
"uuid": "
|
229
|
+
"uuid": "5f9b3100-b2bf-0131-e647-14109fdf0b37",
|
232
230
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
233
231
|
},
|
234
232
|
"display_name": "Space Infiltration Power Reduction",
|
@@ -270,7 +268,7 @@
|
|
270
268
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
271
269
|
}
|
272
270
|
],
|
273
|
-
"version_uuid": "
|
271
|
+
"version_uuid": "5f9adda0-b2bf-0131-e644-14109fdf0b37",
|
274
272
|
"workflow_index": 1,
|
275
273
|
"workflow_step_type": "Measure"
|
276
274
|
},
|
@@ -279,25 +277,24 @@
|
|
279
277
|
|
280
278
|
],
|
281
279
|
"bcl_measure_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
|
282
|
-
"
|
283
|
-
"
|
284
|
-
"
|
280
|
+
"bcl_measure_class_name": "AdjustTheromstatSetpointsByDegrees",
|
281
|
+
"bcl_measure_uuid": "5f9be810-b2bf-0131-e64e-14109fdf0b37",
|
282
|
+
"bcl_measure_version_uuid": "5f9c0530-b2bf-0131-e64f-14109fdf0b37",
|
283
|
+
"measure_definition_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
|
285
284
|
"measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
|
286
|
-
"
|
287
|
-
"
|
288
|
-
"bcl_measure_version_uuid": "37bf35d0-b199-0131-8f1e-14109fdf0b37",
|
289
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "37bf3ad0-b199-0131-8f1f-14109fdf0b37",
|
285
|
+
"measure_definition_uuid": "5f9c1f00-b2bf-0131-e650-14109fdf0b37",
|
286
|
+
"measure_definition_version_uuid": "5f9c3900-b2bf-0131-e651-14109fdf0b37",
|
290
287
|
"measure_type": "RubyMeasure",
|
291
288
|
"name": "adjust_thermostat_setpoints_by_degrees",
|
292
289
|
"display_name": "Adjust Thermostat Setpoints by Degrees",
|
293
|
-
"uuid": "
|
290
|
+
"uuid": "5f9c53a0-b2bf-0131-e652-14109fdf0b37",
|
294
291
|
"variables": [
|
295
292
|
{
|
296
293
|
"argument": {
|
297
294
|
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
298
295
|
"machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
299
296
|
"name": "cooling_adjustment",
|
300
|
-
"uuid": "
|
297
|
+
"uuid": "5f9c9380-b2bf-0131-e654-14109fdf0b37",
|
301
298
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
302
299
|
},
|
303
300
|
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
@@ -343,7 +340,7 @@
|
|
343
340
|
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
344
341
|
"machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
345
342
|
"name": "heating_adjustment",
|
346
|
-
"uuid": "
|
343
|
+
"uuid": "5f9cba90-b2bf-0131-e655-14109fdf0b37",
|
347
344
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
348
345
|
},
|
349
346
|
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
@@ -390,8 +387,8 @@
|
|
390
387
|
"machine_name": "alter_design_day_thermostats?",
|
391
388
|
"name": "alter_design_days",
|
392
389
|
"required": false,
|
393
|
-
"uuid": "
|
394
|
-
"version_uuid": "
|
390
|
+
"uuid": "5f9ce890-b2bf-0131-e656-14109fdf0b37",
|
391
|
+
"version_uuid": "5f9d0b80-b2bf-0131-e657-14109fdf0b37"
|
395
392
|
},
|
396
393
|
"display_name": "Alter Design Day Thermostats?",
|
397
394
|
"machine_name": "alter_design_day_thermostats?",
|
@@ -432,12 +429,12 @@
|
|
432
429
|
],
|
433
430
|
"type": "discrete_uncertain"
|
434
431
|
},
|
435
|
-
"uuid": "
|
432
|
+
"uuid": "5f9d2da0-b2bf-0131-e658-14109fdf0b37",
|
436
433
|
"variable_type": "RubyContinuousVariable",
|
437
|
-
"version_uuid": "
|
434
|
+
"version_uuid": "5f9d4b80-b2bf-0131-e659-14109fdf0b37"
|
438
435
|
}
|
439
436
|
],
|
440
|
-
"version_uuid": "
|
437
|
+
"version_uuid": "5f9c6df0-b2bf-0131-e653-14109fdf0b37",
|
441
438
|
"workflow_index": 2,
|
442
439
|
"workflow_step_type": "Measure"
|
443
440
|
},
|
@@ -449,8 +446,8 @@
|
|
449
446
|
"name": "material_cost_increase_ip",
|
450
447
|
"value": 0.0,
|
451
448
|
"value_type": "double",
|
452
|
-
"uuid": "
|
453
|
-
"version_uuid": "
|
449
|
+
"uuid": "5f9e4440-b2bf-0131-e661-14109fdf0b37",
|
450
|
+
"version_uuid": "5f9e6100-b2bf-0131-e662-14109fdf0b37"
|
454
451
|
},
|
455
452
|
{
|
456
453
|
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
@@ -458,8 +455,8 @@
|
|
458
455
|
"name": "one_time_retrofit_cost_ip",
|
459
456
|
"value": 0.0,
|
460
457
|
"value_type": "double",
|
461
|
-
"uuid": "
|
462
|
-
"version_uuid": "
|
458
|
+
"uuid": "5f9e7ef0-b2bf-0131-e663-14109fdf0b37",
|
459
|
+
"version_uuid": "5f9ea410-b2bf-0131-e664-14109fdf0b37"
|
463
460
|
},
|
464
461
|
{
|
465
462
|
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
@@ -467,30 +464,29 @@
|
|
467
464
|
"name": "years_until_retrofit_cost",
|
468
465
|
"value": 0,
|
469
466
|
"value_type": "integer",
|
470
|
-
"uuid": "
|
471
|
-
"version_uuid": "
|
467
|
+
"uuid": "5f9ec150-b2bf-0131-e665-14109fdf0b37",
|
468
|
+
"version_uuid": "5f9eda40-b2bf-0131-e666-14109fdf0b37"
|
472
469
|
}
|
473
470
|
],
|
474
471
|
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
|
475
|
-
"
|
476
|
-
"
|
477
|
-
"
|
472
|
+
"bcl_measure_class_name": "IncreaseInsulationRValueForExteriorWalls",
|
473
|
+
"bcl_measure_uuid": "5f9d7150-b2bf-0131-e65a-14109fdf0b37",
|
474
|
+
"bcl_measure_version_uuid": "5f9d8cf0-b2bf-0131-e65b-14109fdf0b37",
|
475
|
+
"measure_definition_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
|
478
476
|
"measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
|
479
|
-
"
|
480
|
-
"
|
481
|
-
"bcl_measure_version_uuid": "37c17f80-b199-0131-8f2a-14109fdf0b37",
|
482
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "37c185a0-b199-0131-8f2b-14109fdf0b37",
|
477
|
+
"measure_definition_uuid": "5f9db410-b2bf-0131-e65c-14109fdf0b37",
|
478
|
+
"measure_definition_version_uuid": "5f9dd100-b2bf-0131-e65d-14109fdf0b37",
|
483
479
|
"measure_type": "RubyMeasure",
|
484
480
|
"name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
485
481
|
"display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
486
|
-
"uuid": "
|
482
|
+
"uuid": "5f9decd0-b2bf-0131-e65e-14109fdf0b37",
|
487
483
|
"variables": [
|
488
484
|
{
|
489
485
|
"argument": {
|
490
486
|
"display_name": "Wall R Value",
|
491
487
|
"machine_name": "wall_r_value",
|
492
488
|
"name": "r_value",
|
493
|
-
"uuid": "
|
489
|
+
"uuid": "5f9e2690-b2bf-0131-e660-14109fdf0b37",
|
494
490
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
495
491
|
},
|
496
492
|
"display_name": "Wall R Value",
|
@@ -532,7 +528,7 @@
|
|
532
528
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
533
529
|
}
|
534
530
|
],
|
535
|
-
"version_uuid": "
|
531
|
+
"version_uuid": "5f9e05c0-b2bf-0131-e65f-14109fdf0b37",
|
536
532
|
"workflow_index": 3,
|
537
533
|
"workflow_step_type": "Measure"
|
538
534
|
},
|
@@ -544,8 +540,8 @@
|
|
544
540
|
"name": "material_cost_increase_ip",
|
545
541
|
"value": 0.0,
|
546
542
|
"value_type": "double",
|
547
|
-
"uuid": "
|
548
|
-
"version_uuid": "
|
543
|
+
"uuid": "5f9fdee0-b2bf-0131-e66e-14109fdf0b37",
|
544
|
+
"version_uuid": "5fa00080-b2bf-0131-e66f-14109fdf0b37"
|
549
545
|
},
|
550
546
|
{
|
551
547
|
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
@@ -553,8 +549,8 @@
|
|
553
549
|
"name": "one_time_retrofit_cost_ip",
|
554
550
|
"value": 0.0,
|
555
551
|
"value_type": "double",
|
556
|
-
"uuid": "
|
557
|
-
"version_uuid": "
|
552
|
+
"uuid": "5fa03f70-b2bf-0131-e670-14109fdf0b37",
|
553
|
+
"version_uuid": "5fa07af0-b2bf-0131-e671-14109fdf0b37"
|
558
554
|
},
|
559
555
|
{
|
560
556
|
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
@@ -562,30 +558,29 @@
|
|
562
558
|
"name": "years_until_retrofit_cost",
|
563
559
|
"value": 0,
|
564
560
|
"value_type": "integer",
|
565
|
-
"uuid": "
|
566
|
-
"version_uuid": "
|
561
|
+
"uuid": "5fa0bcb0-b2bf-0131-e672-14109fdf0b37",
|
562
|
+
"version_uuid": "5fa0e200-b2bf-0131-e673-14109fdf0b37"
|
567
563
|
}
|
568
564
|
],
|
569
565
|
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_roofs",
|
570
|
-
"
|
571
|
-
"
|
572
|
-
"
|
566
|
+
"bcl_measure_class_name": "IncreaseInsulationRValueForRoofs",
|
567
|
+
"bcl_measure_uuid": "5f9efaf0-b2bf-0131-e667-14109fdf0b37",
|
568
|
+
"bcl_measure_version_uuid": "5f9f18a0-b2bf-0131-e668-14109fdf0b37",
|
569
|
+
"measure_definition_directory": "./measures/increase_insulation_r_value_for_roofs",
|
573
570
|
"measure_definition_class_name": "IncreaseInsulationRValueForRoofs",
|
574
|
-
"
|
575
|
-
"
|
576
|
-
"bcl_measure_version_uuid": "37c201c0-b199-0131-8f37-14109fdf0b37",
|
577
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "37c20a20-b199-0131-8f38-14109fdf0b37",
|
571
|
+
"measure_definition_uuid": "5f9f35f0-b2bf-0131-e669-14109fdf0b37",
|
572
|
+
"measure_definition_version_uuid": "5f9f5380-b2bf-0131-e66a-14109fdf0b37",
|
578
573
|
"measure_type": "RubyMeasure",
|
579
574
|
"name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
|
580
575
|
"display_name": "Set R-value of Insulation for Roofs to a Specific Value",
|
581
|
-
"uuid": "
|
576
|
+
"uuid": "5f9f73c0-b2bf-0131-e66b-14109fdf0b37",
|
582
577
|
"variables": [
|
583
578
|
{
|
584
579
|
"argument": {
|
585
580
|
"display_name": "Roof R Value",
|
586
581
|
"machine_name": "roof_r_value",
|
587
582
|
"name": "r_value",
|
588
|
-
"uuid": "
|
583
|
+
"uuid": "5f9fb6e0-b2bf-0131-e66d-14109fdf0b37",
|
589
584
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
590
585
|
},
|
591
586
|
"display_name": "Roof R Value",
|
@@ -627,7 +622,7 @@
|
|
627
622
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
628
623
|
}
|
629
624
|
],
|
630
|
-
"version_uuid": "
|
625
|
+
"version_uuid": "5f9f9240-b2bf-0131-e66c-14109fdf0b37",
|
631
626
|
"workflow_index": 4,
|
632
627
|
"workflow_step_type": "Measure"
|
633
628
|
},
|
@@ -639,23 +634,22 @@
|
|
639
634
|
"name": "space_type",
|
640
635
|
"value": "*Entire Building*",
|
641
636
|
"value_type": "choice",
|
642
|
-
"uuid": "
|
643
|
-
"version_uuid": "
|
637
|
+
"uuid": "5fa21a70-b2bf-0131-e67a-14109fdf0b37",
|
638
|
+
"version_uuid": "5fa24a10-b2bf-0131-e67b-14109fdf0b37"
|
644
639
|
}
|
645
640
|
],
|
646
641
|
"bcl_measure_directory": "./measures/reduce_ventilation_by_percentage",
|
647
|
-
"
|
648
|
-
"
|
649
|
-
"
|
642
|
+
"bcl_measure_class_name": "ReduceVentilationByPercentage",
|
643
|
+
"bcl_measure_uuid": "5fa10e80-b2bf-0131-e674-14109fdf0b37",
|
644
|
+
"bcl_measure_version_uuid": "5fa12e00-b2bf-0131-e675-14109fdf0b37",
|
645
|
+
"measure_definition_directory": "./measures/reduce_ventilation_by_percentage",
|
650
646
|
"measure_definition_class_name": "ReduceVentilationByPercentage",
|
651
|
-
"
|
652
|
-
"
|
653
|
-
"bcl_measure_version_uuid": "37c26f20-b199-0131-8f44-14109fdf0b37",
|
654
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "37c27400-b199-0131-8f45-14109fdf0b37",
|
647
|
+
"measure_definition_uuid": "5fa151a0-b2bf-0131-e676-14109fdf0b37",
|
648
|
+
"measure_definition_version_uuid": "5fa17910-b2bf-0131-e677-14109fdf0b37",
|
655
649
|
"measure_type": "RubyMeasure",
|
656
650
|
"name": "reduce_ventilation_by_percentage",
|
657
651
|
"display_name": "Reduce Ventilation By Percentage",
|
658
|
-
"uuid": "
|
652
|
+
"uuid": "5fa1a570-b2bf-0131-e678-14109fdf0b37",
|
659
653
|
"variables": [
|
660
654
|
{
|
661
655
|
"argument": {
|
@@ -663,8 +657,8 @@
|
|
663
657
|
"machine_name": "design_specification_outdoor_air_reduction_(%).",
|
664
658
|
"name": "design_spec_outdoor_air_reduction_percent",
|
665
659
|
"required": false,
|
666
|
-
"uuid": "
|
667
|
-
"version_uuid": "
|
660
|
+
"uuid": "5fa290b0-b2bf-0131-e67c-14109fdf0b37",
|
661
|
+
"version_uuid": "5fa2c300-b2bf-0131-e67d-14109fdf0b37"
|
668
662
|
},
|
669
663
|
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
670
664
|
"machine_name": "design_specification_outdoor_air_reduction_(%).",
|
@@ -712,12 +706,12 @@
|
|
712
706
|
],
|
713
707
|
"type": "discrete_uncertain"
|
714
708
|
},
|
715
|
-
"uuid": "
|
709
|
+
"uuid": "5fa2f3d0-b2bf-0131-e67e-14109fdf0b37",
|
716
710
|
"variable_type": "RubyContinuousVariable",
|
717
|
-
"version_uuid": "
|
711
|
+
"version_uuid": "5fa31d70-b2bf-0131-e67f-14109fdf0b37"
|
718
712
|
}
|
719
713
|
],
|
720
|
-
"version_uuid": "
|
714
|
+
"version_uuid": "5fa1dfd0-b2bf-0131-e679-14109fdf0b37",
|
721
715
|
"workflow_index": 5,
|
722
716
|
"workflow_step_type": "Measure"
|
723
717
|
}
|
Binary file
|