openstudio-analysis 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,9 +2,6 @@
2
2
  "analysis": {
3
3
  "display_name": "Example Analysis",
4
4
  "name": "example_analysis",
5
- "parameter_space": [
6
-
7
- ],
8
5
  "output_variables": [
9
6
 
10
7
  ],
@@ -26,64 +23,72 @@
26
23
  "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
27
24
  "name": "space_type",
28
25
  "value": "*Entire Building*",
29
- "uuid": "1a0171f0-7676-0131-72f6-2820663576f4",
30
- "version_uuid": "1a0190a0-7676-0131-72f7-2820663576f4"
26
+ "value_type": "Choice",
27
+ "uuid": "cb200050-7692-0131-7b98-2820663576f4",
28
+ "version_uuid": "cb202380-7692-0131-7b99-2820663576f4"
31
29
  },
32
30
  {
33
31
  "display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
34
32
  "machine_name": "increase_in_material_and_installation_cost_for_lighting_per_floor_area_(%).",
35
33
  "name": "material_and_installation_cost",
36
34
  "value": 0.0,
37
- "uuid": "1a01f030-7676-0131-72f9-2820663576f4",
38
- "version_uuid": "1a021260-7676-0131-72fa-2820663576f4"
35
+ "value_type": "Double",
36
+ "uuid": "cb2077f0-7692-0131-7b9b-2820663576f4",
37
+ "version_uuid": "cb209b30-7692-0131-7b9c-2820663576f4"
39
38
  },
40
39
  {
41
40
  "display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
42
41
  "machine_name": "increase_in_demolition_costs_for_lighting_per_floor_area_(%).",
43
42
  "name": "demolition_cost",
44
43
  "value": 0.0,
45
- "uuid": "1a0234d0-7676-0131-72fb-2820663576f4",
46
- "version_uuid": "1a025300-7676-0131-72fc-2820663576f4"
44
+ "value_type": "Double",
45
+ "uuid": "cb20c410-7692-0131-7b9d-2820663576f4",
46
+ "version_uuid": "cb20e260-7692-0131-7b9e-2820663576f4"
47
47
  },
48
48
  {
49
49
  "display_name": "Years Until Costs Start (whole years).",
50
50
  "machine_name": "years_until_costs_start_(whole_years).",
51
51
  "name": "years_until_costs_start",
52
52
  "value": 0,
53
- "uuid": "1a027560-7676-0131-72fd-2820663576f4",
54
- "version_uuid": "1a029260-7676-0131-72fe-2820663576f4"
53
+ "value_type": "Integer",
54
+ "uuid": "cb2105c0-7692-0131-7b9f-2820663576f4",
55
+ "version_uuid": "cb2123b0-7692-0131-7ba0-2820663576f4"
55
56
  },
56
57
  {
57
58
  "display_name": "Demolition Costs Occur During Initial Construction?",
58
59
  "machine_name": "demolition_costs_occur_during_initial_construction?",
59
60
  "name": "demo_cost_initial_const",
60
61
  "value": true,
61
- "uuid": "1a02b270-7676-0131-72ff-2820663576f4",
62
- "version_uuid": "1a02cfd0-7676-0131-7300-2820663576f4"
62
+ "value_type": "Bool",
63
+ "uuid": "cb2145c0-7692-0131-7ba1-2820663576f4",
64
+ "version_uuid": "cb2168d0-7692-0131-7ba2-2820663576f4"
63
65
  },
64
66
  {
65
67
  "display_name": "Expected Life (whole years).",
66
68
  "machine_name": "expected_life_(whole_years).",
67
69
  "name": "expected_life",
68
70
  "value": 15,
69
- "uuid": "1a02efc0-7676-0131-7301-2820663576f4",
70
- "version_uuid": "1a031100-7676-0131-7302-2820663576f4"
71
+ "value_type": "Integer",
72
+ "uuid": "cb218c00-7692-0131-7ba3-2820663576f4",
73
+ "version_uuid": "cb21ae10-7692-0131-7ba4-2820663576f4"
71
74
  },
