openstudio-analysis 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +19 -0
  3. data/.rubocop.yml +135 -0
  4. data/.travis.yml +6 -0
  5. data/CHANGELOG.md +5 -0
  6. data/Gemfile +11 -0
  7. data/LGPL-2.1.txt +502 -0
  8. data/LICENSE.txt +65 -0
  9. data/README.md +1 -1
  10. data/lib/openstudio/analysis/formulation.rb +15 -8
  11. data/lib/openstudio/analysis/server_api.rb +4 -6
  12. data/lib/openstudio/analysis/translator/excel.rb +1 -1
  13. data/lib/openstudio/analysis/version.rb +1 -1
  14. data/openstudio-analysis.gemspec +33 -0
  15. data/rubocop-todo.yml +246 -0
  16. data/spec/files/measures/NoMeasureRbFile/.gitkeep +0 -0
  17. data/spec/openstudio/formulation_spec.rb +36 -0
  18. data/spec/openstudio/hash_spec.rb +21 -0
  19. data/spec/spec_helper.rb +3 -0
  20. metadata +53 -169
  21. data/lib/openstudio/templates/analysis.json.erb +0 -20
  22. data/lib/openstudio/templates/argument.json.erb +0 -7
  23. data/lib/openstudio/templates/discrete_uncertain_variable.json.erb +0 -41
  24. data/lib/openstudio/templates/pivot_variable.json.erb +0 -32
  25. data/lib/openstudio/templates/uncertain_variable.json.erb +0 -45
  26. data/lib/openstudio/templates/workflow_item.json.erb +0 -16
  27. data/spec/files/analysis/example_analysis_api.json +0 -656
  28. data/spec/files/analysis/lhs_discrete_and_continuous_variables_api.json +0 -1230
  29. data/spec/files/analysis/medium_office.json +0 -1736
  30. data/spec/files/analysis/medium_office.zip +0 -0
  31. data/spec/files/analysis/name_goes_here.json +0 -1752
  32. data/spec/files/analysis/name_goes_here.zip +0 -0
  33. data/spec/files/analysis/name_goes_here_api.json +0 -1681
  34. data/spec/files/analysis/output_vars_api.json +0 -632
  35. data/spec/files/analysis/preflight_api.json +0 -1518
  36. data/spec/files/analysis/simple_test_api.json +0 -519
  37. data/spec/files/analysis/test_model_api.json +0 -493
  38. data/spec/files/export/analysis/0_1_09_outputvars.json +0 -678
  39. data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
  40. data/spec/files/export/analysis/0_3_0_dynamic_uuids.json +0 -1490
  41. data/spec/files/export/analysis/0_3_0_dynamic_uuids.zip +0 -0
  42. data/spec/files/export/analysis/0_3_0_outputs.json +0 -1490
  43. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  44. data/spec/files/export/analysis/0_3_3_short_names.json +0 -1517
  45. data/spec/files/export/analysis/0_3_3_short_names.zip +0 -0
  46. data/spec/files/export/analysis/0_3_5_multiple_measure_paths.json +0 -1537
  47. data/spec/files/export/analysis/0_3_5_multiple_measure_paths.zip +0 -0
  48. data/spec/files/export/analysis/0_3_7_worker_init_final.json +0 -1537
  49. data/spec/files/export/analysis/0_3_7_worker_init_final.zip +0 -0
  50. data/spec/files/export/analysis/example_analysis.json +0 -727
  51. data/spec/files/export/analysis/example_analysis.zip +0 -0
  52. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables.json +0 -1298
  53. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables.zip +0 -0
  54. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_f4a73fc4-0514-4033-b54d-d1c58c77c724.json +0 -1298
  55. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_f4a73fc4-0514-4033-b54d-d1c58c77c724.zip +0 -0
  56. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_model_-_1.json +0 -1298
  57. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_model_-_1.zip +0 -0
  58. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_something_else.json +0 -1298
  59. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_something_else.zip +0 -0
  60. data/spec/files/export/analysis/pivot_test.json +0 -1323
  61. data/spec/files/export/analysis/pivot_test.zip +0 -0
  62. data/spec/files/export/analysis/simple_test.json +0 -551
  63. data/spec/files/export/analysis/simple_test.zip +0 -0
  64. data/spec/files/export/analysis/test_model.json +0 -524
  65. data/spec/files/export/analysis/test_model.zip +0 -0
  66. data/spec/files/export/weather/weather_out.epw +0 -32
  67. data/spec/files/export/weather/weather_out_appended.epw +0 -56
  68. data/spec/files/export/workflow/analysis.json +0 -22
  69. data/spec/files/measures/ActualMeasureNoJson/measure.json +0 -25
  70. data/spec/reports/SPEC-OpenStudio-Analysis-Formulation.xml +0 -77
  71. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml +0 -5
  72. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +0 -5
  73. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +0 -3
  74. data/spec/reports/SPEC-OpenStudio-Analysis-SupportFiles.xml +0 -15
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +0 -31
  76. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +0 -24
  77. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +0 -11
  78. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +0 -5
  79. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +0 -5
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +0 -40
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +0 -11
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +0 -5
  83. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +0 -5
  84. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +0 -34
  85. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +0 -5
  86. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +0 -7
  87. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +0 -28
  88. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +0 -43
  89. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.xml +0 -53
  90. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.xml +0 -7
  91. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +0 -55
  92. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.xml +0 -54
  93. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml +0 -53
  94. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.0.xml +0 -60
  95. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.xml +0 -56
  96. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-4-0-multiple-seed-models.xml +0 -165
  97. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-4-0-pivot-test.xml +0 -60
  98. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +0 -3
  99. data/spec/reports/SPEC-OpenStudio-Analysis-Workflow.xml +0 -31
  100. data/spec/reports/SPEC-OpenStudio-Analysis-WorkflowStep.xml +0 -23
  101. data/spec/reports/SPEC-OpenStudio-Weather-Epw.xml +0 -9
