openstudio-analysis 0.3.7 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -6
  3. data/README.md +55 -7
  4. data/Rakefile +10 -0
  5. data/lib/openstudio/analysis/algorithm_attributes.rb +22 -0
  6. data/lib/openstudio/analysis/formulation.rb +174 -0
  7. data/lib/openstudio/analysis/translator/excel.rb +65 -48
  8. data/lib/openstudio/analysis/version.rb +1 -1
  9. data/lib/openstudio/analysis/workflow.rb +197 -0
  10. data/lib/openstudio/analysis/workflow_step.rb +312 -0
  11. data/lib/openstudio/analysis.rb +8 -0
  12. data/lib/openstudio/helpers/string.rb +22 -22
  13. data/lib/openstudio/templates/analysis.json.erb +0 -1
  14. data/lib/openstudio-analysis.rb +9 -0
  15. data/spec/files/0_1_09_small_list_incomplete.xlsx +0 -0
  16. data/spec/files/0_2_0_template_simpletest.xlsx +0 -0
  17. data/spec/files/0_4_0_lhs_discrete_continuous.xlsx +0 -0
  18. data/spec/files/analysis/example_analysis_api.json +656 -0
  19. data/spec/files/analysis/examples/discrete_lhs_example.json +809 -0
  20. data/spec/files/analysis/examples/medium_office_example.json +1673 -0
  21. data/spec/files/analysis/lhs_discrete_and_continuous_variables_api.json +1230 -0
  22. data/spec/files/analysis/medium_office.json +91 -92
  23. data/spec/files/analysis/medium_office.zip +0 -0
  24. data/spec/files/analysis/name_goes_here_api.json +1681 -0
  25. data/spec/files/analysis/output_vars_api.json +632 -0
  26. data/spec/files/analysis/preflight_api.json +1518 -0
  27. data/spec/files/analysis/simple_test_api.json +519 -0
  28. data/spec/files/analysis/test_model_api.json +493 -0
  29. data/spec/files/export/analysis/0_1_09_outputvars.json +38 -39
  30. data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
  31. data/spec/files/export/analysis/0_1_11_discrete_variables.json +46 -47
  32. data/spec/files/export/analysis/0_1_11_discrete_variables.zip +0 -0
  33. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.json +8 -9
  34. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.zip +0 -0
  35. data/spec/files/export/analysis/0_2_0_template_simpletest.json +19 -14
  36. data/spec/files/export/analysis/0_2_0_template_simpletest.zip +0 -0
  37. data/spec/files/export/analysis/0_3_0_outputs.json +99 -100
  38. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  39. data/spec/files/export/analysis/{6d6a08db-fdf8-4bb5-8ad3-18c471418c72.json → 276ccf51-ed22-4604-a380-8985cec5efe8.json} +103 -104
  40. data/spec/files/export/analysis/{6d6a08db-fdf8-4bb5-8ad3-18c471418c72.zip → 276ccf51-ed22-4604-a380-8985cec5efe8.zip} +0 -0
  41. data/spec/files/export/analysis/{55086845-70cf-487f-87f6-7a147cbf1e72.json → 639cb8a5-cdbb-4b69-955a-cbb650f6872b.json} +107 -108
  42. data/spec/files/export/analysis/{55086845-70cf-487f-87f6-7a147cbf1e72.zip → 639cb8a5-cdbb-4b69-955a-cbb650f6872b.zip} +0 -0
  43. data/spec/files/export/analysis/{10c791ce-cba7-4506-a863-3fb15703889b.json → 9560f95b-5730-4038-a95b-328c825c596b.json} +99 -100
  44. data/spec/files/export/analysis/{10c791ce-cba7-4506-a863-3fb15703889b.zip → 9560f95b-5730-4038-a95b-328c825c596b.zip} +0 -0
  45. data/spec/files/export/analysis/{f028bfbe-e30e-488d-adad-a60a62bbf7e0.json → c50f0062-cdfb-4dec-bc02-215f6c29af3c.json} +107 -108
  46. data/spec/files/export/analysis/{f028bfbe-e30e-488d-adad-a60a62bbf7e0.zip → c50f0062-cdfb-4dec-bc02-215f6c29af3c.zip} +0 -0
  47. data/spec/files/export/analysis/discrete_lhs_example.json +1185 -0
  48. data/spec/files/export/analysis/discrete_lhs_example.zip +0 -0
  49. data/spec/files/export/analysis/small_seed.json +38 -39
  50. data/spec/files/export/analysis/small_seed.zip +0 -0
  51. data/spec/files/export/workflow/analysis.json +23 -0
  52. data/spec/files/measures/ActualMeasureNoJson/measure.json +25 -0
  53. data/spec/files/measures/ActualMeasureNoJson/measure.rb +80 -0
  54. data/spec/files/measures/ActualMeasureNoJson/measure.xml +2 -0
  55. data/spec/files/measures/SetThermostatSchedules/measure.json +63 -0
  56. data/spec/files/measures/SetThermostatSchedules/measure.rb +254 -0
  57. data/spec/files/measures/SetThermostatSchedules/measure.xml +2 -0
  58. data/spec/openstudio/excel_spec.rb +11 -11
  59. data/spec/openstudio/formulation_spec.rb +107 -0
  60. data/spec/openstudio/workflow_spec.rb +90 -0
  61. data/spec/openstudio/workflow_step_spec.rb +116 -0
  62. data/spec/reports/SPEC-OpenStudio-Analysis-Formulation.xml +28 -0
  63. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml +2 -2
  64. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +2 -2
  65. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +1 -1
  66. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +30 -4
  67. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +11 -3
  68. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +6 -6
  69. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +2 -2
  70. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +2 -2
  71. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +52 -8
  72. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +22 -5
  73. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +2 -2
  74. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +2 -2
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +28 -5
  76. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +2 -2
  77. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +3 -3
  78. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +13 -6
  79. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +55 -5
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.xml +9 -4
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.xml +8 -3
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +13 -5
  83. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.xml +9 -4
  84. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml +9 -4
  85. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.0.xml +40 -2
  86. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.xml +9 -4
  87. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +1 -1
  88. data/spec/reports/SPEC-OpenStudio-Analysis-Workflow.xml +31 -0
  89. data/spec/reports/SPEC-OpenStudio-Analysis-WorkflowStep.xml +29 -0
  90. data/spec/spec_helper.rb +1 -1
  91. metadata +87 -18