72
75
  {
73
76
  "display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
74
77
  "machine_name": "increase_o_&_m_costs_for_lighting_per_floor_area_(%).",
75
78
  "name": "om_cost",
76
79
  "value": 0.0,
77
- "uuid": "1a033450-7676-0131-7303-2820663576f4",
78
- "version_uuid": "1a0354d0-7676-0131-7304-2820663576f4"
80
+ "value_type": "Double",
81
+ "uuid": "cb21d980-7692-0131-7ba5-2820663576f4",
82
+ "version_uuid": "cb220090-7692-0131-7ba6-2820663576f4"
79
83
  },
80
84
  {
81
85
  "display_name": "O & M Frequency (whole years).",
82
86
  "machine_name": "o_&_m_frequency_(whole_years).",
83
87
  "name": "om_frequency",
84
88
  "value": 1,
85
- "uuid": "1a0378f0-7676-0131-7305-2820663576f4",
86
- "version_uuid": "1a039a00-7676-0131-7306-2820663576f4"
89
+ "value_type": "Integer",
90
+ "uuid": "cb222a80-7692-0131-7ba7-2820663576f4",
91
+ "version_uuid": "cb224b30-7692-0131-7ba8-2820663576f4"
87
92
  }
88
93
  ],
89
94
  "bcl_measure_directory": "./measures/reduce_lighting_loads_by_percentage",
@@ -91,21 +96,21 @@
91
96
  "bcl_measure_class_name_ADDME": "ReduceLightingLoadsByPercentage",
92
97
  "measure_definition_class_name_CHANGE_TO_ME": "ReduceLightingLoadsByPercentage",
93
98
  "measure_definition_class_name": "ReduceLightingLoadsByPercentage",
94
- "bcl_measure_uuid": "1a006430-7676-0131-72f0-2820663576f4",
95
- "measure_definition_uuid_CHANGE_TO_ME": "1a00b6a0-7676-0131-72f1-2820663576f4",
96
- "bcl_measure_version_uuid": "1a00ddd0-7676-0131-72f2-2820663576f4",
97
- "measure_definition_version_uuid_CHANGE_TO_ME": "1a010030-7676-0131-72f3-2820663576f4",
99
+ "bcl_measure_uuid": "cb1f0110-7692-0131-7b92-2820663576f4",
100
+ "measure_definition_uuid_CHANGE_TO_ME": "cb1f50a0-7692-0131-7b93-2820663576f4",
101
+ "bcl_measure_version_uuid": "cb1f7360-7692-0131-7b94-2820663576f4",
102
+ "measure_definition_version_uuid_CHANGE_TO_ME": "cb1f9400-7692-0131-7b95-2820663576f4",
98
103
  "measure_type": "RubyMeasure",
99
104
  "name": "reduce_lighting_loads_by_percentage",
100
105
  "display_name": "Reduce Lighting Loads by Percentage",
101
- "uuid": "1a012520-7676-0131-72f4-2820663576f4",
106
+ "uuid": "cb1fb6b0-7692-0131-7b96-2820663576f4",
102
107
  "variables": [
103
108
  {
104
109
  "argument": {
105
110
  "display_name": "Lighting Power Reduction",
106
111
  "machine_name": "lighting_power_reduction",
107
112
  "name": "lighting_power_reduction_percent",
108
- "uuid": "1a01bad0-7676-0131-72f8-2820663576f4",
113
+ "uuid": "cb205120-7692-0131-7b9a-2820663576f4",
109
114
  "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
110
115
  },
111
116
  "display_name": "Lighting Power Reduction",
@@ -114,6 +119,7 @@
114
119
  "minimum": 0.0,
115
120
  "maximum": 50.0,
116
121
  "units": "",
122
+ "value_type": "Double",
117
123
  "variable": true,
118
124
  "variable_ADDME": true,
119
125
  "relation_to_output": "",
@@ -143,7 +149,7 @@
143
149
  "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
144
150
  }
145
151
  ],
146
- "version_uuid": "1a014d70-7676-0131-72f5-2820663576f4",
152
+ "version_uuid": "cb1fd7e0-7692-0131-7b97-2820663576f4",
147
153
  "workflow_index": 0,
148
154
  "workflow_step_type": "Measure"
149
155
  },
@@ -154,32 +160,36 @@
154
160
  "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
155
161
  "name": "space_type",
156
162
  "value": "*Entire Building*",
157
- "uuid": "1a047be0-7676-0131-730d-2820663576f4",
158
- "version_uuid": "1a0499d0-7676-0131-730e-2820663576f4"
163
+ "value_type": "Choice",
164
+ "uuid": "cb238830-7692-0131-7baf-2820663576f4",
165
+ "version_uuid": "cb23a900-7692-0131-7bb0-2820663576f4"
159
166
  },
