openstudio-analysis 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -66,8 +66,8 @@
|
|
66
66
|
"name": "space_type",
|
67
67
|
"value": "*Entire Building*",
|
68
68
|
"value_type": "choice",
|
69
|
-
"uuid": "
|
70
|
-
"version_uuid": "
|
69
|
+
"uuid": "603169b0-b2bf-0131-e6e9-14109fdf0b37",
|
70
|
+
"version_uuid": "60319aa0-b2bf-0131-e6ea-14109fdf0b37"
|
71
71
|
},
|
72
72
|
{
|
73
73
|
"display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
|
@@ -75,8 +75,8 @@
|
|
75
75
|
"name": "material_and_installation_cost",
|
76
76
|
"value": 0.0,
|
77
77
|
"value_type": "double",
|
78
|
-
"uuid": "
|
79
|
-
"version_uuid": "
|
78
|
+
"uuid": "60320410-b2bf-0131-e6ec-14109fdf0b37",
|
79
|
+
"version_uuid": "60322990-b2bf-0131-e6ed-14109fdf0b37"
|
80
80
|
},
|
81
81
|
{
|
82
82
|
"display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
|
@@ -84,8 +84,8 @@
|
|
84
84
|
"name": "demolition_cost",
|
85
85
|
"value": 0.0,
|
86
86
|
"value_type": "double",
|
87
|
-
"uuid": "
|
88
|
-
"version_uuid": "
|
87
|
+
"uuid": "60324eb0-b2bf-0131-e6ee-14109fdf0b37",
|
88
|
+
"version_uuid": "60326fd0-b2bf-0131-e6ef-14109fdf0b37"
|
89
89
|
},
|
90
90
|
{
|
91
91
|
"display_name": "Years Until Costs Start (whole years).",
|
@@ -93,8 +93,8 @@
|
|
93
93
|
"name": "years_until_costs_start",
|
94
94
|
"value": 0,
|
95
95
|
"value_type": "integer",
|
96
|
-
"uuid": "
|
97
|
-
"version_uuid": "
|
96
|
+
"uuid": "6032a770-b2bf-0131-e6f0-14109fdf0b37",
|
97
|
+
"version_uuid": "6032dc50-b2bf-0131-e6f1-14109fdf0b37"
|
98
98
|
},
|
99
99
|
{
|
100
100
|
"display_name": "Demolition Costs Occur During Initial Construction?",
|
@@ -102,8 +102,8 @@
|
|
102
102
|
"name": "demo_cost_initial_const",
|
103
103
|
"value": true,
|
104
104
|
"value_type": "bool",
|
105
|
-
"uuid": "
|
106
|
-
"version_uuid": "
|
105
|
+
"uuid": "60332690-b2bf-0131-e6f2-14109fdf0b37",
|
106
|
+
"version_uuid": "60336d20-b2bf-0131-e6f3-14109fdf0b37"
|
107
107
|
},
|
108
108
|
{
|
109
109
|
"display_name": "Expected Life (whole years).",
|
@@ -111,8 +111,8 @@
|
|
111
111
|
"name": "expected_life",
|
112
112
|
"value": 15,
|
113
113
|
"value_type": "integer",
|
114
|
-
"uuid": "
|
115
|
-
"version_uuid": "
|
114
|
+
"uuid": "6033a9a0-b2bf-0131-e6f4-14109fdf0b37",
|
115
|
+
"version_uuid": "6033cde0-b2bf-0131-e6f5-14109fdf0b37"
|
116
116
|
},
|
117
117
|
{
|
118
118
|
"display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
|
@@ -120,8 +120,8 @@
|
|
120
120
|
"name": "om_cost",
|
121
121
|
"value": 0.0,
|
122
122
|
"value_type": "double",
|
123
|
-
"uuid": "
|
124
|
-
"version_uuid": "
|
123
|
+
"uuid": "6033fd20-b2bf-0131-e6f6-14109fdf0b37",
|
124
|
+
"version_uuid": "603421c0-b2bf-0131-e6f7-14109fdf0b37"
|
125
125
|
},
|
126
126
|
{
|
127
127
|
"display_name": "O & M Frequency (whole years).",
|
@@ -129,30 +129,29 @@
|
|
129
129
|
"name": "om_frequency",
|
130
130
|
"value": 1,
|
131
131
|
"value_type": "integer",
|
132
|
-
"uuid": "
|
133
|
-
"version_uuid": "
|
132
|
+
"uuid": "60344e60-b2bf-0131-e6f8-14109fdf0b37",
|
133
|
+
"version_uuid": "60347a30-b2bf-0131-e6f9-14109fdf0b37"
|
134
134
|
}
|
135
135
|
],
|
136
136
|
"bcl_measure_directory": "./measures/reduce_lighting_loads_by_percentage",
|
137
|
-
"
|
138
|
-
"
|
139
|
-
"
|
137
|
+
"bcl_measure_class_name": "ReduceLightingLoadsByPercentage",
|
138
|
+
"bcl_measure_uuid": "603044d0-b2bf-0131-e6e3-14109fdf0b37",
|
139
|
+
"bcl_measure_version_uuid": "60307170-b2bf-0131-e6e4-14109fdf0b37",
|
140
|
+
"measure_definition_directory": "./measures/reduce_lighting_loads_by_percentage",
|
140
141
|
"measure_definition_class_name": "ReduceLightingLoadsByPercentage",
|
141
|
-
"
|
142
|
-
"
|
143
|
-
"bcl_measure_version_uuid": "38364670-b199-0131-8fb3-14109fdf0b37",
|
144
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "38364cd0-b199-0131-8fb4-14109fdf0b37",
|
142
|
+
"measure_definition_uuid": "60309ff0-b2bf-0131-e6e5-14109fdf0b37",
|
143
|
+
"measure_definition_version_uuid": "6030cba0-b2bf-0131-e6e6-14109fdf0b37",
|
145
144
|
"measure_type": "RubyMeasure",
|
146
145
|
"name": "reduce_lighting_loads_by_percentage",
|
147
146
|
"display_name": "Reduce Lighting Loads by Percentage",
|
148
|
-
"uuid": "
|
147
|
+
"uuid": "6030ffd0-b2bf-0131-e6e7-14109fdf0b37",
|
149
148
|
"variables": [
|
150
149
|
{
|
151
150
|
"argument": {
|
152
151
|
"display_name": "Lighting Power Reduction",
|
153
152
|
"machine_name": "lighting_power_reduction",
|
154
153
|
"name": "lighting_power_reduction_percent",
|
155
|
-
"uuid": "
|
154
|
+
"uuid": "6031d2b0-b2bf-0131-e6eb-14109fdf0b37",
|
156
155
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
157
156
|
},
|
158
157
|
"display_name": "Lighting Power Reduction",
|
@@ -194,7 +193,7 @@
|
|
194
193
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
195
194
|
}
|
196
195
|
],
|
197
|
-
"version_uuid": "
|
196
|
+
"version_uuid": "60312fd0-b2bf-0131-e6e8-14109fdf0b37",
|
198
197
|
"workflow_index": 0,
|
199
198
|
"workflow_step_type": "Measure"
|
200
199
|
},
|
@@ -206,8 +205,8 @@
|
|
206
205
|
"name": "space_type",
|
207
206
|
"value": "*Entire Building*",
|
208
207
|
"value_type": "choice",
|
209
|
-
"uuid": "
|
210
|
-
"version_uuid": "
|
208
|
+
"uuid": "60355500-b2bf-0131-e700-14109fdf0b37",
|
209
|
+
"version_uuid": "603571a0-b2bf-0131-e701-14109fdf0b37"
|
211
210
|
},
|
212
211
|
{
|
213
212
|
"display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
|
@@ -215,8 +214,8 @@
|
|
215
214
|
"name": "material_and_installation_cost",
|
216
215
|
"value": 0.0,
|
217
216
|
"value_type": "double",
|
218
|
-
"uuid": "
|
219
|
-
"version_uuid": "
|
217
|
+
"uuid": "6035b1d0-b2bf-0131-e703-14109fdf0b37",
|
218
|
+
"version_uuid": "6035cbf0-b2bf-0131-e704-14109fdf0b37"
|
220
219
|
},
|
221
220
|
{
|
222
221
|
"display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
|
@@ -224,8 +223,8 @@
|
|
224
223
|
"name": "om_cost",
|
225
224
|
"value": 0.0,
|
226
225
|
"value_type": "double",
|
227
|
-
"uuid": "
|
228
|
-
"version_uuid": "
|
226
|
+
"uuid": "6035eac0-b2bf-0131-e705-14109fdf0b37",
|
227
|
+
"version_uuid": "60360650-b2bf-0131-e706-14109fdf0b37"
|
229
228
|
},
|
230
229
|
{
|
231
230
|
"display_name": "O & M Frequency (whole years).",
|
@@ -233,30 +232,29 @@
|
|
233
232
|
"name": "om_frequency",
|
234
233
|
"value": 1,
|
235
234
|
"value_type": "integer",
|
236
|
-
"uuid": "
|
237
|
-
"version_uuid": "
|
235
|
+
"uuid": "60362cf0-b2bf-0131-e707-14109fdf0b37",
|
236
|
+
"version_uuid": "603652b0-b2bf-0131-e708-14109fdf0b37"
|
238
237
|
}
|
239
238
|
],
|
240
239
|
"bcl_measure_directory": "./measures/reduce_space_infiltration_by_percentage",
|
241
|
-
"
|
242
|
-
"
|
243
|
-
"
|
240
|
+
"bcl_measure_class_name": "ReduceSpaceInfiltrationByPercentage",
|
241
|
+
"bcl_measure_uuid": "6034a190-b2bf-0131-e6fa-14109fdf0b37",
|
242
|
+
"bcl_measure_version_uuid": "6034bb30-b2bf-0131-e6fb-14109fdf0b37",
|
243
|
+
"measure_definition_directory": "./measures/reduce_space_infiltration_by_percentage",
|
244
244
|
"measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
|
245
|
-
"
|
246
|
-
"
|
247
|
-
"bcl_measure_version_uuid": "3836f280-b199-0131-8fca-14109fdf0b37",
|
248
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "3836f750-b199-0131-8fcb-14109fdf0b37",
|
245
|
+
"measure_definition_uuid": "6034dae0-b2bf-0131-e6fc-14109fdf0b37",
|
246
|
+
"measure_definition_version_uuid": "6034f780-b2bf-0131-e6fd-14109fdf0b37",
|
249
247
|
"measure_type": "RubyMeasure",
|
250
248
|
"name": "reducespaceinfiltrationbypercentage",
|
251
249
|
"display_name": "ReduceSpaceInfiltrationByPercentage",
|
252
|
-
"uuid": "
|
250
|
+
"uuid": "603514a0-b2bf-0131-e6fe-14109fdf0b37",
|
253
251
|
"variables": [
|
254
252
|
{
|
255
253
|
"argument": {
|
256
254
|
"display_name": "Space Infiltration Power Reduction",
|
257
255
|
"machine_name": "space_infiltration_power_reduction",
|
258
256
|
"name": "space_infiltration_reduction_percent",
|
259
|
-
"uuid": "
|
257
|
+
"uuid": "60359410-b2bf-0131-e702-14109fdf0b37",
|
260
258
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
261
259
|
},
|
262
260
|
"display_name": "Space Infiltration Power Reduction",
|
@@ -298,7 +296,7 @@
|
|
298
296
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
299
297
|
}
|
300
298
|
],
|
301
|
-
"version_uuid": "
|
299
|
+
"version_uuid": "60352f80-b2bf-0131-e6ff-14109fdf0b37",
|
302
300
|
"workflow_index": 1,
|
303
301
|
"workflow_step_type": "Measure"
|
304
302
|
},
|
@@ -310,30 +308,29 @@
|
|
310
308
|
"name": "alter_design_days",
|
311
309
|
"value": false,
|
312
310
|
"value_type": "bool",
|
313
|
-
"uuid": "
|
314
|
-
"version_uuid": "
|
311
|
+
"uuid": "603825c0-b2bf-0131-e711-14109fdf0b37",
|
312
|
+
"version_uuid": "60385780-b2bf-0131-e712-14109fdf0b37"
|
315
313
|
}
|
316
314
|
],
|
317
315
|
"bcl_measure_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
|
318
|
-
"
|
319
|
-
"
|
320
|
-
"
|
316
|
+
"bcl_measure_class_name": "AdjustTheromstatSetpointsByDegrees",
|
317
|
+
"bcl_measure_uuid": "60369620-b2bf-0131-e709-14109fdf0b37",
|
318
|
+
"bcl_measure_version_uuid": "6036d5d0-b2bf-0131-e70a-14109fdf0b37",
|
319
|
+
"measure_definition_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
|
321
320
|
"measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
|
322
|
-
"
|
323
|
-
"
|
324
|
-
"bcl_measure_version_uuid": "383759d0-b199-0131-8fd9-14109fdf0b37",
|
325
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "38375f60-b199-0131-8fda-14109fdf0b37",
|
321
|
+
"measure_definition_uuid": "60370880-b2bf-0131-e70b-14109fdf0b37",
|
322
|
+
"measure_definition_version_uuid": "60372ba0-b2bf-0131-e70c-14109fdf0b37",
|
326
323
|
"measure_type": "RubyMeasure",
|
327
324
|
"name": "adjust_thermostat_setpoints_by_degrees",
|
328
325
|
"display_name": "Adjust Thermostat Setpoints by Degrees",
|
329
|
-
"uuid": "
|
326
|
+
"uuid": "60374830-b2bf-0131-e70d-14109fdf0b37",
|
330
327
|
"variables": [
|
331
328
|
{
|
332
329
|
"argument": {
|
333
330
|
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
334
331
|
"machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
335
332
|
"name": "cooling_adjustment",
|
336
|
-
"uuid": "
|
333
|
+
"uuid": "6037a4e0-b2bf-0131-e70f-14109fdf0b37",
|
337
334
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
338
335
|
},
|
339
336
|
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
@@ -379,7 +376,7 @@
|
|
379
376
|
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
380
377
|
"machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
381
378
|
"name": "heating_adjustment",
|
382
|
-
"uuid": "
|
379
|
+
"uuid": "6037ec20-b2bf-0131-e710-14109fdf0b37",
|
383
380
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
384
381
|
},
|
385
382
|
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
@@ -421,7 +418,7 @@
|
|
421
418
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
422
419
|
}
|
423
420
|
],
|
424
|
-
"version_uuid": "
|
421
|
+
"version_uuid": "60376880-b2bf-0131-e70e-14109fdf0b37",
|
425
422
|
"workflow_index": 2,
|
426
423
|
"workflow_step_type": "Measure"
|
427
424
|
},
|
@@ -433,8 +430,8 @@
|
|
433
430
|
"name": "material_cost_increase_ip",
|
434
431
|
"value": 0.0,
|
435
432
|
"value_type": "double",
|
436
|
-
"uuid": "
|
437
|
-
"version_uuid": "
|
433
|
+
"uuid": "6039fe00-b2bf-0131-e71a-14109fdf0b37",
|
434
|
+
"version_uuid": "603a4370-b2bf-0131-e71b-14109fdf0b37"
|
438
435
|
},
|
439
436
|
{
|
440
437
|
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
@@ -442,8 +439,8 @@
|
|
442
439
|
"name": "one_time_retrofit_cost_ip",
|
443
440
|
"value": 0.0,
|
444
441
|
"value_type": "double",
|
445
|
-
"uuid": "
|
446
|
-
"version_uuid": "
|
442
|
+
"uuid": "603a9230-b2bf-0131-e71c-14109fdf0b37",
|
443
|
+
"version_uuid": "603abda0-b2bf-0131-e71d-14109fdf0b37"
|
447
444
|
},
|
448
445
|
{
|
449
446
|
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
@@ -451,30 +448,29 @@
|
|
451
448
|
"name": "years_until_retrofit_cost",
|
452
449
|
"value": 0,
|
453
450
|
"value_type": "integer",
|
454
|
-
"uuid": "
|
455
|
-
"version_uuid": "
|
451
|
+
"uuid": "603ae7f0-b2bf-0131-e71e-14109fdf0b37",
|
452
|
+
"version_uuid": "603b0b90-b2bf-0131-e71f-14109fdf0b37"
|
456
453
|
}
|
457
454
|
],
|
458
455
|
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
|
459
|
-
"
|
460
|
-
"
|
461
|
-
"
|
456
|
+
"bcl_measure_class_name": "IncreaseInsulationRValueForExteriorWalls",
|
457
|
+
"bcl_measure_uuid": "60389660-b2bf-0131-e713-14109fdf0b37",
|
458
|
+
"bcl_measure_version_uuid": "6038c630-b2bf-0131-e714-14109fdf0b37",
|
459
|
+
"measure_definition_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
|
462
460
|
"measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
|
463
|
-
"
|
464
|
-
"
|
465
|
-
"bcl_measure_version_uuid": "3837bee0-b199-0131-8fe3-14109fdf0b37",
|
466
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "3837c420-b199-0131-8fe4-14109fdf0b37",
|
461
|
+
"measure_definition_uuid": "6038f730-b2bf-0131-e715-14109fdf0b37",
|
462
|
+
"measure_definition_version_uuid": "60392110-b2bf-0131-e716-14109fdf0b37",
|
467
463
|
"measure_type": "RubyMeasure",
|
468
464
|
"name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
469
465
|
"display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
470
|
-
"uuid": "
|
466
|
+
"uuid": "60394b20-b2bf-0131-e717-14109fdf0b37",
|
471
467
|
"variables": [
|
472
468
|
{
|
473
469
|
"argument": {
|
474
470
|
"display_name": "Wall R Value",
|
475
471
|
"machine_name": "wall_r_value",
|
476
472
|
"name": "r_value",
|
477
|
-
"uuid": "
|
473
|
+
"uuid": "6039a1d0-b2bf-0131-e719-14109fdf0b37",
|
478
474
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
479
475
|
},
|
480
476
|
"display_name": "Wall R Value",
|
@@ -516,7 +512,7 @@
|
|
516
512
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
517
513
|
}
|
518
514
|
],
|
519
|
-
"version_uuid": "
|
515
|
+
"version_uuid": "60396bc0-b2bf-0131-e718-14109fdf0b37",
|
520
516
|
"workflow_index": 3,
|
521
517
|
"workflow_step_type": "Measure"
|
522
518
|
},
|
@@ -528,8 +524,8 @@
|
|
528
524
|
"name": "material_cost_increase_ip",
|
529
525
|
"value": 0.0,
|
530
526
|
"value_type": "double",
|
531
|
-
"uuid": "
|
532
|
-
"version_uuid": "
|
527
|
+
"uuid": "603c1960-b2bf-0131-e727-14109fdf0b37",
|
528
|
+
"version_uuid": "603c38b0-b2bf-0131-e728-14109fdf0b37"
|
533
529
|
},
|
534
530
|
{
|
535
531
|
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
@@ -537,8 +533,8 @@
|
|
537
533
|
"name": "one_time_retrofit_cost_ip",
|
538
534
|
"value": 0.0,
|
539
535
|
"value_type": "double",
|
540
|
-
"uuid": "
|
541
|
-
"version_uuid": "
|
536
|
+
"uuid": "603c5de0-b2bf-0131-e729-14109fdf0b37",
|
537
|
+
"version_uuid": "603c7920-b2bf-0131-e72a-14109fdf0b37"
|
542
538
|
},
|
543
539
|
{
|
544
540
|
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
@@ -546,30 +542,29 @@
|
|
546
542
|
"name": "years_until_retrofit_cost",
|
547
543
|
"value": 0,
|
548
544
|
"value_type": "integer",
|
549
|
-
"uuid": "
|
550
|
-
"version_uuid": "
|
545
|
+
"uuid": "603c9910-b2bf-0131-e72b-14109fdf0b37",
|
546
|
+
"version_uuid": "603cb4a0-b2bf-0131-e72c-14109fdf0b37"
|
551
547
|
}
|
552
548
|
],
|
553
549
|
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_roofs",
|
554
|
-
"
|
555
|
-
"
|
556
|
-
"
|
550
|
+
"bcl_measure_class_name": "IncreaseInsulationRValueForRoofs",
|
551
|
+
"bcl_measure_uuid": "603b40e0-b2bf-0131-e720-14109fdf0b37",
|
552
|
+
"bcl_measure_version_uuid": "603b6c80-b2bf-0131-e721-14109fdf0b37",
|
553
|
+
"measure_definition_directory": "./measures/increase_insulation_r_value_for_roofs",
|
557
554
|
"measure_definition_class_name": "IncreaseInsulationRValueForRoofs",
|
558
|
-
"
|
559
|
-
"
|
560
|
-
"bcl_measure_version_uuid": "38381e00-b199-0131-8ff0-14109fdf0b37",
|
561
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "38382340-b199-0131-8ff1-14109fdf0b37",
|
555
|
+
"measure_definition_uuid": "603b8c40-b2bf-0131-e722-14109fdf0b37",
|
556
|
+
"measure_definition_version_uuid": "603ba5c0-b2bf-0131-e723-14109fdf0b37",
|
562
557
|
"measure_type": "RubyMeasure",
|
563
558
|
"name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
|
564
559
|
"display_name": "Set R-value of Insulation for Roofs to a Specific Value",
|
565
|
-
"uuid": "
|
560
|
+
"uuid": "603bbe70-b2bf-0131-e724-14109fdf0b37",
|
566
561
|
"variables": [
|
567
562
|
{
|
568
563
|
"argument": {
|
569
564
|
"display_name": "Roof R Value",
|
570
565
|
"machine_name": "roof_r_value",
|
571
566
|
"name": "r_value",
|
572
|
-
"uuid": "
|
567
|
+
"uuid": "603bfc40-b2bf-0131-e726-14109fdf0b37",
|
573
568
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
574
569
|
},
|
575
570
|
"display_name": "Roof R Value",
|
@@ -611,7 +606,7 @@
|
|
611
606
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
612
607
|
}
|
613
608
|
],
|
614
|
-
"version_uuid": "
|
609
|
+
"version_uuid": "603bda50-b2bf-0131-e725-14109fdf0b37",
|
615
610
|
"workflow_index": 4,
|
616
611
|
"workflow_step_type": "Measure"
|
617
612
|
},
|
@@ -623,30 +618,29 @@
|
|
623
618
|
"name": "space_type",
|
624
619
|
"value": "*Entire Building*",
|
625
620
|
"value_type": "choice",
|
626
|
-
"uuid": "
|
627
|
-
"version_uuid": "
|
621
|
+
"uuid": "603d7db0-b2bf-0131-e733-14109fdf0b37",
|
622
|
+
"version_uuid": "603d95c0-b2bf-0131-e734-14109fdf0b37"
|
628
623
|
}
|
629
624
|
],
|
630
625
|
"bcl_measure_directory": "./measures/reduce_ventilation_by_percentage",
|
631
|
-
"
|
632
|
-
"
|
633
|
-
"
|
626
|
+
"bcl_measure_class_name": "ReduceVentilationByPercentage",
|
627
|
+
"bcl_measure_uuid": "603cd980-b2bf-0131-e72d-14109fdf0b37",
|
628
|
+
"bcl_measure_version_uuid": "603cf630-b2bf-0131-e72e-14109fdf0b37",
|
629
|
+
"measure_definition_directory": "./measures/reduce_ventilation_by_percentage",
|
634
630
|
"measure_definition_class_name": "ReduceVentilationByPercentage",
|
635
|
-
"
|
636
|
-
"
|
637
|
-
"bcl_measure_version_uuid": "38388690-b199-0131-8ffd-14109fdf0b37",
|
638
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "38388bf0-b199-0131-8ffe-14109fdf0b37",
|
631
|
+
"measure_definition_uuid": "603d1180-b2bf-0131-e72f-14109fdf0b37",
|
632
|
+
"measure_definition_version_uuid": "603d2d10-b2bf-0131-e730-14109fdf0b37",
|
639
633
|
"measure_type": "RubyMeasure",
|
640
634
|
"name": "reduce_ventilation_by_percentage",
|
641
635
|
"display_name": "Reduce Ventilation By Percentage",
|
642
|
-
"uuid": "
|
636
|
+
"uuid": "603d45e0-b2bf-0131-e731-14109fdf0b37",
|
643
637
|
"variables": [
|
644
638
|
{
|
645
639
|
"argument": {
|
646
640
|
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
647
641
|
"machine_name": "design_specification_outdoor_air_reduction_(%).",
|
648
642
|
"name": "design_spec_outdoor_air_reduction_percent",
|
649
|
-
"uuid": "
|
643
|
+
"uuid": "603db6a0-b2bf-0131-e735-14109fdf0b37",
|
650
644
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
651
645
|
},
|
652
646
|
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
@@ -688,7 +682,7 @@
|
|
688
682
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
689
683
|
}
|
690
684
|
],
|
691
|
-
"version_uuid": "
|
685
|
+
"version_uuid": "603d5f30-b2bf-0131-e732-14109fdf0b37",
|
692
686
|
"workflow_index": 5,
|
693
687
|
"workflow_step_type": "Measure"
|
694
688
|
}
|
Binary file
|