openstudio-analysis 0.1.11 → 0.1.12
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 +7 -0
- data/lib/openstudio/analysis/translator/excel.rb +6 -3
- data/lib/openstudio/analysis/version.rb +1 -1
- data/lib/openstudio/templates/discrete_uncertain_variable.json.erb +4 -4
- data/lib/openstudio/templates/pivot_variable.json.erb +1 -0
- data/lib/openstudio/templates/static_variable.json.erb +2 -2
- data/lib/openstudio/templates/uncertain_variable.json.erb +1 -1
- data/spec/files/export/analysis/discrete_seed.json +91 -91
- data/spec/files/export/analysis/discrete_seed.zip +0 -0
- data/spec/files/export/analysis/output_vars.json +91 -91
- data/spec/files/export/analysis/output_vars.zip +0 -0
- data/spec/files/export/analysis/small_seed.json +83 -83
- data/spec/files/export/analysis/small_seed.zip +0 -0
- data/spec/openstudio/analysis/server_api_spec.rb +1 -1
- data/spec/openstudio/analysis/translator/excel_spec.rb +11 -11
- metadata +2 -2
|
Binary file
|
|
@@ -11,32 +11,32 @@
|
|
|
11
11
|
"name": "heating_natural_gas",
|
|
12
12
|
"units": "MJ/m2",
|
|
13
13
|
"objective_function": true,
|
|
14
|
-
"
|
|
15
|
-
"
|
|
14
|
+
"objective_function_index": 0,
|
|
15
|
+
"objective_function_target": 462.1635
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"display_name": "Cooling Electricity",
|
|
19
19
|
"name": "Cooling Electricity",
|
|
20
20
|
"units": "MJ/m3",
|
|
21
21
|
"objective_function": true,
|
|
22
|
-
"
|
|
23
|
-
"
|
|
22
|
+
"objective_function_index": 1,
|
|
23
|
+
"objective_function_target": 84.16202
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"display_name": "Interior Equipment Electricity",
|
|
27
27
|
"name": "Interior Equipment Electricity",
|
|
28
28
|
"units": "MJ/m4",
|
|
29
29
|
"objective_function": true,
|
|
30
|
-
"
|
|
31
|
-
"
|
|
30
|
+
"objective_function_index": 2,
|
|
31
|
+
"objective_function_target": 121.9985
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"display_name": "Fans Electricity",
|
|
35
35
|
"name": "fans_electricity",
|
|
36
36
|
"units": "MJ/m5",
|
|
37
37
|
"objective_function": true,
|
|
38
|
-
"
|
|
39
|
-
"
|
|
38
|
+
"objective_function_index": 3,
|
|
39
|
+
"objective_function_target": 87.92142
|
|
40
40
|
}
|
|
41
41
|
],
|
|
42
42
|
"problem": {
|
|
@@ -60,64 +60,64 @@
|
|
|
60
60
|
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
|
61
61
|
"name": "space_type",
|
|
62
62
|
"value": "*Entire Building*",
|
|
63
|
-
"uuid": "
|
|
64
|
-
"version_uuid": "
|
|
63
|
+
"uuid": "1b13a5d0-7676-0131-743a-2820663576f4",
|
|
64
|
+
"version_uuid": "1b13c570-7676-0131-743b-2820663576f4"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
|
|
68
68
|
"machine_name": "increase_in_material_and_installation_cost_for_lighting_per_floor_area_(%).",
|
|
69
69
|
"name": "material_and_installation_cost",
|
|
70
70
|
"value": 0.0,
|
|
71
|
-
"uuid": "
|
|
72
|
-
"version_uuid": "
|
|
71
|
+
"uuid": "1b1411e0-7676-0131-743d-2820663576f4",
|
|
72
|
+
"version_uuid": "1b142ed0-7676-0131-743e-2820663576f4"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
"display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
|
|
76
76
|
"machine_name": "increase_in_demolition_costs_for_lighting_per_floor_area_(%).",
|
|
77
77
|
"name": "demolition_cost",
|
|
78
78
|
"value": 0.0,
|
|
79
|
-
"uuid": "
|
|
80
|
-
"version_uuid": "
|
|
79
|
+
"uuid": "1b145240-7676-0131-743f-2820663576f4",
|
|
80
|
+
"version_uuid": "1b147400-7676-0131-7440-2820663576f4"
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"display_name": "Years Until Costs Start (whole years).",
|
|
84
84
|
"machine_name": "years_until_costs_start_(whole_years).",
|
|
85
85
|
"name": "years_until_costs_start",
|
|
86
86
|
"value": 0,
|
|
87
|
-
"uuid": "
|
|
88
|
-
"version_uuid": "
|
|
87
|
+
"uuid": "1b149730-7676-0131-7441-2820663576f4",
|
|
88
|
+
"version_uuid": "1b14b6a0-7676-0131-7442-2820663576f4"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"display_name": "Demolition Costs Occur During Initial Construction?",
|
|
92
92
|
"machine_name": "demolition_costs_occur_during_initial_construction?",
|
|
93
93
|
"name": "demo_cost_initial_const",
|
|
94
94
|
"value": true,
|
|
95
|
-
"uuid": "
|
|
96
|
-
"version_uuid": "
|
|
95
|
+
"uuid": "1b14d870-7676-0131-7443-2820663576f4",
|
|
96
|
+
"version_uuid": "1b14f630-7676-0131-7444-2820663576f4"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"display_name": "Expected Life (whole years).",
|
|
100
100
|
"machine_name": "expected_life_(whole_years).",
|
|
101
101
|
"name": "expected_life",
|
|
102
102
|
"value": 15,
|
|
103
|
-
"uuid": "
|
|
104
|
-
"version_uuid": "
|
|
103
|
+
"uuid": "1b151f00-7676-0131-7445-2820663576f4",
|
|
104
|
+
"version_uuid": "1b153d40-7676-0131-7446-2820663576f4"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
|
|
108
108
|
"machine_name": "increase_o_&_m_costs_for_lighting_per_floor_area_(%).",
|
|
109
109
|
"name": "om_cost",
|
|
110
110
|
"value": 0.0,
|
|
111
|
-
"uuid": "
|
|
112
|
-
"version_uuid": "
|
|
111
|
+
"uuid": "1b155da0-7676-0131-7447-2820663576f4",
|
|
112
|
+
"version_uuid": "1b157c70-7676-0131-7448-2820663576f4"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"display_name": "O & M Frequency (whole years).",
|
|
116
116
|
"machine_name": "o_&_m_frequency_(whole_years).",
|
|
117
117
|
"name": "om_frequency",
|
|
118
118
|
"value": 1,
|
|
119
|
-
"uuid": "
|
|
120
|
-
"version_uuid": "
|
|
119
|
+
"uuid": "1b159e70-7676-0131-7449-2820663576f4",
|
|
120
|
+
"version_uuid": "1b15bda0-7676-0131-744a-2820663576f4"
|
|
121
121
|
}
|
|
122
122
|
],
|
|
123
123
|
"bcl_measure_directory": "./measures/reduce_lighting_loads_by_percentage",
|
|
@@ -125,21 +125,21 @@
|
|
|
125
125
|
"bcl_measure_class_name_ADDME": "ReduceLightingLoadsByPercentage",
|
|
126
126
|
"measure_definition_class_name_CHANGE_TO_ME": "ReduceLightingLoadsByPercentage",
|
|
127
127
|
"measure_definition_class_name": "ReduceLightingLoadsByPercentage",
|
|
128
|
-
"bcl_measure_uuid": "
|
|
129
|
-
"measure_definition_uuid_CHANGE_TO_ME": "
|
|
130
|
-
"bcl_measure_version_uuid": "
|
|
131
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "
|
|
128
|
+
"bcl_measure_uuid": "1b12e7f0-7676-0131-7434-2820663576f4",
|
|
129
|
+
"measure_definition_uuid_CHANGE_TO_ME": "1b1307d0-7676-0131-7435-2820663576f4",
|
|
130
|
+
"bcl_measure_version_uuid": "1b132790-7676-0131-7436-2820663576f4",
|
|
131
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "1b134560-7676-0131-7437-2820663576f4",
|
|
132
132
|
"measure_type": "RubyMeasure",
|
|
133
133
|
"name": "reduce_lighting_loads_by_percentage",
|
|
134
134
|
"display_name": "Reduce Lighting Loads by Percentage",
|
|
135
|
-
"uuid": "
|
|
135
|
+
"uuid": "1b1362d0-7676-0131-7438-2820663576f4",
|
|
136
136
|
"variables": [
|
|
137
137
|
{
|
|
138
138
|
"argument": {
|
|
139
139
|
"display_name": "Lighting Power Reduction",
|
|
140
140
|
"machine_name": "lighting_power_reduction",
|
|
141
141
|
"name": "lighting_power_reduction_percent",
|
|
142
|
-
"uuid": "
|
|
142
|
+
"uuid": "1b13ec10-7676-0131-743c-2820663576f4",
|
|
143
143
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
144
144
|
},
|
|
145
145
|
"display_name": "Lighting Power Reduction",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
178
178
|
}
|
|
179
179
|
],
|
|
180
|
-
"version_uuid": "
|
|
180
|
+
"version_uuid": "1b137fd0-7676-0131-7439-2820663576f4",
|
|
181
181
|
"workflow_index": 0,
|
|
182
182
|
"workflow_step_type": "Measure"
|
|
183
183
|
},
|
|
@@ -188,32 +188,32 @@
|
|
|
188
188
|
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
|
189
189
|
"name": "space_type",
|
|
190
190
|
"value": "*Entire Building*",
|
|
191
|
-
"uuid": "
|
|
192
|
-
"version_uuid": "
|
|
191
|
+
"uuid": "1b16a200-7676-0131-7451-2820663576f4",
|
|
192
|
+
"version_uuid": "1b16c300-7676-0131-7452-2820663576f4"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
|
|
196
196
|
"machine_name": "increase_in_material_and_installation_costs_for_building_per_affected_floor_area_($/ft^2).",
|
|
197
197
|
"name": "material_and_installation_cost",
|
|
198
198
|
"value": 0.0,
|
|
199
|
-
"uuid": "
|
|
200
|
-
"version_uuid": "
|
|
199
|
+
"uuid": "1b170a50-7676-0131-7454-2820663576f4",
|
|
200
|
+
"version_uuid": "1b172a20-7676-0131-7455-2820663576f4"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
|
|
204
204
|
"machine_name": "o_&_m_costs_for_construction_per_affected_floor_area_($/ft^2).",
|
|
205
205
|
"name": "om_cost",
|
|
206
206
|
"value": 0.0,
|
|
207
|
-
"uuid": "
|
|
208
|
-
"version_uuid": "
|
|
207
|
+
"uuid": "1b174fe0-7676-0131-7456-2820663576f4",
|
|
208
|
+
"version_uuid": "1b176f30-7676-0131-7457-2820663576f4"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"display_name": "O & M Frequency (whole years).",
|
|
212
212
|
"machine_name": "o_&_m_frequency_(whole_years).",
|
|
213
213
|
"name": "om_frequency",
|
|
214
214
|
"value": 1,
|
|
215
|
-
"uuid": "
|
|
216
|
-
"version_uuid": "
|
|
215
|
+
"uuid": "1b179050-7676-0131-7458-2820663576f4",
|
|
216
|
+
"version_uuid": "1b17acc0-7676-0131-7459-2820663576f4"
|
|
217
217
|
}
|
|
218
218
|
],
|
|
219
219
|
"bcl_measure_directory": "./measures/reduce_space_infiltration_by_percentage",
|
|
@@ -221,21 +221,21 @@
|
|
|
221
221
|
"bcl_measure_class_name_ADDME": "ReduceSpaceInfiltrationByPercentage",
|
|
222
222
|
"measure_definition_class_name_CHANGE_TO_ME": "ReduceSpaceInfiltrationByPercentage",
|
|
223
223
|
"measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
|
|
224
|
-
"bcl_measure_uuid": "
|
|
225
|
-
"measure_definition_uuid_CHANGE_TO_ME": "
|
|
226
|
-
"bcl_measure_version_uuid": "
|
|
227
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "
|
|
224
|
+
"bcl_measure_uuid": "1b15e380-7676-0131-744b-2820663576f4",
|
|
225
|
+
"measure_definition_uuid_CHANGE_TO_ME": "1b160260-7676-0131-744c-2820663576f4",
|
|
226
|
+
"bcl_measure_version_uuid": "1b1620c0-7676-0131-744d-2820663576f4",
|
|
227
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "1b164070-7676-0131-744e-2820663576f4",
|
|
228
228
|
"measure_type": "RubyMeasure",
|
|
229
229
|
"name": "reducespaceinfiltrationbypercentage",
|
|
230
230
|
"display_name": "ReduceSpaceInfiltrationByPercentage",
|
|
231
|
-
"uuid": "
|
|
231
|
+
"uuid": "1b165d40-7676-0131-744f-2820663576f4",
|
|
232
232
|
"variables": [
|
|
233
233
|
{
|
|
234
234
|
"argument": {
|
|
235
235
|
"display_name": "Space Infiltration Power Reduction",
|
|
236
236
|
"machine_name": "space_infiltration_power_reduction",
|
|
237
237
|
"name": "space_infiltration_reduction_percent",
|
|
238
|
-
"uuid": "
|
|
238
|
+
"uuid": "1b16e7d0-7676-0131-7453-2820663576f4",
|
|
239
239
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
240
240
|
},
|
|
241
241
|
"display_name": "Space Infiltration Power Reduction",
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
274
274
|
}
|
|
275
275
|
],
|
|
276
|
-
"version_uuid": "
|
|
276
|
+
"version_uuid": "1b167ca0-7676-0131-7450-2820663576f4",
|
|
277
277
|
"workflow_index": 1,
|
|
278
278
|
"workflow_step_type": "Measure"
|
|
279
279
|
},
|
|
@@ -284,8 +284,8 @@
|
|
|
284
284
|
"machine_name": "alter_design_day_thermostats?",
|
|
285
285
|
"name": "alter_design_days",
|
|
286
286
|
"value": false,
|
|
287
|
-
"uuid": "
|
|
288
|
-
"version_uuid": "
|
|
287
|
+
"uuid": "1b190e70-7676-0131-7462-2820663576f4",
|
|
288
|
+
"version_uuid": "1b1934e0-7676-0131-7463-2820663576f4"
|
|
289
289
|
}
|
|
290
290
|
],
|
|
291
291
|
"bcl_measure_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
|
|
@@ -293,21 +293,21 @@
|
|
|
293
293
|
"bcl_measure_class_name_ADDME": "AdjustTheromstatSetpointsByDegrees",
|
|
294
294
|
"measure_definition_class_name_CHANGE_TO_ME": "AdjustTheromstatSetpointsByDegrees",
|
|
295
295
|
"measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
|
|
296
|
-
"bcl_measure_uuid": "
|
|
297
|
-
"measure_definition_uuid_CHANGE_TO_ME": "
|
|
298
|
-
"bcl_measure_version_uuid": "
|
|
299
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "
|
|
296
|
+
"bcl_measure_uuid": "1b17d330-7676-0131-745a-2820663576f4",
|
|
297
|
+
"measure_definition_uuid_CHANGE_TO_ME": "1b17f650-7676-0131-745b-2820663576f4",
|
|
298
|
+
"bcl_measure_version_uuid": "1b1827b0-7676-0131-745c-2820663576f4",
|
|
299
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "1b1849d0-7676-0131-745d-2820663576f4",
|
|
300
300
|
"measure_type": "RubyMeasure",
|
|
301
301
|
"name": "adjust_thermostat_setpoints_by_degrees",
|
|
302
302
|
"display_name": "Adjust Thermostat Setpoints by Degrees",
|
|
303
|
-
"uuid": "
|
|
303
|
+
"uuid": "1b1875d0-7676-0131-745e-2820663576f4",
|
|
304
304
|
"variables": [
|
|
305
305
|
{
|
|
306
306
|
"argument": {
|
|
307
307
|
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
|
308
308
|
"machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
|
309
309
|
"name": "cooling_adjustment",
|
|
310
|
-
"uuid": "
|
|
310
|
+
"uuid": "1b18c110-7676-0131-7460-2820663576f4",
|
|
311
311
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
312
312
|
},
|
|
313
313
|
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
|
350
350
|
"machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
|
351
351
|
"name": "heating_adjustment",
|
|
352
|
-
"uuid": "
|
|
352
|
+
"uuid": "1b18e830-7676-0131-7461-2820663576f4",
|
|
353
353
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
354
354
|
},
|
|
355
355
|
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
388
388
|
}
|
|
389
389
|
],
|
|
390
|
-
"version_uuid": "
|
|
390
|
+
"version_uuid": "1b189630-7676-0131-745f-2820663576f4",
|
|
391
391
|
"workflow_index": 2,
|
|
392
392
|
"workflow_step_type": "Measure"
|
|
393
393
|
},
|
|
@@ -398,24 +398,24 @@
|
|
|
398
398
|
"machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
|
|
399
399
|
"name": "material_cost_increase_ip",
|
|
400
400
|
"value": 0.0,
|
|
401
|
-
"uuid": "
|
|
402
|
-
"version_uuid": "
|
|
401
|
+
"uuid": "1b1c7480-7676-0131-746b-2820663576f4",
|
|
402
|
+
"version_uuid": "1b1c9c20-7676-0131-746c-2820663576f4"
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
|
406
406
|
"machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
|
|
407
407
|
"name": "one_time_retrofit_cost_ip",
|
|
408
408
|
"value": 0.0,
|
|
409
|
-
"uuid": "
|
|
410
|
-
"version_uuid": "
|
|
409
|
+
"uuid": "1b1cc5d0-7676-0131-746d-2820663576f4",
|
|
410
|
+
"version_uuid": "1b1ce8f0-7676-0131-746e-2820663576f4"
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
413
|
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
|
414
414
|
"machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
|
|
415
415
|
"name": "years_until_retrofit_cost",
|
|
416
416
|
"value": 0,
|
|
417
|
-
"uuid": "
|
|
418
|
-
"version_uuid": "
|
|
417
|
+
"uuid": "1b1d0f00-7676-0131-746f-2820663576f4",
|
|
418
|
+
"version_uuid": "1b1d3100-7676-0131-7470-2820663576f4"
|
|
419
419
|
}
|
|
420
420
|
],
|
|
421
421
|
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
|
|
@@ -423,21 +423,21 @@
|
|
|
423
423
|
"bcl_measure_class_name_ADDME": "IncreaseInsulationRValueForExteriorWalls",
|
|
424
424
|
"measure_definition_class_name_CHANGE_TO_ME": "IncreaseInsulationRValueForExteriorWalls",
|
|
425
425
|
"measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
|
|
426
|
-
"bcl_measure_uuid": "
|
|
427
|
-
"measure_definition_uuid_CHANGE_TO_ME": "
|
|
428
|
-
"bcl_measure_version_uuid": "
|
|
429
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "
|
|
426
|
+
"bcl_measure_uuid": "1b195990-7676-0131-7464-2820663576f4",
|
|
427
|
+
"measure_definition_uuid_CHANGE_TO_ME": "1b197720-7676-0131-7465-2820663576f4",
|
|
428
|
+
"bcl_measure_version_uuid": "1b1995a0-7676-0131-7466-2820663576f4",
|
|
429
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "1b19b780-7676-0131-7467-2820663576f4",
|
|
430
430
|
"measure_type": "RubyMeasure",
|
|
431
431
|
"name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
|
432
432
|
"display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
|
433
|
-
"uuid": "
|
|
433
|
+
"uuid": "1b19d6a0-7676-0131-7468-2820663576f4",
|
|
434
434
|
"variables": [
|
|
435
435
|
{
|
|
436
436
|
"argument": {
|
|
437
437
|
"display_name": "Wall R Value",
|
|
438
438
|
"machine_name": "wall_r_value",
|
|
439
439
|
"name": "r_value",
|
|
440
|
-
"uuid": "
|
|
440
|
+
"uuid": "1b1c3d20-7676-0131-746a-2820663576f4",
|
|
441
441
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
442
442
|
},
|
|
443
443
|
"display_name": "Wall R Value",
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
476
476
|
}
|
|
477
477
|
],
|
|
478
|
-
"version_uuid": "
|
|
478
|
+
"version_uuid": "1b19f830-7676-0131-7469-2820663576f4",
|
|
479
479
|
"workflow_index": 3,
|
|
480
480
|
"workflow_step_type": "Measure"
|
|
481
481
|
},
|
|
@@ -486,24 +486,24 @@
|
|
|
486
486
|
"machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
|
|
487
487
|
"name": "material_cost_increase_ip",
|
|
488
488
|
"value": 0.0,
|
|
489
|
-
"uuid": "
|
|
490
|
-
"version_uuid": "
|
|
489
|
+
"uuid": "1b1e6660-7676-0131-7478-2820663576f4",
|
|
490
|
+
"version_uuid": "1b1e84e0-7676-0131-7479-2820663576f4"
|
|
491
491
|
},
|
|
492
492
|
{
|
|
493
493
|
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
|
494
494
|
"machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
|
|
495
495
|
"name": "one_time_retrofit_cost_ip",
|
|
496
496
|
"value": 0.0,
|
|
497
|
-
"uuid": "
|
|
498
|
-
"version_uuid": "
|
|
497
|
+
"uuid": "1b1ea6f0-7676-0131-747a-2820663576f4",
|
|
498
|
+
"version_uuid": "1b1ec4b0-7676-0131-747b-2820663576f4"
|
|
499
499
|
},
|
|
500
500
|
{
|
|
501
501
|
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
|
502
502
|
"machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
|
|
503
503
|
"name": "years_until_retrofit_cost",
|
|
504
504
|
"value": 0,
|
|
505
|
-
"uuid": "
|
|
506
|
-
"version_uuid": "
|
|
505
|
+
"uuid": "1b1ee640-7676-0131-747c-2820663576f4",
|
|
506
|
+
"version_uuid": "1b1f0560-7676-0131-747d-2820663576f4"
|
|
507
507
|
}
|
|
508
508
|
],
|
|
509
509
|
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_roofs",
|
|
@@ -511,21 +511,21 @@
|
|
|
511
511
|
"bcl_measure_class_name_ADDME": "IncreaseInsulationRValueForRoofs",
|
|
512
512
|
"measure_definition_class_name_CHANGE_TO_ME": "IncreaseInsulationRValueForRoofs",
|
|
513
513
|
"measure_definition_class_name": "IncreaseInsulationRValueForRoofs",
|
|
514
|
-
"bcl_measure_uuid": "
|
|
515
|
-
"measure_definition_uuid_CHANGE_TO_ME": "
|
|
516
|
-
"bcl_measure_version_uuid": "
|
|
517
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "
|
|
514
|
+
"bcl_measure_uuid": "1b1d5dc0-7676-0131-7471-2820663576f4",
|
|
515
|
+
"measure_definition_uuid_CHANGE_TO_ME": "1b1d7fd0-7676-0131-7472-2820663576f4",
|
|
516
|
+
"bcl_measure_version_uuid": "1b1da590-7676-0131-7473-2820663576f4",
|
|
517
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "1b1dc620-7676-0131-7474-2820663576f4",
|
|
518
518
|
"measure_type": "RubyMeasure",
|
|
519
519
|
"name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
|
|
520
520
|
"display_name": "Set R-value of Insulation for Roofs to a Specific Value",
|
|
521
|
-
"uuid": "
|
|
521
|
+
"uuid": "1b1dedf0-7676-0131-7475-2820663576f4",
|
|
522
522
|
"variables": [
|
|
523
523
|
{
|
|
524
524
|
"argument": {
|
|
525
525
|
"display_name": "Roof R Value",
|
|
526
526
|
"machine_name": "roof_r_value",
|
|
527
527
|
"name": "r_value",
|
|
528
|
-
"uuid": "
|
|
528
|
+
"uuid": "1b1e3ef0-7676-0131-7477-2820663576f4",
|
|
529
529
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
530
530
|
},
|
|
531
531
|
"display_name": "Roof R Value",
|
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
564
564
|
}
|
|
565
565
|
],
|
|
566
|
-
"version_uuid": "
|
|
566
|
+
"version_uuid": "1b1e1170-7676-0131-7476-2820663576f4",
|
|
567
567
|
"workflow_index": 4,
|
|
568
568
|
"workflow_step_type": "Measure"
|
|
569
569
|
},
|
|
@@ -574,8 +574,8 @@
|
|
|
574
574
|
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
|
575
575
|
"name": "space_type",
|
|
576
576
|
"value": "*Entire Building*",
|
|
577
|
-
"uuid": "
|
|
578
|
-
"version_uuid": "
|
|
577
|
+
"uuid": "1b1ff850-7676-0131-7484-2820663576f4",
|
|
578
|
+
"version_uuid": "1b201a40-7676-0131-7485-2820663576f4"
|
|
579
579
|
}
|
|
580
580
|
],
|
|
581
581
|
"bcl_measure_directory": "./measures/reduce_ventilation_by_percentage",
|
|
@@ -583,21 +583,21 @@
|
|
|
583
583
|
"bcl_measure_class_name_ADDME": "ReduceVentilationByPercentage",
|
|
584
584
|
"measure_definition_class_name_CHANGE_TO_ME": "ReduceVentilationByPercentage",
|
|
585
585
|
"measure_definition_class_name": "ReduceVentilationByPercentage",
|
|
586
|
-
"bcl_measure_uuid": "
|
|
587
|
-
"measure_definition_uuid_CHANGE_TO_ME": "
|
|
588
|
-
"bcl_measure_version_uuid": "
|
|
589
|
-
"measure_definition_version_uuid_CHANGE_TO_ME": "
|
|
586
|
+
"bcl_measure_uuid": "1b1f3050-7676-0131-747e-2820663576f4",
|
|
587
|
+
"measure_definition_uuid_CHANGE_TO_ME": "1b1f50c0-7676-0131-747f-2820663576f4",
|
|
588
|
+
"bcl_measure_version_uuid": "1b1f7040-7676-0131-7480-2820663576f4",
|
|
589
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "1b1f9420-7676-0131-7481-2820663576f4",
|
|
590
590
|
"measure_type": "RubyMeasure",
|
|
591
591
|
"name": "reduce_ventilation_by_percentage",
|
|
592
592
|
"display_name": "Reduce Ventilation By Percentage",
|
|
593
|
-
"uuid": "
|
|
593
|
+
"uuid": "1b1fb4c0-7676-0131-7482-2820663576f4",
|
|
594
594
|
"variables": [
|
|
595
595
|
{
|
|
596
596
|
"argument": {
|
|
597
597
|
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
|
598
598
|
"machine_name": "design_specification_outdoor_air_reduction_(%).",
|
|
599
599
|
"name": "design_spec_outdoor_air_reduction_percent",
|
|
600
|
-
"uuid": "
|
|
600
|
+
"uuid": "1b204040-7676-0131-7486-2820663576f4",
|
|
601
601
|
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
602
602
|
},
|
|
603
603
|
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
|
@@ -635,7 +635,7 @@
|
|
|
635
635
|
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
636
636
|
}
|
|
637
637
|
],
|
|
638
|
-
"version_uuid": "
|
|
638
|
+
"version_uuid": "1b1fd500-7676-0131-7483-2820663576f4",
|
|
639
639
|
"workflow_index": 5,
|
|
640
640
|
"workflow_step_type": "Measure"
|
|
641
641
|
}
|