160
167
  {
161
168
  "display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
162
169
  "machine_name": "increase_in_material_and_installation_costs_for_building_per_affected_floor_area_($/ft^2).",
163
170
  "name": "material_and_installation_cost",
164
171
  "value": 0.0,
165
- "uuid": "1a04e840-7676-0131-7310-2820663576f4",
166
- "version_uuid": "1a0507f0-7676-0131-7311-2820663576f4"
172
+ "value_type": "Double",
173
+ "uuid": "cb23f830-7692-0131-7bb2-2820663576f4",
174
+ "version_uuid": "cb241b20-7692-0131-7bb3-2820663576f4"
167
175
  },
168
176
  {
169
177
  "display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
170
178
  "machine_name": "o_&_m_costs_for_construction_per_affected_floor_area_($/ft^2).",
171
179
  "name": "om_cost",
172
180
  "value": 0.0,
173
- "uuid": "1a052d00-7676-0131-7312-2820663576f4",
174
- "version_uuid": "1a054d20-7676-0131-7313-2820663576f4"
181
+ "value_type": "Double",
182
+ "uuid": "cb244170-7692-0131-7bb4-2820663576f4",
183
+ "version_uuid": "cb246020-7692-0131-7bb5-2820663576f4"
175
184
  },
176
185
  {
177
186
  "display_name": "O & M Frequency (whole years).",
178
187
  "machine_name": "o_&_m_frequency_(whole_years).",
179
188
  "name": "om_frequency",
180
189
  "value": 1,
181
- "uuid": "1a056e30-7676-0131-7314-2820663576f4",
182
- "version_uuid": "1a058b00-7676-0131-7315-2820663576f4"
190
+ "value_type": "Integer",
191
+ "uuid": "cb2481e0-7692-0131-7bb6-2820663576f4",
192
+ "version_uuid": "cb249e80-7692-0131-7bb7-2820663576f4"
183
193
  }
184
194
  ],
185
195
  "bcl_measure_directory": "./measures/reduce_space_infiltration_by_percentage",
@@ -187,21 +197,21 @@
187
197
  "bcl_measure_class_name_ADDME": "ReduceSpaceInfiltrationByPercentage",
188
198
  "measure_definition_class_name_CHANGE_TO_ME": "ReduceSpaceInfiltrationByPercentage",
189
199
  "measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
190
- "bcl_measure_uuid": "1a03c5f0-7676-0131-7307-2820663576f4",
191
- "measure_definition_uuid_CHANGE_TO_ME": "1a03e810-7676-0131-7308-2820663576f4",
192
- "bcl_measure_version_uuid": "1a0405a0-7676-0131-7309-2820663576f4",
193
- "measure_definition_version_uuid_CHANGE_TO_ME": "1a042230-7676-0131-730a-2820663576f4",
200
+ "bcl_measure_uuid": "cb228140-7692-0131-7ba9-2820663576f4",
201
+ "measure_definition_uuid_CHANGE_TO_ME": "cb22a390-7692-0131-7baa-2820663576f4",
202
+ "bcl_measure_version_uuid": "cb22d6c0-7692-0131-7bab-2820663576f4",
203
+ "measure_definition_version_uuid_CHANGE_TO_ME": "cb2301b0-7692-0131-7bac-2820663576f4",
194
204
  "measure_type": "RubyMeasure",
195
205
  "name": "reducespaceinfiltrationbypercentage",
196
206
  "display_name": "ReduceSpaceInfiltrationByPercentage",
197
- "uuid": "1a043e80-7676-0131-730b-2820663576f4",
207
+ "uuid": "cb233190-7692-0131-7bad-2820663576f4",
198
208
  "variables": [
199
209
  {
200
210
  "argument": {
201
211
  "display_name": "Space Infiltration Power Reduction",
202
212
  "machine_name": "space_infiltration_power_reduction",
203
213
  "name": "space_infiltration_reduction_percent",
204
- "uuid": "1a04c330-7676-0131-730f-2820663576f4",
214
+ "uuid": "cb23cd90-7692-0131-7bb1-2820663576f4",
205
215
  "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
206
216
  },
207
217
  "display_name": "Space Infiltration Power Reduction",
@@ -210,6 +220,7 @@
210
220
  "minimum": 0.0,
211
221
  "maximum": 30.0,
212
222
  "units": "",
223
+ "value_type": "Double",
213
224
  "variable": true,
214
225
  "variable_ADDME": true,
215
226
  "relation_to_output": "",
@@ -239,7 +250,7 @@
239
250
  "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
240
251
  }
241
252
  ],
