openstudio-analysis 0.4.3 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -1,1736 +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": "9cea550c-62dd-4a02-98b3-96d07be0d5d8",
374
- "measure_definition_version_uuid": "d19c9a93-e17d-4ae1-a8b5-481842a45362",
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
- "units": null,
454
- "minimum": -20.0,
455
- "maximum": 20.0,
456
- "relation_to_output": null,
457
- "static_value": 0.0,
458
- "uuid": "bfb687de-5a7c-4c24-b6cc-5fd9cb9edad3",
459
- "version_uuid": "0af37e34-06b5-4dfa-826a-65eceb17bd71",
460
- "variable": true,
461
- "uncertainty_description": {
462
- "type": "triangle_uncertain",
463
- "attributes": [
464
- {
465
- "name": "lower_bounds",
466
- "value": -20.0
467
- },
468
- {
469
- "name": "upper_bounds",
470
- "value": 20.0
471
- },
472
- {
473
- "name": "modes",
474
- "value": -1.0
475
- },
476
- {
477
- "name": "delta_x",
478
- "value": null
479
- },
480
- {
481
- "name": "stddev",
482
- "value": 6.666666666666667
483
- }
484
- ]
485
- },
486
- "workflow_index": 0
487
- }
488
- ],
489
- "workflow_index": 0
490
- },
491
- {
492
- "name": "reduce_electric_equipment_loads_by_percentage",
493
- "display_name": "Reduce Electric Equipment Loads by Percentage",
494
- "measure_type": "RubyMeasure",
495
- "measure_definition_class_name": "ReduceElectricEquipmentLoadsByPercentage",
496
- "measure_definition_directory": "./measures/ExampleMeasure",
497
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
498
- "measure_definition_display_name": "Reduce Electric Equipment Loads by Percentage",
499
- "measure_definition_name": "reduce_electric_equipment_loads_by_percentage",
500
- "measure_definition_name_xml": null,
501
- "measure_definition_uuid": "33b4a028-cbb3-45f6-a3ee-fe8eeae9af66",
502
- "measure_definition_version_uuid": "42beb0a0-c8a3-4e6a-995a-9bab948719b3",
503
- "arguments": [
504
- {
505
- "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
506
- "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
507
- "name": "space_type",
508
- "value_type": "string",
509
- "default_value": "*Entire Building*",
510
- "value": "*Entire Building*"
511
- },
512
- {
513
- "display_name": "Increase in Material and Installation Cost for Electric Equipment per Floor Area (%).",
514
- "display_name_short": "Increase in Material and Installation Cost for Electric Equipment per Floor Area (%).",
515
- "name": "material_and_installation_cost",
516
- "value_type": "double",
517
- "default_value": 0.0,
518
- "value": 0.0
519
- },
520
- {
521
- "display_name": "Increase in Demolition Costs for Electric Equipment per Floor Area (%).",
522
- "display_name_short": "Increase in Demolition Costs for Electric Equipment per Floor Area (%).",
523
- "name": "demolition_cost",
524
- "value_type": "double",
525
- "default_value": 0.0,
526
- "value": 0.0
527
- },
528
- {
529
- "display_name": "Years Until Costs Start (whole years).",
530
- "display_name_short": "Years Until Costs Start (whole years).",
531
- "name": "years_until_costs_start",
532
- "value_type": "integer",
533
- "default_value": 0,
534
- "value": 0
535
- },
536
- {
537
- "display_name": "Demolition Costs Occur During Initial Construction?",
538
- "display_name_short": "Demolition Costs Occur During Initial Construction?",
539
- "name": "demo_cost_initial_const",
540
- "value_type": "bool",
541
- "default_value": false,
542
- "value": false
543
- },
544
- {
545
- "display_name": "Expected Life (whole years).",
546
- "display_name_short": "Expected Life (whole years).",
547
- "name": "expected_life",
548
- "value_type": "integer",
549
- "default_value": 15,
550
- "value": 15
551
- },
552
- {
553
- "display_name": "Increase O & M Costs for Electric Equipment per Floor Area (%).",
554
- "display_name_short": "Increase O & M Costs for Electric Equipment per Floor Area (%).",
555
- "name": "om_cost",
556
- "value_type": "double",
557
- "default_value": 0.0,
558
- "value": 0.0
559
- },
560
- {
561
- "display_name": "O & M Frequency (whole years).",
562
- "display_name_short": "O & M Frequency (whole years).",
563
- "name": "om_frequency",
564
- "value_type": "integer",
565
- "default_value": 1,
566
- "value": 1
567
- }
568
- ],
569
- "variables": [
570
- {
571
- "argument": {
572
- "display_name": "Electric Equipment Power Reduction (%).",
573
- "display_name_short": "Electric Equipment Power Reduction (%).",
574
- "name": "elecequip_power_reduction_percent",
575
- "value_type": "double",
576
- "default_value": 0.0,
577
- "value": 0.0
578
- },
579
- "display_name": "Electric Equipment Power Reduction (%).",
580
- "display_name_short": "Electric Equipment Power Reduction (%).",
581
- "units": null,
582
- "minimum": -20.0,
583
- "maximum": 30.0,
584
- "relation_to_output": null,
585
- "static_value": 0.0,
586
- "uuid": "c3b73ef1-d63e-4b7c-8a84-fa61e3837b7c",
587
- "version_uuid": "33887ae0-74ba-4bb4-ac1f-90fa91ffb5da",
588
- "variable": true,
589
- "uncertainty_description": {
590
- "type": "triangle_uncertain",
591
- "attributes": [
592
- {
593
- "name": "lower_bounds",
594
- "value": -20.0
595
- },
596
- {
597
- "name": "upper_bounds",
598
- "value": 30.0
599
- },
600
- {
601
- "name": "modes",
602
- "value": 0.0
603
- },
604
- {
605
- "name": "delta_x",
606
- "value": null
607
- },
608
- {
609
- "name": "stddev",
610
- "value": 8.333333333333334
611
- }
612
- ]
613
- },
614
- "workflow_index": 0
615
- }
616
- ],
617
- "workflow_index": 1
618
- },
619
- {
620
- "name": "reducespaceinfiltrationbypercentage",
621
- "display_name": "ReduceSpaceInfiltrationByPercentage",
622
- "measure_type": "RubyMeasure",
623
- "measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
624
- "measure_definition_directory": "./measures/ExampleMeasure",
625
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
626
- "measure_definition_display_name": "ReduceSpaceInfiltrationByPercentage",
627
- "measure_definition_name": "reducespaceinfiltrationbypercentage",
628
- "measure_definition_name_xml": null,
629
- "measure_definition_uuid": "d270bdc0-538f-4c0d-ac57-84c15f1ffab6",
630
- "measure_definition_version_uuid": "78f86f13-ca22-4f7d-bfb2-fd7d476b8dca",
631
- "arguments": [
632
- {
633
- "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
634
- "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
635
- "name": "space_type",
636
- "value_type": "string",
637
- "default_value": "*Entire Building*",
638
- "value": "*Entire Building*"
639
- },
640
- {
641
- "display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
642
- "display_name_short": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
643
- "name": "material_and_installation_cost",
644
- "value_type": "double",
645
- "default_value": 0.0,
646
- "value": 0.0
647
- },
648
- {
649
- "display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
650
- "display_name_short": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
651
- "name": "om_cost",
652
- "value_type": "double",
653
- "default_value": 0.0,
654
- "value": 0.0
655
- },
656
- {
657
- "display_name": "O & M Frequency (whole years).",
658
- "display_name_short": "O & M Frequency (whole years).",
659
- "name": "om_frequency",
660
- "value_type": "integer",
661
- "default_value": 1,
662
- "value": 1
663
- }
664
- ],
665
- "variables": [
666
- {
667
- "argument": {
668
- "display_name": "Space Infiltration Power Reduction",
669
- "display_name_short": "Space Infiltration Power Reduction",
670
- "name": "space_infiltration_reduction_percent",
671
- "value_type": "double",
672
- "default_value": 0.0,
673
- "value": 0.0
674
- },
675
- "display_name": "Space Infiltration Power Reduction",
676
- "display_name_short": "Space Infiltration Power Reduction",
677
- "units": null,
678
- "minimum": -100.0,
679
- "maximum": 1.0,
680
- "relation_to_output": null,
681
- "static_value": 0.0,
682
- "uuid": "39d0cb06-ebd1-4b65-ac86-92d4358bd93f",
683
- "version_uuid": "15be655b-8b64-40e4-a0ae-2761d43ca4ed",
684
- "variable": true,
685
- "uncertainty_description": {
686
- "type": "uniform_uncertain",
687
- "attributes": [
688
- {
689
- "name": "lower_bounds",
690
- "value": -100.0
691
- },
692
- {
693
- "name": "upper_bounds",
694
- "value": 1.0
695
- },
696
- {
697
- "name": "modes",
698
- "value": -50.0
699
- },
700
- {
701
- "name": "delta_x",
702
- "value": null
703
- },
704
- {
705
- "name": "stddev",
706
- "value": 16.833333333333332
707
- }
708
- ]
709
- },
710
- "workflow_index": 0
711
- }
712
- ],
713
- "workflow_index": 2
714
- },
715
- {
716
- "name": "adjust_thermostat_setpoints_by_degrees",
717
- "display_name": "Adjust Thermostat Setpoints by Degrees",
718
- "measure_type": "RubyMeasure",
719
- "measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
720
- "measure_definition_directory": "./measures/ExampleMeasure",
721
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
722
- "measure_definition_display_name": "Adjust Thermostat Setpoints by Degrees",
723
- "measure_definition_name": "adjust_thermostat_setpoints_by_degrees",
724
- "measure_definition_name_xml": null,
725
- "measure_definition_uuid": "ae7663c2-9f00-43ed-a6a4-084cf2c477b2",
726
- "measure_definition_version_uuid": "fe3ef735-c4b0-49b5-bc64-23e9c3d29a74",
727
- "arguments": [
728
- {
729
- "display_name": "Alter Design Day Thermostats?",
730
- "display_name_short": "Alter Design Day Thermostats?",
731
- "name": "alter_design_days",
732
- "value_type": "bool",
733
- "default_value": false,
734
- "value": false
735
- }
736
- ],
737
- "variables": [
738
- {
739
- "argument": {
740
- "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
741
- "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
742
- "name": "cooling_adjustment",
743
- "value_type": "double",
744
- "default_value": 1.0,
745
- "value": 1.0
746
- },
747
- "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
748
- "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
749
- "units": null,
750
- "minimum": -2.0,
751
- "maximum": 2.0,
752
- "relation_to_output": null,
753
- "static_value": 1.0,
754
- "uuid": "8eab7d77-efb8-42d6-bbc3-6e0b99f0906e",
755
- "version_uuid": "44c53bda-20d8-492a-8cf6-7579abea0436",
756
- "variable": true,
757
- "uncertainty_description": {
758
- "type": "uniform_uncertain",
759
- "attributes": [
760
- {
761
- "name": "lower_bounds",
762
- "value": -2.0
763
- },
764
- {
765
- "name": "upper_bounds",
766
- "value": 2.0
767
- },
768
- {
769
- "name": "modes",
770
- "value": 0.0
771
- },
772
- {
773
- "name": "delta_x",
774
- "value": null
775
- },
776
- {
777
- "name": "stddev",
778
- "value": 0.6666666666666666
779
- }
780
- ]
781
- },
782
- "workflow_index": 0
783
- },
784
- {
785
- "argument": {
786
- "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
787
- "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
788
- "name": "heating_adjustment",
789
- "value_type": "double",
790
- "default_value": -1.0,
791
- "value": -1.0
792
- },
793
- "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
794
- "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
795
- "units": null,
796
- "minimum": -2.0,
797
- "maximum": 2.0,
798
- "relation_to_output": null,
799
- "static_value": -1.0,
800
- "uuid": "bc7473f1-90d0-42a9-ac60-6972e5d6449d",
801
- "version_uuid": "6cf86692-d957-4a0d-a672-fa18715514a9",
802
- "variable": true,
803
- "uncertainty_description": {
804
- "type": "uniform_uncertain",
805
- "attributes": [
806
- {
807
- "name": "lower_bounds",
808
- "value": -2.0
809
- },
810
- {
811
- "name": "upper_bounds",
812
- "value": 2.0
813
- },
814
- {
815
- "name": "modes",
816
- "value": 0.0
817
- },
818
- {
819
- "name": "delta_x",
820
- "value": null
821
- },
822
- {
823
- "name": "stddev",
824
- "value": 0.6666666666666666
825
- }
826
- ]
827
- },
828
- "workflow_index": 1
829
- }
830
- ],
831
- "workflow_index": 3
832
- },
833
- {
834
- "name": "reduce_ventilation_by_percentage",
835
- "display_name": "Reduce Ventilation By Percentage",
836
- "measure_type": "RubyMeasure",
837
- "measure_definition_class_name": "ReduceVentilationByPercentage",
838
- "measure_definition_directory": "./measures/ExampleMeasure",
839
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
840
- "measure_definition_display_name": "Reduce Ventilation By Percentage",
841
- "measure_definition_name": "reduce_ventilation_by_percentage",
842
- "measure_definition_name_xml": null,
843
- "measure_definition_uuid": "f6ae131c-e60a-4991-a301-ed90e1ada3f1",
844
- "measure_definition_version_uuid": "0927a9d2-e796-47f0-aa58-c2f3fe2280ed",
845
- "arguments": [
846
- {
847
- "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
848
- "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
849
- "name": "space_type",
850
- "value_type": "string",
851
- "default_value": "*Entire Building*",
852
- "value": "*Entire Building*"
853
- }
854
- ],
855
- "variables": [
856
- {
857
- "argument": {
858
- "display_name": "Design Specification Outdoor Air Reduction (%).",
859
- "display_name_short": "Design Specification Outdoor Air Reduction (%).",
860
- "name": "design_spec_outdoor_air_reduction_percent",
861
- "value_type": "double",
862
- "default_value": 0.0,
863
- "value": 0.0
864
- },
865
- "display_name": "Design Specification Outdoor Air Reduction (%).",
866
- "display_name_short": "Design Specification Outdoor Air Reduction (%).",
867
- "units": null,
868
- "minimum": -90.0,
869
- "maximum": 90.0,
870
- "relation_to_output": null,
871
- "static_value": 0.0,
872
- "uuid": "eae43dc1-233f-4264-b654-e4faf9b23c54",
873
- "version_uuid": "f9865515-d67c-4250-a9b5-020794aa942b",
874
- "variable": true,
875
- "uncertainty_description": {
876
- "type": "triangle_uncertain",
877
- "attributes": [
878
- {
879
- "name": "lower_bounds",
880
- "value": -90.0
881
- },
882
- {
883
- "name": "upper_bounds",
884
- "value": 90.0
885
- },
886
- {
887
- "name": "modes",
888
- "value": -1.0
889
- },
890
- {
891
- "name": "delta_x",
892
- "value": null
893
- },
894
- {
895
- "name": "stddev",
896
- "value": 30.0
897
- }
898
- ]
899
- },
900
- "workflow_index": 0
901
- }
902
- ],
903
- "workflow_index": 4
904
- },
905
- {
906
- "name": "enable_economizer_control",
907
- "display_name": "Enable Economizer Control",
908
- "measure_type": "RubyMeasure",
909
- "measure_definition_class_name": "EnableEconomizerControl",
910
- "measure_definition_directory": "./measures/ExampleMeasure",
911
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
912
- "measure_definition_display_name": "Enable Economizer Control",
913
- "measure_definition_name": "enable_economizer_control",
914
- "measure_definition_name_xml": null,
915
- "measure_definition_uuid": "6ac74559-27ea-4f22-9066-8c547e76d278",
916
- "measure_definition_version_uuid": "0e811e6e-12b8-4833-bb49-565907f79940",
917
- "arguments": [
918
- {
919
- "display_name": "Choose an Air Loop to Alter.",
920
- "display_name_short": "Choose an Air Loop to Alter.",
921
- "name": "object",
922
- "value_type": "string",
923
- "default_value": "*All Air Loops*",
924
- "value": "*All Air Loops*"
925
- },
926
- {
927
- "display_name": "Economizer Control Type.",
928
- "display_name_short": "Economizer Control Type.",
929
- "name": "economizer_type",
930
- "value_type": "string",
931
- "default_value": "FixedDryBulb",
932
- "value": "FixedDryBulb"
933
- },
934
- {
935
- "display_name": "Economizer Maximum Enthalpy (Btu/lb).",
936
- "display_name_short": "Economizer Maximum Enthalpy (Btu/lb).",
937
- "name": "econoMaxEnthalpy",
938
- "value_type": "double",
939
- "default_value": 28.0,
940
- "value": 28.0
941
- },
942
- {
943
- "display_name": "Economizer Maximum Limit Dewpoint Temperature (F).",
944
- "display_name_short": "Economizer Maximum Limit Dewpoint Temperature (F).",
945
- "name": "econoMaxDewpointTemp",
946
- "value_type": "double",
947
- "default_value": 55.0,
948
- "value": 55.0
949
- },
950
- {
951
- "display_name": "Economizer Minimum Limit Dry-Bulb Temperature (F).",
952
- "display_name_short": "Economizer Minimum Limit Dry-Bulb Temperature (F).",
953
- "name": "econoMinDryBulbTemp",
954
- "value_type": "double",
955
- "default_value": -148.0,
956
- "value": -148.0
957
- },
958
- {
959
- "display_name": "Remove Baseline Costs From Effected AirLoopHVACOutdoorAirSystems?",
960
- "display_name_short": "Remove Baseline Costs From Effected AirLoopHVACOutdoorAirSystems?",
961
- "name": "remove_costs",
962
- "value_type": "bool",
963
- "default_value": false,
964
- "value": false
965
- },
966
- {
967
- "display_name": "Material and Installation Costs per Air Loop to Enable Economizer ($).",
968
- "display_name_short": "Material and Installation Costs per Air Loop to Enable Economizer ($).",
969
- "name": "material_cost",
970
- "value_type": "double",
971
- "default_value": 0.0,
972
- "value": 0.0
973
- },
974
- {
975
- "display_name": "Demolition Costs per Air Loop to Enable Economizer ($).",
976
- "display_name_short": "Demolition Costs per Air Loop to Enable Economizer ($).",
977
- "name": "demolition_cost",
978
- "value_type": "double",
979
- "default_value": 0.0,
980
- "value": 0.0
981
- },
982
- {
983
- "display_name": "Years Until Costs Start (whole years).",
984
- "display_name_short": "Years Until Costs Start (whole years).",
985
- "name": "years_until_costs_start",
986
- "value_type": "integer",
987
- "default_value": 0,
988
- "value": 0
989
- },
990
- {
991
- "display_name": "Demolition Costs Occur During Initial Construction?",
992
- "display_name_short": "Demolition Costs Occur During Initial Construction?",
993
- "name": "demo_cost_initial_const",
994
- "value_type": "bool",
995
- "default_value": false,
996
- "value": false
997
- },
998
- {
999
- "display_name": "Expected Life (whole years).",
1000
- "display_name_short": "Expected Life (whole years).",
1001
- "name": "expected_life",
1002
- "value_type": "integer",
1003
- "default_value": 20,
1004
- "value": 20
1005
- },
1006
- {
1007
- "display_name": "O & M Costs per Air Loop for Economizer ($).",
1008
- "display_name_short": "O & M Costs per Air Loop for Economizer ($).",
1009
- "name": "om_cost",
1010
- "value_type": "double",
1011
- "default_value": 0.0,
1012
- "value": 0.0
1013
- },
1014
- {
1015
- "display_name": "O & M Frequency (whole years).",
1016
- "display_name_short": "O & M Frequency (whole years).",
1017
- "name": "om_frequency",
1018
- "value_type": "integer",
1019
- "default_value": 1,
1020
- "value": 1
1021
- }
1022
- ],
1023
- "variables": [
1024
- {
1025
- "argument": {
1026
- "display_name": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
1027
- "display_name_short": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
1028
- "name": "econoMaxDryBulbTemp",
1029
- "value_type": "double",
1030
- "default_value": 79.0,
1031
- "value": 79.0
1032
- },
1033
- "display_name": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
1034
- "display_name_short": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
1035
- "units": null,
1036
- "minimum": 76.0,
1037
- "maximum": 80.0,
1038
- "relation_to_output": null,
1039
- "static_value": 79.0,
1040
- "uuid": "fdcde03b-147b-41c6-876b-1f2ed087a034",
1041
- "version_uuid": "0c7a0726-c1a2-473e-880b-0236f1849c38",
1042
- "variable": true,
1043
- "uncertainty_description": {
1044
- "type": "triangle_uncertain",
1045
- "attributes": [
1046
- {
1047
- "name": "lower_bounds",
1048
- "value": 76.0
1049
- },
1050
- {
1051
- "name": "upper_bounds",
1052
- "value": 80.0
1053
- },
1054
- {
1055
- "name": "modes",
1056
- "value": 78.0
1057
- },
1058
- {
1059
- "name": "delta_x",
1060
- "value": null
1061
- },
1062
- {
1063
- "name": "stddev",
1064
- "value": 0.6666666666666666
1065
- }
1066
- ]
1067
- },
1068
- "workflow_index": 0
1069
- }
1070
- ],
1071
- "workflow_index": 5
1072
- },
1073
- {
1074
- "name": "set_boiler_thermal_efficiency",
1075
- "display_name": "Set Boiler Thermal Efficiency",
1076
- "measure_type": "RubyMeasure",
1077
- "measure_definition_class_name": "SetBoilerThermalEfficiency",
1078
- "measure_definition_directory": "./measures/ExampleMeasure",
1079
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1080
- "measure_definition_display_name": "Set Boiler Thermal Efficiency",
1081
- "measure_definition_name": "set_boiler_thermal_efficiency",
1082
- "measure_definition_name_xml": null,
1083
- "measure_definition_uuid": "f1fb2455-63b2-442d-bfb2-4d6da88588bb",
1084
- "measure_definition_version_uuid": "ec179041-af86-4389-b52a-d98c9c8f3c82",
1085
- "arguments": [
1086
- {
1087
- "display_name": "Apply the measure to",
1088
- "display_name_short": "Apply the measure to",
1089
- "name": "boiler_widget",
1090
- "value_type": "string",
1091
- "default_value": "*All boilers*",
1092
- "value": "*All boilers*"
1093
- },
1094
- {
1095
- "display_name": "Option 1, set boiler nominal thermal efficiency to a user defined value",
1096
- "display_name_short": "Option 1, set boiler nominal thermal efficiency to a user defined value",
1097
- "name": "input_option_manual",
1098
- "value_type": "bool",
1099
- "default_value": true,
1100
- "value": true
1101
- },
1102
- {
1103
- "display_name": "Option 2, set boiler nominal thermal efficiency based on ASHRAE Standard 90.1 requirement",
1104
- "display_name_short": "Option 2, set boiler nominal thermal efficiency based on ASHRAE Standard 90.1 requirement",
1105
- "name": "input_option_standard",
1106
- "value_type": "bool",
1107
- "default_value": false,
1108
- "value": false
1109
- },
1110
- {
1111
- "display_name": "Boiler nominal capacity [W]",
1112
- "display_name_short": "Boiler nominal capacity [W]",
1113
- "name": "nominal_capacity",
1114
- "value_type": "double",
1115
- "default_value": 0.0,
1116
- "value": 0.0
1117
- },
1118
- {
1119
- "display_name": "Fuel type",
1120
- "display_name_short": "Fuel type",
1121
- "name": "fuel_type_widget",
1122
- "value_type": "string",
1123
- "default_value": "0.0",
1124
- "value": "0.0"
1125
- },
1126
- {
1127
- "display_name": "ASHRAE Standards 90.1",
1128
- "display_name_short": "ASHRAE Standards 90.1",
1129
- "name": "standards_widget",
1130
- "value_type": "string",
1131
- "default_value": "0.0",
1132
- "value": "0.0"
1133
- }
1134
- ],
1135
- "variables": [
1136
- {
1137
- "argument": {
1138
- "display_name": "Boiler nominal thermal efficiency (between 0 and 1)",
1139
- "display_name_short": "Boiler nominal thermal efficiency (between 0 and 1)",
1140
- "name": "boiler_thermal_efficiency",
1141
- "value_type": "double",
1142
- "default_value": 0.8,
1143
- "value": 0.8
1144
- },
1145
- "display_name": "Boiler nominal thermal efficiency (between 0 and 1)",
1146
- "display_name_short": "Boiler nominal thermal efficiency (between 0 and 1)",
1147
- "units": null,
1148
- "minimum": 0.5,
1149
- "maximum": 0.9,
1150
- "relation_to_output": null,
1151
- "static_value": 0.8,
1152
- "uuid": "5f7ca822-561c-4aa0-869a-ecd777bd4d28",
1153
- "version_uuid": "9a4e713d-9de7-4026-9000-ddbc0db9555b",
1154
- "variable": true,
1155
- "uncertainty_description": {
1156
- "type": "triangle_uncertain",
1157
- "attributes": [
1158
- {
1159
- "name": "lower_bounds",
1160
- "value": 0.5
1161
- },
1162
- {
1163
- "name": "upper_bounds",
1164
- "value": 0.9
1165
- },
1166
- {
1167
- "name": "modes",
1168
- "value": 0.75
1169
- },
1170
- {
1171
- "name": "delta_x",
1172
- "value": null
1173
- },
1174
- {
1175
- "name": "stddev",
1176
- "value": 0.06666666666666667
1177
- }
1178
- ]
1179
- },
1180
- "workflow_index": 0
1181
- }
1182
- ],
1183
- "workflow_index": 6
1184
- },
1185
- {
1186
- "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
1187
- "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
1188
- "measure_type": "RubyMeasure",
1189
- "measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
1190
- "measure_definition_directory": "./measures/ExampleMeasure",
1191
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1192
- "measure_definition_display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
1193
- "measure_definition_name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
1194
- "measure_definition_name_xml": null,
1195
- "measure_definition_uuid": "065bb536-352e-4f5e-a05b-158c696f906c",
1196
- "measure_definition_version_uuid": "eca554fd-424a-4e07-9c5d-22d3bb7009dd",
1197
- "arguments": [
1198
- {
1199
- "display_name": "Allow both increase and decrease in R-value to reach requested target?",
1200
- "display_name_short": "Allow both increase and decrease in R-value to reach requested target?",
1201
- "name": "allow_reduction",
1202
- "value_type": "bool",
1203
- "default_value": true,
1204
- "value": true
1205
- },
1206
- {
1207
- "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
1208
- "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
1209
- "name": "material_cost_increase_ip",
1210
- "value_type": "double",
1211
- "default_value": 0.0,
1212
- "value": 0.0
1213
- },
1214
- {
1215
- "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
1216
- "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
1217
- "name": "one_time_retrofit_cost_ip",
1218
- "value_type": "double",
1219
- "default_value": 0.0,
1220
- "value": 0.0
1221
- },
1222
- {
1223
- "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
1224
- "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
1225
- "name": "years_until_retrofit_cost",
1226
- "value_type": "integer",
1227
- "default_value": 0,
1228
- "value": 0
1229
- }
1230
- ],
1231
- "variables": [
1232
- {
1233
- "argument": {
1234
- "display_name": "Insulation R-value (ft^2*h*R/Btu).",
1235
- "display_name_short": "Insulation R-value (ft^2*h*R/Btu).",
1236
- "name": "r_value",
1237
- "value_type": "double",
1238
- "default_value": 5.0,
1239
- "value": 5.0
1240
- },
1241
- "display_name": "Insulation R-value (ft^2*h*R/Btu).",
1242
- "display_name_short": "Insulation R-value (ft^2*h*R/Btu).",
1243
- "units": null,
1244
- "minimum": 1.0,
1245
- "maximum": 5.0,
1246
- "relation_to_output": null,
1247
- "static_value": 5.0,
1248
- "uuid": "bba28900-3bd0-4ac6-8ff7-1fd27e5c0f8a",
1249
- "version_uuid": "e9cbab93-5c66-427b-91cc-7793fa71fa57",
1250
- "variable": true,
1251
- "uncertainty_description": {
1252
- "type": "triangle_uncertain",
1253
- "attributes": [
1254
- {
1255
- "name": "lower_bounds",
1256
- "value": 1.0
1257
- },
1258
- {
1259
- "name": "upper_bounds",
1260
- "value": 5.0
1261
- },
1262
- {
1263
- "name": "modes",
1264
- "value": 2.5
1265
- },
1266
- {
1267
- "name": "delta_x",
1268
- "value": null
1269
- },
1270
- {
1271
- "name": "stddev",
1272
- "value": 0.6666666666666666
1273
- }
1274
- ]
1275
- },
1276
- "workflow_index": 0
1277
- }
1278
- ],
1279
- "workflow_index": 7
1280
- },
1281
- {
1282
- "name": "setchillercop",
1283
- "display_name": "SetChillerCOP",
1284
- "measure_type": "RubyMeasure",
1285
- "measure_definition_class_name": "SetChillerCOP",
1286
- "measure_definition_directory": "./measures/ExampleMeasure",
1287
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1288
- "measure_definition_display_name": "SetChillerCOP",
1289
- "measure_definition_name": "setchillercop",
1290
- "measure_definition_name_xml": null,
1291
- "measure_definition_uuid": "72b5f490-4a74-4126-b07f-cd9f2ea2ac5a",
1292
- "measure_definition_version_uuid": "3ccce8f7-9aaf-49cd-9610-11b638cf103d",
1293
- "arguments": [
1294
- {
1295
- "display_name": "Apply the measure to",
1296
- "display_name_short": "Apply the measure to",
1297
- "name": "chiller_widget",
1298
- "value_type": "string",
1299
- "default_value": "*All chillers*",
1300
- "value": "*All chillers*"
1301
- }
1302
- ],
1303
- "variables": [
1304
- {
1305
- "argument": {
1306
- "display_name": "Chiller Rated COP (more than 0)",
1307
- "display_name_short": "Chiller Rated COP (more than 0)",
1308
- "name": "chiller_thermal_efficiency",
1309
- "value_type": "double",
1310
- "default_value": 3.0,
1311
- "value": 3.0
1312
- },
1313
- "display_name": "Chiller Rated COP (more than 0)",
1314
- "display_name_short": "Chiller Rated COP (more than 0)",
1315
- "units": null,
1316
- "minimum": 2.5,
1317
- "maximum": 5.5,
1318
- "relation_to_output": null,
1319
- "static_value": 3.0,
1320
- "uuid": "f9256800-6e55-427e-bb4b-87f758f041f3",
1321
- "version_uuid": "a6410299-c68a-4be5-a9fd-984d85c964b2",
1322
- "variable": true,
1323
- "uncertainty_description": {
1324
- "type": "triangle_uncertain",
1325
- "attributes": [
1326
- {
1327
- "name": "lower_bounds",
1328
- "value": 2.5
1329
- },
1330
- {
1331
- "name": "upper_bounds",
1332
- "value": 5.5
1333
- },
1334
- {
1335
- "name": "modes",
1336
- "value": 3.5
1337
- },
1338
- {
1339
- "name": "delta_x",
1340
- "value": null
1341
- },
1342
- {
1343
- "name": "stddev",
1344
- "value": 0.5
1345
- }
1346
- ]
1347
- },
1348
- "workflow_index": 0
1349
- }
1350
- ],
1351
- "workflow_index": 8
1352
- },
1353
- {
1354
- "name": "set_heating_and_cooling_sizing_factors",
1355
- "display_name": "Set Heating and Cooling Sizing Factors",
1356
- "measure_type": "RubyMeasure",
1357
- "measure_definition_class_name": "SetHeatingandCoolingSizingFactors",
1358
- "measure_definition_directory": "./measures/ExampleMeasure",
1359
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1360
- "measure_definition_display_name": "Set Heating and Cooling Sizing Factors",
1361
- "measure_definition_name": "set_heating_and_cooling_sizing_factors",
1362
- "measure_definition_name_xml": null,
1363
- "measure_definition_uuid": "8abcf449-d045-4714-a0d0-f2c511465e32",
1364
- "measure_definition_version_uuid": "10e71276-cb41-4a57-9cc0-f39320eb3376",
1365
- "arguments": [
1366
-
1367
- ],
1368
- "variables": [
1369
- {
1370
- "argument": {
1371
- "display_name": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1372
- "display_name_short": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1373
- "name": "htg_sz_factor",
1374
- "value_type": "double",
1375
- "default_value": 1.25,
1376
- "value": 1.25
1377
- },
1378
- "display_name": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1379
- "display_name_short": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1380
- "units": null,
1381
- "minimum": 1.0,
1382
- "maximum": 1.5,
1383
- "relation_to_output": null,
1384
- "static_value": 1.25,
1385
- "uuid": "ac4024bd-da55-4115-9eda-ce65bfd253bb",
1386
- "version_uuid": "5b766201-7bff-4fb0-a64b-ed86fcef1338",
1387
- "variable": true,
1388
- "uncertainty_description": {
1389
- "type": "triangle_uncertain",
1390
- "attributes": [
1391
- {
1392
- "name": "lower_bounds",
1393
- "value": 1.0
1394
- },
1395
- {
1396
- "name": "upper_bounds",
1397
- "value": 1.5
1398
- },
1399
- {
1400
- "name": "modes",
1401
- "value": 1.25
1402
- },
1403
- {
1404
- "name": "delta_x",
1405
- "value": null
1406
- },
1407
- {
1408
- "name": "stddev",
1409
- "value": 0.08333333333333333
1410
- }
1411
- ]
1412
- },
1413
- "workflow_index": 0
1414
- },
1415
- {
1416
- "argument": {
1417
- "display_name": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1418
- "display_name_short": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1419
- "name": "clg_sz_factor",
1420
- "value_type": "double",
1421
- "default_value": 1.15,
1422
- "value": 1.15
1423
- },
1424
- "display_name": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1425
- "display_name_short": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1426
- "units": null,
1427
- "minimum": 1.0,
1428
- "maximum": 1.5,
1429
- "relation_to_output": null,
1430
- "static_value": 1.15,
1431
- "uuid": "136cae28-3570-4500-b5db-78a39827071d",
1432
- "version_uuid": "ae784a6f-9775-4f23-b0a4-7e6fd13987f3",
1433
- "variable": true,
1434
- "uncertainty_description": {
1435
- "type": "triangle_uncertain",
1436
- "attributes": [
1437
- {
1438
- "name": "lower_bounds",
1439
- "value": 1.0
1440
- },
1441
- {
1442
- "name": "upper_bounds",
1443
- "value": 1.5
1444
- },
1445
- {
1446
- "name": "modes",
1447
- "value": 1.15
1448
- },
1449
- {
1450
- "name": "delta_x",
1451
- "value": null
1452
- },
1453
- {
1454
- "name": "stddev",
1455
- "value": 0.08333333333333333
1456
- }
1457
- ]
1458
- },
1459
- "workflow_index": 1
1460
- }
1461
- ],
1462
- "workflow_index": 9
1463
- },
1464
- {
1465
- "name": "set_chilled_water_loop_temperature",
1466
- "display_name": "Set Chilled Water Loop Temperature",
1467
- "measure_type": "RubyMeasure",
1468
- "measure_definition_class_name": "SetChilledWaterLoopTemperature",
1469
- "measure_definition_directory": "./measures/ExampleMeasure",
1470
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1471
- "measure_definition_display_name": "Set Chilled Water Loop Temperature",
1472
- "measure_definition_name": "set_chilled_water_loop_temperature",
1473
- "measure_definition_name_xml": null,
1474
- "measure_definition_uuid": "5ea6d4af-9557-4729-84b5-10589b83112b",
1475
- "measure_definition_version_uuid": "c4e8d48e-dd9f-4346-a76b-e98ee6f3858e",
1476
- "arguments": [
1477
-
1478
- ],
1479
- "variables": [
1480
- {
1481
- "argument": {
1482
- "display_name": "Desired chilled water setpoint (F)",
1483
- "display_name_short": "Desired chilled water setpoint (F)",
1484
- "name": "cw_temp_f",
1485
- "value_type": "double",
1486
- "default_value": 44.0,
1487
- "value": 44.0
1488
- },
1489
- "display_name": "Desired chilled water setpoint (F)",
1490
- "display_name_short": "Desired chilled water setpoint (F)",
1491
- "units": null,
1492
- "minimum": 42.0,
1493
- "maximum": 46.0,
1494
- "relation_to_output": null,
1495
- "static_value": 44.0,
1496
- "uuid": "4a3b67f8-5d67-4ade-8624-49744c191f40",
1497
- "version_uuid": "3b442199-a032-4c1c-bbcd-777205f11473",
1498
- "variable": true,
1499
- "uncertainty_description": {
1500
- "type": "triangle_uncertain",
1501
- "attributes": [
1502
- {
1503
- "name": "lower_bounds",
1504
- "value": 42.0
1505
- },
1506
- {
1507
- "name": "upper_bounds",
1508
- "value": 46.0
1509
- },
1510
- {
1511
- "name": "modes",
1512
- "value": 44.0
1513
- },
1514
- {
1515
- "name": "delta_x",
1516
- "value": null
1517
- },
1518
- {
1519
- "name": "stddev",
1520
- "value": 0.6666666666666666
1521
- }
1522
- ]
1523
- },
1524
- "workflow_index": 0
1525
- }
1526
- ],
1527
- "workflow_index": 10
1528
- },
1529
- {
1530
- "name": "set_hot_water_loop_temperature",
1531
- "display_name": "Set Hot Water Loop Temperature",
1532
- "measure_type": "RubyMeasure",
1533
- "measure_definition_class_name": "SetHotWaterLoopTemperature",
1534
- "measure_definition_directory": "./measures/ExampleMeasure",
1535
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1536
- "measure_definition_display_name": "Set Hot Water Loop Temperature",
1537
- "measure_definition_name": "set_hot_water_loop_temperature",
1538
- "measure_definition_name_xml": null,
1539
- "measure_definition_uuid": "80fe5ad9-b59e-4b67-8c47-453759e39ba3",
1540
- "measure_definition_version_uuid": "24dd87b2-517b-41e6-a05f-d637958f719a",
1541
- "arguments": [
1542
-
1543
- ],
1544
- "variables": [
1545
- {
1546
- "argument": {
1547
- "display_name": "Desired hot water setpoint (F)",
1548
- "display_name_short": "Desired hot water setpoint (F)",
1549
- "name": "hw_temp_f",
1550
- "value_type": "double",
1551
- "default_value": 120.0,
1552
- "value": 120.0
1553
- },
1554
- "display_name": "Desired hot water setpoint (F)",
1555
- "display_name_short": "Desired hot water setpoint (F)",
1556
- "units": null,
1557
- "minimum": 118.0,
1558
- "maximum": 122.0,
1559
- "relation_to_output": null,
1560
- "static_value": 120.0,
1561
- "uuid": "0f206be8-c26f-4c06-9a44-e53b6f75a1d3",
1562
- "version_uuid": "c76ea80e-566b-4400-9644-c015f2201eaf",
1563
- "variable": true,
1564
- "uncertainty_description": {
1565
- "type": "triangle_uncertain",
1566
- "attributes": [
1567
- {
1568
- "name": "lower_bounds",
1569
- "value": 118.0
1570
- },
1571
- {
1572
- "name": "upper_bounds",
1573
- "value": 122.0
1574
- },
1575
- {
1576
- "name": "modes",
1577
- "value": 120.0
1578
- },
1579
- {
1580
- "name": "delta_x",
1581
- "value": null
1582
- },
1583
- {
1584
- "name": "stddev",
1585
- "value": 0.6666666666666666
1586
- }
1587
- ]
1588
- },
1589
- "workflow_index": 0
1590
- }
1591
- ],
1592
- "workflow_index": 11
1593
- },
1594
- {
1595
- "name": "set_minimum_vav_terminal_flow_fraction",
1596
- "display_name": "Set Minimum VAV Terminal Flow Fraction",
1597
- "measure_type": "RubyMeasure",
1598
- "measure_definition_class_name": "SetMinimumVAVTerminalFlowFraction",
1599
- "measure_definition_directory": "./measures/ExampleMeasure",
1600
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1601
- "measure_definition_display_name": "Set Minimum VAV Terminal Flow Fraction",
1602
- "measure_definition_name": "set_minimum_vav_terminal_flow_fraction",
1603
- "measure_definition_name_xml": null,
1604
- "measure_definition_uuid": "60ad7764-aeb2-4425-af40-65657e1768c9",
1605
- "measure_definition_version_uuid": "fb084cb8-081a-45bc-8bd4-e375d6280364",
1606
- "arguments": [
1607
-
1608
- ],
1609
- "variables": [
1610
- {
1611
- "argument": {
1612
- "display_name": "Minimum VAV Terminal Flow Fraction (%)",
1613
- "display_name_short": "Minimum VAV Terminal Flow Fraction (%)",
1614
- "name": "min_vav_frac",
1615
- "value_type": "double",
1616
- "default_value": 30.0,
1617
- "value": 30.0
1618
- },
1619
- "display_name": "Minimum VAV Terminal Flow Fraction (%)",
1620
- "display_name_short": "Minimum VAV Terminal Flow Fraction (%)",
1621
- "units": null,
1622
- "minimum": 0.0,
1623
- "maximum": 60.0,
1624
- "relation_to_output": null,
1625
- "static_value": 30.0,
1626
- "uuid": "ae07c938-4581-4e84-a8d6-c6b9ce2eca06",
1627
- "version_uuid": "94436b98-d931-49ae-b666-f298f596dbc8",
1628
- "variable": true,
1629
- "uncertainty_description": {
1630
- "type": "triangle_uncertain",
1631
- "attributes": [
1632
- {
1633
- "name": "lower_bounds",
1634
- "value": 0.0
1635
- },
1636
- {
1637
- "name": "upper_bounds",
1638
- "value": 60.0
1639
- },
1640
- {
1641
- "name": "modes",
1642
- "value": 30.0
1643
- },
1644
- {
1645
- "name": "delta_x",
1646
- "value": null
1647
- },
1648
- {
1649
- "name": "stddev",
1650
- "value": 10.0
1651
- }
1652
- ]
1653
- },
1654
- "workflow_index": 0
1655
- }
1656
- ],
1657
- "workflow_index": 12
1658
- },
1659
- {
1660
- "name": "modify_energyplus_fan_varaible_volume_objects",
1661
- "display_name": "Modify EnergyPlus Fan Varaible Volume Objects",
1662
- "measure_type": "EnergyPlusMeasure",
1663
- "measure_definition_class_name": "ModifyEnergyPlusFanVariableVolumeObjects",
1664
- "measure_definition_directory": "./measures/ExampleMeasure",
1665
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
1666
- "measure_definition_display_name": "Modify EnergyPlus Fan Varaible Volume Objects",
1667
- "measure_definition_name": "modify_energyplus_fan_varaible_volume_objects",
1668
- "measure_definition_name_xml": null,
1669
- "measure_definition_uuid": "710748c7-5014-4594-87d6-987908f4c102",
1670
- "measure_definition_version_uuid": "8b91c4a1-27e5-412f-89bb-934c4a2e5dbe",
1671
- "arguments": [
1672
-
1673
- ],
1674
- "variables": [
1675
- {
1676
- "argument": {
1677
- "display_name": "Pressure Rise (Pa).",
1678
- "display_name_short": "Pressure Rise (Pa).",
1679
- "name": "pressureRise",
1680
- "value_type": "double",
1681
- "default_value": 500.0,
1682
- "value": 500.0
1683
- },
1684
- "display_name": "Pressure Rise (Pa).",
1685
- "display_name_short": "Pressure Rise (Pa).",
1686
- "units": null,
1687
- "minimum": 400.0,
1688
- "maximum": 700.0,
1689
- "relation_to_output": null,
1690
- "static_value": 500.0,
1691
- "uuid": "1f0a3588-1e09-445b-9041-252a8336e451",
1692
- "version_uuid": "1af5068b-4f94-4d32-8a7a-5ef798c3c736",
1693
- "variable": true,
1694
- "uncertainty_description": {
1695
- "type": "triangle_uncertain",
1696
- "attributes": [
1697
- {
1698
- "name": "lower_bounds",
1699
- "value": 400.0
1700
- },
1701
- {
1702
- "name": "upper_bounds",
1703
- "value": 700.0
1704
- },
1705
- {
1706
- "name": "modes",
1707
- "value": 500.0
1708
- },
1709
- {
1710
- "name": "delta_x",
1711
- "value": 5.0
1712
- },
1713
- {
1714
- "name": "stddev",
1715
- "value": 50.0
1716
- }
1717
- ]
1718
- },
1719
- "workflow_index": 0
1720
- }
1721
- ],
1722
- "workflow_index": 13
1723
- }
1724
- ]
1725
- },
1726
- "seed": {
1727
- "file_type": "OSM",
1728
- "path": "./seed/small_seed.osm"
1729
- },
1730
- "weather_file": {
1731
- "file_type": "EPW",
1732
- "path": "./weather/partial_weather.epw"
1733
- },
1734
- "file_format_version": 1
1735
- }
1736
- }