openstudio-analysis 0.3.7 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -6
  3. data/README.md +55 -7
  4. data/Rakefile +10 -0
  5. data/lib/openstudio/analysis/algorithm_attributes.rb +22 -0
  6. data/lib/openstudio/analysis/formulation.rb +174 -0
  7. data/lib/openstudio/analysis/translator/excel.rb +65 -48
  8. data/lib/openstudio/analysis/version.rb +1 -1
  9. data/lib/openstudio/analysis/workflow.rb +197 -0
  10. data/lib/openstudio/analysis/workflow_step.rb +312 -0
  11. data/lib/openstudio/analysis.rb +8 -0
  12. data/lib/openstudio/helpers/string.rb +22 -22
  13. data/lib/openstudio/templates/analysis.json.erb +0 -1
  14. data/lib/openstudio-analysis.rb +9 -0
  15. data/spec/files/0_1_09_small_list_incomplete.xlsx +0 -0
  16. data/spec/files/0_2_0_template_simpletest.xlsx +0 -0
  17. data/spec/files/0_4_0_lhs_discrete_continuous.xlsx +0 -0
  18. data/spec/files/analysis/example_analysis_api.json +656 -0
  19. data/spec/files/analysis/examples/discrete_lhs_example.json +809 -0
  20. data/spec/files/analysis/examples/medium_office_example.json +1673 -0
  21. data/spec/files/analysis/lhs_discrete_and_continuous_variables_api.json +1230 -0
  22. data/spec/files/analysis/medium_office.json +91 -92
  23. data/spec/files/analysis/medium_office.zip +0 -0
  24. data/spec/files/analysis/name_goes_here_api.json +1681 -0
  25. data/spec/files/analysis/output_vars_api.json +632 -0
  26. data/spec/files/analysis/preflight_api.json +1518 -0
  27. data/spec/files/analysis/simple_test_api.json +519 -0
  28. data/spec/files/analysis/test_model_api.json +493 -0
  29. data/spec/files/export/analysis/0_1_09_outputvars.json +38 -39
  30. data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
  31. data/spec/files/export/analysis/0_1_11_discrete_variables.json +46 -47
  32. data/spec/files/export/analysis/0_1_11_discrete_variables.zip +0 -0
  33. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.json +8 -9
  34. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.zip +0 -0
  35. data/spec/files/export/analysis/0_2_0_template_simpletest.json +19 -14
  36. data/spec/files/export/analysis/0_2_0_template_simpletest.zip +0 -0
  37. data/spec/files/export/analysis/0_3_0_outputs.json +99 -100
  38. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  39. data/spec/files/export/analysis/{6d6a08db-fdf8-4bb5-8ad3-18c471418c72.json → 276ccf51-ed22-4604-a380-8985cec5efe8.json} +103 -104
  40. data/spec/files/export/analysis/{6d6a08db-fdf8-4bb5-8ad3-18c471418c72.zip → 276ccf51-ed22-4604-a380-8985cec5efe8.zip} +0 -0
  41. data/spec/files/export/analysis/{55086845-70cf-487f-87f6-7a147cbf1e72.json → 639cb8a5-cdbb-4b69-955a-cbb650f6872b.json} +107 -108
  42. data/spec/files/export/analysis/{55086845-70cf-487f-87f6-7a147cbf1e72.zip → 639cb8a5-cdbb-4b69-955a-cbb650f6872b.zip} +0 -0
  43. data/spec/files/export/analysis/{10c791ce-cba7-4506-a863-3fb15703889b.json → 9560f95b-5730-4038-a95b-328c825c596b.json} +99 -100
  44. data/spec/files/export/analysis/{10c791ce-cba7-4506-a863-3fb15703889b.zip → 9560f95b-5730-4038-a95b-328c825c596b.zip} +0 -0
  45. data/spec/files/export/analysis/{f028bfbe-e30e-488d-adad-a60a62bbf7e0.json → c50f0062-cdfb-4dec-bc02-215f6c29af3c.json} +107 -108
  46. data/spec/files/export/analysis/{f028bfbe-e30e-488d-adad-a60a62bbf7e0.zip → c50f0062-cdfb-4dec-bc02-215f6c29af3c.zip} +0 -0
  47. data/spec/files/export/analysis/discrete_lhs_example.json +1185 -0
  48. data/spec/files/export/analysis/discrete_lhs_example.zip +0 -0
  49. data/spec/files/export/analysis/small_seed.json +38 -39
  50. data/spec/files/export/analysis/small_seed.zip +0 -0
  51. data/spec/files/export/workflow/analysis.json +23 -0
  52. data/spec/files/measures/ActualMeasureNoJson/measure.json +25 -0
  53. data/spec/files/measures/ActualMeasureNoJson/measure.rb +80 -0
  54. data/spec/files/measures/ActualMeasureNoJson/measure.xml +2 -0
  55. data/spec/files/measures/SetThermostatSchedules/measure.json +63 -0
  56. data/spec/files/measures/SetThermostatSchedules/measure.rb +254 -0
  57. data/spec/files/measures/SetThermostatSchedules/measure.xml +2 -0
  58. data/spec/openstudio/excel_spec.rb +11 -11
  59. data/spec/openstudio/formulation_spec.rb +107 -0
  60. data/spec/openstudio/workflow_spec.rb +90 -0
  61. data/spec/openstudio/workflow_step_spec.rb +116 -0
  62. data/spec/reports/SPEC-OpenStudio-Analysis-Formulation.xml +28 -0
  63. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml +2 -2
  64. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +2 -2
  65. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +1 -1
  66. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +30 -4
  67. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +11 -3
  68. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +6 -6
  69. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +2 -2
  70. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +2 -2
  71. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +52 -8
  72. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +22 -5
  73. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +2 -2
  74. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +2 -2
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +28 -5
  76. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +2 -2
  77. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +3 -3
  78. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +13 -6
  79. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +55 -5
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.xml +9 -4
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.xml +8 -3
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +13 -5
  83. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.xml +9 -4
  84. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml +9 -4
  85. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.0.xml +40 -2
  86. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.xml +9 -4
  87. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +1 -1
  88. data/spec/reports/SPEC-OpenStudio-Analysis-Workflow.xml +31 -0
  89. data/spec/reports/SPEC-OpenStudio-Analysis-WorkflowStep.xml +29 -0
  90. data/spec/spec_helper.rb +1 -1
  91. metadata +87 -18