242
- "version_uuid": "1a045b70-7676-0131-730c-2820663576f4",
253
+ "version_uuid": "cb236160-7692-0131-7bae-2820663576f4",
243
254
  "workflow_index": 1,
244
255
  "workflow_step_type": "Measure"
245
256
  },
@@ -250,8 +261,9 @@
250
261
  "machine_name": "alter_design_day_thermostats?",
251
262
  "name": "alter_design_days",
252
263
  "value": false,
253
- "uuid": "1a06c640-7676-0131-731e-2820663576f4",
254
- "version_uuid": "1a06e520-7676-0131-731f-2820663576f4"
264
+ "value_type": "Bool",
265
+ "uuid": "cb25cdf0-7692-0131-7bc0-2820663576f4",
266
+ "version_uuid": "cb25ed90-7692-0131-7bc1-2820663576f4"
255
267
  }
256
268
  ],
257
269
  "bcl_measure_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
@@ -259,21 +271,21 @@
259
271
  "bcl_measure_class_name_ADDME": "AdjustTheromstatSetpointsByDegrees",
260
272
  "measure_definition_class_name_CHANGE_TO_ME": "AdjustTheromstatSetpointsByDegrees",
261
273
  "measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
262
- "bcl_measure_uuid": "1a05b130-7676-0131-7316-2820663576f4",
263
- "measure_definition_uuid_CHANGE_TO_ME": "1a05d070-7676-0131-7317-2820663576f4",
264
- "bcl_measure_version_uuid": "1a05ef20-7676-0131-7318-2820663576f4",
265
- "measure_definition_version_uuid_CHANGE_TO_ME": "1a060f80-7676-0131-7319-2820663576f4",
274
+ "bcl_measure_uuid": "cb24c220-7692-0131-7bb8-2820663576f4",
275
+ "measure_definition_uuid_CHANGE_TO_ME": "cb24e170-7692-0131-7bb9-2820663576f4",
276
+ "bcl_measure_version_uuid": "cb250190-7692-0131-7bba-2820663576f4",
277
+ "measure_definition_version_uuid_CHANGE_TO_ME": "cb2520a0-7692-0131-7bbb-2820663576f4",
266
278
  "measure_type": "RubyMeasure",
267
279
  "name": "adjust_thermostat_setpoints_by_degrees",
268
280
  "display_name": "Adjust Thermostat Setpoints by Degrees",
269
- "uuid": "1a062ea0-7676-0131-731a-2820663576f4",
281
+ "uuid": "cb254330-7692-0131-7bbc-2820663576f4",
270
282
  "variables": [
271
283
  {
272
284
  "argument": {
273
285
  "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
274
286
  "machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
275
287
  "name": "cooling_adjustment",
276
- "uuid": "1a067860-7676-0131-731c-2820663576f4",
288
+ "uuid": "cb258670-7692-0131-7bbe-2820663576f4",
277
289
  "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
278
290
  },
279
291
  "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
@@ -282,6 +294,7 @@
282
294
  "minimum": -4.0,
283
295
  "maximum": 4.0,
284
296
  "units": "",
297
+ "value_type": "Double",
285
298
  "variable": true,
286
299
  "variable_ADDME": true,
287
300
  "relation_to_output": "",
@@ -315,7 +328,7 @@
315
328
  "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
316
329
  "machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
317
330
  "name": "heating_adjustment",
318
- "uuid": "1a06a0e0-7676-0131-731d-2820663576f4",
331
+ "uuid": "cb25acb0-7692-0131-7bbf-2820663576f4",
319
332
  "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
320
333
  },
321
334
  "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
@@ -324,6 +337,7 @@
324
337
  "minimum": -4.0,
325
338
  "maximum": 4.0,
326
339
  "units": "",
340
+ "value_type": "Double",
327
341
  "variable": true,
328
342
  "variable_ADDME": true,
329
343
  "relation_to_output": "",
@@ -353,7 +367,7 @@
353
367
  "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
354
368
  }
