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,1230 +0,0 @@
1
- {
2
- "analysis": {
3
- "display_name": "lhs_discrete_and_continuous_variables",
4
- "name": "lhs_discrete_and_continuous_variables",
5
- "output_variables": [
6
- {
7
- "units": "MJ/m2",
8
- "objective_function": true,
9
- "objective_function_index": 0,
10
- "objective_function_target": null,
11
- "objective_function_group": 1,
12
- "scaling_factor": null,
13
- "display_name": "Total Site Energy Intensity",
14
- "display_name_short": "Site EUI",
15
- "metadata_id": "total_site_energy_intensity",
16
- "name": "standard_report_legacy.total_energy",
17
- "visualize": true,
18
- "export": true,
19
- "variable_type": "double"
20
- },
21
- {
22
- "units": "MJ/m2",
23
- "objective_function": true,
24
- "objective_function_index": 1,
25
- "objective_function_target": null,
26
- "objective_function_group": 2,
27
- "scaling_factor": null,
28
- "display_name": "Total Source Energy Intensity",
29
- "display_name_short": "Source EUI",
30
- "metadata_id": "total_source_energy_intensity",
31
- "name": "standard_report_legacy.total_source_energy",
32
- "visualize": true,
33
- "export": true,
34
- "variable_type": "double"
35
- },
36
- {
37
- "units": "MJ/m2",
38
- "objective_function": false,
39
- "objective_function_index": 2,
40
- "objective_function_target": null,
41
- "objective_function_group": null,
42
- "scaling_factor": null,
43
- "display_name": "Total Natural Gas Intensity",
44
- "display_name_short": "NG EUI",
45
- "metadata_id": "total_natural_gas_intensity",
46
- "name": "standard_report_legacy.total_natural_gas",
47
- "visualize": true,
48
- "export": true,
49
- "variable_type": "double"
50
- },
51
- {
52
- "units": "MJ/m2",
53
- "objective_function": false,
54
- "objective_function_index": 3,
55
- "objective_function_target": null,
56
- "objective_function_group": null,
57
- "scaling_factor": null,
58
- "display_name": "Total Electricity Intensity",
59
- "display_name_short": "Elec EUI",
60
- "metadata_id": "total_electricity_intensity",
61
- "name": "standard_report_legacy.total_electricity",
62
- "visualize": true,
63
- "export": true,
64
- "variable_type": "double"
65
- },
66
- {
67
- "units": "hrs",
68
- "objective_function": false,
69
- "objective_function_index": 4,
70
- "objective_function_target": null,
71
- "objective_function_group": null,
72
- "scaling_factor": null,
73
- "display_name": "Unmet Cooling Hours",
74
- "display_name_short": "Unmet Cooling Hours",
75
- "metadata_id": null,
76
- "name": "standard_reports.time_setpoint_not_met_during_occupied_cooling",
77
- "visualize": true,
78
- "export": true,
79
- "variable_type": "double"
80
- },
81
- {
82
- "units": "hrs",
83
- "objective_function": false,
84
- "objective_function_index": 5,
85
- "objective_function_target": null,
86
- "objective_function_group": null,
87
- "scaling_factor": null,
88
- "display_name": "Unmet Heating Hours",
89
- "display_name_short": "Unmet Heating Hours",
90
- "metadata_id": null,
91
- "name": "standard_reports.time_setpoint_not_met_during_occupied_heating",
92
- "visualize": true,
93
- "export": true,
94
- "variable_type": "double"
95
- },
96
- {
97
- "units": "hrs",
98
- "objective_function": false,
99
- "objective_function_index": 6,
100
- "objective_function_target": null,
101
- "objective_function_group": null,
102
- "scaling_factor": null,
103
- "display_name": "Total Unmet Hours",
104
- "display_name_short": "Total Unmet Hours",
105
- "metadata_id": null,
106
- "name": "standard_reports.time_setpoint_not_met_during_occupied_hours",
107
- "visualize": true,
108
- "export": true,
109
- "variable_type": "double"
110
- },
111
- {
112
- "units": "m2",
113
- "objective_function": false,
114
- "objective_function_index": 7,
115
- "objective_function_target": null,
116
- "objective_function_group": null,
117
- "scaling_factor": null,
118
- "display_name": "Building Area",
119
- "display_name_short": "Building Area",
120
- "metadata_id": null,
121
- "name": "standard_reports.total_building_area",
122
- "visualize": true,
123
- "export": true,
124
- "variable_type": "double"
125
- },
126
- {
127
- "units": "MJ/m2",
128
- "objective_function": false,
129
- "objective_function_index": 8,
130
- "objective_function_target": null,
131
- "objective_function_group": null,
132
- "scaling_factor": null,
133
- "display_name": "Natural Gas Heating Intensity",
134
- "display_name_short": "Natural Gas Heating Intensity",
135
- "metadata_id": null,
136
- "name": "standard_report_legacy.heating_natural_gas",
137
- "visualize": false,
138
- "export": true,
139
- "variable_type": "double"
140
- },
141
- {
142
- "units": "MJ/m2",
143
- "objective_function": false,
144
- "objective_function_index": 9,
145
- "objective_function_target": null,
146
- "objective_function_group": null,
147
- "scaling_factor": null,
148
- "display_name": "Cooling Electricity Intensity",
149
- "display_name_short": "Cooling Electricity Intensity",
150
- "metadata_id": null,
151
- "name": "standard_report_legacy.cooling_electricity",
152
- "visualize": false,
153
- "export": true,
154
- "variable_type": "double"
155
- },
156
- {
157
- "units": "MJ/m2",
158
- "objective_function": false,
159
- "objective_function_index": 10,
160
- "objective_function_target": null,
161
- "objective_function_group": null,
162
- "scaling_factor": null,
163
- "display_name": "Interior Lighting Electricity Intensity",
164
- "display_name_short": "Interior Lighting Electricity Intensity",
165
- "metadata_id": null,
166
- "name": "standard_report_legacy.interior_lighting_electricity",
167
- "visualize": false,
168
- "export": true,
169
- "variable_type": "double"
170
- },
171
- {
172
- "units": "MJ/m2",
173
- "objective_function": false,
174
- "objective_function_index": 11,
175
- "objective_function_target": null,
176
- "objective_function_group": null,
177
- "scaling_factor": null,
178
- "display_name": "Exterior Lighting Electricity Intensity",
179
- "display_name_short": "Exterior Lighting Electricity Intensity",
180
- "metadata_id": null,
181
- "name": "standard_report_legacy.exterior_lighting_electricity",
182
- "visualize": false,
183
- "export": true,
184
- "variable_type": "double"
185
- },
186
- {
187
- "units": "MJ/m2",
188
- "objective_function": false,
189
- "objective_function_index": 12,
190
- "objective_function_target": null,
191
- "objective_function_group": null,
192
- "scaling_factor": null,
193
- "display_name": "Equipment Electricity Intensity",
194
- "display_name_short": "Equipment Electricity Intensity",
195
- "metadata_id": null,
196
- "name": "standard_report_legacy.interior_equipment_electricity",
197
- "visualize": false,
198
- "export": true,
199
- "variable_type": "double"
200
- },
201
- {
202
- "units": "MJ/m2",
203
- "objective_function": false,
204
- "objective_function_index": 13,
205
- "objective_function_target": null,
206
- "objective_function_group": null,
207
- "scaling_factor": null,
208
- "display_name": "Equipment Natural Gas Intensity",
209
- "display_name_short": "Equipment Natural Gas Intensity",
210
- "metadata_id": null,
211
- "name": "standard_report_legacy.interior_equipment_natural_gas",
212
- "visualize": false,
213
- "export": true,
214
- "variable_type": "double"
215
- },
216
- {
217
- "units": "MJ/m2",
218
- "objective_function": false,
219
- "objective_function_index": 14,
220
- "objective_function_target": null,
221
- "objective_function_group": null,
222
- "scaling_factor": null,
223
- "display_name": "Experior Equipment Electricity Intensity",
224
- "display_name_short": "Experior Equipment Electricity Intensity",
225
- "metadata_id": null,
226
- "name": "standard_report_legacy.exterior_equipment_electricity",
227
- "visualize": false,
228
- "export": true,
229
- "variable_type": "double"
230
- },
231
- {
232
- "units": "MJ/m2",
233
- "objective_function": false,
234
- "objective_function_index": 15,
235
- "objective_function_target": null,
236
- "objective_function_group": null,
237
- "scaling_factor": null,
238
- "display_name": "Fans Electricity Intensity",
239
- "display_name_short": "Fans Electricity Intensity",
240
- "metadata_id": null,
241
- "name": "standard_report_legacy.fans_electricity",
242
- "visualize": false,
243
- "export": true,
244
- "variable_type": "double"
245
- },
246
- {
247
- "units": "MJ/m2",
248
- "objective_function": false,
249
- "objective_function_index": 16,
250
- "objective_function_target": null,
251
- "objective_function_group": null,
252
- "scaling_factor": null,
253
- "display_name": "Pumps Electricity Intensity",
254
- "display_name_short": "Pumps Electricity Intensity",
255
- "metadata_id": null,
256
- "name": "standard_report_legacy.pumps_electricity",
257
- "visualize": false,
258
- "export": true,
259
- "variable_type": "double"
260
- },
261
- {
262
- "units": "MJ/m2",
263
- "objective_function": false,
264
- "objective_function_index": 17,
265
- "objective_function_target": null,
266
- "objective_function_group": null,
267
- "scaling_factor": null,
268
- "display_name": "Heat Rejection Electricity Intensity",
269
- "display_name_short": "Heat Rejection Electricity Intensity",
270
- "metadata_id": null,
271
- "name": "standard_report_legacy.heat_rejection_electricity",
272
- "visualize": false,
273
- "export": true,
274
- "variable_type": "double"
275
- },
276
- {
277
- "units": "MJ/m2",
278
- "objective_function": false,
279
- "objective_function_index": 18,
280
- "objective_function_target": null,
281
- "objective_function_group": null,
282
- "scaling_factor": null,
283
- "display_name": "Humidification Electricity Intensity",
284
- "display_name_short": "Humidification Electricity Intensity",
285
- "metadata_id": null,
286
- "name": "standard_report_legacy.humidification_electricity",
287
- "visualize": false,
288
- "export": true,
289
- "variable_type": "double"
290
- },
291
- {
292
- "units": "MJ/m2",
293
- "objective_function": false,
294
- "objective_function_index": 19,
295
- "objective_function_target": null,
296
- "objective_function_group": null,
297
- "scaling_factor": null,
298
- "display_name": "Water Systems Electricity Intensity",
299
- "display_name_short": "Water Systems Electricity Intensity",
300
- "metadata_id": null,
301
- "name": "standard_report_legacy.water_systems_electricity",
302
- "visualize": false,
303
- "export": true,
304
- "variable_type": "double"
305
- },
306
- {
307
- "units": "MJ/m2",
308
- "objective_function": false,
309
- "objective_function_index": 20,
310
- "objective_function_target": null,
311
- "objective_function_group": null,
312
- "scaling_factor": null,
313
- "display_name": "Water Systems Natural Gas Intensity",
314
- "display_name_short": "Water Systems Natural Gas Intensity",
315
- "metadata_id": null,
316
- "name": "standard_report_legacy.water_systems_natural_gas",
317
- "visualize": false,
318
- "export": true,
319
- "variable_type": "double"
320
- },
321
- {
322
- "units": "MJ/m2",
323
- "objective_function": false,
324
- "objective_function_index": 21,
325
- "objective_function_target": null,
326
- "objective_function_group": null,
327
- "scaling_factor": null,
328
- "display_name": "Refrigeration Electricity Intensity",
329
- "display_name_short": "Refrigeration Electricity Intensity",
330
- "metadata_id": null,
331
- "name": "standard_report_legacy.refrigeration_electricity",
332
- "visualize": false,
333
- "export": true,
334
- "variable_type": "double"
335
- },
336
- {
337
- "units": "$",
338
- "objective_function": false,
339
- "objective_function_index": 22,
340
- "objective_function_target": null,
341
- "objective_function_group": null,
342
- "scaling_factor": null,
343
- "display_name": "Total Life Cycle Cost",
344
- "display_name_short": "Total Life Cycle Cost",
345
- "metadata_id": null,
346
- "name": "standard_report.total_life_cycle_cost",
347
- "visualize": true,
348
- "export": true,
349
- "variable_type": "double"
350
- }
351
- ],
352
- "problem": {
353
- "analysis_type": null,
354
- "algorithm": {
355
- "objective_functions": [
356
- "standard_report_legacy.total_energy",
357
- "standard_report_legacy.total_source_energy"
358
- ]
359
- },
360
- "workflow": [
361
- {
362
- "name": "reduce_lighting_loads_by_percentage",
363
- "display_name": "Reduce Lighting Loads by Percentage",
364
- "measure_type": "RubyMeasure",
365
- "measure_definition_class_name": "ReduceLightingLoadsByPercentage",
366
- "measure_definition_directory": "SetThermostatSchedules",
367
- "measure_definition_display_name": "Reduce Lighting Loads by Percentage",
368
- "measure_definition_name": "reduce_lighting_loads_by_percentage",
369
- "measure_definition_name_xml": null,
370
- "measure_definition_uuid": "0660c32a-4a27-478d-af01-57d74d78a9f8",
371
- "measure_definition_version_uuid": "6357ccf7-256e-456a-a91c-b2e2cf2e6fab",
372
- "arguments": [
373
- {
374
- "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
375
- "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
376
- "name": "space_type",
377
- "value_type": "string",
378
- "default_value": "*Entire Building*",
379
- "value": "*Entire Building*"
380
- },
381
- {
382
- "display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
383
- "display_name_short": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
384
- "name": "material_and_installation_cost",
385
- "value_type": "double",
386
- "default_value": 150.0,
387
- "value": 150.0
388
- },
389
- {
390
- "display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
391
- "display_name_short": "Increase in Demolition Costs for Lighting per Floor Area (%).",
392
- "name": "demolition_cost",
393
- "value_type": "double",
394
- "default_value": 0.0,
395
- "value": 0.0
396
- },
397
- {
398
- "display_name": "Years Until Costs Start (whole years).",
399
- "display_name_short": "Years Until Costs Start (whole years).",
400
- "name": "years_until_costs_start",
401
- "value_type": "integer",
402
- "default_value": 0,
403
- "value": 0
404
- },
405
- {
406
- "display_name": "Demolition Costs Occur During Initial Construction?",
407
- "display_name_short": "Demolition Costs Occur During Initial Construction?",
408
- "name": "demo_cost_initial_const",
409
- "value_type": "bool",
410
- "default_value": false,
411
- "value": false
412
- },
413
- {
414
- "display_name": "Expected Life (whole years).",
415
- "display_name_short": "Expected Life (whole years).",
416
- "name": "expected_life",
417
- "value_type": "integer",
418
- "default_value": 15,
419
- "value": 15
420
- },
421
- {
422
- "display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
423
- "display_name_short": "Increase O & M Costs for Lighting per Floor Area (%).",
424
- "name": "om_cost",
425
- "value_type": "double",
426
- "default_value": 0.0,
427
- "value": 0.0
428
- },
429
- {
430
- "display_name": "O & M Frequency (whole years).",
431
- "display_name_short": "O & M Frequency (whole years).",
432
- "name": "om_frequency",
433
- "value_type": "integer",
434
- "default_value": 1,
435
- "value": 1
436
- }
437
- ],
438
- "variables": [
439
- {
440
- "argument": {
441
- "display_name": "LPD Reduction",
442
- "display_name_short": "LPD Reduction",
443
- "name": "lighting_power_reduction_percent",
444
- "value_type": "double",
445
- "default_value": 0.0,
446
- "value": 0.0
447
- },
448
- "display_name": "LPD Reduction",
449
- "display_name_short": "LPD Reduction",
450
- "units": null,
451
- "minimum": 0.0,
452
- "maximum": 70.0,
453
- "relation_to_output": null,
454
- "uuid": "1e7aa3e9-7816-4b40-8152-cf84bce0053e",
455
- "version_uuid": "c9f1e187-44e5-40be-b552-b62f3d3cd7c0",
456
- "variable": true,
457
- "static_value": 0.0,
458
- "uncertainty_description": {
459
- "type": "triangle_uncertain",
460
- "attributes": [
461
- {
462
- "name": "lower_bounds",
463
- "value": 0.0
464
- },
465
- {
466
- "name": "upper_bounds",
467
- "value": 70.0
468
- },
469
- {
470
- "name": "modes",
471
- "value": 20.0
472
- },
473
- {
474
- "name": "delta_x",
475
- "value": 5.0
476
- },
477
- {
478
- "name": "stddev",
479
- "value": null
480
- }
481
- ]
482
- },
483
- "workflow_index": 0
484
- }
485
- ],
486
- "workflow_index": 0
487
- },
488
- {
489
- "name": "rotate_building_relative_to_current_orientation",
490
- "display_name": "Rotate Building Relative to Current Orientation",
491
- "measure_type": "RubyMeasure",
492
- "measure_definition_class_name": "RotateBuilding",
493
- "measure_definition_directory": "SetThermostatSchedules",
494
- "measure_definition_display_name": "Rotate Building Relative to Current Orientation",
495
- "measure_definition_name": "rotate_building_relative_to_current_orientation",
496
- "measure_definition_name_xml": null,
497
- "measure_definition_uuid": "99699804-caff-4ba2-b078-870b987991f0",
498
- "measure_definition_version_uuid": "cc3a45bc-60e6-4cb3-bb99-ab672670fb85",
499
- "arguments": [
500
-
501
- ],
502
- "variables": [
503
- {
504
- "argument": {
505
- "display_name": "Rotation",
506
- "display_name_short": "Rotation",
507
- "name": "relative_building_rotation",
508
- "value_type": "double",
509
- "default_value": 0.0,
510
- "value": 0.0
511
- },
512
- "display_name": "Rotation",
513
- "display_name_short": "Rotation",
514
- "units": null,
515
- "minimum": 0.0,
516
- "maximum": 359.0,
517
- "relation_to_output": null,
518
- "uuid": "de14ecf1-a6d1-4522-a375-982285ef41fe",
519
- "version_uuid": "533a90fe-4f3a-44f9-a194-05d6ae13adfe",
520
- "variable": true,
521
- "static_value": 0.0,
522
- "uncertainty_description": {
523
- "type": "uniform_uncertain",
524
- "attributes": [
525
- {
526
- "name": "lower_bounds",
527
- "value": 0.0
528
- },
529
- {
530
- "name": "upper_bounds",
531
- "value": 359.0
532
- },
533
- {
534
- "name": "modes",
535
- "value": 180.0
536
- }
537
- ]
538
- },
539
- "workflow_index": 0
540
- }
541
- ],
542
- "workflow_index": 1
543
- },
544
- {
545
- "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
546
- "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
547
- "measure_type": "RubyMeasure",
548
- "measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
549
- "measure_definition_directory": "SetThermostatSchedules",
550
- "measure_definition_display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
551
- "measure_definition_name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
552
- "measure_definition_name_xml": null,
553
- "measure_definition_uuid": "7066ca8d-75ec-45a3-a818-1071cd58fe29",
554
- "measure_definition_version_uuid": "62af7de9-8f00-4b03-adc7-518213ccab9f",
555
- "arguments": [
556
- {
557
- "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
558
- "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
559
- "name": "material_cost_increase_ip",
560
- "value_type": "double",
561
- "default_value": 0.0,
562
- "value": 0.0
563
- },
564
- {
565
- "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
566
- "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
567
- "name": "one_time_retrofit_cost_ip",
568
- "value_type": "double",
569
- "default_value": 0.0,
570
- "value": 0.0
571
- },
572
- {
573
- "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
574
- "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
575
- "name": "years_until_retrofit_cost",
576
- "value_type": "integer",
577
- "default_value": 0,
578
- "value": 0
579
- }
580
- ],
581
- "variables": [
582
- {
583
- "argument": {
584
- "display_name": "Wall R-Value",
585
- "display_name_short": "Wall R-Value",
586
- "name": "r_value",
587
- "value_type": "double",
588
- "default_value": 13.0,
589
- "value": 13.0
590
- },
591
- "display_name": "Wall R-Value",
592
- "display_name_short": "Wall R-Value",
593
- "units": null,
594
- "minimum": 0.0,
595
- "maximum": 50.0,
596
- "relation_to_output": null,
597
- "uuid": "646282d1-a324-4590-90c5-3d3eacfb8de7",
598
- "version_uuid": "3d54d372-fe1e-4650-8734-a588764e1b24",
599
- "variable": true,
600
- "static_value": 13.0,
601
- "uncertainty_description": {
602
- "type": "normal_uncertain",
603
- "attributes": [
604
- {
605
- "name": "lower_bounds",
606
- "value": 0.0
607
- },
608
- {
609
- "name": "upper_bounds",
610
- "value": 50.0
611
- },
612
- {
613
- "name": "modes",
614
- "value": 25.0
615
- },
616
- {
617
- "name": "delta_x",
618
- "value": null
619
- },
620
- {
621
- "name": "stddev",
622
- "value": 8.333333333
623
- }
624
- ]
625
- },
626
- "workflow_index": 0
627
- }
628
- ],
629
- "workflow_index": 2
630
- },
631
- {
632
- "name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
633
- "display_name": "Set R-value of Insulation for Roofs to a Specific Value",
634
- "measure_type": "RubyMeasure",
635
- "measure_definition_class_name": "IncreaseInsulationRValueForRoofs",
636
- "measure_definition_directory": "SetThermostatSchedules",
637
- "measure_definition_display_name": "Set R-value of Insulation for Roofs to a Specific Value",
638
- "measure_definition_name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
639
- "measure_definition_name_xml": null,
640
- "measure_definition_uuid": "523f4e94-e425-401e-97b2-8ea0b2658ead",
641
- "measure_definition_version_uuid": "eb8a29d3-2d96-4bd9-bb72-80ddc2e23006",
642
- "arguments": [
643
- {
644
- "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
645
- "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
646
- "name": "material_cost_increase_ip",
647
- "value_type": "double",
648
- "default_value": 0.0,
649
- "value": 0.0
650
- },
651
- {
652
- "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
653
- "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
654
- "name": "one_time_retrofit_cost_ip",
655
- "value_type": "double",
656
- "default_value": 0.0,
657
- "value": 0.0
658
- },
659
- {
660
- "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
661
- "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
662
- "name": "years_until_retrofit_cost",
663
- "value_type": "integer",
664
- "default_value": 0,
665
- "value": 0
666
- }
667
- ],
668
- "variables": [
669
- {
670
- "argument": {
671
- "display_name": "Roof R-Value",
672
- "display_name_short": "Roof R-Value",
673
- "name": "r_value",
674
- "value_type": "double",
675
- "default_value": 10.0,
676
- "value": 10.0
677
- },
678
- "display_name": "Roof R-Value",
679
- "display_name_short": "Roof R-Value",
680
- "units": null,
681
- "minimum": 10.0,
682
- "maximum": 80.0,
683
- "relation_to_output": null,
684
- "uuid": "993a2801-2f03-4981-904d-3f0348aae947",
685
- "version_uuid": "a01832ad-47ae-4dd8-9c85-5d15b49d3c6b",
686
- "variable": true,
687
- "static_value": 10.0,
688
- "uncertainty_description": {
689
- "type": "discrete_uncertain",
690
- "attributes": [
691
- {
692
- "name": "discrete",
693
- "values_and_weights": [
694
- {
695
- "value": 10,
696
- "weight": 0.05
697
- },
698
- {
699
- "value": 30,
700
- "weight": 0.1
701
- },
702
- {
703
- "value": 50,
704
- "weight": 0.45
705
- },
706
- {
707
- "value": 80,
708
- "weight": 0.4
709
- }
710
- ]
711
- },
712
- {
713
- "name": "lower_bounds",
714
- "value": 10.0
715
- },
716
- {
717
- "name": "upper_bounds",
718
- "value": 80.0
719
- },
720
- {
721
- "name": "modes",
722
- "value": 50.0
723
- }
724
- ]
725
- },
726
- "workflow_index": 0
727
- }
728
- ],
729
- "workflow_index": 3
730
- },
731
- {
732
- "name": "window_to_wall_ratio_south",
733
- "display_name": "Window to Wall Ratio South",
734
- "measure_type": "RubyMeasure",
735
- "measure_definition_class_name": "SetWindowToWallRatioByFacade",
736
- "measure_definition_directory": "SetThermostatSchedules",
737
- "measure_definition_display_name": "Window to Wall Ratio South",
738
- "measure_definition_name": "window_to_wall_ratio_south",
739
- "measure_definition_name_xml": null,
740
- "measure_definition_uuid": "3662962f-14be-43b5-ac2a-7aea7392c3b3",
741
- "measure_definition_version_uuid": "d01c647c-b985-4e91-bcf7-a3c56a2e592d",
742
- "arguments": [
743
- {
744
- "display_name": "Sill Height (in).",
745
- "display_name_short": "Sill Height (in).",
746
- "name": "sillHeight",
747
- "value_type": "double",
748
- "default_value": 30.0,
749
- "value": 30.0
750
- },
751
- {
752
- "display_name": "Cardinal Direction.",
753
- "display_name_short": "Cardinal Direction.",
754
- "name": "facade",
755
- "value_type": "string",
756
- "default_value": "South",
757
- "value": "South"
758
- }
759
- ],
760
- "variables": [
761
- {
762
- "argument": {
763
- "display_name": "South WWR",
764
- "display_name_short": "South WWR",
765
- "name": "wwr",
766
- "value_type": "double",
767
- "default_value": 0.4,
768
- "value": 0.4
769
- },
770
- "display_name": "South WWR",
771
- "display_name_short": "South WWR",
772
- "units": null,
773
- "minimum": 0.05,
774
- "maximum": 0.95,
775
- "relation_to_output": null,
776
- "uuid": "69eb5ccc-03e3-4d48-beb6-b6dd8027916b",
777
- "version_uuid": "3bca55a0-60a2-4d49-a102-7bec5d4874a3",
778
- "variable": true,
779
- "static_value": 0.4,
780
- "uncertainty_description": {
781
- "type": "triangle_uncertain",
782
- "attributes": [
783
- {
784
- "name": "lower_bounds",
785
- "value": 0.05
786
- },
787
- {
788
- "name": "upper_bounds",
789
- "value": 0.95
790
- },
791
- {
792
- "name": "modes",
793
- "value": 0.4
794
- },
795
- {
796
- "name": "delta_x",
797
- "value": null
798
- },
799
- {
800
- "name": "stddev",
801
- "value": null
802
- }
803
- ]
804
- },
805
- "workflow_index": 0
806
- }
807
- ],
808
- "workflow_index": 4
809
- },
810
- {
811
- "name": "window_to_wall_ratio_west",
812
- "display_name": "Window to Wall Ratio West",
813
- "measure_type": "RubyMeasure",
814
- "measure_definition_class_name": "SetWindowToWallRatioByFacade",
815
- "measure_definition_directory": "SetThermostatSchedules",
816
- "measure_definition_display_name": "Window to Wall Ratio West",
817
- "measure_definition_name": "window_to_wall_ratio_west",
818
- "measure_definition_name_xml": null,
819
- "measure_definition_uuid": "c9caf03d-a2cb-43b5-898b-60a1bc87921f",
820
- "measure_definition_version_uuid": "5347679b-fea3-4108-a953-e07853ba3dd1",
821
- "arguments": [
822
- {
823
- "display_name": "Sill Height (in).",
824
- "display_name_short": "Sill Height (in).",
825
- "name": "sillHeight",
826
- "value_type": "double",
827
- "default_value": 30.0,
828
- "value": 30.0
829
- },
830
- {
831
- "display_name": "Cardinal Direction.",
832
- "display_name_short": "Cardinal Direction.",
833
- "name": "facade",
834
- "value_type": "string",
835
- "default_value": "West",
836
- "value": "West"
837
- }
838
- ],
839
- "variables": [
840
- {
841
- "argument": {
842
- "display_name": "West WWR",
843
- "display_name_short": "West WWR",
844
- "name": "wwr",
845
- "value_type": "double",
846
- "default_value": 0.4,
847
- "value": 0.4
848
- },
849
- "display_name": "West WWR",
850
- "display_name_short": "West WWR",
851
- "units": null,
852
- "minimum": 0.05,
853
- "maximum": 0.95,
854
- "relation_to_output": null,
855
- "uuid": "8ad06de5-5c8e-4f13-9cb0-1fc568f1c31c",
856
- "version_uuid": "dc2af974-dfa7-44c2-b5e6-9baff37346f9",
857
- "variable": true,
858
- "static_value": 0.4,
859
- "uncertainty_description": {
860
- "type": "triangle_uncertain",
861
- "attributes": [
862
- {
863
- "name": "lower_bounds",
864
- "value": 0.05
865
- },
866
- {
867
- "name": "upper_bounds",
868
- "value": 0.95
869
- },
870
- {
871
- "name": "modes",
872
- "value": 0.4
873
- },
874
- {
875
- "name": "delta_x",
876
- "value": null
877
- },
878
- {
879
- "name": "stddev",
880
- "value": null
881
- }
882
- ]
883
- },
884
- "workflow_index": 0
885
- }
886
- ],
887
- "workflow_index": 5
888
- },
889
- {
890
- "name": "window_to_wall_ratio_east",
891
- "display_name": "Window to Wall Ratio East",
892
- "measure_type": "RubyMeasure",
893
- "measure_definition_class_name": "SetWindowToWallRatioByFacade",
894
- "measure_definition_directory": "SetThermostatSchedules",
895
- "measure_definition_display_name": "Window to Wall Ratio East",
896
- "measure_definition_name": "window_to_wall_ratio_east",
897
- "measure_definition_name_xml": null,
898
- "measure_definition_uuid": "91fc98e2-17c5-4c2a-b52d-ba3f0bff279d",
899
- "measure_definition_version_uuid": "be3bc4b1-1773-4967-8318-df212f8b2bdd",
900
- "arguments": [
901
- {
902
- "display_name": "Sill Height (in).",
903
- "display_name_short": "Sill Height (in).",
904
- "name": "sillHeight",
905
- "value_type": "double",
906
- "default_value": 30.0,
907
- "value": 30.0
908
- },
909
- {
910
- "display_name": "Cardinal Direction.",
911
- "display_name_short": "Cardinal Direction.",
912
- "name": "facade",
913
- "value_type": "string",
914
- "default_value": "East",
915
- "value": "East"
916
- }
917
- ],
918
- "variables": [
919
- {
920
- "argument": {
921
- "display_name": "East WWR",
922
- "display_name_short": "East WWR",
923
- "name": "wwr",
924
- "value_type": "double",
925
- "default_value": 0.4,
926
- "value": 0.4
927
- },
928
- "display_name": "East WWR",
929
- "display_name_short": "East WWR",
930
- "units": null,
931
- "minimum": 0.05,
932
- "maximum": 0.95,
933
- "relation_to_output": null,
934
- "uuid": "7b0ef6ec-97d9-453b-b1dd-1b0ae31bd4e1",
935
- "version_uuid": "c033dc88-867e-4349-b17b-e3d241e0edf7",
936
- "variable": true,
937
- "static_value": 0.4,
938
- "uncertainty_description": {
939
- "type": "triangle_uncertain",
940
- "attributes": [
941
- {
942
- "name": "lower_bounds",
943
- "value": 0.05
944
- },
945
- {
946
- "name": "upper_bounds",
947
- "value": 0.95
948
- },
949
- {
950
- "name": "modes",
951
- "value": 0.4
952
- },
953
- {
954
- "name": "delta_x",
955
- "value": null
956
- },
957
- {
958
- "name": "stddev",
959
- "value": null
960
- }
961
- ]
962
- },
963
- "workflow_index": 0
964
- }
965
- ],
966
- "workflow_index": 6
967
- },
968
- {
969
- "name": "overhangs_pf_south",
970
- "display_name": "Overhangs PF South",
971
- "measure_type": "RubyMeasure",
972
- "measure_definition_class_name": "AddOverhangsByProjectionFactor",
973
- "measure_definition_directory": "SetThermostatSchedules",
974
- "measure_definition_display_name": "Overhangs PF South",
975
- "measure_definition_name": "overhangs_pf_south",
976
- "measure_definition_name_xml": null,
977
- "measure_definition_uuid": "4488d781-6cd1-430e-bfa4-5de445ef42c2",
978
- "measure_definition_version_uuid": "1066931e-2b03-4fd4-85a1-15b22e2b1a0e",
979
- "arguments": [
980
- {
981
- "display_name": "Cardinal Direction",
982
- "display_name_short": "Cardinal Direction",
983
- "name": "facade",
984
- "value_type": "string",
985
- "default_value": "South",
986
- "value": "South"
987
- },
988
- {
989
- "display_name": "Remove Existing Space Shading Surfaces From the Model?",
990
- "display_name_short": "Remove Existing Space Shading Surfaces From the Model?",
991
- "name": "remove_ext_space_shading",
992
- "value_type": "bool",
993
- "default_value": false,
994
- "value": false
995
- },
996
- {
997
- "display_name": "Optionally Choose a Construction for the Overhangs.",
998
- "display_name_short": "Optionally Choose a Construction for the Overhangs.",
999
- "name": "construction",
1000
- "value_type": "string",
1001
- "default_value": null,
1002
- "value": null
1003
- }
1004
- ],
1005
- "variables": [
1006
- {
1007
- "argument": {
1008
- "display_name": "South Projection Factor",
1009
- "display_name_short": "South Projection Factor",
1010
- "name": "projection_factor",
1011
- "value_type": "integer",
1012
- "default_value": 0,
1013
- "value": 0
1014
- },
1015
- "display_name": "South Projection Factor",
1016
- "display_name_short": "South Projection Factor",
1017
- "units": null,
1018
- "minimum": 0,
1019
- "maximum": 10,
1020
- "relation_to_output": null,
1021
- "uuid": "eed37f7f-2dfa-4ab0-a39b-b1464e0754d7",
1022
- "version_uuid": "e93d31e6-62a1-45e0-8608-62cae982c4d2",
1023
- "variable": true,
1024
- "static_value": 0,
1025
- "uncertainty_description": {
1026
- "type": "discrete_uncertain",
1027
- "attributes": [
1028
- {
1029
- "name": "discrete",
1030
- "values_and_weights": [
1031
- {
1032
- "value": 1,
1033
- "weight": 0.25
1034
- },
1035
- {
1036
- "value": 2,
1037
- "weight": 0.25
1038
- },
1039
- {
1040
- "value": 3,
1041
- "weight": 0.25
1042
- },
1043
- {
1044
- "value": 4,
1045
- "weight": 0.25
1046
- }
1047
- ]
1048
- },
1049
- {
1050
- "name": "lower_bounds",
1051
- "value": 0
1052
- },
1053
- {
1054
- "name": "upper_bounds",
1055
- "value": 10
1056
- },
1057
- {
1058
- "name": "modes",
1059
- "value": 5
1060
- }
1061
- ]
1062
- },
1063
- "workflow_index": 0
1064
- }
1065
- ],
1066
- "workflow_index": 7
1067
- },
1068
- {
1069
- "name": "overhangs_pf_east",
1070
- "display_name": "Overhangs PF East",
1071
- "measure_type": "RubyMeasure",
1072
- "measure_definition_class_name": "AddOverhangsByProjectionFactor",
1073
- "measure_definition_directory": "SetThermostatSchedules",
1074
- "measure_definition_display_name": "Overhangs PF East",
1075
- "measure_definition_name": "overhangs_pf_east",
1076
- "measure_definition_name_xml": null,
1077
- "measure_definition_uuid": "c53ecb27-b53e-4585-a78c-d9244b816360",
1078
- "measure_definition_version_uuid": "f57fc907-94b2-438c-8024-a3948cca7e19",
1079
- "arguments": [
1080
- {
1081
- "display_name": "Cardinal Direction",
1082
- "display_name_short": "Cardinal Direction",
1083
- "name": "facade",
1084
- "value_type": "string",
1085
- "default_value": "East",
1086
- "value": "East"
1087
- },
1088
- {
1089
- "display_name": "Optionally Choose a Construction for the Overhangs.",
1090
- "display_name_short": "Optionally Choose a Construction for the Overhangs.",
1091
- "name": "construction",
1092
- "value_type": "string",
1093
- "default_value": null,
1094
- "value": null
1095
- }
1096
- ],
1097
- "variables": [
1098
- {
1099
- "argument": {
1100
- "display_name": "East Projection Factor",
1101
- "display_name_short": "East Projection Factor",
1102
- "name": "projection_factor",
1103
- "value_type": "double",
1104
- "default_value": 0.0,
1105
- "value": 0.0
1106
- },
1107
- "display_name": "East Projection Factor",
1108
- "display_name_short": "East Projection Factor",
1109
- "units": null,
1110
- "minimum": 0.0,
1111
- "maximum": 1.0,
1112
- "relation_to_output": null,
1113
- "uuid": "99ffaac1-3d6e-48f6-a6ea-4b1f6b6cbbfb",
1114
- "version_uuid": "d9a68fed-7b28-4ff1-af5d-16b1b2ea2dc8",
1115
- "variable": true,
1116
- "static_value": 0.0,
1117
- "uncertainty_description": {
1118
- "type": "uniform_uncertain",
1119
- "attributes": [
1120
- {
1121
- "name": "lower_bounds",
1122
- "value": 0.0
1123
- },
1124
- {
1125
- "name": "upper_bounds",
1126
- "value": 1.0
1127
- },
1128
- {
1129
- "name": "modes",
1130
- "value": 0.5
1131
- }
1132
- ]
1133
- },
1134
- "workflow_index": 0
1135
- },
1136
- {
1137
- "argument": {
1138
- "display_name": "Remove Existing Space Shading Surfaces From the Model?",
1139
- "display_name_short": "Remove Existing Space Shading Surfaces From the Model?",
1140
- "name": "remove_ext_space_shading",
1141
- "value_type": "bool",
1142
- "default_value": false,
1143
- "value": false
1144
- },
1145
- "display_name": "Remove Existing Space Shading Surfaces From the Model?",
1146
- "display_name_short": "Remove Existing Space Shading Surfaces From the Model?",
1147
- "units": null,
1148
- "minimum": false,
1149
- "maximum": true,
1150
- "relation_to_output": null,
1151
- "uuid": "f0559fe7-a46c-428d-859f-c990ecb3cd8a",
1152
- "version_uuid": "eead30cd-3359-46d0-8d34-272bb5cf0eae",
1153
- "variable": true,
1154
- "static_value": false,
1155
- "uncertainty_description": {
1156
- "type": "discrete_uncertain",
1157
- "attributes": [
1158
- {
1159
- "name": "discrete",
1160
- "values_and_weights": [
1161
- {
1162
- "value": false,
1163
- "weight": 0.5
1164
- },
1165
- {
1166
- "value": true,
1167
- "weight": 0.5
1168
- }
1169
- ]
1170
- },
1171
- {
1172
- "name": "lower_bounds",
1173
- "value": false
1174
- },
1175
- {
1176
- "name": "upper_bounds",
1177
- "value": true
1178
- },
1179
- {
1180
- "name": "modes",
1181
- "value": true
1182
- }
1183
- ]
1184
- },
1185
- "workflow_index": 1
1186
- }
1187
- ],
1188
- "workflow_index": 8
1189
- },
1190
- {
1191
- "name": "xcel_eda_tariff_selection_and_model_setup",
1192
- "display_name": "Xcel EDA Tariff Selection and Model Setup",
1193
- "measure_type": "EnergyPlusMeasure",
1194
- "measure_definition_class_name": "XcelEDATariffSelectionandModelSetup",
1195
- "measure_definition_directory": "SetThermostatSchedules",
1196
- "measure_definition_display_name": "Xcel EDA Tariff Selection and Model Setup",
1197
- "measure_definition_name": "xcel_eda_tariff_selection_and_model_setup",
1198
- "measure_definition_name_xml": null,
1199
- "measure_definition_uuid": "d82921a4-aca2-4f3d-b5af-11c6e1999f46",
1200
- "measure_definition_version_uuid": "2723f4cf-1027-47ff-a088-5c2574d2bfd9",
1201
- "arguments": [
1202
- {
1203
- "display_name": "Select an Electricity Tariff.",
1204
- "display_name_short": "Select an Electricity Tariff.",
1205
- "name": "elec_tar",
1206
- "value_type": "string",
1207
- "default_value": "Secondary General",
1208
- "value": "Secondary General"
1209
- },
1210
- {
1211
- "display_name": "Select a Gas Tariff.",
1212
- "display_name_short": "Select a Gas Tariff.",
1213
- "name": "gas_tar",
1214
- "value_type": "string",
1215
- "default_value": "Large CG",
1216
- "value": "Large CG"
1217
- }
1218
- ],
1219
- "variables": [
1220
-
1221
- ],
1222
- "workflow_index": 9
1223
- }
1224
- ]
1225
- },
1226
- "seed": null,
1227
- "weather_file": null,
1228
- "file_format_version": 1
1229
- }
1230
- }