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,1490 +0,0 @@
1
- {
2
- "analysis": {
3
- "display_name": "0_3_0_dynamic_uuids",
4
- "name": "0_3_0_dynamic_uuids",
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": "Total Site Energy Intensity",
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": "Total Source Energy Intensity",
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": "Total Natural Gas Intensity",
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": "Total Electricity Intensity",
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": "Total Unmet Hours",
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": "preflight",
1404
- "algorithm": {
1405
- "sample_method": "individual_variables",
1406
- "objective_functions": [
1407
- "standard_report_legacy.total_energy",
1408
- "standard_report_legacy.total_source_energy"
1409
- ]
1410
- },
1411
- "workflow": [
1412
- {
1413
- "name": "rotate_building_relative_to_current_orientation",
1414
- "display_name": "Rotate Building Relative to Current Orientation",
1415
- "measure_type": "RubyMeasure",
1416
- "measure_definition_class_name": "RotateBuilding",
1417
- "measure_definition_directory": "./measures/IncreaseInsulationRValueForRoofs",
1418
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs",
1419
- "measure_definition_display_name": "Rotate Building Relative to Current Orientation",
1420
- "measure_definition_name": "rotate_building_relative_to_current_orientation",
1421
- "measure_definition_name_xml": null,
1422
- "measure_definition_uuid": "d2b8bc0c-5370-4914-9f9b-e2f3bf0ccbc0",
1423
- "measure_definition_version_uuid": "85d56741-68bf-4bfe-a94a-465f38966149",
1424
- "arguments": [
1425
-
1426
- ],
1427
- "variables": [
1428
- {
1429
- "argument": {
1430
- "display_name": "Orientation",
1431
- "display_name_short": "Orientation",
1432
- "name": "relative_building_rotation",
1433
- "value_type": "double",
1434
- "default_value": 0.0,
1435
- "value": 0.0
1436
- },
1437
- "display_name": "Orientation",
1438
- "display_name_short": "Orientation",
1439
- "variable_type": "variable",
1440
- "units": null,
1441
- "minimum": 0.0,
1442
- "maximum": 359.0,
1443
- "relation_to_output": null,
1444
- "static_value": 0.0,
1445
- "uuid": "2d3ffe0e-8758-4aee-80d8-fa21c2a12b70",
1446
- "version_uuid": "b5bf6794-887d-4c38-a35f-022d61e392f2",
1447
- "variable": true,
1448
- "uncertainty_description": {
1449
- "type": "uniform_uncertain",
1450
- "attributes": [
1451
- {
1452
- "name": "lower_bounds",
1453
- "value": 0.0
1454
- },
1455
- {
1456
- "name": "upper_bounds",
1457
- "value": 359.0
1458
- },
1459
- {
1460
- "name": "modes",
1461
- "value": 180.0
1462
- },
1463
- {
1464
- "name": "delta_x",
1465
- "value": null
1466
- },
1467
- {
1468
- "name": "stddev",
1469
- "value": 59.833333333333336
1470
- }
1471
- ]
1472
- },
1473
- "workflow_index": 0
1474
- }
1475
- ],
1476
- "workflow_index": 0
1477
- }
1478
- ]
1479
- },
1480
- "seed": {
1481
- "file_type": "OSM",
1482
- "path": "./seed/small_seed.osm"
1483
- },
1484
- "weather_file": {
1485
- "file_type": "EPW",
1486
- "path": "./weather/partial_weather.epw"
1487
- },
1488
- "file_format_version": 1
1489
- }
1490
- }