355
369
  ],
356
- "version_uuid": "1a065200-7676-0131-731b-2820663576f4",
370
+ "version_uuid": "cb256190-7692-0131-7bbd-2820663576f4",
357
371
  "workflow_index": 2,
358
372
  "workflow_step_type": "Measure"
359
373
  },
@@ -364,24 +378,27 @@
364
378
  "machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
365
379
  "name": "material_cost_increase_ip",
366
380
  "value": 0.0,
367
- "uuid": "1a0805a0-7676-0131-7327-2820663576f4",
368
- "version_uuid": "1a082780-7676-0131-7328-2820663576f4"
381
+ "value_type": "Double",
382
+ "uuid": "cb270970-7692-0131-7bc9-2820663576f4",
383
+ "version_uuid": "cb272b80-7692-0131-7bca-2820663576f4"
369
384
  },
370
385
  {
371
386
  "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
372
387
  "machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
373
388
  "name": "one_time_retrofit_cost_ip",
374
389
  "value": 0.0,
375
- "uuid": "1a084b40-7676-0131-7329-2820663576f4",
376
- "version_uuid": "1a0869c0-7676-0131-732a-2820663576f4"
390
+ "value_type": "Double",
391
+ "uuid": "cb275e60-7692-0131-7bcb-2820663576f4",
392
+ "version_uuid": "cb278ca0-7692-0131-7bcc-2820663576f4"
377
393
  },
378
394
  {
379
395
  "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
380
396
  "machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
381
397
  "name": "years_until_retrofit_cost",
382
398
  "value": 0,
383
- "uuid": "1a089280-7676-0131-732b-2820663576f4",
384
- "version_uuid": "1a08b1c0-7676-0131-732c-2820663576f4"
399
+ "value_type": "Integer",
400
+ "uuid": "cb27bd50-7692-0131-7bcd-2820663576f4",
401
+ "version_uuid": "cb27e0a0-7692-0131-7bce-2820663576f4"
385
402
  }
386
403
  ],
387
404
  "bcl_measure_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
@@ -389,21 +406,21 @@
389
406
  "bcl_measure_class_name_ADDME": "IncreaseInsulationRValueForExteriorWalls",
390
407
  "measure_definition_class_name_CHANGE_TO_ME": "IncreaseInsulationRValueForExteriorWalls",
391
408
  "measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
392
- "bcl_measure_uuid": "1a070b60-7676-0131-7320-2820663576f4",
393
- "measure_definition_uuid_CHANGE_TO_ME": "1a072f40-7676-0131-7321-2820663576f4",
394
- "bcl_measure_version_uuid": "1a075090-7676-0131-7322-2820663576f4",
395
- "measure_definition_version_uuid_CHANGE_TO_ME": "1a077250-7676-0131-7323-2820663576f4",
409
+ "bcl_measure_uuid": "cb2614e0-7692-0131-7bc2-2820663576f4",
410
+ "measure_definition_uuid_CHANGE_TO_ME": "cb263700-7692-0131-7bc3-2820663576f4",
411
+ "bcl_measure_version_uuid": "cb2656a0-7692-0131-7bc4-2820663576f4",
412
+ "measure_definition_version_uuid_CHANGE_TO_ME": "cb267660-7692-0131-7bc5-2820663576f4",
396
413
  "measure_type": "RubyMeasure",
397
414
  "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
398
415
  "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
399
- "uuid": "1a078fd0-7676-0131-7324-2820663576f4",
416
+ "uuid": "cb269d60-7692-0131-7bc6-2820663576f4",
400
417
  "variables": [
401
418
  {
402
419
  "argument": {
403
420
  "display_name": "Wall R Value",
404
421
  "machine_name": "wall_r_value",
405
422
  "name": "r_value",
406
- "uuid": "1a07d350-7676-0131-7326-2820663576f4",
423
+ "uuid": "cb26e3d0-7692-0131-7bc8-2820663576f4",
407
424
  "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
408
425
  },
409
426
  "display_name": "Wall R Value",
@@ -412,6 +429,7 @@
412
429
  "minimum": 0.0,
413
430
  "maximum": 5.0,
414
431
  "units": "",
432
+ "value_type": "Double",
415
433
  "variable": true,
416
434
  "variable_ADDME": true,
417
435
  "relation_to_output": "",
@@ -441,7 +459,7 @@
441
459
  "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
442
460
  }
443
461
  ],