Binary file
@@ -1,1752 +0,0 @@
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": "rgenoud",
321
- "algorithm": {
322
- "popsize": 30,
323
- "generations": 5,
324
- "waitgenerations": 2,
325
- "bfgsburnin": 2,
326
- "solutiontolerance": 0.01,
327
- "epsilongradient": 0.01,
328
- "pgtol": 0.01,
329
- "factr": 45036000000000,
330
- "maxit": 100,
331
- "normtype": "minkowski",
332
- "ppower": 2,
333
- "objective_functions": [
334
- "total_natural_gas",
335
- "total_electricity",
336
- "cooling_electricity_jan",
337
- "cooling_electricity_feb",
338
- "cooling_electricity_mar",
339
- "cooling_electricity_apr",
340
- "cooling_electricity_may",
341
- "cooling_electricity_jun",
342
- "cooling_electricity_jul",
343
- "cooling_electricity_aug",
344
- "cooling_electricity_sep",
345
- "cooling_electricity_oct",
346
- "cooling_electricity_nov",
347
- "cooling_electricity_dec",
348
- "heating_gas_jan",
349
- "heating_gas_feb",
350
- "heating_gas_mar",
351
- "heating_gas_apr",
352
- "heating_gas_may",
353
- "heating_gas_jun",
354
- "heating_gas_jul",
355
- "heating_gas_aug",
356
- "heating_gas_sep",
357
- "heating_gas_oct",
358
- "heating_gas_nov",
359
- "heating_gas_dec"
360
- ]
361
- },
362
- "workflow": [
363
- {
364
- "name": "reduce_lighting_loads_by_percentage",
365
- "display_name": "Reduce Lighting Loads by Percentage",
366
- "measure_type": "RubyMeasure",
367
- "measure_definition_class_name": "ReduceLightingLoadsByPercentage",
368
- "measure_definition_directory": "./measures/ReduceLightingLoadsByPercentage",
369
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ReduceLightingLoadsByPercentage",
370
- "measure_definition_display_name": "Reduce Lighting Loads by Percentage",
371
- "measure_definition_name": "reduce_lighting_loads_by_percentage",
372
- "measure_definition_name_xml": null,
373
- "measure_definition_uuid": "9ec55e97-ebca-47ce-910c-9188ff10a93f",
374
- "measure_definition_version_uuid": "8a23b559-0f18-4eb0-9c0a-6f9f0ef253a8",
375
- "arguments": [
376
- {
377
- "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
378
- "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
379
- "name": "space_type",
380
- "value_type": "string",
381
- "default_value": "*Entire Building*",
382
- "value": "*Entire Building*"
383
- },
384
- {
385
- "display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
386
- "display_name_short": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
387
- "name": "material_and_installation_cost",
388
- "value_type": "double",
389
- "default_value": 0.0,
390
- "value": 0.0
391
- },
392
- {
393
- "display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
394
- "display_name_short": "Increase in Demolition Costs for Lighting per Floor Area (%).",
395
- "name": "demolition_cost",
396
- "value_type": "double",
397
- "default_value": 0.0,
398
- "value": 0.0
399
- },
400
- {
401
- "display_name": "Years Until Costs Start (whole years).",
402
- "display_name_short": "Years Until Costs Start (whole years).",
403
- "name": "years_until_costs_start",
404
- "value_type": "integer",
405
- "default_value": 0,
406
- "value": 0
407
- },
408
- {
409
- "display_name": "Demolition Costs Occur During Initial Construction?",
410
- "display_name_short": "Demolition Costs Occur During Initial Construction?",
411
- "name": "demo_cost_initial_const",
412
- "value_type": "bool",
413
- "default_value": true,
414
- "value": true
415
- },
416
- {
417
- "display_name": "Expected Life (whole years).",
418
- "display_name_short": "Expected Life (whole years).",
419
- "name": "expected_life",
420
- "value_type": "integer",
421
- "default_value": 15,
422
- "value": 15
423
- },
424
- {
425
- "display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
426
- "display_name_short": "Increase O & M Costs for Lighting per Floor Area (%).",
427
- "name": "om_cost",
428
- "value_type": "double",
429
- "default_value": 0.0,
430
- "value": 0.0
431
- },
432
- {
433
- "display_name": "O & M Frequency (whole years).",
434
- "display_name_short": "O & M Frequency (whole years).",
435
- "name": "om_frequency",
436
- "value_type": "integer",
437
- "default_value": 1,
438
- "value": 1
439
- }
440
- ],
441
- "variables": [
442
- {
443
- "argument": {
444
- "display_name": "Lighting Power Reduction",
445
- "display_name_short": "Lighting Power Reduction",
446
- "name": "lighting_power_reduction_percent",
447
- "value_type": "double",
448
- "default_value": 0.0,
449
- "value": 0.0
450
- },
451
- "display_name": "Lighting Power Reduction",
452
- "display_name_short": "Lighting Power Reduction",
453
- "variable_type": "variable",
454
- "units": null,
455
- "minimum": -20.0,
456
- "maximum": 20.0,
457
- "relation_to_output": null,
458
- "static_value": 0.0,
459
- "uuid": "b83fbccc-a5bc-46e4-a2e1-3d4926b2908b",
460
- "version_uuid": "f59e80dd-ca63-4b0d-bf23-b4e69fadfc53",
461
- "variable": true,
462
- "uncertainty_description": {
463
- "type": "triangle_uncertain",
464
- "attributes": [
465
- {
466
- "name": "lower_bounds",
467
- "value": -20.0
468
- },
469
- {
470
- "name": "upper_bounds",
471
- "value": 20.0
472
- },
473
- {
474
- "name": "modes",
475
- "value": -1.0
476
- },
477
- {
478
- "name": "delta_x",
479
- "value": null
480
- },
481
- {
482
- "name": "stddev",
483
- "value": 6.666666666666667
484
- }
485
- ]
486
- },
487
- "workflow_index": 0
488
- }
489
- ],
490
- "workflow_index": 0
491
- },
492
- {
493
- "name": "reduce_electric_equipment_loads_by_percentage",
494
- "display_name": "Reduce Electric Equipment Loads by Percentage",
495
- "measure_type": "RubyMeasure",
496
- "measure_definition_class_name": "ReduceElectricEquipmentLoadsByPercentage",
497
- "measure_definition_directory": "./measures/ExampleMeasure",
498
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
499
- "measure_definition_display_name": "Reduce Electric Equipment Loads by Percentage",
500
- "measure_definition_name": "reduce_electric_equipment_loads_by_percentage",
501
- "measure_definition_name_xml": null,
502
- "measure_definition_uuid": "20612de8-3fa2-4669-a483-31ba9268cf9a",
503
- "measure_definition_version_uuid": "a318c173-41af-429a-b4f3-f7cf22d0d938",
504
- "arguments": [
505
- {
506
- "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
507
- "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
508
- "name": "space_type",
509
- "value_type": "string",
510
- "default_value": "*Entire Building*",
511
- "value": "*Entire Building*"
512
- },
513
- {
514
- "display_name": "Increase in Material and Installation Cost for Electric Equipment per Floor Area (%).",
515
- "display_name_short": "Increase in Material and Installation Cost for Electric Equipment per Floor Area (%).",
516
- "name": "material_and_installation_cost",
517
- "value_type": "double",
518
- "default_value": 0.0,
519
- "value": 0.0
520
- },
521
- {
522
- "display_name": "Increase in Demolition Costs for Electric Equipment per Floor Area (%).",
523
- "display_name_short": "Increase in Demolition Costs for Electric Equipment per Floor Area (%).",
524
- "name": "demolition_cost",
525
- "value_type": "double",
526
- "default_value": 0.0,
527
- "value": 0.0
528
- },
529
- {
530
- "display_name": "Years Until Costs Start (whole years).",
531
- "display_name_short": "Years Until Costs Start (whole years).",
532
- "name": "years_until_costs_start",
533
- "value_type": "integer",
534
- "default_value": 0,
535
- "value": 0
536
- },
537
- {
538
- "display_name": "Demolition Costs Occur During Initial Construction?",
539
- "display_name_short": "Demolition Costs Occur During Initial Construction?",
540
- "name": "demo_cost_initial_const",
541
- "value_type": "bool",
542
- "default_value": false,
543
- "value": false
544
- },
545
- {
546
- "display_name": "Expected Life (whole years).",
547
- "display_name_short": "Expected Life (whole years).",
548
- "name": "expected_life",
549
- "value_type": "integer",
550
- "default_value": 15,
551
- "value": 15
552
- },
553
- {
554
- "display_name": "Increase O & M Costs for Electric Equipment per Floor Area (%).",
555
- "display_name_short": "Increase O & M Costs for Electric Equipment per Floor Area (%).",
556
- "name": "om_cost",
557
- "value_type": "double",
558
- "default_value": 0.0,
559
- "value": 0.0
560
- },
561
- {
562
- "display_name": "O & M Frequency (whole years).",
563
- "display_name_short": "O & M Frequency (whole years).",
564
- "name": "om_frequency",
565
- "value_type": "integer",
566
- "default_value": 1,
567
- "value": 1
568
- }
569
- ],
570
- "variables": [
571
- {
572
- "argument": {
573
- "display_name": "Electric Equipment Power Reduction (%).",
574
- "display_name_short": "Electric Equipment Power Reduction (%).",
575
- "name": "elecequip_power_reduction_percent",
576
- "value_type": "double",
577
- "default_value": 0.0,
578
- "value": 0.0
579
- },
580
- "display_name": "Electric Equipment Power Reduction (%).",
581
- "display_name_short": "Electric Equipment Power Reduction (%).",
582
- "variable_type": "variable",
583
- "units": null,
584
- "minimum": -20.0,
585
- "maximum": 30.0,
586
- "relation_to_output": null,
587
- "static_value": 0.0,
588
- "uuid": "974c5647-debf-4338-80e2-8cfbf799a2cd",
589
- "version_uuid": "6bd2b2b0-412f-4e07-857a-c9cf165028ae",
590
- "variable": true,
591
- "uncertainty_description": {
592
- "type": "triangle_uncertain",
593
- "attributes": [
594
- {
595
- "name": "lower_bounds",
596
- "value": -20.0
597
- },
598
- {
599
- "name": "upper_bounds",
600
- "value": 30.0
601
- },
602
- {
603
- "name": "modes",
604
- "value": 0.0
605
- },
606
- {
607
- "name": "delta_x",
608
- "value": null
609
- },
610
- {
611
- "name": "stddev",
612
- "value": 8.333333333333334
613
- }
614
- ]
615
- },
616
- "workflow_index": 0
617
- }
618
- ],
619
- "workflow_index": 1
620
- },
621
- {
622
- "name": "reducespaceinfiltrationbypercentage",
623
- "display_name": "ReduceSpaceInfiltrationByPercentage",
624
- "measure_type": "RubyMeasure",
625
- "measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
626
- "measure_definition_directory": "./measures/ExampleMeasure",
627
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
628
- "measure_definition_display_name": "ReduceSpaceInfiltrationByPercentage",
629
- "measure_definition_name": "reducespaceinfiltrationbypercentage",
630
- "measure_definition_name_xml": null,
631
- "measure_definition_uuid": "f6c79a5d-f253-4c62-88af-4b2d84824f58",
632
- "measure_definition_version_uuid": "763bda8e-f57f-4fb7-a105-112f003b37a4",
633
- "arguments": [
634
- {
635
- "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
636
- "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
637
- "name": "space_type",
638
- "value_type": "string",
639
- "default_value": "*Entire Building*",
640
- "value": "*Entire Building*"
641
- },
642
- {
643
- "display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
644
- "display_name_short": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
645
- "name": "material_and_installation_cost",
646
- "value_type": "double",
647
- "default_value": 0.0,
648
- "value": 0.0
649
- },
650
- {
651
- "display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
652
- "display_name_short": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
653
- "name": "om_cost",
654
- "value_type": "double",
655
- "default_value": 0.0,
656
- "value": 0.0
657
- },
658
- {
659
- "display_name": "O & M Frequency (whole years).",
660
- "display_name_short": "O & M Frequency (whole years).",
661
- "name": "om_frequency",
662
- "value_type": "integer",
663
- "default_value": 1,
664
- "value": 1
665
- }
666
- ],
667
- "variables": [
668
- {
669
- "argument": {
670
- "display_name": "Space Infiltration Power Reduction",
671
- "display_name_short": "Space Infiltration Power Reduction",
672
- "name": "space_infiltration_reduction_percent",
673
- "value_type": "double",
674
- "default_value": 0.0,
675
- "value": 0.0
676
- },
677
- "display_name": "Space Infiltration Power Reduction",
678
- "display_name_short": "Space Infiltration Power Reduction",
679
- "variable_type": "variable",
680
- "units": null,
681
- "minimum": -100.0,
682
- "maximum": 1.0,
683
- "relation_to_output": null,
684
- "static_value": 0.0,
685
- "uuid": "d50dffe7-85fa-414a-a324-d2fa2f011b9a",
686
- "version_uuid": "d99f3fa9-dafa-4fb3-a9e3-4454cd3fba53",
687
- "variable": true,
688
- "uncertainty_description": {
689
- "type": "uniform_uncertain",
690
- "attributes": [
691
- {
692
- "name": "lower_bounds",
693
- "value": -100.0
694
- },
695
- {
696
- "name": "upper_bounds",
697
- "value": 1.0
698
- },
699
- {
700
- "name": "modes",
701
- "value": -50.0
702
- },
703
- {
704
- "name": "delta_x",
705
- "value": null
706
- },
707
- {
708
- "name": "stddev",
709
- "value": 16.833333333333332
710
- }
711
- ]
712
- },
713
- "workflow_index": 0
714
- }
715
- ],
716
- "workflow_index": 2
717
- },
718
- {
719
- "name": "adjust_thermostat_setpoints_by_degrees",
720
- "display_name": "Adjust Thermostat Setpoints by Degrees",
721
- "measure_type": "RubyMeasure",
722
- "measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
723
- "measure_definition_directory": "./measures/ExampleMeasure",
724
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
725
- "measure_definition_display_name": "Adjust Thermostat Setpoints by Degrees",
726
- "measure_definition_name": "adjust_thermostat_setpoints_by_degrees",
727
- "measure_definition_name_xml": null,
728
- "measure_definition_uuid": "adb99001-86f3-4a33-bcf2-59b613aaebd0",
729
- "measure_definition_version_uuid": "4bae1e34-238e-4af8-9719-b6a427b9695e",
730
- "arguments": [
731
- {
732
- "display_name": "Alter Design Day Thermostats?",
733
- "display_name_short": "Alter Design Day Thermostats?",
734
- "name": "alter_design_days",
735
- "value_type": "bool",
736
- "default_value": false,
737
- "value": false
738
- }
739
- ],
740
- "variables": [
741
- {
742
- "argument": {
743
- "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
744
- "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
745
- "name": "cooling_adjustment",
746
- "value_type": "double",
747
- "default_value": 1.0,
748
- "value": 1.0
749
- },
750
- "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
751
- "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
752
- "variable_type": "variable",
753
- "units": null,
754
- "minimum": -2.0,
755
- "maximum": 2.0,
756
- "relation_to_output": null,
757
- "static_value": 1.0,
758
- "uuid": "701c5cf7-a747-4847-ba5b-9e901b87f2a7",
759
- "version_uuid": "31cf254f-e1b2-43b5-84c4-a8560d63de7d",
760
- "variable": true,
761
- "uncertainty_description": {
762
- "type": "uniform_uncertain",
763
- "attributes": [
764
- {
765
- "name": "lower_bounds",
766
- "value": -2.0
767
- },
768
- {
769
- "name": "upper_bounds",
770
- "value": 2.0
771
- },
772
- {
773
- "name": "modes",
774
- "value": 0.0
775
- },
776
- {
777
- "name": "delta_x",
778
- "value": null
779
- },
780
- {
781
- "name": "stddev",
782
- "value": 0.6666666666666666
783
- }
784
- ]
785
- },
786
- "workflow_index": 0
787
- },
788
- {
789
- "argument": {
790
- "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
791
- "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
792
- "name": "heating_adjustment",
793
- "value_type": "double",
794
- "default_value": -1.0,
795
- "value": -1.0
796
- },
797
- "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
798
- "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
799
- "variable_type": "variable",
800
- "units": null,
801
- "minimum": -2.0,
802
- "maximum": 2.0,
803
- "relation_to_output": null,
804
- "static_value": -1.0,
805
- "uuid": "8a552107-0f46-416d-a925-edac2a114eb3",
806
- "version_uuid": "adde87b7-c1df-4fb5-ab67-8eaeebedd411",
807
- "variable": true,
808
- "uncertainty_description": {
809
- "type": "uniform_uncertain",
810
- "attributes": [
811
- {
812
- "name": "lower_bounds",
813
- "value": -2.0
814
- },
815
- {
816
- "name": "upper_bounds",
817
- "value": 2.0
818
- },
819
- {
820
- "name": "modes",
821
- "value": 0.0
822
- },
823
- {
824
- "name": "delta_x",
825
- "value": null
826
- },
827
- {
828
- "name": "stddev",
829
- "value": 0.6666666666666666
830
- }
831
- ]
832
- },
833
- "workflow_index": 1
834
- }
835
- ],
836
- "workflow_index": 3
837
- },
838
- {
839
- "name": "reduce_ventilation_by_percentage",
840
- "display_name": "Reduce Ventilation By Percentage",
841
- "measure_type": "RubyMeasure",
842
- "measure_definition_class_name": "ReduceVentilationByPercentage",
843
- "measure_definition_directory": "./measures/ExampleMeasure",
844
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
845
- "measure_definition_display_name": "Reduce Ventilation By Percentage",
846
- "measure_definition_name": "reduce_ventilation_by_percentage",
847
- "measure_definition_name_xml": null,
848
- "measure_definition_uuid": "452b852c-436b-4c29-a912-47f3f3dfeb14",
849
- "measure_definition_version_uuid": "e3fba32d-63eb-4fd5-9e73-4baef5cc62e8",
850
- "arguments": [
851
- {
852
- "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
853
- "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
854
- "name": "space_type",
855
- "value_type": "string",
856
- "default_value": "*Entire Building*",
857
- "value": "*Entire Building*"
858
- }
859
- ],
860
- "variables": [
861
- {
862
- "argument": {
863
- "display_name": "Design Specification Outdoor Air Reduction (%).",
864
- "display_name_short": "Design Specification Outdoor Air Reduction (%).",
865
- "name": "design_spec_outdoor_air_reduction_percent",
866
- "value_type": "double",
867
- "default_value": 0.0,
868
- "value": 0.0
869
- },
870
- "display_name": "Design Specification Outdoor Air Reduction (%).",
871
- "display_name_short": "Design Specification Outdoor Air Reduction (%).",
872
- "variable_type": "variable",
873
- "units": null,
874
- "minimum": -90.0,
875
- "maximum": 90.0,
876
- "relation_to_output": null,
877
- "static_value": 0.0,
878
- "uuid": "83ed5f6b-2dbc-453a-b739-f4b0feca1c7f",
879
- "version_uuid": "bd074073-3971-43c0-913f-85bb19dbd767",
880
- "variable": true,
881
- "uncertainty_description": {
882
- "type": "triangle_uncertain",
883
- "attributes": [
884
- {
885
- "name": "lower_bounds",
886
- "value": -90.0
887
- },
888
- {
889
- "name": "upper_bounds",
890
- "value": 90.0
891
- },
892
- {
893
- "name": "modes",
894
- "value": -1.0
895
- },
896
- {
897
- "name": "delta_x",
898
- "value": null
899
- },
900
- {
901
- "name": "stddev",
902
- "value": 30.0
903
- }
904
- ]
905
- },
906
- "workflow_index": 0
907
- }
908
- ],
909
- "workflow_index": 4
910
- },
911
- {
912
- "name": "enable_economizer_control",
913
- "display_name": "Enable Economizer Control",
914
- "measure_type": "RubyMeasure",
915
- "measure_definition_class_name": "EnableEconomizerControl",
916
- "measure_definition_directory": "./measures/ExampleMeasure",
917
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
918
- "measure_definition_display_name": "Enable Economizer Control",
919
- "measure_definition_name": "enable_economizer_control",
920
- "measure_definition_name_xml": null,
921
- "measure_definition_uuid": "0e2dd5c6-a862-4819-a9ff-39195e88d6b3",
922
- "measure_definition_version_uuid": "63253d71-bbce-4d6a-a55d-d9c19b0eeb84",
923
- "arguments": [
924
- {
925
- "display_name": "Choose an Air Loop to Alter.",
926
- "display_name_short": "Choose an Air Loop to Alter.",
927
- "name": "object",
928
- "value_type": "string",
929
- "default_value": "*All Air Loops*",
930
- "value": "*All Air Loops*"
931
- },
932
- {
933
- "display_name": "Economizer Control Type.",
934
- "display_name_short": "Economizer Control Type.",
935
- "name": "economizer_type",
936
- "value_type": "string",
937
- "default_value": "FixedDryBulb",
938
- "value": "FixedDryBulb"
939
- },
940
- {
941
- "display_name": "Economizer Maximum Enthalpy (Btu/lb).",
942
- "display_name_short": "Economizer Maximum Enthalpy (Btu/lb).",
943
- "name": "econoMaxEnthalpy",
944
- "value_type": "double",
945
- "default_value": 28.0,
946
- "value": 28.0
947
- },
948
- {
949
- "display_name": "Economizer Maximum Limit Dewpoint Temperature (F).",
950
- "display_name_short": "Economizer Maximum Limit Dewpoint Temperature (F).",
951
- "name": "econoMaxDewpointTemp",
952
- "value_type": "double",
953
- "default_value": 55.0,
954
- "value": 55.0
955
- },
956
- {
957
- "display_name": "Economizer Minimum Limit Dry-Bulb Temperature (F).",
958
- "display_name_short": "Economizer Minimum Limit Dry-Bulb Temperature (F).",
959
- "name": "econoMinDryBulbTemp",
960
- "value_type": "double",
961
- "default_value": -148.0,
962
- "value": -148.0
963
- },
964
- {
965
- "display_name": "Remove Baseline Costs From Effected AirLoopHVACOutdoorAirSystems?",
966
- "display_name_short": "Remove Baseline Costs From Effected AirLoopHVACOutdoorAirSystems?",
967
- "name": "remove_costs",
968
- "value_type": "bool",
969
- "default_value": false,
970
- "value": false
971
- },
972
- {
973
- "display_name": "Material and Installation Costs per Air Loop to Enable Economizer ($).",
974
- "display_name_short": "Material and Installation Costs per Air Loop to Enable Economizer ($).",
975
- "name": "material_cost",
976
- "value_type": "double",
977
- "default_value": 0.0,
978
- "value": 0.0
979
- },
980
- {
981
- "display_name": "Demolition Costs per Air Loop to Enable Economizer ($).",
982
- "display_name_short": "Demolition Costs per Air Loop to Enable Economizer ($).",
983
- "name": "demolition_cost",
984
- "value_type": "double",
985
- "default_value": 0.0,
986
- "value": 0.0
987
- },
988
- {
989
- "display_name": "Years Until Costs Start (whole years).",
990
- "display_name_short": "Years Until Costs Start (whole years).",
991
- "name": "years_until_costs_start",
992
- "value_type": "integer",
993
- "default_value": 0,
994
- "value": 0
995
- },
996
- {
997
- "display_name": "Demolition Costs Occur During Initial Construction?",
998
- "display_name_short": "Demolition Costs Occur During Initial Construction?",
999
- "name": "demo_cost_initial_const",
1000
- "value_type": "bool",
1001
- "default_value": false,
1002
- "value": false
1003
- },
1004
- {
1005
- "display_name": "Expected Life (whole years).",
1006
- "display_name_short": "Expected Life (whole years).",
1007
- "name": "expected_life",
1008
- "value_type": "integer",
1009
- "default_value": 20,
1010
- "value": 20
1011
- },
1012
- {
1013
- "display_name": "O & M Costs per Air Loop for Economizer ($).",
1014
- "display_name_short": "O & M Costs per Air Loop for Economizer ($).",
1015
- "name": "om_cost",
1016
- "value_type": "double",
1017
- "default_value": 0.0,
1018
- "value": 0.0
1019
- },
1020
- {
1021
- "display_name": "O & M Frequency (whole years).",
1022
- "display_name_short": "O & M Frequency (whole years).",
1023
- "name": "om_frequency",
1024
- "value_type": "integer",
1025
- "default_value": 1,
1026
- "value": 1
1027
- }
1028
- ],
1029
- "variables": [
1030
- {
1031
- "argument": {
1032
- "display_name": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
1033
- "display_name_short": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
1034
- "name": "econoMaxDryBulbTemp",
1035
- "value_type": "double",
1036
- "default_value": 79.0,
1037
- "value": 79.0
1038
- },
1039
- "display_name": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
1040
- "display_name_short": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
1041
- "variable_type": "variable",
1042
- "units": null,
1043
- "minimum": 76.0,
1044
- "maximum": 80.0,
1045
- "relation_to_output": null,
1046
- "static_value": 79.0,
1047
- "uuid": "d50b1328-bdca-4f1b-980f-77b1562b016e",
1048
- "version_uuid": "952835ac-bc1d-44bf-a8a2-c0e61ad7fef8",
1049
- "variable": true,
1050
- "uncertainty_description": {
1051
- "type": "triangle_uncertain",
1052
- "attributes": [
1053
- {
1054
- "name": "lower_bounds",
1055
- "value": 76.0
1056
- },
1057
- {
1058
- "name": "upper_bounds",
1059
- "value": 80.0
1060
- },
1061
- {
1062
- "name": "modes",
1063
- "value": 78.0
1064
- },
1065
- {
1066
- "name": "delta_x",
1067
- "value": null
1068
- },
1069
- {
1070
- "name": "stddev",
1071
- "value": 0.6666666666666666
1072
- }
1073
- ]
1074
- },
1075
- "workflow_index": 0
1076
- }
1077
- ],
1078
- "workflow_index": 5
1079
- },
1080
- {
1081
- "name": "set_boiler_thermal_efficiency",
1082
- "display_name": "Set Boiler Thermal Efficiency",
1083
- "measure_type": "RubyMeasure",
1084
- "measure_definition_class_name": "SetBoilerThermalEfficiency",
1085
- "measure_definition_directory": "./measures/ExampleMeasure",
1086
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1087
- "measure_definition_display_name": "Set Boiler Thermal Efficiency",
1088
- "measure_definition_name": "set_boiler_thermal_efficiency",
1089
- "measure_definition_name_xml": null,
1090
- "measure_definition_uuid": "2b116d68-ff23-4c29-91cf-728acbed2534",
1091
- "measure_definition_version_uuid": "d373b7c0-243f-4bd9-ac5e-0f5a9501085a",
1092
- "arguments": [
1093
- {
1094
- "display_name": "Apply the measure to",
1095
- "display_name_short": "Apply the measure to",
1096
- "name": "boiler_widget",
1097
- "value_type": "string",
1098
- "default_value": "*All boilers*",
1099
- "value": "*All boilers*"
1100
- },
1101
- {
1102
- "display_name": "Option 1, set boiler nominal thermal efficiency to a user defined value",
1103
- "display_name_short": "Option 1, set boiler nominal thermal efficiency to a user defined value",
1104
- "name": "input_option_manual",
1105
- "value_type": "bool",
1106
- "default_value": true,
1107
- "value": true
1108
- },
1109
- {
1110
- "display_name": "Option 2, set boiler nominal thermal efficiency based on ASHRAE Standard 90.1 requirement",
1111
- "display_name_short": "Option 2, set boiler nominal thermal efficiency based on ASHRAE Standard 90.1 requirement",
1112
- "name": "input_option_standard",
1113
- "value_type": "bool",
1114
- "default_value": false,
1115
- "value": false
1116
- },
1117
- {
1118
- "display_name": "Boiler nominal capacity [W]",
1119
- "display_name_short": "Boiler nominal capacity [W]",
1120
- "name": "nominal_capacity",
1121
- "value_type": "double",
1122
- "default_value": 0.0,
1123
- "value": 0.0
1124
- },
1125
- {
1126
- "display_name": "Fuel type",
1127
- "display_name_short": "Fuel type",
1128
- "name": "fuel_type_widget",
1129
- "value_type": "string",
1130
- "default_value": "0.0",
1131
- "value": "0.0"
1132
- },
1133
- {
1134
- "display_name": "ASHRAE Standards 90.1",
1135
- "display_name_short": "ASHRAE Standards 90.1",
1136
- "name": "standards_widget",
1137
- "value_type": "string",
1138
- "default_value": "0.0",
1139
- "value": "0.0"
1140
- }
1141
- ],
1142
- "variables": [
1143
- {
1144
- "argument": {
1145
- "display_name": "Boiler nominal thermal efficiency (between 0 and 1)",
1146
- "display_name_short": "Boiler nominal thermal efficiency (between 0 and 1)",
1147
- "name": "boiler_thermal_efficiency",
1148
- "value_type": "double",
1149
- "default_value": 0.8,
1150
- "value": 0.8
1151
- },
1152
- "display_name": "Boiler nominal thermal efficiency (between 0 and 1)",
1153
- "display_name_short": "Boiler nominal thermal efficiency (between 0 and 1)",
1154
- "variable_type": "variable",
1155
- "units": null,
1156
- "minimum": 0.5,
1157
- "maximum": 0.9,
1158
- "relation_to_output": null,
1159
- "static_value": 0.8,
1160
- "uuid": "5989285a-7177-4fcb-9674-ece1c3745ede",
1161
- "version_uuid": "7848a93d-cc3d-49b3-8553-6935fdb9f7a7",
1162
- "variable": true,
1163
- "uncertainty_description": {
1164
- "type": "triangle_uncertain",
1165
- "attributes": [
1166
- {
1167
- "name": "lower_bounds",
1168
- "value": 0.5
1169
- },
1170
- {
1171
- "name": "upper_bounds",
1172
- "value": 0.9
1173
- },
1174
- {
1175
- "name": "modes",
1176
- "value": 0.75
1177
- },
1178
- {
1179
- "name": "delta_x",
1180
- "value": null
1181
- },
1182
- {
1183
- "name": "stddev",
1184
- "value": 0.06666666666666667
1185
- }
1186
- ]
1187
- },
1188
- "workflow_index": 0
1189
- }
1190
- ],
1191
- "workflow_index": 6
1192
- },
1193
- {
1194
- "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
1195
- "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
1196
- "measure_type": "RubyMeasure",
1197
- "measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
1198
- "measure_definition_directory": "./measures/ExampleMeasure",
1199
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1200
- "measure_definition_display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
1201
- "measure_definition_name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
1202
- "measure_definition_name_xml": null,
1203
- "measure_definition_uuid": "90ceedd9-69e5-414e-bcc6-2999810cf208",
1204
- "measure_definition_version_uuid": "eb0765de-558c-4641-b87e-56d187e02829",
1205
- "arguments": [
1206
- {
1207
- "display_name": "Allow both increase and decrease in R-value to reach requested target?",
1208
- "display_name_short": "Allow both increase and decrease in R-value to reach requested target?",
1209
- "name": "allow_reduction",
1210
- "value_type": "bool",
1211
- "default_value": true,
1212
- "value": true
1213
- },
1214
- {
1215
- "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
1216
- "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
1217
- "name": "material_cost_increase_ip",
1218
- "value_type": "double",
1219
- "default_value": 0.0,
1220
- "value": 0.0
1221
- },
1222
- {
1223
- "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
1224
- "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
1225
- "name": "one_time_retrofit_cost_ip",
1226
- "value_type": "double",
1227
- "default_value": 0.0,
1228
- "value": 0.0
1229
- },
1230
- {
1231
- "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
1232
- "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
1233
- "name": "years_until_retrofit_cost",
1234
- "value_type": "integer",
1235
- "default_value": 0,
1236
- "value": 0
1237
- }
1238
- ],
1239
- "variables": [
1240
- {
1241
- "argument": {
1242
- "display_name": "Insulation R-value (ft^2*h*R/Btu).",
1243
- "display_name_short": "Insulation R-value (ft^2*h*R/Btu).",
1244
- "name": "r_value",
1245
- "value_type": "double",
1246
- "default_value": 5.0,
1247
- "value": 5.0
1248
- },
1249
- "display_name": "Insulation R-value (ft^2*h*R/Btu).",
1250
- "display_name_short": "Insulation R-value (ft^2*h*R/Btu).",
1251
- "variable_type": "variable",
1252
- "units": null,
1253
- "minimum": 1.0,
1254
- "maximum": 5.0,
1255
- "relation_to_output": null,
1256
- "static_value": 5.0,
1257
- "uuid": "9a847353-5b31-4342-ab68-8bf7c4cd146a",
1258
- "version_uuid": "4d88026e-d0c7-4bc8-bb47-e99770013aab",
1259
- "variable": true,
1260
- "uncertainty_description": {
1261
- "type": "triangle_uncertain",
1262
- "attributes": [
1263
- {
1264
- "name": "lower_bounds",
1265
- "value": 1.0
1266
- },
1267
- {
1268
- "name": "upper_bounds",
1269
- "value": 5.0
1270
- },
1271
- {
1272
- "name": "modes",
1273
- "value": 2.5
1274
- },
1275
- {
1276
- "name": "delta_x",
1277
- "value": null
1278
- },
1279
- {
1280
- "name": "stddev",
1281
- "value": 0.6666666666666666
1282
- }
1283
- ]
1284
- },
1285
- "workflow_index": 0
1286
- }
1287
- ],
1288
- "workflow_index": 7
1289
- },
1290
- {
1291
- "name": "setchillercop",
1292
- "display_name": "SetChillerCOP",
1293
- "measure_type": "RubyMeasure",
1294
- "measure_definition_class_name": "SetChillerCOP",
1295
- "measure_definition_directory": "./measures/ExampleMeasure",
1296
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1297
- "measure_definition_display_name": "SetChillerCOP",
1298
- "measure_definition_name": "setchillercop",
1299
- "measure_definition_name_xml": null,
1300
- "measure_definition_uuid": "0bb3ff03-49f4-4531-813a-619722b470df",
1301
- "measure_definition_version_uuid": "5740e28d-2fbf-4245-bee9-d15503129ba5",
1302
- "arguments": [
1303
- {
1304
- "display_name": "Apply the measure to",
1305
- "display_name_short": "Apply the measure to",
1306
- "name": "chiller_widget",
1307
- "value_type": "string",
1308
- "default_value": "*All chillers*",
1309
- "value": "*All chillers*"
1310
- }
1311
- ],
1312
- "variables": [
1313
- {
1314
- "argument": {
1315
- "display_name": "Chiller Rated COP (more than 0)",
1316
- "display_name_short": "Chiller Rated COP (more than 0)",
1317
- "name": "chiller_thermal_efficiency",
1318
- "value_type": "double",
1319
- "default_value": 3.0,
1320
- "value": 3.0
1321
- },
1322
- "display_name": "Chiller Rated COP (more than 0)",
1323
- "display_name_short": "Chiller Rated COP (more than 0)",
1324
- "variable_type": "variable",
1325
- "units": null,
1326
- "minimum": 2.5,
1327
- "maximum": 5.5,
1328
- "relation_to_output": null,
1329
- "static_value": 3.0,
1330
- "uuid": "c985767c-cdee-44eb-8731-61a7960c3c9d",
1331
- "version_uuid": "54f492fe-4caa-42e0-91d7-580ebf775259",
1332
- "variable": true,
1333
- "uncertainty_description": {
1334
- "type": "triangle_uncertain",
1335
- "attributes": [
1336
- {
1337
- "name": "lower_bounds",
1338
- "value": 2.5
1339
- },
1340
- {
1341
- "name": "upper_bounds",
1342
- "value": 5.5
1343
- },
1344
- {
1345
- "name": "modes",
1346
- "value": 3.5
1347
- },
1348
- {
1349
- "name": "delta_x",
1350
- "value": null
1351
- },
1352
- {
1353
- "name": "stddev",
1354
- "value": 0.5
1355
- }
1356
- ]
1357
- },
1358
- "workflow_index": 0
1359
- }
1360
- ],
1361
- "workflow_index": 8
1362
- },
1363
- {
1364
- "name": "set_heating_and_cooling_sizing_factors",
1365
- "display_name": "Set Heating and Cooling Sizing Factors",
1366
- "measure_type": "RubyMeasure",
1367
- "measure_definition_class_name": "SetHeatingandCoolingSizingFactors",
1368
- "measure_definition_directory": "./measures/ExampleMeasure",
1369
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1370
- "measure_definition_display_name": "Set Heating and Cooling Sizing Factors",
1371
- "measure_definition_name": "set_heating_and_cooling_sizing_factors",
1372
- "measure_definition_name_xml": null,
1373
- "measure_definition_uuid": "c50ae75e-3bb2-41f0-bfa5-26c944bf911c",
1374
- "measure_definition_version_uuid": "11d0aba8-79cc-4d08-806a-cacbf590da32",
1375
- "arguments": [
1376
-
1377
- ],
1378
- "variables": [
1379
- {
1380
- "argument": {
1381
- "display_name": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1382
- "display_name_short": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1383
- "name": "htg_sz_factor",
1384
- "value_type": "double",
1385
- "default_value": 1.25,
1386
- "value": 1.25
1387
- },
1388
- "display_name": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1389
- "display_name_short": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1390
- "variable_type": "variable",
1391
- "units": null,
1392
- "minimum": 1.0,
1393
- "maximum": 1.5,
1394
- "relation_to_output": null,
1395
- "static_value": 1.25,
1396
- "uuid": "558f608b-afb4-4409-b534-c77884792a27",
1397
- "version_uuid": "54caaa48-81a6-4704-a4cf-a4780749eaec",
1398
- "variable": true,
1399
- "uncertainty_description": {
1400
- "type": "triangle_uncertain",
1401
- "attributes": [
1402
- {
1403
- "name": "lower_bounds",
1404
- "value": 1.0
1405
- },
1406
- {
1407
- "name": "upper_bounds",
1408
- "value": 1.5
1409
- },
1410
- {
1411
- "name": "modes",
1412
- "value": 1.25
1413
- },
1414
- {
1415
- "name": "delta_x",
1416
- "value": null
1417
- },
1418
- {
1419
- "name": "stddev",
1420
- "value": 0.08333333333333333
1421
- }
1422
- ]
1423
- },
1424
- "workflow_index": 0
1425
- },
1426
- {
1427
- "argument": {
1428
- "display_name": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1429
- "display_name_short": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1430
- "name": "clg_sz_factor",
1431
- "value_type": "double",
1432
- "default_value": 1.15,
1433
- "value": 1.15
1434
- },
1435
- "display_name": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1436
- "display_name_short": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1437
- "variable_type": "variable",
1438
- "units": null,
1439
- "minimum": 1.0,
1440
- "maximum": 1.5,
1441
- "relation_to_output": null,
1442
- "static_value": 1.15,
1443
- "uuid": "98597d53-e5fd-4b04-be64-abd8d08ebe80",
1444
- "version_uuid": "9800be09-a7c6-4da7-bff5-2080369b26ef",
1445
- "variable": true,
1446
- "uncertainty_description": {
1447
- "type": "triangle_uncertain",
1448
- "attributes": [
1449
- {
1450
- "name": "lower_bounds",
1451
- "value": 1.0
1452
- },
1453
- {
1454
- "name": "upper_bounds",
1455
- "value": 1.5
1456
- },
1457
- {
1458
- "name": "modes",
1459
- "value": 1.15
1460
- },
1461
- {
1462
- "name": "delta_x",
1463
- "value": null
1464
- },
1465
- {
1466
- "name": "stddev",
1467
- "value": 0.08333333333333333
1468
- }
1469
- ]
1470
- },
1471
- "workflow_index": 1
1472
- }
1473
- ],
1474
- "workflow_index": 9
1475
- },
1476
- {
1477
- "name": "set_chilled_water_loop_temperature",
1478
- "display_name": "Set Chilled Water Loop Temperature",
1479
- "measure_type": "RubyMeasure",
1480
- "measure_definition_class_name": "SetChilledWaterLoopTemperature",
1481
- "measure_definition_directory": "./measures/ExampleMeasure",
1482
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1483
- "measure_definition_display_name": "Set Chilled Water Loop Temperature",
1484
- "measure_definition_name": "set_chilled_water_loop_temperature",
1485
- "measure_definition_name_xml": null,
1486
- "measure_definition_uuid": "4334c8ad-d8ab-4511-960c-9c85c97ec687",
1487
- "measure_definition_version_uuid": "28568a17-c540-4ff9-808f-4623300417bf",
1488
- "arguments": [
1489
-
1490
- ],
1491
- "variables": [
1492
- {
1493
- "argument": {
1494
- "display_name": "Desired chilled water setpoint (F)",
1495
- "display_name_short": "Desired chilled water setpoint (F)",
1496
- "name": "cw_temp_f",
1497
- "value_type": "double",
1498
- "default_value": 44.0,
1499
- "value": 44.0
1500
- },
1501
- "display_name": "Desired chilled water setpoint (F)",
1502
- "display_name_short": "Desired chilled water setpoint (F)",
1503
- "variable_type": "variable",
1504
- "units": null,
1505
- "minimum": 42.0,
1506
- "maximum": 46.0,
1507
- "relation_to_output": null,
1508
- "static_value": 44.0,
1509
- "uuid": "1cd8150a-6f27-4771-9128-39ad36843b78",
1510
- "version_uuid": "9fb6c28b-31ac-4342-a812-3c5cbe5dbfcc",
1511
- "variable": true,
1512
- "uncertainty_description": {
1513
- "type": "triangle_uncertain",
1514
- "attributes": [
1515
- {
1516
- "name": "lower_bounds",
1517
- "value": 42.0
1518
- },
1519
- {
1520
- "name": "upper_bounds",
1521
- "value": 46.0
1522
- },
1523
- {
1524
- "name": "modes",
1525
- "value": 44.0
1526
- },
1527
- {
1528
- "name": "delta_x",
1529
- "value": null
1530
- },
1531
- {
1532
- "name": "stddev",
1533
- "value": 0.6666666666666666
1534
- }
1535
- ]
1536
- },
1537
- "workflow_index": 0
1538
- }
1539
- ],
1540
- "workflow_index": 10
1541
- },
1542
- {
1543
- "name": "set_hot_water_loop_temperature",
1544
- "display_name": "Set Hot Water Loop Temperature",
1545
- "measure_type": "RubyMeasure",
1546
- "measure_definition_class_name": "SetHotWaterLoopTemperature",
1547
- "measure_definition_directory": "./measures/ExampleMeasure",
1548
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1549
- "measure_definition_display_name": "Set Hot Water Loop Temperature",
1550
- "measure_definition_name": "set_hot_water_loop_temperature",
1551
- "measure_definition_name_xml": null,
1552
- "measure_definition_uuid": "4bdfa3ca-7174-4b44-9f99-57c50f2ddf0c",
1553
- "measure_definition_version_uuid": "2dbe2f26-f47f-4612-9d5a-616ec8bb2c17",
1554
- "arguments": [
1555
-
1556
- ],
1557
- "variables": [
1558
- {
1559
- "argument": {
1560
- "display_name": "Desired hot water setpoint (F)",
1561
- "display_name_short": "Desired hot water setpoint (F)",
1562
- "name": "hw_temp_f",
1563
- "value_type": "double",
1564
- "default_value": 120.0,
1565
- "value": 120.0
1566
- },
1567
- "display_name": "Desired hot water setpoint (F)",
1568
- "display_name_short": "Desired hot water setpoint (F)",
1569
- "variable_type": "variable",
1570
- "units": null,
1571
- "minimum": 118.0,
1572
- "maximum": 122.0,
1573
- "relation_to_output": null,
1574
- "static_value": 120.0,
1575
- "uuid": "3a6a5b27-1169-4b5a-ab24-25ffb070d890",
1576
- "version_uuid": "db4d8cb8-86c6-439f-b662-8f3704a9507d",
1577
- "variable": true,
1578
- "uncertainty_description": {
1579
- "type": "triangle_uncertain",
1580
- "attributes": [
1581
- {
1582
- "name": "lower_bounds",
1583
- "value": 118.0
1584
- },
1585
- {
1586
- "name": "upper_bounds",
1587
- "value": 122.0
1588
- },
1589
- {
1590
- "name": "modes",
1591
- "value": 120.0
1592
- },
1593
- {
1594
- "name": "delta_x",
1595
- "value": null
1596
- },
1597
- {
1598
- "name": "stddev",
1599
- "value": 0.6666666666666666
1600
- }
1601
- ]
1602
- },
1603
- "workflow_index": 0
1604
- }
1605
- ],
1606
- "workflow_index": 11
1607
- },
1608
- {
1609
- "name": "set_minimum_vav_terminal_flow_fraction",
1610
- "display_name": "Set Minimum VAV Terminal Flow Fraction",
1611
- "measure_type": "RubyMeasure",
1612
- "measure_definition_class_name": "SetMinimumVAVTerminalFlowFraction",
1613
- "measure_definition_directory": "./measures/ExampleMeasure",
1614
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1615
- "measure_definition_display_name": "Set Minimum VAV Terminal Flow Fraction",
1616
- "measure_definition_name": "set_minimum_vav_terminal_flow_fraction",
1617
- "measure_definition_name_xml": null,
1618
- "measure_definition_uuid": "d3bc1696-654d-4d89-b112-4d23048f076e",
1619
- "measure_definition_version_uuid": "ea494e59-8f6c-497f-aa7a-27150bd6dfc5",
1620
- "arguments": [
1621
-
1622
- ],
1623
- "variables": [
1624
- {
1625
- "argument": {
1626
- "display_name": "Minimum VAV Terminal Flow Fraction (%)",
1627
- "display_name_short": "Minimum VAV Terminal Flow Fraction (%)",
1628
- "name": "min_vav_frac",
1629
- "value_type": "double",
1630
- "default_value": 30.0,
1631
- "value": 30.0
1632
- },
1633
- "display_name": "Minimum VAV Terminal Flow Fraction (%)",
1634
- "display_name_short": "Minimum VAV Terminal Flow Fraction (%)",
1635
- "variable_type": "variable",
1636
- "units": null,
1637
- "minimum": 0.0,
1638
- "maximum": 60.0,
1639
- "relation_to_output": null,
1640
- "static_value": 30.0,
1641
- "uuid": "aafde814-e36c-403e-b102-984125ac3be3",
1642
- "version_uuid": "2c5f88d6-9c4f-485d-ad84-2490ff5fef86",
1643
- "variable": true,
1644
- "uncertainty_description": {
1645
- "type": "triangle_uncertain",
1646
- "attributes": [
1647
- {
1648
- "name": "lower_bounds",
1649
- "value": 0.0
1650
- },
1651
- {
1652
- "name": "upper_bounds",
1653
- "value": 60.0
1654
- },
1655
- {
1656
- "name": "modes",
1657
- "value": 30.0
1658
- },
1659
- {
1660
- "name": "delta_x",
1661
- "value": null
1662
- },
1663
- {
1664
- "name": "stddev",
1665
- "value": 10.0
1666
- }
1667
- ]
1668
- },
1669
- "workflow_index": 0
1670
- }
1671
- ],
1672
- "workflow_index": 12
1673
- },
1674
- {
1675
- "name": "modify_energyplus_fan_varaible_volume_objects",
1676
- "display_name": "Modify EnergyPlus Fan Varaible Volume Objects",
1677
- "measure_type": "EnergyPlusMeasure",
1678
- "measure_definition_class_name": "ModifyEnergyPlusFanVariableVolumeObjects",
1679
- "measure_definition_directory": "./measures/ExampleMeasure",
1680
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1681
- "measure_definition_display_name": "Modify EnergyPlus Fan Varaible Volume Objects",
1682
- "measure_definition_name": "modify_energyplus_fan_varaible_volume_objects",
1683
- "measure_definition_name_xml": null,
1684
- "measure_definition_uuid": "af35c3f8-6bb7-4572-b319-98a1d4d03025",
1685
- "measure_definition_version_uuid": "3e2318d6-2299-474d-bc63-72a29c0a6f83",
1686
- "arguments": [
1687
-
1688
- ],
1689
- "variables": [
1690
- {
1691
- "argument": {
1692
- "display_name": "Pressure Rise (Pa).",
1693
- "display_name_short": "Pressure Rise (Pa).",
1694
- "name": "pressureRise",
1695
- "value_type": "double",
1696
- "default_value": 500.0,
1697
- "value": 500.0
1698
- },
1699
- "display_name": "Pressure Rise (Pa).",
1700
- "display_name_short": "Pressure Rise (Pa).",
1701
- "variable_type": "variable",
1702
- "units": null,
1703
- "minimum": 400.0,
1704
- "maximum": 700.0,
1705
- "relation_to_output": null,
1706
- "static_value": 500.0,
1707
- "uuid": "ba09563e-78e7-4d4b-996c-cce6d5ff702c",
1708
- "version_uuid": "04673571-15b7-4d9a-bd34-dbc0d64ed783",
1709
- "variable": true,
1710
- "uncertainty_description": {
1711
- "type": "triangle_uncertain",
1712
- "attributes": [
1713
- {
1714
- "name": "lower_bounds",
1715
- "value": 400.0
1716
- },
1717
- {
1718
- "name": "upper_bounds",
1719
- "value": 700.0
1720
- },
1721
- {
1722
- "name": "modes",
1723
- "value": 500.0
1724
- },
1725
- {
1726
- "name": "delta_x",
1727
- "value": 5.0
1728
- },
1729
- {
1730
- "name": "stddev",
1731
- "value": 50.0
1732
- }
1733
- ]
1734
- },
1735
- "workflow_index": 0
1736
- }
1737
- ],
1738
- "workflow_index": 13
1739
- }
1740
- ]
1741
- },
1742
- "seed": {
1743
- "file_type": "OSM",
1744
- "path": "./seed/small_seed.osm"
1745
- },
1746
- "weather_file": {
1747
- "file_type": "EPW",
1748
- "path": "./weather/partial_weather.epw"
1749
- },
1750
- "file_format_version": 1
1751
- }
1752
- }