@@ -0,0 +1,1681 @@
1
+ {
2
+ "analysis": {
3
+ "display_name": "name_goes_here",
4
+ "name": "name_goes_here",
5
+ "output_variables": [
6
+ {
7
+ "units": "MJ/m2",
8
+ "objective_function": true,
9
+ "objective_function_index": 0,
10
+ "objective_function_target": 330.7,
11
+ "objective_function_group": "TRUE",
12
+ "scaling_factor": null,
13
+ "display_name": "Total Natual Gas",
14
+ "display_name_short": "Total Natual Gas",
15
+ "metadata_id": null,
16
+ "name": "total_natural_gas"
17
+ },
18
+ {
19
+ "units": "MJ/m2",
20
+ "objective_function": true,
21
+ "objective_function_index": 1,
22
+ "objective_function_target": 496.5,
23
+ "objective_function_group": "TRUE",
24
+ "scaling_factor": null,
25
+ "display_name": "Total Electricity",
26
+ "display_name_short": "Total Electricity",
27
+ "metadata_id": null,
28
+ "name": "total_electricity"
29
+ },
30
+ {
31
+ "units": "J",
32
+ "objective_function": true,
33
+ "objective_function_index": 2,
34
+ "objective_function_target": 63597914341.3388,
35
+ "objective_function_group": "TRUE",
36
+ "scaling_factor": 463203800000.0,
37
+ "display_name": "cooling_electricity_jan",
38
+ "display_name_short": "cooling_electricity_jan",
39
+ "metadata_id": null,
40
+ "name": "cooling_electricity_jan"
41
+ },
42
+ {
43
+ "units": "J",
44
+ "objective_function": true,
45
+ "objective_function_index": 3,
46
+ "objective_function_target": 58138465958.3439,
47
+ "objective_function_group": "TRUE",
48
+ "scaling_factor": 463203800000.0,
49
+ "display_name": "cooling_electricity_feb",
50
+ "display_name_short": "cooling_electricity_feb",
51
+ "metadata_id": null,
52
+ "name": "cooling_electricity_feb"
53
+ },
54
+ {
55
+ "units": "J",
56
+ "objective_function": true,
57
+ "objective_function_index": 4,
58
+ "objective_function_target": 301531761648.05,
59
+ "objective_function_group": "TRUE",
60
+ "scaling_factor": 463203800000.0,
61
+ "display_name": "cooling_electricity_mar",
62
+ "display_name_short": "cooling_electricity_mar",
63
+ "metadata_id": null,
64
+ "name": "cooling_electricity_mar"
65
+ },
66
+ {
67
+ "units": "J",
68
+ "objective_function": true,
69
+ "objective_function_index": 5,
70
+ "objective_function_target": 336163175378.778,
71
+ "objective_function_group": "TRUE",
72
+ "scaling_factor": 463203800000.0,
73
+ "display_name": "cooling_electricity_apr",
74
+ "display_name_short": "cooling_electricity_apr",
75
+ "metadata_id": null,
76
+ "name": "cooling_electricity_apr"
77
+ },
78
+ {
79
+ "units": "J",
80
+ "objective_function": true,
81
+ "objective_function_index": 6,
82
+ "objective_function_target": 1412749721236.32,
83
+ "objective_function_group": "TRUE",
84
+ "scaling_factor": 463203800000.0,
85
+ "display_name": "cooling_electricity_may",
86
+ "display_name_short": "cooling_electricity_may",
87
+ "metadata_id": null,
88
+ "name": "cooling_electricity_may"
89
+ },
90
+ {
91
+ "units": "J",
92
+ "objective_function": true,
93
+ "objective_function_index": 7,
94
+ "objective_function_target": 2327741408781.58,
95
+ "objective_function_group": "TRUE",
96
+ "scaling_factor": 463203800000.0,
97
+ "display_name": "cooling_electricity_jun",
98
+ "display_name_short": "cooling_electricity_jun",
99
+ "metadata_id": null,
100
+ "name": "cooling_electricity_jun"
101
+ },
102
+ {
103
+ "units": "J",
104
+ "objective_function": true,
105
+ "objective_function_index": 8,
106
+ "objective_function_target": 2402590637505.39,
107
+ "objective_function_group": "TRUE",
108
+ "scaling_factor": 463203800000.0,
109
+ "display_name": "cooling_electricity_jul",
110
+ "display_name_short": "cooling_electricity_jul",
111
+ "metadata_id": null,
112
+ "name": "cooling_electricity_jul"
113
+ },
114
+ {
115
+ "units": "J",
116
+ "objective_function": true,
117
+ "objective_function_index": 9,
118
+ "objective_function_target": 2472656245279.37,
119
+ "objective_function_group": "TRUE",
120
+ "scaling_factor": 463203800000.0,
121
+ "display_name": "cooling_electricity_aug",
122
+ "display_name_short": "cooling_electricity_aug",
123
+ "metadata_id": null,
124
+ "name": "cooling_electricity_aug"
125
+ },
126
+ {
127
+ "units": "J",
128
+ "objective_function": true,
129
+ "objective_function_index": 10,
130
+ "objective_function_target": 1807432185051.14,
131
+ "objective_function_group": "TRUE",
132
+ "scaling_factor": 463203800000.0,
133
+ "display_name": "cooling_electricity_sep",
134
+ "display_name_short": "cooling_electricity_sep",
135
+ "metadata_id": null,
136
+ "name": "cooling_electricity_sep"
137
+ },
138
+ {
139
+ "units": "J",
140
+ "objective_function": true,
141
+ "objective_function_index": 11,
142
+ "objective_function_target": 619615878181.616,
143
+ "objective_function_group": "TRUE",
144
+ "scaling_factor": 463203800000.0,
145
+ "display_name": "cooling_electricity_oct",
146
+ "display_name_short": "cooling_electricity_oct",
147
+ "metadata_id": null,
148
+ "name": "cooling_electricity_oct"
149
+ },
150
+ {
151
+ "units": "J",
152
+ "objective_function": true,
153
+ "objective_function_index": 12,
154
+ "objective_function_target": 117109844324.095,
155
+ "objective_function_group": "TRUE",
156
+ "scaling_factor": 463203800000.0,
157
+ "display_name": "cooling_electricity_nov",
158
+ "display_name_short": "cooling_electricity_nov",
159
+ "metadata_id": null,
160
+ "name": "cooling_electricity_nov"
161
+ },
162
+ {
163
+ "units": "J",
164
+ "objective_function": true,
165
+ "objective_function_index": 13,
166
+ "objective_function_target": 103360013175.794,
167
+ "objective_function_group": "TRUE",
168
+ "scaling_factor": 463203800000.0,
169
+ "display_name": "cooling_electricity_dec",
170
+ "display_name_short": "cooling_electricity_dec",
171
+ "metadata_id": null,
172
+ "name": "cooling_electricity_dec"
173
+ },
174
+ {
175
+ "units": "J",
176
+ "objective_function": true,
177
+ "objective_function_index": 14,
178
+ "objective_function_target": 2799558466140.68,
179
+ "objective_function_group": "TRUE",
180
+ "scaling_factor": 463203800000.0,
181
+ "display_name": "heating_gas_jan",
182
+ "display_name_short": "heating_gas_jan",
183
+ "metadata_id": null,
184
+ "name": "heating_gas_jan"
185
+ },
186
+ {
187
+ "units": "J",
188
+ "objective_function": true,
189
+ "objective_function_index": 15,
190
+ "objective_function_target": 2663349812763.18,
191
+ "objective_function_group": "TRUE",
192
+ "scaling_factor": 463203800000.0,
193
+ "display_name": "heating_gas_feb",
194
+ "display_name_short": "heating_gas_feb",
195
+ "metadata_id": null,
196
+ "name": "heating_gas_feb"
197
+ },
198
+ {
199
+ "units": "J",
200
+ "objective_function": true,
201
+ "objective_function_index": 16,
202
+ "objective_function_target": 1576136833664.73,
203
+ "objective_function_group": "TRUE",
204
+ "scaling_factor": 463203800000.0,
205
+ "display_name": "heating_gas_mar",
206
+ "display_name_short": "heating_gas_mar",
207
+ "metadata_id": null,
208
+ "name": "heating_gas_mar"
209
+ },
210
+ {
211
+ "units": "J",
212
+ "objective_function": true,
213
+ "objective_function_index": 17,
214
+ "objective_function_target": 1752794439290.69,
215
+ "objective_function_group": "TRUE",
216
+ "scaling_factor": 463203800000.0,
217
+ "display_name": "heating_gas_apr",
218
+ "display_name_short": "heating_gas_apr",
219
+ "metadata_id": null,
220
+ "name": "heating_gas_apr"
221
+ },
222
+ {
223
+ "units": "J",
224
+ "objective_function": true,
225
+ "objective_function_index": 18,
226
+ "objective_function_target": 375145279804.892,
227
+ "objective_function_group": "TRUE",
228
+ "scaling_factor": 463203800000.0,
229
+ "display_name": "heating_gas_may",
230
+ "display_name_short": "heating_gas_may",
231
+ "metadata_id": null,
232
+ "name": "heating_gas_may"
233
+ },
234
+ {
235
+ "units": "J",
236
+ "objective_function": true,
237
+ "objective_function_index": 19,
238
+ "objective_function_target": 32970706746.2053,
239
+ "objective_function_group": "TRUE",
240
+ "scaling_factor": 463203800000.0,
241
+ "display_name": "heating_gas_jun",
242
+ "display_name_short": "heating_gas_jun",
243
+ "metadata_id": null,
244
+ "name": "heating_gas_jun"
245
+ },
246
+ {
247
+ "units": "J",
248
+ "objective_function": true,
249
+ "objective_function_index": 20,
250
+ "objective_function_target": 50096876832.5083,
251
+ "objective_function_group": "TRUE",
252
+ "scaling_factor": 463203800000.0,
253
+ "display_name": "heating_gas_jul",
254
+ "display_name_short": "heating_gas_jul",
255
+ "metadata_id": null,
256
+ "name": "heating_gas_jul"
257
+ },
258
+ {
259
+ "units": "J",
260
+ "objective_function": true,
261
+ "objective_function_index": 21,
262
+ "objective_function_target": 32660740137.6019,
263
+ "objective_function_group": "TRUE",
264
+ "scaling_factor": 463203800000.0,
265
+ "display_name": "heating_gas_aug",
266
+ "display_name_short": "heating_gas_aug",
267
+ "metadata_id": null,
268
+ "name": "heating_gas_aug"
269
+ },
270
+ {
271
+ "units": "J",
272
+ "objective_function": true,
273
+ "objective_function_index": 22,
274
+ "objective_function_target": 144097879467.636,
275
+ "objective_function_group": "TRUE",
276
+ "scaling_factor": 463203800000.0,
277
+ "display_name": "heating_gas_sep",
278
+ "display_name_short": "heating_gas_sep",
279
+ "metadata_id": null,
280
+ "name": "heating_gas_sep"
281
+ },
282
+ {
283
+ "units": "J",
284
+ "objective_function": true,
285
+ "objective_function_index": 23,
286
+ "objective_function_target": 970975709027.067,
287
+ "objective_function_group": "TRUE",
288
+ "scaling_factor": 463203800000.0,
289
+ "display_name": "heating_gas_oct",
290
+ "display_name_short": "heating_gas_oct",
291
+ "metadata_id": null,
292
+ "name": "heating_gas_oct"
293
+ },
294
+ {
295
+ "units": "J",
296
+ "objective_function": true,
297
+ "objective_function_index": 24,
298
+ "objective_function_target": 2261115778226.24,
299
+ "objective_function_group": "TRUE",
300
+ "scaling_factor": 463203800000.0,
301
+ "display_name": "heating_gas_nov",
302
+ "display_name_short": "heating_gas_nov",
303
+ "metadata_id": null,
304
+ "name": "heating_gas_nov"
305
+ },
306
+ {
307
+ "units": "J",
308
+ "objective_function": true,
309
+ "objective_function_index": 25,
310
+ "objective_function_target": 2657735386128.84,
311
+ "objective_function_group": "TRUE",
312
+ "scaling_factor": 463203800000.0,
313
+ "display_name": "heating_gas_dec",
314
+ "display_name_short": "heating_gas_dec",
315
+ "metadata_id": null,
316
+ "name": "heating_gas_dec"
317
+ }
318
+ ],
319
+ "problem": {
320
+ "analysis_type": null,
321
+ "algorithm": {
322
+ "objective_functions": [
323
+ "total_natural_gas",
324
+ "total_electricity",
325
+ "cooling_electricity_jan",
326
+ "cooling_electricity_feb",
327
+ "cooling_electricity_mar",
328
+ "cooling_electricity_apr",
329
+ "cooling_electricity_may",
330
+ "cooling_electricity_jun",
331
+ "cooling_electricity_jul",
332
+ "cooling_electricity_aug",
333
+ "cooling_electricity_sep",
334
+ "cooling_electricity_oct",
335
+ "cooling_electricity_nov",
336
+ "cooling_electricity_dec",
337
+ "heating_gas_jan",
338
+ "heating_gas_feb",
339
+ "heating_gas_mar",
340
+ "heating_gas_apr",
341
+ "heating_gas_may",
342
+ "heating_gas_jun",
343
+ "heating_gas_jul",
344
+ "heating_gas_aug",
345
+ "heating_gas_sep",
346
+ "heating_gas_oct",
347
+ "heating_gas_nov",
348
+ "heating_gas_dec"
349
+ ]
350
+ },
351
+ "workflow": [
352
+ {
353
+ "name": "reduce_lighting_loads_by_percentage",
354
+ "display_name": "Reduce Lighting Loads by Percentage",
355
+ "measure_type": "RubyMeasure",
356
+ "measure_definition_class_name": "ReduceLightingLoadsByPercentage",
357
+ "measure_definition_directory": "./spec/files/measures/ReduceLightingLoadsByPercentage",
358
+ "measure_definition_display_name": "Reduce Lighting Loads by Percentage",
359
+ "measure_definition_name": "reduce_lighting_loads_by_percentage",
360
+ "measure_definition_name_xml": null,
361
+ "measure_definition_uuid": "2405fb1c-296d-4a81-9af2-62ce4a038343",
362
+ "measure_definition_version_uuid": "ba7f962c-b5aa-4678-9c29-64cd5ab75490",
363
+ "arguments": [
364
+ {
365
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
366
+ "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
367
+ "name": "space_type",
368
+ "value_type": "string",
369
+ "default_value": "*Entire Building*",
370
+ "value": "*Entire Building*"
371
+ },
372
+ {
373
+ "display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
374
+ "display_name_short": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
375
+ "name": "material_and_installation_cost",
376
+ "value_type": "double",
377
+ "default_value": 0.0,
378
+ "value": 0.0
379
+ },
380
+ {
381
+ "display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
382
+ "display_name_short": "Increase in Demolition Costs for Lighting per Floor Area (%).",
383
+ "name": "demolition_cost",
384
+ "value_type": "double",
385
+ "default_value": 0.0,
386
+ "value": 0.0
387
+ },
388
+ {
389
+ "display_name": "Years Until Costs Start (whole years).",
390
+ "display_name_short": "Years Until Costs Start (whole years).",
391
+ "name": "years_until_costs_start",
392
+ "value_type": "integer",
393
+ "default_value": 0,
394
+ "value": 0
395
+ },
396
+ {
397
+ "display_name": "Demolition Costs Occur During Initial Construction?",
398
+ "display_name_short": "Demolition Costs Occur During Initial Construction?",
399
+ "name": "demo_cost_initial_const",
400
+ "value_type": "bool",
401
+ "default_value": true,
402
+ "value": true
403
+ },
404
+ {
405
+ "display_name": "Expected Life (whole years).",
406
+ "display_name_short": "Expected Life (whole years).",
407
+ "name": "expected_life",
408
+ "value_type": "integer",
409
+ "default_value": 15,
410
+ "value": 15
411
+ },
412
+ {
413
+ "display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
414
+ "display_name_short": "Increase O & M Costs for Lighting per Floor Area (%).",
415
+ "name": "om_cost",
416
+ "value_type": "double",
417
+ "default_value": 0.0,
418
+ "value": 0.0
419
+ },
420
+ {
421
+ "display_name": "O & M Frequency (whole years).",
422
+ "display_name_short": "O & M Frequency (whole years).",
423
+ "name": "om_frequency",
424
+ "value_type": "integer",
425
+ "default_value": 1,
426
+ "value": 1
427
+ }
428
+ ],
429
+ "variables": [
430
+ {
431
+ "argument": {
432
+ "display_name": "Lighting Power Reduction",
433
+ "display_name_short": "Lighting Power Reduction",
434
+ "name": "lighting_power_reduction_percent",
435
+ "value_type": "double",
436
+ "default_value": 0.0,
437
+ "value": 0.0
438
+ },
439
+ "display_name": "Lighting Power Reduction",
440
+ "display_name_short": "Lighting Power Reduction",
441
+ "units": null,
442
+ "minimum": -20.0,
443
+ "maximum": 20.0,
444
+ "relation_to_output": null,
445
+ "uuid": "7f0eb6ea-a2d8-440d-bcc5-f5fc1f505efe",
446
+ "version_uuid": "a68d934c-8bce-4992-aa7b-6108613f4d66",
447
+ "variable": true,
448
+ "static_value": 0.0,
449
+ "uncertainty_description": {
450
+ "type": "triangle_uncertain",
451
+ "attributes": [
452
+ {
453
+ "name": "lower_bounds",
454
+ "value": -20.0
455
+ },
456
+ {
457
+ "name": "upper_bounds",
458
+ "value": 20.0
459
+ },
460
+ {
461
+ "name": "modes",
462
+ "value": -1.0
463
+ },
464
+ {
465
+ "name": "delta_x",
466
+ "value": null
467
+ },
468
+ {
469
+ "name": "stddev",
470
+ "value": null
471
+ }
472
+ ]
473
+ },
474
+ "workflow_index": 0
475
+ }
476
+ ],
477
+ "workflow_index": 0
478
+ },
479
+ {
480
+ "name": "reduce_electric_equipment_loads_by_percentage",
481
+ "display_name": "Reduce Electric Equipment Loads by Percentage",
482
+ "measure_type": "RubyMeasure",
483
+ "measure_definition_class_name": "ReduceElectricEquipmentLoadsByPercentage",
484
+ "measure_definition_directory": "./spec/files/measures/ExampleMeasure",
485
+ "measure_definition_display_name": "Reduce Electric Equipment Loads by Percentage",
486
+ "measure_definition_name": "reduce_electric_equipment_loads_by_percentage",
487
+ "measure_definition_name_xml": null,
488
+ "measure_definition_uuid": "1b10bc14-d234-4312-a05a-9e96e1048909",
489
+ "measure_definition_version_uuid": "135f5eaf-ee2f-4262-8b8f-25a24e2d5745",
490
+ "arguments": [
491
+ {
492
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
493
+ "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
494
+ "name": "space_type",
495
+ "value_type": "string",
496
+ "default_value": "*Entire Building*",
497
+ "value": "*Entire Building*"
498
+ },
499
+ {
500
+ "display_name": "Increase in Material and Installation Cost for Electric Equipment per Floor Area (%).",
501
+ "display_name_short": "Increase in Material and Installation Cost for Electric Equipment per Floor Area (%).",
502
+ "name": "material_and_installation_cost",
503
+ "value_type": "double",
504
+ "default_value": 0.0,
505
+ "value": 0.0
506
+ },
507
+ {
508
+ "display_name": "Increase in Demolition Costs for Electric Equipment per Floor Area (%).",
509
+ "display_name_short": "Increase in Demolition Costs for Electric Equipment per Floor Area (%).",
510
+ "name": "demolition_cost",
511
+ "value_type": "double",
512
+ "default_value": 0.0,
513
+ "value": 0.0
514
+ },
515
+ {
516
+ "display_name": "Years Until Costs Start (whole years).",
517
+ "display_name_short": "Years Until Costs Start (whole years).",
518
+ "name": "years_until_costs_start",
519
+ "value_type": "integer",
520
+ "default_value": 0,
521
+ "value": 0
522
+ },
523
+ {
524
+ "display_name": "Demolition Costs Occur During Initial Construction?",
525
+ "display_name_short": "Demolition Costs Occur During Initial Construction?",
526
+ "name": "demo_cost_initial_const",
527
+ "value_type": "bool",
528
+ "default_value": false,
529
+ "value": false
530
+ },
531
+ {
532
+ "display_name": "Expected Life (whole years).",
533
+ "display_name_short": "Expected Life (whole years).",
534
+ "name": "expected_life",
535
+ "value_type": "integer",
536
+ "default_value": 15,
537
+ "value": 15
538
+ },
539
+ {
540
+ "display_name": "Increase O & M Costs for Electric Equipment per Floor Area (%).",
541
+ "display_name_short": "Increase O & M Costs for Electric Equipment per Floor Area (%).",
542
+ "name": "om_cost",
543
+ "value_type": "double",
544
+ "default_value": 0.0,
545
+ "value": 0.0
546
+ },
547
+ {
548
+ "display_name": "O & M Frequency (whole years).",
549
+ "display_name_short": "O & M Frequency (whole years).",
550
+ "name": "om_frequency",
551
+ "value_type": "integer",
552
+ "default_value": 1,
553
+ "value": 1
554
+ }
555
+ ],
556
+ "variables": [
557
+ {
558
+ "argument": {
559
+ "display_name": "Electric Equipment Power Reduction (%).",
560
+ "display_name_short": "Electric Equipment Power Reduction (%).",
561
+ "name": "elecequip_power_reduction_percent",
562
+ "value_type": "double",
563
+ "default_value": 0.0,
564
+ "value": 0.0
565
+ },
566
+ "display_name": "Electric Equipment Power Reduction (%).",
567
+ "display_name_short": "Electric Equipment Power Reduction (%).",
568
+ "units": null,
569
+ "minimum": -20.0,
570
+ "maximum": 30.0,
571
+ "relation_to_output": null,
572
+ "uuid": "dfefa528-bcf9-40e7-8d82-59efb12d1d2f",
573
+ "version_uuid": "afb13680-6863-4935-bb19-47299eb07448",
574
+ "variable": true,
575
+ "static_value": 0.0,
576
+ "uncertainty_description": {
577
+ "type": "triangle_uncertain",
578
+ "attributes": [
579
+ {
580
+ "name": "lower_bounds",
581
+ "value": -20.0
582
+ },
583
+ {
584
+ "name": "upper_bounds",
585
+ "value": 30.0
586
+ },
587
+ {
588
+ "name": "modes",
589
+ "value": 0.0
590
+ },
591
+ {
592
+ "name": "delta_x",
593
+ "value": null
594
+ },
595
+ {
596
+ "name": "stddev",
597
+ "value": null
598
+ }
599
+ ]
600
+ },
601
+ "workflow_index": 0
602
+ }
603
+ ],
604
+ "workflow_index": 1
605
+ },
606
+ {
607
+ "name": "reducespaceinfiltrationbypercentage",
608
+ "display_name": "ReduceSpaceInfiltrationByPercentage",
609
+ "measure_type": "RubyMeasure",
610
+ "measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
611
+ "measure_definition_directory": "./spec/files/measures/ExampleMeasure",
612
+ "measure_definition_display_name": "ReduceSpaceInfiltrationByPercentage",
613
+ "measure_definition_name": "reducespaceinfiltrationbypercentage",
614
+ "measure_definition_name_xml": null,
615
+ "measure_definition_uuid": "89a927cc-2771-4ff1-9d51-8fd5ec592c0e",
616
+ "measure_definition_version_uuid": "8727f209-d975-4178-93a7-a4c117df8036",
617
+ "arguments": [
618
+ {
619
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
620
+ "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
621
+ "name": "space_type",
622
+ "value_type": "string",
623
+ "default_value": "*Entire Building*",
624
+ "value": "*Entire Building*"
625
+ },
626
+ {
627
+ "display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
628
+ "display_name_short": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
629
+ "name": "material_and_installation_cost",
630
+ "value_type": "double",
631
+ "default_value": 0.0,
632
+ "value": 0.0
633
+ },
634
+ {
635
+ "display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
636
+ "display_name_short": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
637
+ "name": "om_cost",
638
+ "value_type": "double",
639
+ "default_value": 0.0,
640
+ "value": 0.0
641
+ },
642
+ {
643
+ "display_name": "O & M Frequency (whole years).",
644
+ "display_name_short": "O & M Frequency (whole years).",
645
+ "name": "om_frequency",
646
+ "value_type": "integer",
647
+ "default_value": 1,
648
+ "value": 1
649
+ }
650
+ ],
651
+ "variables": [
652
+ {
653
+ "argument": {
654
+ "display_name": "Space Infiltration Power Reduction",
655
+ "display_name_short": "Space Infiltration Power Reduction",
656
+ "name": "space_infiltration_reduction_percent",
657
+ "value_type": "double",
658
+ "default_value": 0.0,
659
+ "value": 0.0
660
+ },
661
+ "display_name": "Space Infiltration Power Reduction",
662
+ "display_name_short": "Space Infiltration Power Reduction",
663
+ "units": null,
664
+ "minimum": -100.0,
665
+ "maximum": 1.0,
666
+ "relation_to_output": null,
667
+ "uuid": "dd18bd49-a179-41aa-9adf-3bebd86c5d11",
668
+ "version_uuid": "f2df60da-121a-47e6-8aef-8bfcceee13fd",
669
+ "variable": true,
670
+ "static_value": 0.0,
671
+ "uncertainty_description": {
672
+ "type": "uniform_uncertain",
673
+ "attributes": [
674
+ {
675
+ "name": "lower_bounds",
676
+ "value": -100.0
677
+ },
678
+ {
679
+ "name": "upper_bounds",
680
+ "value": 1.0
681
+ },
682
+ {
683
+ "name": "modes",
684
+ "value": -50.0
685
+ }
686
+ ]
687
+ },
688
+ "workflow_index": 0
689
+ }
690
+ ],
691
+ "workflow_index": 2
692
+ },
693
+ {
694
+ "name": "adjust_thermostat_setpoints_by_degrees",
695
+ "display_name": "Adjust Thermostat Setpoints by Degrees",
696
+ "measure_type": "RubyMeasure",
697
+ "measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
698
+ "measure_definition_directory": "./spec/files/measures/ExampleMeasure",
699
+ "measure_definition_display_name": "Adjust Thermostat Setpoints by Degrees",
700
+ "measure_definition_name": "adjust_thermostat_setpoints_by_degrees",
701
+ "measure_definition_name_xml": null,
702
+ "measure_definition_uuid": "7e3bf784-9f56-44e8-bb5c-bd2812d25dc9",
703
+ "measure_definition_version_uuid": "32f8fc80-f414-4143-a1ea-c9b81c6f9a26",
704
+ "arguments": [
705
+ {
706
+ "display_name": "Alter Design Day Thermostats?",
707
+ "display_name_short": "Alter Design Day Thermostats?",
708
+ "name": "alter_design_days",
709
+ "value_type": "bool",
710
+ "default_value": false,
711
+ "value": false
712
+ }
713
+ ],
714
+ "variables": [
715
+ {
716
+ "argument": {
717
+ "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
718
+ "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
719
+ "name": "cooling_adjustment",
720
+ "value_type": "double",
721
+ "default_value": 1.0,
722
+ "value": 1.0
723
+ },
724
+ "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
725
+ "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
726
+ "units": null,
727
+ "minimum": -2.0,
728
+ "maximum": 2.0,
729
+ "relation_to_output": null,
730
+ "uuid": "e6d486d3-1faf-41d0-8303-dc8ff7719aae",
731
+ "version_uuid": "75e6eb49-7830-4e64-8d70-83291c525085",
732
+ "variable": true,
733
+ "static_value": 1.0,
734
+ "uncertainty_description": {
735
+ "type": "uniform_uncertain",
736
+ "attributes": [
737
+ {
738
+ "name": "lower_bounds",
739
+ "value": -2.0
740
+ },
741
+ {
742
+ "name": "upper_bounds",
743
+ "value": 2.0
744
+ },
745
+ {
746
+ "name": "modes",
747
+ "value": 0.0
748
+ }
749
+ ]
750
+ },
751
+ "workflow_index": 0
752
+ },
753
+ {
754
+ "argument": {
755
+ "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
756
+ "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
757
+ "name": "heating_adjustment",
758
+ "value_type": "double",
759
+ "default_value": -1.0,
760
+ "value": -1.0
761
+ },
762
+ "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
763
+ "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
764
+ "units": null,
765
+ "minimum": -2.0,
766
+ "maximum": 2.0,
767
+ "relation_to_output": null,
768
+ "uuid": "5e706c7d-dc04-4707-bd27-586459694a32",
769
+ "version_uuid": "064f0a92-7ef5-48f2-a916-baf5c4dca815",
770
+ "variable": true,
771
+ "static_value": -1.0,
772
+ "uncertainty_description": {
773
+ "type": "uniform_uncertain",
774
+ "attributes": [
775
+ {
776
+ "name": "lower_bounds",
777
+ "value": -2.0
778
+ },
779
+ {
780
+ "name": "upper_bounds",
781
+ "value": 2.0
782
+ },
783
+ {
784
+ "name": "modes",
785
+ "value": 0.0
786
+ }
787
+ ]
788
+ },
789
+ "workflow_index": 1
790
+ }
791
+ ],
792
+ "workflow_index": 3
793
+ },
794
+ {
795
+ "name": "reduce_ventilation_by_percentage",
796
+ "display_name": "Reduce Ventilation By Percentage",
797
+ "measure_type": "RubyMeasure",
798
+ "measure_definition_class_name": "ReduceVentilationByPercentage",
799
+ "measure_definition_directory": "./spec/files/measures/ExampleMeasure",
800
+ "measure_definition_display_name": "Reduce Ventilation By Percentage",
801
+ "measure_definition_name": "reduce_ventilation_by_percentage",
802
+ "measure_definition_name_xml": null,
803
+ "measure_definition_uuid": "8759c8d5-f214-46bc-803a-39cd160fb59a",
804
+ "measure_definition_version_uuid": "4757a108-67bf-4293-8209-14a49d08cde5",
805
+ "arguments": [
806
+ {
807
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
808
+ "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
809
+ "name": "space_type",
810
+ "value_type": "string",
811
+ "default_value": "*Entire Building*",
812
+ "value": "*Entire Building*"
813
+ }
814
+ ],
815
+ "variables": [
816
+ {
817
+ "argument": {
818
+ "display_name": "Design Specification Outdoor Air Reduction (%).",
819
+ "display_name_short": "Design Specification Outdoor Air Reduction (%).",
820
+ "name": "design_spec_outdoor_air_reduction_percent",
821
+ "value_type": "double",
822
+ "default_value": 0.0,
823
+ "value": 0.0
824
+ },
825
+ "display_name": "Design Specification Outdoor Air Reduction (%).",
826
+ "display_name_short": "Design Specification Outdoor Air Reduction (%).",
827
+ "units": null,
828
+ "minimum": -90.0,
829
+ "maximum": 90.0,
830
+ "relation_to_output": null,
831
+ "uuid": "46b13432-4549-4c7e-866c-92d91d54b588",
832
+ "version_uuid": "0fa47ee1-67bf-4894-9b6e-fa439124e98e",
833
+ "variable": true,
834
+ "static_value": 0.0,
835
+ "uncertainty_description": {
836
+ "type": "triangle_uncertain",
837
+ "attributes": [
838
+ {
839
+ "name": "lower_bounds",
840
+ "value": -90.0
841
+ },
842
+ {
843
+ "name": "upper_bounds",
844
+ "value": 90.0
845
+ },
846
+ {
847
+ "name": "modes",
848
+ "value": -1.0
849
+ },
850
+ {
851
+ "name": "delta_x",
852
+ "value": null
853
+ },
854
+ {
855
+ "name": "stddev",
856
+ "value": null
857
+ }
858
+ ]
859
+ },
860
+ "workflow_index": 0
861
+ }
862
+ ],
863
+ "workflow_index": 4
864
+ },
865
+ {
866
+ "name": "enable_economizer_control",
867
+ "display_name": "Enable Economizer Control",
868
+ "measure_type": "RubyMeasure",
869
+ "measure_definition_class_name": "EnableEconomizerControl",
870
+ "measure_definition_directory": "./spec/files/measures/ExampleMeasure",
871
+ "measure_definition_display_name": "Enable Economizer Control",
872
+ "measure_definition_name": "enable_economizer_control",
873
+ "measure_definition_name_xml": null,
874
+ "measure_definition_uuid": "a41b5c39-a596-4d87-bd24-55b5955bc41d",
875
+ "measure_definition_version_uuid": "47953d77-992b-4a60-999a-89225ac95771",
876
+ "arguments": [
877
+ {
878
+ "display_name": "Choose an Air Loop to Alter.",
879
+ "display_name_short": "Choose an Air Loop to Alter.",
880
+ "name": "object",
881
+ "value_type": "string",
882
+ "default_value": "*All Air Loops*",
883
+ "value": "*All Air Loops*"
884
+ },
885
+ {
886
+ "display_name": "Economizer Control Type.",
887
+ "display_name_short": "Economizer Control Type.",
888
+ "name": "economizer_type",
889
+ "value_type": "string",
890
+ "default_value": "FixedDryBulb",
891
+ "value": "FixedDryBulb"
892
+ },
893
+ {
894
+ "display_name": "Economizer Maximum Enthalpy (Btu/lb).",
895
+ "display_name_short": "Economizer Maximum Enthalpy (Btu/lb).",
896
+ "name": "econoMaxEnthalpy",
897
+ "value_type": "double",
898
+ "default_value": 28.0,
899
+ "value": 28.0
900
+ },
901
+ {
902
+ "display_name": "Economizer Maximum Limit Dewpoint Temperature (F).",
903
+ "display_name_short": "Economizer Maximum Limit Dewpoint Temperature (F).",
904
+ "name": "econoMaxDewpointTemp",
905
+ "value_type": "double",
906
+ "default_value": 55.0,
907
+ "value": 55.0
908
+ },
909
+ {
910
+ "display_name": "Economizer Minimum Limit Dry-Bulb Temperature (F).",
911
+ "display_name_short": "Economizer Minimum Limit Dry-Bulb Temperature (F).",
912
+ "name": "econoMinDryBulbTemp",
913
+ "value_type": "double",
914
+ "default_value": -148.0,
915
+ "value": -148.0
916
+ },
917
+ {
918
+ "display_name": "Remove Baseline Costs From Effected AirLoopHVACOutdoorAirSystems?",
919
+ "display_name_short": "Remove Baseline Costs From Effected AirLoopHVACOutdoorAirSystems?",
920
+ "name": "remove_costs",
921
+ "value_type": "bool",
922
+ "default_value": false,
923
+ "value": false
924
+ },
925
+ {
926
+ "display_name": "Material and Installation Costs per Air Loop to Enable Economizer ($).",
927
+ "display_name_short": "Material and Installation Costs per Air Loop to Enable Economizer ($).",
928
+ "name": "material_cost",
929
+ "value_type": "double",
930
+ "default_value": 0.0,
931
+ "value": 0.0
932
+ },
933
+ {
934
+ "display_name": "Demolition Costs per Air Loop to Enable Economizer ($).",
935
+ "display_name_short": "Demolition Costs per Air Loop to Enable Economizer ($).",
936
+ "name": "demolition_cost",
937
+ "value_type": "double",
938
+ "default_value": 0.0,
939
+ "value": 0.0
940
+ },
941
+ {
942
+ "display_name": "Years Until Costs Start (whole years).",
943
+ "display_name_short": "Years Until Costs Start (whole years).",
944
+ "name": "years_until_costs_start",
945
+ "value_type": "integer",
946
+ "default_value": 0,
947
+ "value": 0
948
+ },
949
+ {
950
+ "display_name": "Demolition Costs Occur During Initial Construction?",
951
+ "display_name_short": "Demolition Costs Occur During Initial Construction?",
952
+ "name": "demo_cost_initial_const",
953
+ "value_type": "bool",
954
+ "default_value": false,
955
+ "value": false
956
+ },
957
+ {
958
+ "display_name": "Expected Life (whole years).",
959
+ "display_name_short": "Expected Life (whole years).",
960
+ "name": "expected_life",
961
+ "value_type": "integer",
962
+ "default_value": 20,
963
+ "value": 20
964
+ },
965
+ {
966
+ "display_name": "O & M Costs per Air Loop for Economizer ($).",
967
+ "display_name_short": "O & M Costs per Air Loop for Economizer ($).",
968
+ "name": "om_cost",
969
+ "value_type": "double",
970
+ "default_value": 0.0,
971
+ "value": 0.0
972
+ },
973
+ {
974
+ "display_name": "O & M Frequency (whole years).",
975
+ "display_name_short": "O & M Frequency (whole years).",
976
+ "name": "om_frequency",
977
+ "value_type": "integer",
978
+ "default_value": 1,
979
+ "value": 1
980
+ }
981
+ ],
982
+ "variables": [
983
+ {
984
+ "argument": {
985
+ "display_name": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
986
+ "display_name_short": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
987
+ "name": "econoMaxDryBulbTemp",
988
+ "value_type": "double",
989
+ "default_value": 79.0,
990
+ "value": 79.0
991
+ },
992
+ "display_name": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
993
+ "display_name_short": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
994
+ "units": null,
995
+ "minimum": 76.0,
996
+ "maximum": 80.0,
997
+ "relation_to_output": null,
998
+ "uuid": "a4da7d41-874c-4c40-92d4-764c7c46f170",
999
+ "version_uuid": "1e87f0c8-47c2-490a-b427-ec5579cf2812",
1000
+ "variable": true,
1001
+ "static_value": 79.0,
1002
+ "uncertainty_description": {
1003
+ "type": "triangle_uncertain",
1004
+ "attributes": [
1005
+ {
1006
+ "name": "lower_bounds",
1007
+ "value": 76.0
1008
+ },
1009
+ {
1010
+ "name": "upper_bounds",
1011
+ "value": 80.0
1012
+ },
1013
+ {
1014
+ "name": "modes",
1015
+ "value": 78.0
1016
+ },
1017
+ {
1018
+ "name": "delta_x",
1019
+ "value": null
1020
+ },
1021
+ {
1022
+ "name": "stddev",
1023
+ "value": null
1024
+ }
1025
+ ]
1026
+ },
1027
+ "workflow_index": 0
1028
+ }
1029
+ ],
1030
+ "workflow_index": 5
1031
+ },
1032
+ {
1033
+ "name": "set_boiler_thermal_efficiency",
1034
+ "display_name": "Set Boiler Thermal Efficiency",
1035
+ "measure_type": "RubyMeasure",
1036
+ "measure_definition_class_name": "SetBoilerThermalEfficiency",
1037
+ "measure_definition_directory": "./spec/files/measures/ExampleMeasure",
1038
+ "measure_definition_display_name": "Set Boiler Thermal Efficiency",
1039
+ "measure_definition_name": "set_boiler_thermal_efficiency",
1040
+ "measure_definition_name_xml": null,
1041
+ "measure_definition_uuid": "9e97c25f-36b8-43dd-8c4e-783c4a5c25d4",
1042
+ "measure_definition_version_uuid": "d81f2914-7a6d-4f1a-9387-ad3e10e7dc95",
1043
+ "arguments": [
1044
+ {
1045
+ "display_name": "Apply the measure to",
1046
+ "display_name_short": "Apply the measure to",
1047
+ "name": "boiler_widget",
1048
+ "value_type": "string",
1049
+ "default_value": "*All boilers*",
1050
+ "value": "*All boilers*"
1051
+ },
1052
+ {
1053
+ "display_name": "Option 1, set boiler nominal thermal efficiency to a user defined value",
1054
+ "display_name_short": "Option 1, set boiler nominal thermal efficiency to a user defined value",
1055
+ "name": "input_option_manual",
1056
+ "value_type": "bool",
1057
+ "default_value": true,
1058
+ "value": true
1059
+ },
1060
+ {
1061
+ "display_name": "Option 2, set boiler nominal thermal efficiency based on ASHRAE Standard 90.1 requirement",
1062
+ "display_name_short": "Option 2, set boiler nominal thermal efficiency based on ASHRAE Standard 90.1 requirement",
1063
+ "name": "input_option_standard",
1064
+ "value_type": "bool",
1065
+ "default_value": false,
1066
+ "value": false
1067
+ },
1068
+ {
1069
+ "display_name": "Boiler nominal capacity [W]",
1070
+ "display_name_short": "Boiler nominal capacity [W]",
1071
+ "name": "nominal_capacity",
1072
+ "value_type": "double",
1073
+ "default_value": 0.0,
1074
+ "value": 0.0
1075
+ },
1076
+ {
1077
+ "display_name": "Fuel type",
1078
+ "display_name_short": "Fuel type",
1079
+ "name": "fuel_type_widget",
1080
+ "value_type": "string",
1081
+ "default_value": "0.0",
1082
+ "value": "0.0"
1083
+ },
1084
+ {
1085
+ "display_name": "ASHRAE Standards 90.1",
1086
+ "display_name_short": "ASHRAE Standards 90.1",
1087
+ "name": "standards_widget",
1088
+ "value_type": "string",
1089
+ "default_value": "0.0",
1090
+ "value": "0.0"
1091
+ }
1092
+ ],
1093
+ "variables": [
1094
+ {
1095
+ "argument": {
1096
+ "display_name": "Boiler nominal thermal efficiency (between 0 and 1)",
1097
+ "display_name_short": "Boiler nominal thermal efficiency (between 0 and 1)",
1098
+ "name": "boiler_thermal_efficiency",
1099
+ "value_type": "double",
1100
+ "default_value": 0.8,
1101
+ "value": 0.8
1102
+ },
1103
+ "display_name": "Boiler nominal thermal efficiency (between 0 and 1)",
1104
+ "display_name_short": "Boiler nominal thermal efficiency (between 0 and 1)",
1105
+ "units": null,
1106
+ "minimum": 0.5,
1107
+ "maximum": 0.9,
1108
+ "relation_to_output": null,
1109
+ "uuid": "0ac1b78e-39b0-4343-adfd-9eb43ea61ccc",
1110
+ "version_uuid": "ba69a85f-5ff1-4ab6-b0e8-265d4894db8b",
1111
+ "variable": true,
1112
+ "static_value": 0.8,
1113
+ "uncertainty_description": {
1114
+ "type": "triangle_uncertain",
1115
+ "attributes": [
1116
+ {
1117
+ "name": "lower_bounds",
1118
+ "value": 0.5
1119
+ },
1120
+ {
1121
+ "name": "upper_bounds",
1122
+ "value": 0.9
1123
+ },
1124
+ {
1125
+ "name": "modes",
1126
+ "value": 0.75
1127
+ },
1128
+ {
1129
+ "name": "delta_x",
1130
+ "value": null
1131
+ },
1132
+ {
1133
+ "name": "stddev",
1134
+ "value": null
1135
+ }
1136
+ ]
1137
+ },
1138
+ "workflow_index": 0
1139
+ }
1140
+ ],
1141
+ "workflow_index": 6
1142
+ },
1143
+ {
1144
+ "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
1145
+ "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
1146
+ "measure_type": "RubyMeasure",
1147
+ "measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
1148
+ "measure_definition_directory": "./spec/files/measures/ExampleMeasure",
1149
+ "measure_definition_display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
1150
+ "measure_definition_name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
1151
+ "measure_definition_name_xml": null,
1152
+ "measure_definition_uuid": "ebc1f763-8b5e-41a5-bc71-b1c6d9ea440e",
1153
+ "measure_definition_version_uuid": "c9c3bb53-b9ad-4ee8-accf-ca7082e0e06d",
1154
+ "arguments": [
1155
+ {
1156
+ "display_name": "Allow both increase and decrease in R-value to reach requested target?",
1157
+ "display_name_short": "Allow both increase and decrease in R-value to reach requested target?",
1158
+ "name": "allow_reduction",
1159
+ "value_type": "bool",
1160
+ "default_value": true,
1161
+ "value": true
1162
+ },
1163
+ {
1164
+ "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
1165
+ "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
1166
+ "name": "material_cost_increase_ip",
1167
+ "value_type": "double",
1168
+ "default_value": 0.0,
1169
+ "value": 0.0
1170
+ },
1171
+ {
1172
+ "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
1173
+ "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
1174
+ "name": "one_time_retrofit_cost_ip",
1175
+ "value_type": "double",
1176
+ "default_value": 0.0,
1177
+ "value": 0.0
1178
+ },
1179
+ {
1180
+ "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
1181
+ "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
1182
+ "name": "years_until_retrofit_cost",
1183
+ "value_type": "integer",
1184
+ "default_value": 0,
1185
+ "value": 0
1186
+ }
1187
+ ],
1188
+ "variables": [
1189
+ {
1190
+ "argument": {
1191
+ "display_name": "Insulation R-value (ft^2*h*R/Btu).",
1192
+ "display_name_short": "Insulation R-value (ft^2*h*R/Btu).",
1193
+ "name": "r_value",
1194
+ "value_type": "double",
1195
+ "default_value": 5.0,
1196
+ "value": 5.0
1197
+ },
1198
+ "display_name": "Insulation R-value (ft^2*h*R/Btu).",
1199
+ "display_name_short": "Insulation R-value (ft^2*h*R/Btu).",
1200
+ "units": null,
1201
+ "minimum": 1.0,
1202
+ "maximum": 5.0,
1203
+ "relation_to_output": null,
1204
+ "uuid": "cea1c810-7360-4e52-8d60-f05fdc6fa9e4",
1205
+ "version_uuid": "08d0a531-e457-4882-a59b-be5f920492ea",
1206
+ "variable": true,
1207
+ "static_value": 5.0,
1208
+ "uncertainty_description": {
1209
+ "type": "triangle_uncertain",
1210
+ "attributes": [
1211
+ {
1212
+ "name": "lower_bounds",
1213
+ "value": 1.0
1214
+ },
1215
+ {
1216
+ "name": "upper_bounds",
1217
+ "value": 5.0
1218
+ },
1219
+ {
1220
+ "name": "modes",
1221
+ "value": 2.5
1222
+ },
1223
+ {
1224
+ "name": "delta_x",
1225
+ "value": null
1226
+ },
1227
+ {
1228
+ "name": "stddev",
1229
+ "value": null
1230
+ }
1231
+ ]
1232
+ },
1233
+ "workflow_index": 0
1234
+ }
1235
+ ],
1236
+ "workflow_index": 7
1237
+ },
1238
+ {
1239
+ "name": "setchillercop",
1240
+ "display_name": "SetChillerCOP",
1241
+ "measure_type": "RubyMeasure",
1242
+ "measure_definition_class_name": "SetChillerCOP",
1243
+ "measure_definition_directory": "./spec/files/measures/ExampleMeasure",
1244
+ "measure_definition_display_name": "SetChillerCOP",
1245
+ "measure_definition_name": "setchillercop",
1246
+ "measure_definition_name_xml": null,
1247
+ "measure_definition_uuid": "e6993a66-83dd-4965-9509-7c59dc3266ee",
1248
+ "measure_definition_version_uuid": "4f137d4f-a972-4ded-8a23-d92ebcf34905",
1249
+ "arguments": [
1250
+ {
1251
+ "display_name": "Apply the measure to",
1252
+ "display_name_short": "Apply the measure to",
1253
+ "name": "chiller_widget",
1254
+ "value_type": "string",
1255
+ "default_value": "*All chillers*",
1256
+ "value": "*All chillers*"
1257
+ }
1258
+ ],
1259
+ "variables": [
1260
+ {
1261
+ "argument": {
1262
+ "display_name": "Chiller Rated COP (more than 0)",
1263
+ "display_name_short": "Chiller Rated COP (more than 0)",
1264
+ "name": "chiller_thermal_efficiency",
1265
+ "value_type": "double",
1266
+ "default_value": 3.0,
1267
+ "value": 3.0
1268
+ },
1269
+ "display_name": "Chiller Rated COP (more than 0)",
1270
+ "display_name_short": "Chiller Rated COP (more than 0)",
1271
+ "units": null,
1272
+ "minimum": 2.5,
1273
+ "maximum": 5.5,
1274
+ "relation_to_output": null,
1275
+ "uuid": "36476ad0-4f5b-45ea-a20e-e34f5401dcf9",
1276
+ "version_uuid": "b8b035b4-337d-4f59-a1af-e1a057296133",
1277
+ "variable": true,
1278
+ "static_value": 3.0,
1279
+ "uncertainty_description": {
1280
+ "type": "triangle_uncertain",
1281
+ "attributes": [
1282
+ {
1283
+ "name": "lower_bounds",
1284
+ "value": 2.5
1285
+ },
1286
+ {
1287
+ "name": "upper_bounds",
1288
+ "value": 5.5
1289
+ },
1290
+ {
1291
+ "name": "modes",
1292
+ "value": 3.5
1293
+ },
1294
+ {
1295
+ "name": "delta_x",
1296
+ "value": null
1297
+ },
1298
+ {
1299
+ "name": "stddev",
1300
+ "value": null
1301
+ }
1302
+ ]
1303
+ },
1304
+ "workflow_index": 0
1305
+ }
1306
+ ],
1307
+ "workflow_index": 8
1308
+ },
1309
+ {
1310
+ "name": "set_heating_and_cooling_sizing_factors",
1311
+ "display_name": "Set Heating and Cooling Sizing Factors",
1312
+ "measure_type": "RubyMeasure",
1313
+ "measure_definition_class_name": "SetHeatingandCoolingSizingFactors",
1314
+ "measure_definition_directory": "./spec/files/measures/ExampleMeasure",
1315
+ "measure_definition_display_name": "Set Heating and Cooling Sizing Factors",
1316
+ "measure_definition_name": "set_heating_and_cooling_sizing_factors",
1317
+ "measure_definition_name_xml": null,
1318
+ "measure_definition_uuid": "d2b9737f-c636-4638-b46e-f572fcc1177d",
1319
+ "measure_definition_version_uuid": "d695d63d-902f-4164-895a-044d6d9cab5d",
1320
+ "arguments": [
1321
+
1322
+ ],
1323
+ "variables": [
1324
+ {
1325
+ "argument": {
1326
+ "display_name": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1327
+ "display_name_short": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1328
+ "name": "htg_sz_factor",
1329
+ "value_type": "double",
1330
+ "default_value": 1.25,
1331
+ "value": 1.25
1332
+ },
1333
+ "display_name": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1334
+ "display_name_short": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1335
+ "units": null,
1336
+ "minimum": 1.0,
1337
+ "maximum": 1.5,
1338
+ "relation_to_output": null,
1339
+ "uuid": "dabaf13d-986b-4759-9cac-50b643b757a5",
1340
+ "version_uuid": "3c729248-1145-42d5-9488-717b7db8690e",
1341
+ "variable": true,
1342
+ "static_value": 1.25,
1343
+ "uncertainty_description": {
1344
+ "type": "triangle_uncertain",
1345
+ "attributes": [
1346
+ {
1347
+ "name": "lower_bounds",
1348
+ "value": 1.0
1349
+ },
1350
+ {
1351
+ "name": "upper_bounds",
1352
+ "value": 1.5
1353
+ },
1354
+ {
1355
+ "name": "modes",
1356
+ "value": 1.25
1357
+ },
1358
+ {
1359
+ "name": "delta_x",
1360
+ "value": null
1361
+ },
1362
+ {
1363
+ "name": "stddev",
1364
+ "value": null
1365
+ }
1366
+ ]
1367
+ },
1368
+ "workflow_index": 0
1369
+ },
1370
+ {
1371
+ "argument": {
1372
+ "display_name": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1373
+ "display_name_short": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1374
+ "name": "clg_sz_factor",
1375
+ "value_type": "double",
1376
+ "default_value": 1.15,
1377
+ "value": 1.15
1378
+ },
1379
+ "display_name": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1380
+ "display_name_short": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1381
+ "units": null,
1382
+ "minimum": 1.0,
1383
+ "maximum": 1.5,
1384
+ "relation_to_output": null,
1385
+ "uuid": "507918d4-5a8f-4a4c-a8ee-cfce5c5dfd86",
1386
+ "version_uuid": "272365c0-0678-4fc4-947d-f971d2f79b8e",
1387
+ "variable": true,
1388
+ "static_value": 1.15,
1389
+ "uncertainty_description": {
1390
+ "type": "triangle_uncertain",
1391
+ "attributes": [
1392
+ {
1393
+ "name": "lower_bounds",
1394
+ "value": 1.0
1395
+ },
1396
+ {
1397
+ "name": "upper_bounds",
1398
+ "value": 1.5
1399
+ },
1400
+ {
1401
+ "name": "modes",
1402
+ "value": 1.15
1403
+ },
1404
+ {
1405
+ "name": "delta_x",
1406
+ "value": null
1407
+ },
1408
+ {
1409
+ "name": "stddev",
1410
+ "value": null
1411
+ }
1412
+ ]
1413
+ },
1414
+ "workflow_index": 1
1415
+ }
1416
+ ],
1417
+ "workflow_index": 9
1418
+ },
1419
+ {
1420
+ "name": "set_chilled_water_loop_temperature",
1421
+ "display_name": "Set Chilled Water Loop Temperature",
1422
+ "measure_type": "RubyMeasure",
1423
+ "measure_definition_class_name": "SetChilledWaterLoopTemperature",
1424
+ "measure_definition_directory": "./spec/files/measures/ExampleMeasure",
1425
+ "measure_definition_display_name": "Set Chilled Water Loop Temperature",
1426
+ "measure_definition_name": "set_chilled_water_loop_temperature",
1427
+ "measure_definition_name_xml": null,
1428
+ "measure_definition_uuid": "5ad68424-2ed1-4628-8828-123c2d78db43",
1429
+ "measure_definition_version_uuid": "34da9f98-aea4-48aa-b528-9d77ea8dffbd",
1430
+ "arguments": [
1431
+
1432
+ ],
1433
+ "variables": [
1434
+ {
1435
+ "argument": {
1436
+ "display_name": "Desired chilled water setpoint (F)",
1437
+ "display_name_short": "Desired chilled water setpoint (F)",
1438
+ "name": "cw_temp_f",
1439
+ "value_type": "double",
1440
+ "default_value": 44.0,
1441
+ "value": 44.0
1442
+ },
1443
+ "display_name": "Desired chilled water setpoint (F)",
1444
+ "display_name_short": "Desired chilled water setpoint (F)",
1445
+ "units": null,
1446
+ "minimum": 42.0,
1447
+ "maximum": 46.0,
1448
+ "relation_to_output": null,
1449
+ "uuid": "46b45076-ae35-4c97-9dc7-7c248115cac7",
1450
+ "version_uuid": "fc3b6c45-8af2-4875-95ae-fca8511bb5b0",
1451
+ "variable": true,
1452
+ "static_value": 44.0,
1453
+ "uncertainty_description": {
1454
+ "type": "triangle_uncertain",
1455
+ "attributes": [
1456
+ {
1457
+ "name": "lower_bounds",
1458
+ "value": 42.0
1459
+ },
1460
+ {
1461
+ "name": "upper_bounds",
1462
+ "value": 46.0
1463
+ },
1464
+ {
1465
+ "name": "modes",
1466
+ "value": 44.0
1467
+ },
1468
+ {
1469
+ "name": "delta_x",
1470
+ "value": null
1471
+ },
1472
+ {
1473
+ "name": "stddev",
1474
+ "value": null
1475
+ }
1476
+ ]
1477
+ },
1478
+ "workflow_index": 0
1479
+ }
1480
+ ],
1481
+ "workflow_index": 10
1482
+ },
1483
+ {
1484
+ "name": "set_hot_water_loop_temperature",
1485
+ "display_name": "Set Hot Water Loop Temperature",
1486
+ "measure_type": "RubyMeasure",
1487
+ "measure_definition_class_name": "SetHotWaterLoopTemperature",
1488
+ "measure_definition_directory": "./spec/files/measures/ExampleMeasure",
1489
+ "measure_definition_display_name": "Set Hot Water Loop Temperature",
1490
+ "measure_definition_name": "set_hot_water_loop_temperature",
1491
+ "measure_definition_name_xml": null,
1492
+ "measure_definition_uuid": "a6febce8-8a3e-4ef7-85a5-f84f7c09c510",
1493
+ "measure_definition_version_uuid": "b6df0cb1-fadc-4db7-bea2-eaeed8b78bef",
1494
+ "arguments": [
1495
+
1496
+ ],
1497
+ "variables": [
1498
+ {
1499
+ "argument": {
1500
+ "display_name": "Desired hot water setpoint (F)",
1501
+ "display_name_short": "Desired hot water setpoint (F)",
1502
+ "name": "hw_temp_f",
1503
+ "value_type": "double",
1504
+ "default_value": 120.0,
1505
+ "value": 120.0
1506
+ },
1507
+ "display_name": "Desired hot water setpoint (F)",
1508
+ "display_name_short": "Desired hot water setpoint (F)",
1509
+ "units": null,
1510
+ "minimum": 118.0,
1511
+ "maximum": 122.0,
1512
+ "relation_to_output": null,
1513
+ "uuid": "468d6335-1c2b-4b79-9268-2dd0d7eaccfa",
1514
+ "version_uuid": "a0ad00e3-ad8e-44ea-adae-c9bb81e2a2c2",
1515
+ "variable": true,
1516
+ "static_value": 120.0,
1517
+ "uncertainty_description": {
1518
+ "type": "triangle_uncertain",
1519
+ "attributes": [
1520
+ {
1521
+ "name": "lower_bounds",
1522
+ "value": 118.0
1523
+ },
1524
+ {
1525
+ "name": "upper_bounds",
1526
+ "value": 122.0
1527
+ },
1528
+ {
1529
+ "name": "modes",
1530
+ "value": 120.0
1531
+ },
1532
+ {
1533
+ "name": "delta_x",
1534
+ "value": null
1535
+ },
1536
+ {
1537
+ "name": "stddev",
1538
+ "value": null
1539
+ }
1540
+ ]
1541
+ },
1542
+ "workflow_index": 0
1543
+ }
1544
+ ],
1545
+ "workflow_index": 11
1546
+ },
1547
+ {
1548
+ "name": "set_minimum_vav_terminal_flow_fraction",
1549
+ "display_name": "Set Minimum VAV Terminal Flow Fraction",
1550
+ "measure_type": "RubyMeasure",
1551
+ "measure_definition_class_name": "SetMinimumVAVTerminalFlowFraction",
1552
+ "measure_definition_directory": "./spec/files/measures/ExampleMeasure",
1553
+ "measure_definition_display_name": "Set Minimum VAV Terminal Flow Fraction",
1554
+ "measure_definition_name": "set_minimum_vav_terminal_flow_fraction",
1555
+ "measure_definition_name_xml": null,
1556
+ "measure_definition_uuid": "7bdc66d7-c057-4d50-a16f-26fcc4466c63",
1557
+ "measure_definition_version_uuid": "ed04cbe4-c883-44ee-abc4-11866278a9eb",
1558
+ "arguments": [
1559
+
1560
+ ],
1561
+ "variables": [
1562
+ {
1563
+ "argument": {
1564
+ "display_name": "Minimum VAV Terminal Flow Fraction (%)",
1565
+ "display_name_short": "Minimum VAV Terminal Flow Fraction (%)",
1566
+ "name": "min_vav_frac",
1567
+ "value_type": "double",
1568
+ "default_value": 30.0,
1569
+ "value": 30.0
1570
+ },
1571
+ "display_name": "Minimum VAV Terminal Flow Fraction (%)",
1572
+ "display_name_short": "Minimum VAV Terminal Flow Fraction (%)",
1573
+ "units": null,
1574
+ "minimum": 0.0,
1575
+ "maximum": 60.0,
1576
+ "relation_to_output": null,
1577
+ "uuid": "f2624f07-55f9-4f3f-bd20-a262109a267c",
1578
+ "version_uuid": "c76d40b4-fb12-40cc-97c7-3651c9e62667",
1579
+ "variable": true,
1580
+ "static_value": 30.0,
1581
+ "uncertainty_description": {
1582
+ "type": "triangle_uncertain",
1583
+ "attributes": [
1584
+ {
1585
+ "name": "lower_bounds",
1586
+ "value": 0.0
1587
+ },
1588
+ {
1589
+ "name": "upper_bounds",
1590
+ "value": 60.0
1591
+ },
1592
+ {
1593
+ "name": "modes",
1594
+ "value": 30.0
1595
+ },
1596
+ {
1597
+ "name": "delta_x",
1598
+ "value": null
1599
+ },
1600
+ {
1601
+ "name": "stddev",
1602
+ "value": null
1603
+ }
1604
+ ]
1605
+ },
1606
+ "workflow_index": 0
1607
+ }
1608
+ ],
1609
+ "workflow_index": 12
1610
+ },
1611
+ {
1612
+ "name": "modify_energyplus_fan_varaible_volume_objects",
1613
+ "display_name": "Modify EnergyPlus Fan Varaible Volume Objects",
1614
+ "measure_type": "EnergyPlusMeasure",
1615
+ "measure_definition_class_name": "ModifyEnergyPlusFanVariableVolumeObjects",
1616
+ "measure_definition_directory": "./spec/files/measures/ExampleMeasure",
1617
+ "measure_definition_display_name": "Modify EnergyPlus Fan Varaible Volume Objects",
1618
+ "measure_definition_name": "modify_energyplus_fan_varaible_volume_objects",
1619
+ "measure_definition_name_xml": null,
1620
+ "measure_definition_uuid": "0f97aa33-ef1a-4d25-b2e8-f893db7fb26e",
1621
+ "measure_definition_version_uuid": "98dde283-9ad4-4829-a623-3d327a31d76e",
1622
+ "arguments": [
1623
+
1624
+ ],
1625
+ "variables": [
1626
+ {
1627
+ "argument": {
1628
+ "display_name": "Pressure Rise (Pa).",
1629
+ "display_name_short": "Pressure Rise (Pa).",
1630
+ "name": "pressureRise",
1631
+ "value_type": "double",
1632
+ "default_value": 500.0,
1633
+ "value": 500.0
1634
+ },
1635
+ "display_name": "Pressure Rise (Pa).",
1636
+ "display_name_short": "Pressure Rise (Pa).",
1637
+ "units": null,
1638
+ "minimum": 400.0,
1639
+ "maximum": 700.0,
1640
+ "relation_to_output": null,
1641
+ "uuid": "375d2a2a-0048-4c87-a013-ceebb0642d9c",
1642
+ "version_uuid": "c91b2647-b328-4678-99d2-bf8772e74b8a",
1643
+ "variable": true,
1644
+ "static_value": 500.0,
1645
+ "uncertainty_description": {
1646
+ "type": "triangle_uncertain",
1647
+ "attributes": [
1648
+ {
1649
+ "name": "lower_bounds",
1650
+ "value": 400.0
1651
+ },
1652
+ {
1653
+ "name": "upper_bounds",
1654
+ "value": 700.0
1655
+ },
1656
+ {
1657
+ "name": "modes",
1658
+ "value": 500.0
1659
+ },
1660
+ {
1661
+ "name": "delta_x",
1662
+ "value": 5.0
1663
+ },
1664
+ {
1665
+ "name": "stddev",
1666
+ "value": null
1667
+ }
1668
+ ]
1669
+ },
1670
+ "workflow_index": 0
1671
+ }
1672
+ ],
1673
+ "workflow_index": 13
1674
+ }
1675
+ ]
1676
+ },
1677
+ "seed": null,
1678
+ "weather_file": null,
1679
+ "file_format_version": 1
1680
+ }
1681
+ }