444
- "version_uuid": "1a07ad20-7676-0131-7325-2820663576f4",
462
+ "version_uuid": "cb26be20-7692-0131-7bc7-2820663576f4",
445
463
  "workflow_index": 3,
446
464
  "workflow_step_type": "Measure"
447
465
  },
@@ -452,24 +470,27 @@
452
470
  "machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
453
471
  "name": "material_cost_increase_ip",
454
472
  "value": 0.0,
455
- "uuid": "1a09c400-7676-0131-7334-2820663576f4",
456
- "version_uuid": "1a09e430-7676-0131-7335-2820663576f4"
473
+ "value_type": "Double",
474
+ "uuid": "cb290920-7692-0131-7bd6-2820663576f4",
475
+ "version_uuid": "cb292c60-7692-0131-7bd7-2820663576f4"
457
476
  },
458
477
  {
459
478
  "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
460
479
  "machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
461
480
  "name": "one_time_retrofit_cost_ip",
462
481
  "value": 0.0,
463
- "uuid": "1a0a0840-7676-0131-7336-2820663576f4",
464
- "version_uuid": "1a0a2540-7676-0131-7337-2820663576f4"
482
+ "value_type": "Double",
483
+ "uuid": "cb295710-7692-0131-7bd8-2820663576f4",
484
+ "version_uuid": "cb297730-7692-0131-7bd9-2820663576f4"
465
485
  },
466
486
  {
467
487
  "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
468
488
  "machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
469
489
  "name": "years_until_retrofit_cost",
470
490
  "value": 0,
471
- "uuid": "1a0a4690-7676-0131-7338-2820663576f4",
472
- "version_uuid": "1a0a6790-7676-0131-7339-2820663576f4"
491
+ "value_type": "Integer",
492
+ "uuid": "cb29a050-7692-0131-7bda-2820663576f4",
493
+ "version_uuid": "cb29c0a0-7692-0131-7bdb-2820663576f4"
473
494
  }
474
495
  ],
475
496
  "bcl_measure_directory": "./measures/increase_insulation_r_value_for_roofs",
@@ -477,21 +498,21 @@
477
498
  "bcl_measure_class_name_ADDME": "IncreaseInsulationRValueForRoofs",
478
499
  "measure_definition_class_name_CHANGE_TO_ME": "IncreaseInsulationRValueForRoofs",
479
500
  "measure_definition_class_name": "IncreaseInsulationRValueForRoofs",
480
- "bcl_measure_uuid": "1a08da90-7676-0131-732d-2820663576f4",
481
- "measure_definition_uuid_CHANGE_TO_ME": "1a08f9f0-7676-0131-732e-2820663576f4",
482
- "bcl_measure_version_uuid": "1a0918d0-7676-0131-732f-2820663576f4",
483
- "measure_definition_version_uuid_CHANGE_TO_ME": "1a093880-7676-0131-7330-2820663576f4",
501
+ "bcl_measure_uuid": "cb280830-7692-0131-7bcf-2820663576f4",
502
+ "measure_definition_uuid_CHANGE_TO_ME": "cb282a30-7692-0131-7bd0-2820663576f4",
503
+ "bcl_measure_version_uuid": "cb2849d0-7692-0131-7bd1-2820663576f4",
504
+ "measure_definition_version_uuid_CHANGE_TO_ME": "cb286900-7692-0131-7bd2-2820663576f4",
484
505
  "measure_type": "RubyMeasure",
485
506
  "name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
486
507
  "display_name": "Set R-value of Insulation for Roofs to a Specific Value",
487
- "uuid": "1a0958c0-7676-0131-7331-2820663576f4",
508
+ "uuid": "cb288830-7692-0131-7bd3-2820663576f4",
488
509
  "variables": [
489
510
  {
490
511
  "argument": {
491
512
  "display_name": "Roof R Value",
492
513
  "machine_name": "roof_r_value",
493
514
  "name": "r_value",
494
- "uuid": "1a09a290-7676-0131-7333-2820663576f4",
515
+ "uuid": "cb28d270-7692-0131-7bd5-2820663576f4",
495
516
  "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
496
517
  },
497
518
  "display_name": "Roof R Value",
@@ -500,6 +521,7 @@
500
521
  "minimum": 0.0,
501
522
  "maximum": 5.0,
502
523
  "units": "",
524
+ "value_type": "Double",
503
525
  "variable": true,
504
526
  "variable_ADDME": true,
505
527
  "relation_to_output": "",
@@ -529,7 +551,7 @@
529
551
  "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
530
552
  }
531
553
  ],