@@ -0,0 +1,1518 @@
1
+ {
2
+ "analysis": {
3
+ "display_name": "preflight",
4
+ "name": "preflight",
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": false,
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": 25.1,
26
+ "objective_function_group": 7.0,
27
+ "scaling_factor": 25.2,
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",
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": "El",
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_report.time_setpoint_not_met_during_occupied_cooling",
77
+ "visualize": false,
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_report.time_setpoint_not_met_during_occupied_heating",
92
+ "visualize": false,
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": "Uhrs",
105
+ "metadata_id": null,
106
+ "name": "standard_report.time_setpoint_not_met_during_occupied_hours",
107
+ "visualize": false,
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_report.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
+ "units": "percent",
353
+ "objective_function": false,
354
+ "objective_function_index": 23,
355
+ "objective_function_target": null,
356
+ "objective_function_group": null,
357
+ "scaling_factor": null,
358
+ "display_name": "Air Handler Fan Efficiency",
359
+ "display_name_short": "Air Handler Fan Efficiency",
360
+ "metadata_id": null,
361
+ "name": "air_handler_fan_efficiency.air_handler_fan_efficiency_initial",
362
+ "visualize": false,
363
+ "export": true,
364
+ "variable_type": "double"
365
+ },
366
+ {
367
+ "units": "percent",
368
+ "objective_function": false,
369
+ "objective_function_index": 24,
370
+ "objective_function_target": null,
371
+ "objective_function_group": null,
372
+ "scaling_factor": null,
373
+ "display_name": "Air Handler Fan Efficiency",
374
+ "display_name_short": "Air Handler Fan Efficiency",
375
+ "metadata_id": "air_handler_fan_efficiency",
376
+ "name": "air_handler_fan_efficiency.air_handler_fan_efficiency_final",
377
+ "visualize": true,
378
+ "export": true,
379
+ "variable_type": "double"
380
+ },
381
+ {
382
+ "units": "non-dim",
383
+ "objective_function": false,
384
+ "objective_function_index": 25,
385
+ "objective_function_target": null,
386
+ "objective_function_group": null,
387
+ "scaling_factor": null,
388
+ "display_name": "Aspect Ratio",
389
+ "display_name_short": "Aspect Ratio",
390
+ "metadata_id": null,
391
+ "name": "change_geometry.aspect_ratio_initial",
392
+ "visualize": false,
393
+ "export": true,
394
+ "variable_type": "double"
395
+ },
396
+ {
397
+ "units": "ft2",
398
+ "objective_function": false,
399
+ "objective_function_index": 26,
400
+ "objective_function_target": null,
401
+ "objective_function_group": null,
402
+ "scaling_factor": null,
403
+ "display_name": "Floor Plate Area",
404
+ "display_name_short": "Floor Plate Area",
405
+ "metadata_id": null,
406
+ "name": "change_geometry.floor_plate_area_initial",
407
+ "visualize": false,
408
+ "export": true,
409
+ "variable_type": "double"
410
+ },
411
+ {
412
+ "units": "non-dim",
413
+ "objective_function": false,
414
+ "objective_function_index": 27,
415
+ "objective_function_target": null,
416
+ "objective_function_group": null,
417
+ "scaling_factor": null,
418
+ "display_name": "Number of Floors",
419
+ "display_name_short": "Number of Floors",
420
+ "metadata_id": null,
421
+ "name": "change_geometry.number_of_floors_initial",
422
+ "visualize": false,
423
+ "export": true,
424
+ "variable_type": "integer"
425
+ },
426
+ {
427
+ "units": "ft2",
428
+ "objective_function": false,
429
+ "objective_function_index": 28,
430
+ "objective_function_target": null,
431
+ "objective_function_group": null,
432
+ "scaling_factor": null,
433
+ "display_name": "Total Floor Area",
434
+ "display_name_short": "Total Floor Area",
435
+ "metadata_id": null,
436
+ "name": "change_geometry.total_floor_area_initial",
437
+ "visualize": false,
438
+ "export": true,
439
+ "variable_type": "double"
440
+ },
441
+ {
442
+ "units": "non-dim",
443
+ "objective_function": false,
444
+ "objective_function_index": 29,
445
+ "objective_function_target": null,
446
+ "objective_function_group": null,
447
+ "scaling_factor": null,
448
+ "display_name": "Aspect Ratio",
449
+ "display_name_short": "Aspect Ratio",
450
+ "metadata_id": "aspect_ratio",
451
+ "name": "change_geometry.aspect_ratio_final",
452
+ "visualize": true,
453
+ "export": true,
454
+ "variable_type": "double"
455
+ },
456
+ {
457
+ "units": "ft2",
458
+ "objective_function": false,
459
+ "objective_function_index": 30,
460
+ "objective_function_target": null,
461
+ "objective_function_group": null,
462
+ "scaling_factor": null,
463
+ "display_name": "Floor Plate Area",
464
+ "display_name_short": "Floor Plate Area",
465
+ "metadata_id": null,
466
+ "name": "change_geometry.floor_plate_area_final",
467
+ "visualize": true,
468
+ "export": true,
469
+ "variable_type": "double"
470
+ },
471
+ {
472
+ "units": "non-dim",
473
+ "objective_function": false,
474
+ "objective_function_index": 31,
475
+ "objective_function_target": null,
476
+ "objective_function_group": null,
477
+ "scaling_factor": null,
478
+ "display_name": "Number of Floors",
479
+ "display_name_short": "Number of Floors",
480
+ "metadata_id": "number_of_floors",
481
+ "name": "change_geometry.number_of_floors_final",
482
+ "visualize": true,
483
+ "export": true,
484
+ "variable_type": "integer"
485
+ },
486
+ {
487
+ "units": "ft2",
488
+ "objective_function": false,
489
+ "objective_function_index": 32,
490
+ "objective_function_target": null,
491
+ "objective_function_group": null,
492
+ "scaling_factor": null,
493
+ "display_name": "Total Floor Area",
494
+ "display_name_short": "Total Floor Area",
495
+ "metadata_id": "total_floor_area",
496
+ "name": "change_geometry.total_floor_area_final",
497
+ "visualize": true,
498
+ "export": true,
499
+ "variable_type": "double"
500
+ },
501
+ {
502
+ "units": "COP",
503
+ "objective_function": false,
504
+ "objective_function_index": 33,
505
+ "objective_function_target": null,
506
+ "objective_function_group": null,
507
+ "scaling_factor": null,
508
+ "display_name": "Air Source Heat Pump Cooling Efficiency",
509
+ "display_name_short": "Air Source Heat Pump Cooling Efficiency",
510
+ "metadata_id": null,
511
+ "name": "air_source_heat_pump_cooling_efficiency.air_source_heat_pump_cooling_efficiency_initial",
512
+ "visualize": false,
513
+ "export": true,
514
+ "variable_type": "double"
515
+ },
516
+ {
517
+ "units": "COP",
518
+ "objective_function": false,
519
+ "objective_function_index": 34,
520
+ "objective_function_target": null,
521
+ "objective_function_group": null,
522
+ "scaling_factor": null,
523
+ "display_name": "Air Source Heat Pump Cooling Efficiency",
524
+ "display_name_short": "Air Source Heat Pump Cooling Efficiency",
525
+ "metadata_id": null,
526
+ "name": "air_source_heat_pump_cooling_efficiency.air_source_heat_pump_cooling_efficiency_final",
527
+ "visualize": true,
528
+ "export": true,
529
+ "variable_type": "double"
530
+ },
531
+ {
532
+ "units": "COP",
533
+ "objective_function": false,
534
+ "objective_function_index": 35,
535
+ "objective_function_target": null,
536
+ "objective_function_group": null,
537
+ "scaling_factor": null,
538
+ "display_name": "Air Source Heat Pump Fan Efficiency",
539
+ "display_name_short": "Air Source Heat Pump Fan Efficiency",
540
+ "metadata_id": null,
541
+ "name": "air_source_heat_pump_fan_efficiency.air_source_heat_pump_fan_efficiency_initial",
542
+ "visualize": false,
543
+ "export": true,
544
+ "variable_type": "double"
545
+ },
546
+ {
547
+ "units": "COP",
548
+ "objective_function": false,
549
+ "objective_function_index": 36,
550
+ "objective_function_target": null,
551
+ "objective_function_group": null,
552
+ "scaling_factor": null,
553
+ "display_name": "Air Source Heat Pump Fan Efficiency",
554
+ "display_name_short": "Air Source Heat Pump Fan Efficiency",
555
+ "metadata_id": null,
556
+ "name": "air_source_heat_pump_fan_efficiency.air_source_heat_pump_fan_efficiency_final",
557
+ "visualize": true,
558
+ "export": true,
559
+ "variable_type": "double"
560
+ },
561
+ {
562
+ "units": "COP",
563
+ "objective_function": false,
564
+ "objective_function_index": 37,
565
+ "objective_function_target": null,
566
+ "objective_function_group": null,
567
+ "scaling_factor": null,
568
+ "display_name": "Air Source Heat Pump Heating Efficiency",
569
+ "display_name_short": "Air Source Heat Pump Heating Efficiency",
570
+ "metadata_id": null,
571
+ "name": "air_source_heat_pump_heating_efficiency.air_source_heat_pump_heating_efficiency_initial",
572
+ "visualize": false,
573
+ "export": true,
574
+ "variable_type": "double"
575
+ },
576
+ {
577
+ "units": "COP",
578
+ "objective_function": false,
579
+ "objective_function_index": 38,
580
+ "objective_function_target": null,
581
+ "objective_function_group": null,
582
+ "scaling_factor": null,
583
+ "display_name": "Air Source Heat Pump Heating Efficiency",
584
+ "display_name_short": "Air Source Heat Pump Heating Efficiency",
585
+ "metadata_id": null,
586
+ "name": "air_source_heat_pump_heating_efficiency.air_source_heat_pump_heating_efficiency_final",
587
+ "visualize": true,
588
+ "export": true,
589
+ "variable_type": "double"
590
+ },
591
+ {
592
+ "units": "percent",
593
+ "objective_function": false,
594
+ "objective_function_index": 39,
595
+ "objective_function_target": null,
596
+ "objective_function_group": null,
597
+ "scaling_factor": null,
598
+ "display_name": "Boiler Heating Efficiency",
599
+ "display_name_short": "Boiler Heating Efficiency",
600
+ "metadata_id": null,
601
+ "name": "boiler_heating_efficiency.boiler_heating_efficiency_initial",
602
+ "visualize": false,
603
+ "export": true,
604
+ "variable_type": "double"
605
+ },
606
+ {
607
+ "units": "percent",
608
+ "objective_function": false,
609
+ "objective_function_index": 40,
610
+ "objective_function_target": null,
611
+ "objective_function_group": null,
612
+ "scaling_factor": null,
613
+ "display_name": "Boiler Heating Efficiency",
614
+ "display_name_short": "Boiler Heating Efficiency",
615
+ "metadata_id": null,
616
+ "name": "boiler_heating_efficiency.boiler_heating_efficiency_final",
617
+ "visualize": true,
618
+ "export": true,
619
+ "variable_type": "double"
620
+ },
621
+ {
622
+ "units": "COP",
623
+ "objective_function": false,
624
+ "objective_function_index": 41,
625
+ "objective_function_target": null,
626
+ "objective_function_group": null,
627
+ "scaling_factor": null,
628
+ "display_name": "Chiller Cooling Efficiency",
629
+ "display_name_short": "Chiller Cooling Efficiency",
630
+ "metadata_id": null,
631
+ "name": "chiller_cooling_efficiency.chiller_cooling_efficiency_initial",
632
+ "visualize": false,
633
+ "export": true,
634
+ "variable_type": "double"
635
+ },
636
+ {
637
+ "units": "COP",
638
+ "objective_function": false,
639
+ "objective_function_index": 42,
640
+ "objective_function_target": null,
641
+ "objective_function_group": null,
642
+ "scaling_factor": null,
643
+ "display_name": "Chiller Cooling Efficiency",
644
+ "display_name_short": "Chiller Cooling Efficiency",
645
+ "metadata_id": null,
646
+ "name": "chiller_cooling_efficiency.chiller_cooling_efficiency_final",
647
+ "visualize": true,
648
+ "export": true,
649
+ "variable_type": "double"
650
+ },
651
+ {
652
+ "units": "ft-c",
653
+ "objective_function": false,
654
+ "objective_function_index": 43,
655
+ "objective_function_target": null,
656
+ "objective_function_group": null,
657
+ "scaling_factor": null,
658
+ "display_name": "Daylighting Control Setpoint",
659
+ "display_name_short": "Daylighting Control Setpoint",
660
+ "metadata_id": null,
661
+ "name": "daylighting_control_setpoint.daylighting_control_setpoint_initial",
662
+ "visualize": false,
663
+ "export": true,
664
+ "variable_type": "double"
665
+ },
666
+ {
667
+ "units": "ft-c",
668
+ "objective_function": false,
669
+ "objective_function_index": 44,
670
+ "objective_function_target": null,
671
+ "objective_function_group": null,
672
+ "scaling_factor": null,
673
+ "display_name": "Daylighting Control Setpoint",
674
+ "display_name_short": "Daylighting Control Setpoint",
675
+ "metadata_id": null,
676
+ "name": "daylighting_control_setpoint.daylighting_control_setpoint_final",
677
+ "visualize": true,
678
+ "export": true,
679
+ "variable_type": "double"
680
+ },
681
+ {
682
+ "units": "COP",
683
+ "objective_function": false,
684
+ "objective_function_index": 45,
685
+ "objective_function_target": null,
686
+ "objective_function_group": null,
687
+ "scaling_factor": null,
688
+ "display_name": "District Chiller Cooling Efficiency",
689
+ "display_name_short": "District Chiller Cooling Efficiency",
690
+ "metadata_id": null,
691
+ "name": "district_chiller_cooling_efficiency.district_chiller_cooling_efficiency_initial",
692
+ "visualize": false,
693
+ "export": true,
694
+ "variable_type": "double"
695
+ },
696
+ {
697
+ "units": "COP",
698
+ "objective_function": false,
699
+ "objective_function_index": 46,
700
+ "objective_function_target": null,
701
+ "objective_function_group": null,
702
+ "scaling_factor": null,
703
+ "display_name": "District Chiller Cooling Efficiency",
704
+ "display_name_short": "District Chiller Cooling Efficiency",
705
+ "metadata_id": null,
706
+ "name": "district_chiller_cooling_efficiency.district_chiller_cooling_efficiency_final",
707
+ "visualize": true,
708
+ "export": true,
709
+ "variable_type": "double"
710
+ },
711
+ {
712
+ "units": "percent",
713
+ "objective_function": false,
714
+ "objective_function_index": 47,
715
+ "objective_function_target": null,
716
+ "objective_function_group": null,
717
+ "scaling_factor": null,
718
+ "display_name": "District Heating Efficiency",
719
+ "display_name_short": "District Heating Efficiency",
720
+ "metadata_id": null,
721
+ "name": "district_heating_efficiency.district_heating_efficiency_initial",
722
+ "visualize": false,
723
+ "export": true,
724
+ "variable_type": "double"
725
+ },
726
+ {
727
+ "units": "percent",
728
+ "objective_function": false,
729
+ "objective_function_index": 48,
730
+ "objective_function_target": null,
731
+ "objective_function_group": null,
732
+ "scaling_factor": null,
733
+ "display_name": "District Heating Efficiency",
734
+ "display_name_short": "District Heating Efficiency",
735
+ "metadata_id": null,
736
+ "name": "district_heating_efficiency.district_heating_efficiency_final",
737
+ "visualize": true,
738
+ "export": true,
739
+ "variable_type": "double"
740
+ },
741
+ {
742
+ "units": "bool",
743
+ "objective_function": false,
744
+ "objective_function_index": 49,
745
+ "objective_function_target": null,
746
+ "objective_function_group": null,
747
+ "scaling_factor": null,
748
+ "display_name": "Economizer",
749
+ "display_name_short": "Economizer",
750
+ "metadata_id": null,
751
+ "name": "economizer.economizer_initial",
752
+ "visualize": false,
753
+ "export": true,
754
+ "variable_type": "bool"
755
+ },
756
+ {
757
+ "units": "bool",
758
+ "objective_function": false,
759
+ "objective_function_index": 50,
760
+ "objective_function_target": null,
761
+ "objective_function_group": null,
762
+ "scaling_factor": null,
763
+ "display_name": "Economizer",
764
+ "display_name_short": "Economizer",
765
+ "metadata_id": null,
766
+ "name": "economizer.economizer_final",
767
+ "visualize": true,
768
+ "export": true,
769
+ "variable_type": "bool"
770
+ },
771
+ {
772
+ "units": "ft",
773
+ "objective_function": false,
774
+ "objective_function_index": 51,
775
+ "objective_function_target": null,
776
+ "objective_function_group": null,
777
+ "scaling_factor": null,
778
+ "display_name": "Floor-To-Floor Height",
779
+ "display_name_short": "Floor-To-Floor Height",
780
+ "metadata_id": null,
781
+ "name": "floor_to_floor_height.floor_to_floor_height_initial",
782
+ "visualize": false,
783
+ "export": true,
784
+ "variable_type": "double"
785
+ },
786
+ {
787
+ "units": null,
788
+ "objective_function": false,
789
+ "objective_function_index": 52,
790
+ "objective_function_target": null,
791
+ "objective_function_group": null,
792
+ "scaling_factor": null,
793
+ "display_name": "Floor-To-Floor Height",
794
+ "display_name_short": "Floor-To-Floor Height",
795
+ "metadata_id": null,
796
+ "name": "floor_to_floor_height.floor_to_floor_height_final",
797
+ "visualize": true,
798
+ "export": true,
799
+ "variable_type": "double"
800
+ },
801
+ {
802
+ "units": "h ft2 F/Btu",
803
+ "objective_function": false,
804
+ "objective_function_index": 53,
805
+ "objective_function_target": null,
806
+ "objective_function_group": null,
807
+ "scaling_factor": null,
808
+ "display_name": "Floor R-Value for 24 in",
809
+ "display_name_short": "Floor R-Value for 24 in",
810
+ "metadata_id": null,
811
+ "name": "floor_u_value.floor_r_value_for_24_in_initial",
812
+ "visualize": false,
813
+ "export": true,
814
+ "variable_type": "double"
815
+ },
816
+ {
817
+ "units": "h ft2 F/Btu",
818
+ "objective_function": false,
819
+ "objective_function_index": 54,
820
+ "objective_function_target": null,
821
+ "objective_function_group": null,
822
+ "scaling_factor": null,
823
+ "display_name": "Floor R-Value for 24 in",
824
+ "display_name_short": "Floor R-Value for 24 in",
825
+ "metadata_id": null,
826
+ "name": "floor_u_value.floor_r_value_for_24_in_final",
827
+ "visualize": true,
828
+ "export": true,
829
+ "variable_type": "double"
830
+ },
831
+ {
832
+ "units": "W/ft2",
833
+ "objective_function": false,
834
+ "objective_function_index": 55,
835
+ "objective_function_target": null,
836
+ "objective_function_group": null,
837
+ "scaling_factor": null,
838
+ "display_name": "Interior Lighting Power Density",
839
+ "display_name_short": "Interior Lighting Power Density",
840
+ "metadata_id": null,
841
+ "name": "interior_lighting_power_density.interior_lighting_power_density_initial",
842
+ "visualize": false,
843
+ "export": true,
844
+ "variable_type": "double"
845
+ },
846
+ {
847
+ "units": "W/ft2",
848
+ "objective_function": false,
849
+ "objective_function_index": 56,
850
+ "objective_function_target": null,
851
+ "objective_function_group": null,
852
+ "scaling_factor": null,
853
+ "display_name": "Interior Lighting Power Density",
854
+ "display_name_short": "Interior Lighting Power Density",
855
+ "metadata_id": null,
856
+ "name": "interior_lighting_power_density.interior_lighting_power_density_final",
857
+ "visualize": true,
858
+ "export": true,
859
+ "variable_type": "double"
860
+ },
861
+ {
862
+ "units": null,
863
+ "objective_function": false,
864
+ "objective_function_index": 57,
865
+ "objective_function_target": null,
866
+ "objective_function_group": null,
867
+ "scaling_factor": null,
868
+ "display_name": "Location",
869
+ "display_name_short": "Location",
870
+ "metadata_id": null,
871
+ "name": "location.location_initial",
872
+ "visualize": false,
873
+ "export": true,
874
+ "variable_type": "string"
875
+ },
876
+ {
877
+ "units": null,
878
+ "objective_function": false,
879
+ "objective_function_index": 58,
880
+ "objective_function_target": null,
881
+ "objective_function_group": null,
882
+ "scaling_factor": null,
883
+ "display_name": "Location",
884
+ "display_name_short": "Location",
885
+ "metadata_id": null,
886
+ "name": "location.location_final",
887
+ "visualize": true,
888
+ "export": true,
889
+ "variable_type": "string"
890
+ },
891
+ {
892
+ "units": "COP",
893
+ "objective_function": false,
894
+ "objective_function_index": 59,
895
+ "objective_function_target": null,
896
+ "objective_function_group": null,
897
+ "scaling_factor": null,
898
+ "display_name": "Packaged DX Cooling Efficiency",
899
+ "display_name_short": "Packaged DX Cooling Efficiency",
900
+ "metadata_id": null,
901
+ "name": "packaged_dx_cooling_efficiency.packaged_dx_cooling_efficiency_initial",
902
+ "visualize": false,
903
+ "export": true,
904
+ "variable_type": "double"
905
+ },
906
+ {
907
+ "units": "COP",
908
+ "objective_function": false,
909
+ "objective_function_index": 60,
910
+ "objective_function_target": null,
911
+ "objective_function_group": null,
912
+ "scaling_factor": null,
913
+ "display_name": "Packaged DX Cooling Efficiency",
914
+ "display_name_short": "Packaged DX Cooling Efficiency",
915
+ "metadata_id": null,
916
+ "name": "packaged_dx_cooling_efficiency.packaged_dx_cooling_efficiency_final",
917
+ "visualize": true,
918
+ "export": true,
919
+ "variable_type": "double"
920
+ },
921
+ {
922
+ "units": "percent",
923
+ "objective_function": false,
924
+ "objective_function_index": 61,
925
+ "objective_function_target": null,
926
+ "objective_function_group": null,
927
+ "scaling_factor": null,
928
+ "display_name": "Packaged DX Fan Efficiency",
929
+ "display_name_short": "Packaged DX Fan Efficiency",
930
+ "metadata_id": null,
931
+ "name": "packaged_dx_fan_efficiency.packaged_dx_fan_efficiency_initial",
932
+ "visualize": false,
933
+ "export": true,
934
+ "variable_type": "double"
935
+ },
936
+ {
937
+ "units": "percent",
938
+ "objective_function": false,
939
+ "objective_function_index": 62,
940
+ "objective_function_target": null,
941
+ "objective_function_group": null,
942
+ "scaling_factor": null,
943
+ "display_name": "Packaged DX Fan Efficiency",
944
+ "display_name_short": "Packaged DX Fan Efficiency",
945
+ "metadata_id": null,
946
+ "name": "packaged_dx_fan_efficiency.packaged_dx_fan_efficiency_final",
947
+ "visualize": true,
948
+ "export": true,
949
+ "variable_type": "double"
950
+ },
951
+ {
952
+ "units": "percent",
953
+ "objective_function": false,
954
+ "objective_function_index": 63,
955
+ "objective_function_target": null,
956
+ "objective_function_group": null,
957
+ "scaling_factor": null,
958
+ "display_name": "Packaged DX Fan Efficiency",
959
+ "display_name_short": "Packaged DX Fan Efficiency",
960
+ "metadata_id": null,
961
+ "name": "packaged_dx_fan_efficiency.packaged_dx_fan_efficiency_initial",
962
+ "visualize": false,
963
+ "export": true,
964
+ "variable_type": "double"
965
+ },
966
+ {
967
+ "units": "percent",
968
+ "objective_function": false,
969
+ "objective_function_index": 64,
970
+ "objective_function_target": null,
971
+ "objective_function_group": null,
972
+ "scaling_factor": null,
973
+ "display_name": "Packaged DX Fan Efficiency",
974
+ "display_name_short": "Packaged DX Fan Efficiency",
975
+ "metadata_id": null,
976
+ "name": "packaged_dx_fan_efficiency.packaged_dx_fan_efficiency_final",
977
+ "visualize": true,
978
+ "export": true,
979
+ "variable_type": "double"
980
+ },
981
+ {
982
+ "units": "ft",
983
+ "objective_function": false,
984
+ "objective_function_index": 65,
985
+ "objective_function_target": null,
986
+ "objective_function_group": null,
987
+ "scaling_factor": null,
988
+ "display_name": "Perimeter Zone Depth",
989
+ "display_name_short": "Perimeter Zone Depth",
990
+ "metadata_id": null,
991
+ "name": "perimeter_zone_depth.perimeter_zone_depth_initial",
992
+ "visualize": false,
993
+ "export": true,
994
+ "variable_type": "double"
995
+ },
996
+ {
997
+ "units": "ft",
998
+ "objective_function": false,
999
+ "objective_function_index": 66,
1000
+ "objective_function_target": null,
1001
+ "objective_function_group": null,
1002
+ "scaling_factor": null,
1003
+ "display_name": "Perimeter Zone Depth",
1004
+ "display_name_short": "Perimeter Zone Depth",
1005
+ "metadata_id": null,
1006
+ "name": "perimeter_zone_depth.perimeter_zone_depth_final",
1007
+ "visualize": true,
1008
+ "export": true,
1009
+ "variable_type": "double"
1010
+ },
1011
+ {
1012
+ "units": null,
1013
+ "objective_function": false,
1014
+ "objective_function_index": 67,
1015
+ "objective_function_target": null,
1016
+ "objective_function_group": null,
1017
+ "scaling_factor": null,
1018
+ "display_name": "Roof Construction Type",
1019
+ "display_name_short": "Roof Construction Type",
1020
+ "metadata_id": null,
1021
+ "name": "roof_construction.roof_construction_type_initial",
1022
+ "visualize": false,
1023
+ "export": true,
1024
+ "variable_type": "string"
1025
+ },
1026
+ {
1027
+ "units": "Btu/h ft2 F",
1028
+ "objective_function": false,
1029
+ "objective_function_index": 68,
1030
+ "objective_function_target": null,
1031
+ "objective_function_group": null,
1032
+ "scaling_factor": null,
1033
+ "display_name": "Roof U-Value",
1034
+ "display_name_short": "Roof U-Value",
1035
+ "metadata_id": null,
1036
+ "name": "roof_construction.roof_u_value_initial",
1037
+ "visualize": false,
1038
+ "export": true,
1039
+ "variable_type": "double"
1040
+ },
1041
+ {
1042
+ "units": null,
1043
+ "objective_function": false,
1044
+ "objective_function_index": 69,
1045
+ "objective_function_target": null,
1046
+ "objective_function_group": null,
1047
+ "scaling_factor": null,
1048
+ "display_name": "Roof Construction Type",
1049
+ "display_name_short": "Roof Construction Type",
1050
+ "metadata_id": null,
1051
+ "name": "roof_construction.roof_construction_type_final",
1052
+ "visualize": true,
1053
+ "export": true,
1054
+ "variable_type": "string"
1055
+ },
1056
+ {
1057
+ "units": "Btu/h ft2 F",
1058
+ "objective_function": false,
1059
+ "objective_function_index": 70,
1060
+ "objective_function_target": null,
1061
+ "objective_function_group": null,
1062
+ "scaling_factor": null,
1063
+ "display_name": "Roof U-Value",
1064
+ "display_name_short": "Roof U-Value",
1065
+ "metadata_id": null,
1066
+ "name": "roof_construction.roof_u_value_final",
1067
+ "visualize": true,
1068
+ "export": true,
1069
+ "variable_type": "double"
1070
+ },
1071
+ {
1072
+ "units": "degrees",
1073
+ "objective_function": false,
1074
+ "objective_function_index": 71,
1075
+ "objective_function_target": null,
1076
+ "objective_function_group": null,
1077
+ "scaling_factor": null,
1078
+ "display_name": "Orientation",
1079
+ "display_name_short": "Orientation",
1080
+ "metadata_id": null,
1081
+ "name": "rotate_building_relative_to_current_orientation.orientation_final",
1082
+ "visualize": true,
1083
+ "export": true,
1084
+ "variable_type": "double"
1085
+ },
1086
+ {
1087
+ "units": "degrees",
1088
+ "objective_function": false,
1089
+ "objective_function_index": 72,
1090
+ "objective_function_target": null,
1091
+ "objective_function_group": null,
1092
+ "scaling_factor": null,
1093
+ "display_name": "Orientation",
1094
+ "display_name_short": "Orientation",
1095
+ "metadata_id": null,
1096
+ "name": "rotate_building_relative_to_current_orientation.orientation_initial",
1097
+ "visualize": false,
1098
+ "export": true,
1099
+ "variable_type": "double"
1100
+ },
1101
+ {
1102
+ "units": "ft",
1103
+ "objective_function": false,
1104
+ "objective_function_index": 73,
1105
+ "objective_function_target": null,
1106
+ "objective_function_group": null,
1107
+ "scaling_factor": null,
1108
+ "display_name": "Shading Height above Window",
1109
+ "display_name_short": "Shading Height above Window",
1110
+ "metadata_id": null,
1111
+ "name": "shading_height_above_window.shading_height_above_window_initial",
1112
+ "visualize": false,
1113
+ "export": true,
1114
+ "variable_type": "double"
1115
+ },
1116
+ {
1117
+ "units": "ft",
1118
+ "objective_function": false,
1119
+ "objective_function_index": 74,
1120
+ "objective_function_target": null,
1121
+ "objective_function_group": null,
1122
+ "scaling_factor": null,
1123
+ "display_name": "Shading Height above Window",
1124
+ "display_name_short": "Shading Height above Window",
1125
+ "metadata_id": null,
1126
+ "name": "shading_height_above_window.shading_height_above_window_final",
1127
+ "visualize": true,
1128
+ "export": true,
1129
+ "variable_type": "double"
1130
+ },
1131
+ {
1132
+ "units": "non-dim",
1133
+ "objective_function": false,
1134
+ "objective_function_index": 75,
1135
+ "objective_function_target": null,
1136
+ "objective_function_group": null,
1137
+ "scaling_factor": null,
1138
+ "display_name": "Shading Projection Factor",
1139
+ "display_name_short": "Shading Projection Factor",
1140
+ "metadata_id": null,
1141
+ "name": "shading_projection_factor.shading_projection_factor_initial",
1142
+ "visualize": false,
1143
+ "export": true,
1144
+ "variable_type": "double"
1145
+ },
1146
+ {
1147
+ "units": "non-dim",
1148
+ "objective_function": false,
1149
+ "objective_function_index": 76,
1150
+ "objective_function_target": null,
1151
+ "objective_function_group": null,
1152
+ "scaling_factor": null,
1153
+ "display_name": "Shading Projection Factor",
1154
+ "display_name_short": "Shading Projection Factor",
1155
+ "metadata_id": null,
1156
+ "name": "shading_projection_factor.shading_projection_factor_final",
1157
+ "visualize": true,
1158
+ "export": true,
1159
+ "variable_type": "double"
1160
+ },
1161
+ {
1162
+ "units": null,
1163
+ "objective_function": false,
1164
+ "objective_function_index": 77,
1165
+ "objective_function_target": null,
1166
+ "objective_function_group": null,
1167
+ "scaling_factor": null,
1168
+ "display_name": "Wall Construction Type",
1169
+ "display_name_short": "Wall Construction Type",
1170
+ "metadata_id": null,
1171
+ "name": "wall_construction.wall_construction_type_initial",
1172
+ "visualize": false,
1173
+ "export": true,
1174
+ "variable_type": "string"
1175
+ },
1176
+ {
1177
+ "units": "Btu/h ft2 F",
1178
+ "objective_function": false,
1179
+ "objective_function_index": 78,
1180
+ "objective_function_target": null,
1181
+ "objective_function_group": null,
1182
+ "scaling_factor": null,
1183
+ "display_name": "Wall U-Value",
1184
+ "display_name_short": "Wall U-Value",
1185
+ "metadata_id": null,
1186
+ "name": "wall_construction.wall_u_value_initial",
1187
+ "visualize": false,
1188
+ "export": true,
1189
+ "variable_type": "double"
1190
+ },
1191
+ {
1192
+ "units": null,
1193
+ "objective_function": false,
1194
+ "objective_function_index": 79,
1195
+ "objective_function_target": null,
1196
+ "objective_function_group": null,
1197
+ "scaling_factor": null,
1198
+ "display_name": "Wall Construction Type",
1199
+ "display_name_short": "Wall Construction Type",
1200
+ "metadata_id": null,
1201
+ "name": "wall_construction.wall_construction_type_final",
1202
+ "visualize": true,
1203
+ "export": true,
1204
+ "variable_type": "string"
1205
+ },
1206
+ {
1207
+ "units": "Btu/h f",
1208
+ "objective_function": false,
1209
+ "objective_function_index": 80,
1210
+ "objective_function_target": null,
1211
+ "objective_function_group": null,
1212
+ "scaling_factor": null,
1213
+ "display_name": "Wall U-Value",
1214
+ "display_name_short": "Wall U-Value",
1215
+ "metadata_id": null,
1216
+ "name": "wall_construction.wall_u_value_final",
1217
+ "visualize": true,
1218
+ "export": true,
1219
+ "variable_type": "double"
1220
+ },
1221
+ {
1222
+ "units": "percent",
1223
+ "objective_function": false,
1224
+ "objective_function_index": 81,
1225
+ "objective_function_target": null,
1226
+ "objective_function_group": null,
1227
+ "scaling_factor": null,
1228
+ "display_name": "Water Heater Energy Factor",
1229
+ "display_name_short": "Water Heater Energy Factor",
1230
+ "metadata_id": null,
1231
+ "name": "water_heater_efficiency.water_heater_energy_factor_initial",
1232
+ "visualize": false,
1233
+ "export": true,
1234
+ "variable_type": "double"
1235
+ },
1236
+ {
1237
+ "units": "percent",
1238
+ "objective_function": false,
1239
+ "objective_function_index": 82,
1240
+ "objective_function_target": null,
1241
+ "objective_function_group": null,
1242
+ "scaling_factor": null,
1243
+ "display_name": "Water Heater Energy Factor",
1244
+ "display_name_short": "Water Heater Energy Factor",
1245
+ "metadata_id": null,
1246
+ "name": "water_heater_efficiency.water_heater_energy_factor_final",
1247
+ "visualize": true,
1248
+ "export": true,
1249
+ "variable_type": "double"
1250
+ },
1251
+ {
1252
+ "units": "non-dim",
1253
+ "objective_function": false,
1254
+ "objective_function_index": 83,
1255
+ "objective_function_target": null,
1256
+ "objective_function_group": null,
1257
+ "scaling_factor": null,
1258
+ "display_name": "Window SHGC",
1259
+ "display_name_short": "Window SHGC",
1260
+ "metadata_id": null,
1261
+ "name": "window_shgc.window_shgc_initial",
1262
+ "visualize": false,
1263
+ "export": true,
1264
+ "variable_type": "double"
1265
+ },
1266
+ {
1267
+ "units": "non-dim",
1268
+ "objective_function": false,
1269
+ "objective_function_index": 84,
1270
+ "objective_function_target": null,
1271
+ "objective_function_group": null,
1272
+ "scaling_factor": null,
1273
+ "display_name": "Window SHGC",
1274
+ "display_name_short": "Window SHGC",
1275
+ "metadata_id": null,
1276
+ "name": "window_shgc.window_shgc_final",
1277
+ "visualize": true,
1278
+ "export": true,
1279
+ "variable_type": "double"
1280
+ },
1281
+ {
1282
+ "units": "ft",
1283
+ "objective_function": false,
1284
+ "objective_function_index": 85,
1285
+ "objective_function_target": null,
1286
+ "objective_function_group": null,
1287
+ "scaling_factor": null,
1288
+ "display_name": "Window Sill Height",
1289
+ "display_name_short": "Window Sill Height",
1290
+ "metadata_id": null,
1291
+ "name": "window_sill_height.window_sill_height_initial",
1292
+ "visualize": false,
1293
+ "export": true,
1294
+ "variable_type": "double"
1295
+ },
1296
+ {
1297
+ "units": "ft",
1298
+ "objective_function": false,
1299
+ "objective_function_index": 86,
1300
+ "objective_function_target": null,
1301
+ "objective_function_group": null,
1302
+ "scaling_factor": null,
1303
+ "display_name": "Window Sill Height",
1304
+ "display_name_short": "Window Sill Height",
1305
+ "metadata_id": null,
1306
+ "name": "window_sill_height.window_sill_height_final",
1307
+ "visualize": true,
1308
+ "export": true,
1309
+ "variable_type": "double"
1310
+ },
1311
+ {
1312
+ "units": "non-dim",
1313
+ "objective_function": false,
1314
+ "objective_function_index": 87,
1315
+ "objective_function_target": null,
1316
+ "objective_function_group": null,
1317
+ "scaling_factor": null,
1318
+ "display_name": "Window-To-Wall Ratio",
1319
+ "display_name_short": "Window-To-Wall Ratio",
1320
+ "metadata_id": null,
1321
+ "name": "window_to_wall_ratio.window_to_wall_ratio_initial",
1322
+ "visualize": false,
1323
+ "export": true,
1324
+ "variable_type": "double"
1325
+ },
1326
+ {
1327
+ "units": "non-dim",
1328
+ "objective_function": false,
1329
+ "objective_function_index": 88,
1330
+ "objective_function_target": null,
1331
+ "objective_function_group": null,
1332
+ "scaling_factor": null,
1333
+ "display_name": "Window-To-Wall Ratio",
1334
+ "display_name_short": "Window-To-Wall Ratio",
1335
+ "metadata_id": null,
1336
+ "name": "window_to_wall_ratio.window_to_wall_ratio_final",
1337
+ "visualize": true,
1338
+ "export": true,
1339
+ "variable_type": "double"
1340
+ },
1341
+ {
1342
+ "units": "Btu/h ft2 F",
1343
+ "objective_function": false,
1344
+ "objective_function_index": 89,
1345
+ "objective_function_target": null,
1346
+ "objective_function_group": null,
1347
+ "scaling_factor": null,
1348
+ "display_name": "Window U-Value",
1349
+ "display_name_short": "Window U-Value",
1350
+ "metadata_id": null,
1351
+ "name": "window_u_value.window_u_value_initial",
1352
+ "visualize": false,
1353
+ "export": true,
1354
+ "variable_type": "double"
1355
+ },
1356
+ {
1357
+ "units": "Btu/h ft2 F",
1358
+ "objective_function": false,
1359
+ "objective_function_index": 90,
1360
+ "objective_function_target": null,
1361
+ "objective_function_group": null,
1362
+ "scaling_factor": null,
1363
+ "display_name": "Window U-Value",
1364
+ "display_name_short": "Window U-Value",
1365
+ "metadata_id": null,
1366
+ "name": "window_u_value.window_u_value_final",
1367
+ "visualize": true,
1368
+ "export": true,
1369
+ "variable_type": "double"
1370
+ },
1371
+ {
1372
+ "units": "non-dim",
1373
+ "objective_function": false,
1374
+ "objective_function_index": 91,
1375
+ "objective_function_target": null,
1376
+ "objective_function_group": null,
1377
+ "scaling_factor": null,
1378
+ "display_name": "Window VLT",
1379
+ "display_name_short": "Window VLT",
1380
+ "metadata_id": null,
1381
+ "name": "window_vlt.window_vlt_initial",
1382
+ "visualize": false,
1383
+ "export": true,
1384
+ "variable_type": "double"
1385
+ },
1386
+ {
1387
+ "units": "non-dim",
1388
+ "objective_function": false,
1389
+ "objective_function_index": 92,
1390
+ "objective_function_target": null,
1391
+ "objective_function_group": null,
1392
+ "scaling_factor": null,
1393
+ "display_name": "Window VLT",
1394
+ "display_name_short": "Window VLT",
1395
+ "metadata_id": null,
1396
+ "name": "window_vlt.window_vlt_final",
1397
+ "visualize": true,
1398
+ "export": true,
1399
+ "variable_type": "double"
1400
+ }
1401
+ ],
1402
+ "problem": {
1403
+ "analysis_type": null,
1404
+ "algorithm": {
1405
+ "objective_functions": [
1406
+ "standard_report_legacy.total_energy",
1407
+ "standard_report_legacy.total_source_energy"
1408
+ ]
1409
+ },
1410
+ "workflow": [
1411
+ {
1412
+ "name": "rotate_building_relative_to_current_orientation",
1413
+ "display_name": "Rotate Building Relative to Current Orientation",
1414
+ "measure_type": "RubyMeasure",
1415
+ "measure_definition_class_name": "RotateBuilding",
1416
+ "measure_definition_directory": "./spec/files/measures/IncreaseInsulationRValueForRoofs",
1417
+ "measure_definition_display_name": "Rotate Building Relative to Current Orientation",
1418
+ "measure_definition_name": "rotate_building_relative_to_current_orientation",
1419
+ "measure_definition_name_xml": null,
1420
+ "measure_definition_uuid": "2d45c24e-ac75-49d8-b35c-d7392b816c82",
1421
+ "measure_definition_version_uuid": "a1a5abbb-7481-4330-b3cc-bc8d7c8643b2",
1422
+ "arguments": [
1423
+
1424
+ ],
1425
+ "variables": [
1426
+ {
1427
+ "argument": {
1428
+ "display_name": "Orientation",
1429
+ "display_name_short": "Orientation",
1430
+ "name": "relative_building_rotation",
1431
+ "value_type": "double",
1432
+ "default_value": 0.0,
1433
+ "value": 0.0
1434
+ },
1435
+ "display_name": "Orientation",
1436
+ "display_name_short": "Orientation",
1437
+ "units": null,
1438
+ "minimum": 0.0,
1439
+ "maximum": 359.0,
1440
+ "relation_to_output": null,
1441
+ "uuid": "5cb7a413-d560-4ef6-8d7b-2d2b7ec80b16",
1442
+ "version_uuid": "ec13643e-e310-4d92-91f9-a62e43977805",
1443
+ "variable": true,
1444
+ "static_value": 0.0,
1445
+ "uncertainty_description": {
1446
+ "type": "uniform_uncertain",
1447
+ "attributes": [
1448
+ {
1449
+ "name": "lower_bounds",
1450
+ "value": 0.0
1451
+ },
1452
+ {
1453
+ "name": "upper_bounds",
1454
+ "value": 359.0
1455
+ },
1456
+ {
1457
+ "name": "modes",
1458
+ "value": 180.0
1459
+ }
1460
+ ]
1461
+ },
1462
+ "workflow_index": 0
1463
+ }
1464
+ ],
1465
+ "workflow_index": 0
1466
+ },
1467
+ {
1468
+ "name": "nothing_important",
1469
+ "display_name": "Nothing Important",
1470
+ "measure_type": "RubyMeasure",
1471
+ "measure_definition_class_name": "MeasureInAnotherDir",
1472
+ "measure_definition_directory": "./spec/files/measures/measure_in_another_dir",
1473
+ "measure_definition_display_name": "Nothing Important",
1474
+ "measure_definition_name": "nothing_important",
1475
+ "measure_definition_name_xml": null,
1476
+ "measure_definition_uuid": "fb6f0257-d2d8-4e70-90c1-8f5a20369abe",
1477
+ "measure_definition_version_uuid": "d45c4d97-dc13-4860-91b3-2dfee21a4ce1",
1478
+ "arguments": [
1479
+
1480
+ ],
1481
+ "variables": [
1482
+
1483
+ ],
1484
+ "workflow_index": 1
1485
+ },
1486
+ {
1487
+ "name": "set_infiltration_rate",
1488
+ "display_name": "Set Infiltration Rate",
1489
+ "measure_type": "EnergyPlusMeasure",
1490
+ "measure_definition_class_name": "SetInfiltration",
1491
+ "measure_definition_directory": "./spec/files/measures/ExampleMeasure",
1492
+ "measure_definition_display_name": "Set Infiltration Rate",
1493
+ "measure_definition_name": "set_infiltration_rate",
1494
+ "measure_definition_name_xml": null,
1495
+ "measure_definition_uuid": "0f2b4593-2753-4608-abd3-9f962a7f70d9",
1496
+ "measure_definition_version_uuid": "3d30d933-0101-4d6e-9ddc-7b336615f22b",
1497
+ "arguments": [
1498
+ {
1499
+ "display_name": "unknown",
1500
+ "display_name_short": "unknown",
1501
+ "name": "unknown",
1502
+ "value_type": "string",
1503
+ "default_value": "blah blah",
1504
+ "value": "blah blah"
1505
+ }
1506
+ ],
1507
+ "variables": [
1508
+
1509
+ ],
1510
+ "workflow_index": 2
1511
+ }
1512
+ ]
1513
+ },
1514
+ "seed": null,
1515
+ "weather_file": null,
1516
+ "file_format_version": 1
1517
+ }
1518
+ }