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
@@ -1,519 +0,0 @@
1
- {
2
- "analysis": {
3
- "display_name": "simple_test",
4
- "name": "simple_test",
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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.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": 46320380000.0,
313
- "display_name": "heating_gas_dec",
314
- "display_name_short": "heating_gas_dec",
315
- "metadata_id": null,
316
- "name": "heating_gas_dec"
317
- }
318
- ],
319
- "problem": {
320
- "analysis_type": null,
321
- "algorithm": {
322
- "objective_functions": [
323
- "total_natural_gas",
324
- "total_electricity",
325
- "cooling_electricity_jan",
326
- "cooling_electricity_feb",
327
- "cooling_electricity_mar",
328
- "cooling_electricity_apr",
329
- "cooling_electricity_may",
330
- "cooling_electricity_jun",
331
- "cooling_electricity_jul",
332
- "cooling_electricity_aug",
333
- "cooling_electricity_sep",
334
- "cooling_electricity_oct",
335
- "cooling_electricity_nov",
336
- "cooling_electricity_dec",
337
- "heating_gas_jan",
338
- "heating_gas_feb",
339
- "heating_gas_mar",
340
- "heating_gas_apr",
341
- "heating_gas_may",
342
- "heating_gas_jun",
343
- "heating_gas_jul",
344
- "heating_gas_aug",
345
- "heating_gas_sep",
346
- "heating_gas_oct",
347
- "heating_gas_nov",
348
- "heating_gas_dec"
349
- ]
350
- },
351
- "workflow": [
352
- {
353
- "name": "baseline",
354
- "display_name": "Baseline",
355
- "measure_type": null,
356
- "measure_definition_class_name": "Baseline",
357
- "measure_definition_directory": "ExampleMeasure",
358
- "measure_definition_display_name": "Baseline",
359
- "measure_definition_name": "baseline",
360
- "measure_definition_name_xml": null,
361
- "measure_definition_uuid": "169631c2-ed76-41c6-b625-803b9004b5c4",
362
- "measure_definition_version_uuid": "78f7bc68-4342-4e1c-a8ae-07cca31e265d",
363
- "arguments": [
364
- {
365
- "display_name": "Baseline",
366
- "display_name_short": "Baseline",
367
- "name": "Baseline",
368
- "value_type": "bool",
369
- "default_value": false,
370
- "value": false
371
- }
372
- ],
373
- "variables": [
374
-
375
- ],
376
- "workflow_index": 0
377
- },
378
- {
379
- "name": "adjust_thermostat_setpoints_by_degrees",
380
- "display_name": "Adjust Thermostat Setpoints by Degrees",
381
- "measure_type": "RubyMeasure",
382
- "measure_definition_class_name": "AdjustThermostatSetpointsByDegrees",
383
- "measure_definition_directory": "ExampleMeasure",
384
- "measure_definition_display_name": "Adjust Thermostat Setpoints by Degrees",
385
- "measure_definition_name": "adjust_thermostat_setpoints_by_degrees",
386
- "measure_definition_name_xml": null,
387
- "measure_definition_uuid": "655c1cdc-eb46-4e9d-b6d0-0487d1b133cc",
388
- "measure_definition_version_uuid": "fbbfb65f-d377-4385-9f12-99538b4b42c4",
389
- "arguments": [
390
- {
391
- "display_name": "Alter Design Day Thermostats?",
392
- "display_name_short": "Alter Design Day Thermostats?",
393
- "name": "alter_design_days",
394
- "value_type": "bool",
395
- "default_value": false,
396
- "value": false
397
- }
398
- ],
399
- "variables": [
400
- {
401
- "argument": {
402
- "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
403
- "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
404
- "name": "cooling_adjustment",
405
- "value_type": "double",
406
- "default_value": 0.0,
407
- "value": 0.0
408
- },
409
- "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
410
- "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
411
- "units": null,
412
- "minimum": -2.0,
413
- "maximum": 2.0,
414
- "relation_to_output": null,
415
- "uuid": "dcfb796a-9fd4-4627-a2e5-808cc059144f",
416
- "version_uuid": "6ee4ed92-9340-4c89-b844-ee5f37bf9056",
417
- "variable": true,
418
- "static_value": 0.0,
419
- "uncertainty_description": {
420
- "type": "discrete_uncertain",
421
- "attributes": [
422
- {
423
- "name": "discrete",
424
- "values_and_weights": [
425
- {
426
- "value": -2,
427
- "weight": 0.33
428
- },
429
- {
430
- "value": 0,
431
- "weight": 0.33
432
- },
433
- {
434
- "value": 2,
435
- "weight": 0.33
436
- }
437
- ]
438
- },
439
- {
440
- "name": "lower_bounds",
441
- "value": -2.0
442
- },
443
- {
444
- "name": "upper_bounds",
445
- "value": 2.0
446
- },
447
- {
448
- "name": "modes",
449
- "value": 0.0
450
- }
451
- ]
452
- },
453
- "workflow_index": 0
454
- },
455
- {
456
- "argument": {
457
- "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
458
- "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
459
- "name": "heating_adjustment",
460
- "value_type": "double",
461
- "default_value": 0.0,
462
- "value": 0.0
463
- },
464
- "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
465
- "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
466
- "units": null,
467
- "minimum": -2.0,
468
- "maximum": 2.0,
469
- "relation_to_output": null,
470
- "uuid": "dc630150-fe64-4010-b107-f53acdfbd8f3",
471
- "version_uuid": "bab4ab07-bb69-4782-921a-630e8a0952f2",
472
- "variable": true,
473
- "static_value": 0.0,
474
- "uncertainty_description": {
475
- "type": "discrete_uncertain",
476
- "attributes": [
477
- {
478
- "name": "discrete",
479
- "values_and_weights": [
480
- {
481
- "value": -2,
482
- "weight": 0.33
483
- },
484
- {
485
- "value": 0,
486
- "weight": 0.33
487
- },
488
- {
489
- "value": 2,
490
- "weight": 0.33
491
- }
492
- ]
493
- },
494
- {
495
- "name": "lower_bounds",
496
- "value": -2.0
497
- },
498
- {
499
- "name": "upper_bounds",
500
- "value": 2.0
501
- },
502
- {
503
- "name": "modes",
504
- "value": 0.0
505
- }
506
- ]
507
- },
508
- "workflow_index": 1
509
- }
510
- ],
511
- "workflow_index": 1
512
- }
513
- ]
514
- },
515
- "seed": null,
516
- "weather_file": null,
517
- "file_format_version": 1
518
- }
519
- }