532
- "version_uuid": "1a0977c0-7676-0131-7332-2820663576f4",
554
+ "version_uuid": "cb28a6f0-7692-0131-7bd4-2820663576f4",
533
555
  "workflow_index": 4,
534
556
  "workflow_step_type": "Measure"
535
557
  },
@@ -540,8 +562,9 @@
540
562
  "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
541
563
  "name": "space_type",
542
564
  "value": "*Entire Building*",
543
- "uuid": "1a0b4670-7676-0131-7340-2820663576f4",
544
- "version_uuid": "1a0b63f0-7676-0131-7341-2820663576f4"
565
+ "value_type": "Choice",
566
+ "uuid": "cb2ade80-7692-0131-7be2-2820663576f4",
567
+ "version_uuid": "cb2aff10-7692-0131-7be3-2820663576f4"
545
568
  }
546
569
  ],
547
570
  "bcl_measure_directory": "./measures/reduce_ventilation_by_percentage",
@@ -549,21 +572,21 @@
549
572
  "bcl_measure_class_name_ADDME": "ReduceVentilationByPercentage",
550
573
  "measure_definition_class_name_CHANGE_TO_ME": "ReduceVentilationByPercentage",
551
574
  "measure_definition_class_name": "ReduceVentilationByPercentage",
552
- "bcl_measure_uuid": "1a0a8c30-7676-0131-733a-2820663576f4",
553
- "measure_definition_uuid_CHANGE_TO_ME": "1a0aac70-7676-0131-733b-2820663576f4",
554
- "bcl_measure_version_uuid": "1a0ac9c0-7676-0131-733c-2820663576f4",
555
- "measure_definition_version_uuid_CHANGE_TO_ME": "1a0ae5c0-7676-0131-733d-2820663576f4",
575
+ "bcl_measure_uuid": "cb29f680-7692-0131-7bdc-2820663576f4",
576
+ "measure_definition_uuid_CHANGE_TO_ME": "cb2a1af0-7692-0131-7bdd-2820663576f4",
577
+ "bcl_measure_version_uuid": "cb2a3e30-7692-0131-7bde-2820663576f4",
578
+ "measure_definition_version_uuid_CHANGE_TO_ME": "cb2a6090-7692-0131-7bdf-2820663576f4",
556
579
  "measure_type": "RubyMeasure",
557
580
  "name": "reduce_ventilation_by_percentage",
558
581
  "display_name": "Reduce Ventilation By Percentage",
559
- "uuid": "1a0b0310-7676-0131-733e-2820663576f4",
582
+ "uuid": "cb2a8880-7692-0131-7be0-2820663576f4",
560
583
  "variables": [
561
584
  {
562
585
  "argument": {
563
586
  "display_name": "Design Specification Outdoor Air Reduction (%).",
564
587
  "machine_name": "design_specification_outdoor_air_reduction_(%).",
565
588
  "name": "design_spec_outdoor_air_reduction_percent",
566
- "uuid": "1a0b8860-7676-0131-7342-2820663576f4",
589
+ "uuid": "cb2b2740-7692-0131-7be4-2820663576f4",
567
590
  "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
568
591
  },
569
592
  "display_name": "Design Specification Outdoor Air Reduction (%).",
@@ -572,6 +595,7 @@
572
595
  "minimum": 0.0,
573
596
  "maximum": 90.0,
574
597
  "units": "",
598
+ "value_type": "Double",
575
599
  "variable": true,
576
600
  "variable_ADDME": true,
577
601
  "relation_to_output": "",
@@ -601,7 +625,7 @@
601
625
  "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
602
626
  }
603
627
  ],
604
- "version_uuid": "1a0b2200-7676-0131-733f-2820663576f4",
628
+ "version_uuid": "cb2ab5c0-7692-0131-7be1-2820663576f4",
605
629
  "workflow_index": 5,
606
630
  "workflow_step_type": "Measure"
607
631
  }