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,1298 +0,0 @@
1
- {
2
- "analysis": {
3
- "display_name": "LHS Discrete and Continuous Variables f4a73fc4-0514-4033-b54d-d1c58c77c724",
4
- "name": "lhs_discrete_and_continuous_variables_f4a73fc4-0514-4033-b54d-d1c58c77c724",
5
- "output_variables": [
6
- {
7
- "units": "MJ/m2",
8
- "objective_function": true,
9
- "objective_function_index": 0,
10
- "objective_function_target": null,
11
- "objective_function_group": 1,
12
- "scaling_factor": null,
13
- "display_name": "Total Site Energy Intensity",
14
- "display_name_short": "Site EUI",
15
- "metadata_id": "total_site_energy_intensity",
16
- "name": "standard_report_legacy.total_energy",
17
- "visualize": true,
18
- "export": true,
19
- "variable_type": "double"
20
- },
21
- {
22
- "units": "MJ/m2",
23
- "objective_function": true,
24
- "objective_function_index": 1,
25
- "objective_function_target": null,
26
- "objective_function_group": 2,
27
- "scaling_factor": null,
28
- "display_name": "Total Source Energy Intensity",
29
- "display_name_short": "Source EUI",
30
- "metadata_id": "total_source_energy_intensity",
31
- "name": "standard_report_legacy.total_source_energy",
32
- "visualize": true,
33
- "export": true,
34
- "variable_type": "double"
35
- },
36
- {
37
- "units": "MJ/m2",
38
- "objective_function": false,
39
- "objective_function_index": 2,
40
- "objective_function_target": null,
41
- "objective_function_group": null,
42
- "scaling_factor": null,
43
- "display_name": "Total Natural Gas Intensity",
44
- "display_name_short": "NG EUI",
45
- "metadata_id": "total_natural_gas_intensity",
46
- "name": "standard_report_legacy.total_natural_gas",
47
- "visualize": true,
48
- "export": true,
49
- "variable_type": "double"
50
- },
51
- {
52
- "units": "MJ/m2",
53
- "objective_function": false,
54
- "objective_function_index": 3,
55
- "objective_function_target": null,
56
- "objective_function_group": null,
57
- "scaling_factor": null,
58
- "display_name": "Total Electricity Intensity",
59
- "display_name_short": "Elec EUI",
60
- "metadata_id": "total_electricity_intensity",
61
- "name": "standard_report_legacy.total_electricity",
62
- "visualize": true,
63
- "export": true,
64
- "variable_type": "double"
65
- },
66
- {
67
- "units": "hrs",
68
- "objective_function": false,
69
- "objective_function_index": 4,
70
- "objective_function_target": null,
71
- "objective_function_group": null,
72
- "scaling_factor": null,
73
- "display_name": "Unmet Cooling Hours",
74
- "display_name_short": "Unmet Cooling Hours",
75
- "metadata_id": null,
76
- "name": "standard_reports.time_setpoint_not_met_during_occupied_cooling",
77
- "visualize": true,
78
- "export": true,
79
- "variable_type": "double"
80
- },
81
- {
82
- "units": "hrs",
83
- "objective_function": false,
84
- "objective_function_index": 5,
85
- "objective_function_target": null,
86
- "objective_function_group": null,
87
- "scaling_factor": null,
88
- "display_name": "Unmet Heating Hours",
89
- "display_name_short": "Unmet Heating Hours",
90
- "metadata_id": null,
91
- "name": "standard_reports.time_setpoint_not_met_during_occupied_heating",
92
- "visualize": true,
93
- "export": true,
94
- "variable_type": "double"
95
- },
96
- {
97
- "units": "hrs",
98
- "objective_function": false,
99
- "objective_function_index": 6,
100
- "objective_function_target": null,
101
- "objective_function_group": null,
102
- "scaling_factor": null,
103
- "display_name": "Total Unmet Hours",
104
- "display_name_short": "Total Unmet Hours",
105
- "metadata_id": null,
106
- "name": "standard_reports.time_setpoint_not_met_during_occupied_hours",
107
- "visualize": true,
108
- "export": true,
109
- "variable_type": "double"
110
- },
111
- {
112
- "units": "m2",
113
- "objective_function": false,
114
- "objective_function_index": 7,
115
- "objective_function_target": null,
116
- "objective_function_group": null,
117
- "scaling_factor": null,
118
- "display_name": "Building Area",
119
- "display_name_short": "Building Area",
120
- "metadata_id": null,
121
- "name": "standard_reports.total_building_area",
122
- "visualize": true,
123
- "export": true,
124
- "variable_type": "double"
125
- },
126
- {
127
- "units": "MJ/m2",
128
- "objective_function": false,
129
- "objective_function_index": 8,
130
- "objective_function_target": null,
131
- "objective_function_group": null,
132
- "scaling_factor": null,
133
- "display_name": "Natural Gas Heating Intensity",
134
- "display_name_short": "Natural Gas Heating Intensity",
135
- "metadata_id": null,
136
- "name": "standard_report_legacy.heating_natural_gas",
137
- "visualize": false,
138
- "export": true,
139
- "variable_type": "double"
140
- },
141
- {
142
- "units": "MJ/m2",
143
- "objective_function": false,
144
- "objective_function_index": 9,
145
- "objective_function_target": null,
146
- "objective_function_group": null,
147
- "scaling_factor": null,
148
- "display_name": "Cooling Electricity Intensity",
149
- "display_name_short": "Cooling Electricity Intensity",
150
- "metadata_id": null,
151
- "name": "standard_report_legacy.cooling_electricity",
152
- "visualize": false,
153
- "export": true,
154
- "variable_type": "double"
155
- },
156
- {
157
- "units": "MJ/m2",
158
- "objective_function": false,
159
- "objective_function_index": 10,
160
- "objective_function_target": null,
161
- "objective_function_group": null,
162
- "scaling_factor": null,
163
- "display_name": "Interior Lighting Electricity Intensity",
164
- "display_name_short": "Interior Lighting Electricity Intensity",
165
- "metadata_id": null,
166
- "name": "standard_report_legacy.interior_lighting_electricity",
167
- "visualize": false,
168
- "export": true,
169
- "variable_type": "double"
170
- },
171
- {
172
- "units": "MJ/m2",
173
- "objective_function": false,
174
- "objective_function_index": 11,
175
- "objective_function_target": null,
176
- "objective_function_group": null,
177
- "scaling_factor": null,
178
- "display_name": "Exterior Lighting Electricity Intensity",
179
- "display_name_short": "Exterior Lighting Electricity Intensity",
180
- "metadata_id": null,
181
- "name": "standard_report_legacy.exterior_lighting_electricity",
182
- "visualize": false,
183
- "export": true,
184
- "variable_type": "double"
185
- },
186
- {
187
- "units": "MJ/m2",
188
- "objective_function": false,
189
- "objective_function_index": 12,
190
- "objective_function_target": null,
191
- "objective_function_group": null,
192
- "scaling_factor": null,
193
- "display_name": "Equipment Electricity Intensity",
194
- "display_name_short": "Equipment Electricity Intensity",
195
- "metadata_id": null,
196
- "name": "standard_report_legacy.interior_equipment_electricity",
197
- "visualize": false,
198
- "export": true,
199
- "variable_type": "double"
200
- },
201
- {
202
- "units": "MJ/m2",
203
- "objective_function": false,
204
- "objective_function_index": 13,
205
- "objective_function_target": null,
206
- "objective_function_group": null,
207
- "scaling_factor": null,
208
- "display_name": "Equipment Natural Gas Intensity",
209
- "display_name_short": "Equipment Natural Gas Intensity",
210
- "metadata_id": null,
211
- "name": "standard_report_legacy.interior_equipment_natural_gas",
212
- "visualize": false,
213
- "export": true,
214
- "variable_type": "double"
215
- },
216
- {
217
- "units": "MJ/m2",
218
- "objective_function": false,
219
- "objective_function_index": 14,
220
- "objective_function_target": null,
221
- "objective_function_group": null,
222
- "scaling_factor": null,
223
- "display_name": "Experior Equipment Electricity Intensity",
224
- "display_name_short": "Experior Equipment Electricity Intensity",
225
- "metadata_id": null,
226
- "name": "standard_report_legacy.exterior_equipment_electricity",
227
- "visualize": false,
228
- "export": true,
229
- "variable_type": "double"
230
- },
231
- {
232
- "units": "MJ/m2",
233
- "objective_function": false,
234
- "objective_function_index": 15,
235
- "objective_function_target": null,
236
- "objective_function_group": null,
237
- "scaling_factor": null,
238
- "display_name": "Fans Electricity Intensity",
239
- "display_name_short": "Fans Electricity Intensity",
240
- "metadata_id": null,
241
- "name": "standard_report_legacy.fans_electricity",
242
- "visualize": false,
243
- "export": true,
244
- "variable_type": "double"
245
- },
246
- {
247
- "units": "MJ/m2",
248
- "objective_function": false,
249
- "objective_function_index": 16,
250
- "objective_function_target": null,
251
- "objective_function_group": null,
252
- "scaling_factor": null,
253
- "display_name": "Pumps Electricity Intensity",
254
- "display_name_short": "Pumps Electricity Intensity",
255
- "metadata_id": null,
256
- "name": "standard_report_legacy.pumps_electricity",
257
- "visualize": false,
258
- "export": true,
259
- "variable_type": "double"
260
- },
261
- {
262
- "units": "MJ/m2",
263
- "objective_function": false,
264
- "objective_function_index": 17,
265
- "objective_function_target": null,
266
- "objective_function_group": null,
267
- "scaling_factor": null,
268
- "display_name": "Heat Rejection Electricity Intensity",
269
- "display_name_short": "Heat Rejection Electricity Intensity",
270
- "metadata_id": null,
271
- "name": "standard_report_legacy.heat_rejection_electricity",
272
- "visualize": false,
273
- "export": true,
274
- "variable_type": "double"
275
- },
276
- {
277
- "units": "MJ/m2",
278
- "objective_function": false,
279
- "objective_function_index": 18,
280
- "objective_function_target": null,
281
- "objective_function_group": null,
282
- "scaling_factor": null,
283
- "display_name": "Humidification Electricity Intensity",
284
- "display_name_short": "Humidification Electricity Intensity",
285
- "metadata_id": null,
286
- "name": "standard_report_legacy.humidification_electricity",
287
- "visualize": false,
288
- "export": true,
289
- "variable_type": "double"
290
- },
291
- {
292
- "units": "MJ/m2",
293
- "objective_function": false,
294
- "objective_function_index": 19,
295
- "objective_function_target": null,
296
- "objective_function_group": null,
297
- "scaling_factor": null,
298
- "display_name": "Water Systems Electricity Intensity",
299
- "display_name_short": "Water Systems Electricity Intensity",
300
- "metadata_id": null,
301
- "name": "standard_report_legacy.water_systems_electricity",
302
- "visualize": false,
303
- "export": true,
304
- "variable_type": "double"
305
- },
306
- {
307
- "units": "MJ/m2",
308
- "objective_function": false,
309
- "objective_function_index": 20,
310
- "objective_function_target": null,
311
- "objective_function_group": null,
312
- "scaling_factor": null,
313
- "display_name": "Water Systems Natural Gas Intensity",
314
- "display_name_short": "Water Systems Natural Gas Intensity",
315
- "metadata_id": null,
316
- "name": "standard_report_legacy.water_systems_natural_gas",
317
- "visualize": false,
318
- "export": true,
319
- "variable_type": "double"
320
- },
321
- {
322
- "units": "MJ/m2",
323
- "objective_function": false,
324
- "objective_function_index": 21,
325
- "objective_function_target": null,
326
- "objective_function_group": null,
327
- "scaling_factor": null,
328
- "display_name": "Refrigeration Electricity Intensity",
329
- "display_name_short": "Refrigeration Electricity Intensity",
330
- "metadata_id": null,
331
- "name": "standard_report_legacy.refrigeration_electricity",
332
- "visualize": false,
333
- "export": true,
334
- "variable_type": "double"
335
- },
336
- {
337
- "units": "$",
338
- "objective_function": false,
339
- "objective_function_index": 22,
340
- "objective_function_target": null,
341
- "objective_function_group": null,
342
- "scaling_factor": null,
343
- "display_name": "Total Life Cycle Cost",
344
- "display_name_short": "Total Life Cycle Cost",
345
- "metadata_id": null,
346
- "name": "standard_report.total_life_cycle_cost",
347
- "visualize": true,
348
- "export": true,
349
- "variable_type": "double"
350
- }
351
- ],
352
- "problem": {
353
- "analysis_type": "lhs",
354
- "algorithm": {
355
- "sample_method": "all_variables",
356
- "number_of_samples": 5,
357
- "objective_functions": [
358
- "standard_report_legacy.total_energy",
359
- "standard_report_legacy.total_source_energy"
360
- ]
361
- },
362
- "workflow": [
363
- {
364
- "name": "reduce_lighting_loads_by_percentage",
365
- "display_name": "Reduce Lighting Loads by Percentage",
366
- "measure_type": "RubyMeasure",
367
- "measure_definition_class_name": "ReduceLightingLoadsByPercentage",
368
- "measure_definition_directory": "./measures/SetThermostatSchedules",
369
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
370
- "measure_definition_display_name": "Reduce Lighting Loads by Percentage",
371
- "measure_definition_name": "reduce_lighting_loads_by_percentage",
372
- "measure_definition_name_xml": null,
373
- "measure_definition_uuid": "a0c90317-156c-4061-a2cf-69b25c3dc29f",
374
- "measure_definition_version_uuid": "8f6edb26-7a16-4757-baa3-5da21311e39e",
375
- "arguments": [
376
- {
377
- "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
378
- "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
379
- "name": "space_type",
380
- "value_type": "string",
381
- "default_value": "*Entire Building*",
382
- "value": "*Entire Building*"
383
- },
384
- {
385
- "display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
386
- "display_name_short": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
387
- "name": "material_and_installation_cost",
388
- "value_type": "double",
389
- "default_value": 150.0,
390
- "value": 150.0
391
- },
392
- {
393
- "display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
394
- "display_name_short": "Increase in Demolition Costs for Lighting per Floor Area (%).",
395
- "name": "demolition_cost",
396
- "value_type": "double",
397
- "default_value": 0.0,
398
- "value": 0.0
399
- },
400
- {
401
- "display_name": "Years Until Costs Start (whole years).",
402
- "display_name_short": "Years Until Costs Start (whole years).",
403
- "name": "years_until_costs_start",
404
- "value_type": "integer",
405
- "default_value": 0,
406
- "value": 0
407
- },
408
- {
409
- "display_name": "Demolition Costs Occur During Initial Construction?",
410
- "display_name_short": "Demolition Costs Occur During Initial Construction?",
411
- "name": "demo_cost_initial_const",
412
- "value_type": "bool",
413
- "default_value": false,
414
- "value": false
415
- },
416
- {
417
- "display_name": "Expected Life (whole years).",
418
- "display_name_short": "Expected Life (whole years).",
419
- "name": "expected_life",
420
- "value_type": "integer",
421
- "default_value": 15,
422
- "value": 15
423
- },
424
- {
425
- "display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
426
- "display_name_short": "Increase O & M Costs for Lighting per Floor Area (%).",
427
- "name": "om_cost",
428
- "value_type": "double",
429
- "default_value": 0.0,
430
- "value": 0.0
431
- },
432
- {
433
- "display_name": "O & M Frequency (whole years).",
434
- "display_name_short": "O & M Frequency (whole years).",
435
- "name": "om_frequency",
436
- "value_type": "integer",
437
- "default_value": 1,
438
- "value": 1
439
- }
440
- ],
441
- "variables": [
442
- {
443
- "argument": {
444
- "display_name": "LPD Reduction",
445
- "display_name_short": "LPD Reduction",
446
- "name": "lighting_power_reduction_percent",
447
- "value_type": "double",
448
- "default_value": 0.0,
449
- "value": 0.0
450
- },
451
- "display_name": "LPD Reduction",
452
- "display_name_short": "LPD Reduction",
453
- "variable_type": "variable",
454
- "units": null,
455
- "minimum": 0.0,
456
- "maximum": 70.0,
457
- "relation_to_output": null,
458
- "static_value": 0.0,
459
- "uuid": "d75c8a0b-ec07-48ac-a459-a9d594077c47",
460
- "version_uuid": "ccf94a00-e773-4202-ad43-ee62907703ad",
461
- "variable": true,
462
- "uncertainty_description": {
463
- "type": "triangle_uncertain",
464
- "attributes": [
465
- {
466
- "name": "lower_bounds",
467
- "value": 0.0
468
- },
469
- {
470
- "name": "upper_bounds",
471
- "value": 70.0
472
- },
473
- {
474
- "name": "modes",
475
- "value": 20.0
476
- },
477
- {
478
- "name": "delta_x",
479
- "value": 5.0
480
- },
481
- {
482
- "name": "stddev",
483
- "value": 11.66666667
484
- }
485
- ]
486
- },
487
- "workflow_index": 0
488
- }
489
- ],
490
- "workflow_index": 0
491
- },
492
- {
493
- "name": "rotate_building_relative_to_current_orientation",
494
- "display_name": "Rotate Building Relative to Current Orientation",
495
- "measure_type": "RubyMeasure",
496
- "measure_definition_class_name": "RotateBuilding",
497
- "measure_definition_directory": "./measures/SetThermostatSchedules",
498
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
499
- "measure_definition_display_name": "Rotate Building Relative to Current Orientation",
500
- "measure_definition_name": "rotate_building_relative_to_current_orientation",
501
- "measure_definition_name_xml": null,
502
- "measure_definition_uuid": "05e39c0a-5b21-4bb4-b378-f9f21fae50fd",
503
- "measure_definition_version_uuid": "7f48d857-32ce-4fd1-890a-fae645ada99b",
504
- "arguments": [
505
-
506
- ],
507
- "variables": [
508
- {
509
- "argument": {
510
- "display_name": "Rotation",
511
- "display_name_short": "Rotation",
512
- "name": "relative_building_rotation",
513
- "value_type": "double",
514
- "default_value": 0.0,
515
- "value": 0.0
516
- },
517
- "display_name": "Rotation",
518
- "display_name_short": "Rotation",
519
- "variable_type": "variable",
520
- "units": null,
521
- "minimum": 0.0,
522
- "maximum": 359.0,
523
- "relation_to_output": null,
524
- "static_value": 0.0,
525
- "uuid": "9f70e65e-87d5-4ace-a949-73290192c4ff",
526
- "version_uuid": "c293bf2b-9584-4d48-955f-98a166d119f2",
527
- "variable": true,
528
- "uncertainty_description": {
529
- "type": "uniform_uncertain",
530
- "attributes": [
531
- {
532
- "name": "lower_bounds",
533
- "value": 0.0
534
- },
535
- {
536
- "name": "upper_bounds",
537
- "value": 359.0
538
- },
539
- {
540
- "name": "modes",
541
- "value": 180.0
542
- },
543
- {
544
- "name": "delta_x",
545
- "value": null
546
- },
547
- {
548
- "name": "stddev",
549
- "value": 59.83333333
550
- }
551
- ]
552
- },
553
- "workflow_index": 0
554
- }
555
- ],
556
- "workflow_index": 1
557
- },
558
- {
559
- "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
560
- "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
561
- "measure_type": "RubyMeasure",
562
- "measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
563
- "measure_definition_directory": "./measures/SetThermostatSchedules",
564
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
565
- "measure_definition_display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
566
- "measure_definition_name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
567
- "measure_definition_name_xml": null,
568
- "measure_definition_uuid": "522e3896-f2f3-4ecc-b41c-30043212a09f",
569
- "measure_definition_version_uuid": "471dc835-2d87-45ee-90d6-575a1bad05f5",
570
- "arguments": [
571
- {
572
- "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
573
- "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
574
- "name": "material_cost_increase_ip",
575
- "value_type": "double",
576
- "default_value": 0.0,
577
- "value": 0.0
578
- },
579
- {
580
- "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
581
- "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
582
- "name": "one_time_retrofit_cost_ip",
583
- "value_type": "double",
584
- "default_value": 0.0,
585
- "value": 0.0
586
- },
587
- {
588
- "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
589
- "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
590
- "name": "years_until_retrofit_cost",
591
- "value_type": "integer",
592
- "default_value": 0,
593
- "value": 0
594
- }
595
- ],
596
- "variables": [
597
- {
598
- "argument": {
599
- "display_name": "Wall R-Value",
600
- "display_name_short": "Wall R-Value",
601
- "name": "r_value",
602
- "value_type": "double",
603
- "default_value": 13.0,
604
- "value": 13.0
605
- },
606
- "display_name": "Wall R-Value",
607
- "display_name_short": "Wall R-Value",
608
- "variable_type": "variable",
609
- "units": null,
610
- "minimum": 0.0,
611
- "maximum": 50.0,
612
- "relation_to_output": null,
613
- "static_value": 13.0,
614
- "uuid": "76b1a3e2-e871-4442-a205-bc02dc4748c7",
615
- "version_uuid": "50f667de-8500-42f4-b45f-9c72b2197c1a",
616
- "variable": true,
617
- "uncertainty_description": {
618
- "type": "normal_uncertain",
619
- "attributes": [
620
- {
621
- "name": "lower_bounds",
622
- "value": 0.0
623
- },
624
- {
625
- "name": "upper_bounds",
626
- "value": 50.0
627
- },
628
- {
629
- "name": "modes",
630
- "value": 25.0
631
- },
632
- {
633
- "name": "delta_x",
634
- "value": null
635
- },
636
- {
637
- "name": "stddev",
638
- "value": 8.333333333
639
- }
640
- ]
641
- },
642
- "workflow_index": 0
643
- }
644
- ],
645
- "workflow_index": 2
646
- },
647
- {
648
- "name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
649
- "display_name": "Set R-value of Insulation for Roofs to a Specific Value",
650
- "measure_type": "RubyMeasure",
651
- "measure_definition_class_name": "IncreaseInsulationRValueForRoofs",
652
- "measure_definition_directory": "./measures/SetThermostatSchedules",
653
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
654
- "measure_definition_display_name": "Set R-value of Insulation for Roofs to a Specific Value",
655
- "measure_definition_name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
656
- "measure_definition_name_xml": null,
657
- "measure_definition_uuid": "7e608a85-b8c5-44df-973d-90360652019a",
658
- "measure_definition_version_uuid": "5b635592-47a7-4946-9b8a-3f1612089c8b",
659
- "arguments": [
660
- {
661
- "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
662
- "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
663
- "name": "material_cost_increase_ip",
664
- "value_type": "double",
665
- "default_value": 0.0,
666
- "value": 0.0
667
- },
668
- {
669
- "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
670
- "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
671
- "name": "one_time_retrofit_cost_ip",
672
- "value_type": "double",
673
- "default_value": 0.0,
674
- "value": 0.0
675
- },
676
- {
677
- "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
678
- "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
679
- "name": "years_until_retrofit_cost",
680
- "value_type": "integer",
681
- "default_value": 0,
682
- "value": 0
683
- }
684
- ],
685
- "variables": [
686
- {
687
- "argument": {
688
- "display_name": "Roof R-Value",
689
- "display_name_short": "Roof R-Value",
690
- "name": "r_value",
691
- "value_type": "double",
692
- "default_value": 10.0,
693
- "value": 10.0
694
- },
695
- "display_name": "Roof R-Value",
696
- "display_name_short": "Roof R-Value",
697
- "variable_type": "variable",
698
- "units": null,
699
- "minimum": 10.0,
700
- "maximum": 80.0,
701
- "relation_to_output": null,
702
- "static_value": 10.0,
703
- "uuid": "5c02bb3c-b9b2-407f-8249-0337cdd96c9e",
704
- "version_uuid": "2800d7d8-dd20-4ca0-979d-d189ffbc3ce7",
705
- "variable": true,
706
- "uncertainty_description": {
707
- "type": "discrete_uncertain",
708
- "attributes": [
709
- {
710
- "name": "discrete",
711
- "values_and_weights": [
712
- {
713
- "value": 10,
714
- "weight": 0.05
715
- },
716
- {
717
- "value": 30,
718
- "weight": 0.1
719
- },
720
- {
721
- "value": 50,
722
- "weight": 0.45
723
- },
724
- {
725
- "value": 80,
726
- "weight": 0.4
727
- }
728
- ]
729
- },
730
- {
731
- "name": "lower_bounds",
732
- "value": 10.0
733
- },
734
- {
735
- "name": "upper_bounds",
736
- "value": 80.0
737
- },
738
- {
739
- "name": "modes",
740
- "value": 50.0
741
- },
742
- {
743
- "name": "delta_x",
744
- "value": null
745
- },
746
- {
747
- "name": "stddev",
748
- "value": 10.0
749
- }
750
- ]
751
- },
752
- "workflow_index": 0
753
- }
754
- ],
755
- "workflow_index": 3
756
- },
757
- {
758
- "name": "window_to_wall_ratio_south",
759
- "display_name": "Window to Wall Ratio South",
760
- "measure_type": "RubyMeasure",
761
- "measure_definition_class_name": "SetWindowToWallRatioByFacade",
762
- "measure_definition_directory": "./measures/SetThermostatSchedules",
763
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
764
- "measure_definition_display_name": "Window to Wall Ratio South",
765
- "measure_definition_name": "window_to_wall_ratio_south",
766
- "measure_definition_name_xml": null,
767
- "measure_definition_uuid": "4a01ca44-a6d2-477c-912e-873bdd1775ad",
768
- "measure_definition_version_uuid": "e4796d29-03eb-4532-ba49-bdc27f24c543",
769
- "arguments": [
770
- {
771
- "display_name": "Sill Height (in).",
772
- "display_name_short": "Sill Height (in).",
773
- "name": "sillHeight",
774
- "value_type": "double",
775
- "default_value": 30.0,
776
- "value": 30.0
777
- },
778
- {
779
- "display_name": "Cardinal Direction.",
780
- "display_name_short": "Cardinal Direction.",
781
- "name": "facade",
782
- "value_type": "string",
783
- "default_value": "South",
784
- "value": "South"
785
- }
786
- ],
787
- "variables": [
788
- {
789
- "argument": {
790
- "display_name": "South WWR",
791
- "display_name_short": "South WWR",
792
- "name": "wwr",
793
- "value_type": "double",
794
- "default_value": 0.4,
795
- "value": 0.4
796
- },
797
- "display_name": "South WWR",
798
- "display_name_short": "South WWR",
799
- "variable_type": "variable",
800
- "units": null,
801
- "minimum": 0.05,
802
- "maximum": 0.95,
803
- "relation_to_output": null,
804
- "static_value": 0.4,
805
- "uuid": "9360f5f7-72d3-45e9-8dad-203847ea0832",
806
- "version_uuid": "403c8c9f-0eaa-450d-b511-f82d2f518910",
807
- "variable": true,
808
- "uncertainty_description": {
809
- "type": "triangle_uncertain",
810
- "attributes": [
811
- {
812
- "name": "lower_bounds",
813
- "value": 0.05
814
- },
815
- {
816
- "name": "upper_bounds",
817
- "value": 0.95
818
- },
819
- {
820
- "name": "modes",
821
- "value": 0.4
822
- },
823
- {
824
- "name": "delta_x",
825
- "value": null
826
- },
827
- {
828
- "name": "stddev",
829
- "value": 0.15
830
- }
831
- ]
832
- },
833
- "workflow_index": 0
834
- }
835
- ],
836
- "workflow_index": 4
837
- },
838
- {
839
- "name": "window_to_wall_ratio_west",
840
- "display_name": "Window to Wall Ratio West",
841
- "measure_type": "RubyMeasure",
842
- "measure_definition_class_name": "SetWindowToWallRatioByFacade",
843
- "measure_definition_directory": "./measures/SetThermostatSchedules",
844
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
845
- "measure_definition_display_name": "Window to Wall Ratio West",
846
- "measure_definition_name": "window_to_wall_ratio_west",
847
- "measure_definition_name_xml": null,
848
- "measure_definition_uuid": "d7bcba3b-de9c-432d-b270-c3954cd2b979",
849
- "measure_definition_version_uuid": "8aa6b008-da2d-4504-9f4d-5abbdc34a8a6",
850
- "arguments": [
851
- {
852
- "display_name": "Sill Height (in).",
853
- "display_name_short": "Sill Height (in).",
854
- "name": "sillHeight",
855
- "value_type": "double",
856
- "default_value": 30.0,
857
- "value": 30.0
858
- },
859
- {
860
- "display_name": "Cardinal Direction.",
861
- "display_name_short": "Cardinal Direction.",
862
- "name": "facade",
863
- "value_type": "string",
864
- "default_value": "West",
865
- "value": "West"
866
- }
867
- ],
868
- "variables": [
869
- {
870
- "argument": {
871
- "display_name": "West WWR",
872
- "display_name_short": "West WWR",
873
- "name": "wwr",
874
- "value_type": "double",
875
- "default_value": 0.4,
876
- "value": 0.4
877
- },
878
- "display_name": "West WWR",
879
- "display_name_short": "West WWR",
880
- "variable_type": "variable",
881
- "units": null,
882
- "minimum": 0.05,
883
- "maximum": 0.95,
884
- "relation_to_output": null,
885
- "static_value": 0.4,
886
- "uuid": "ea136cba-099a-43f0-a1af-773ae2ccbb03",
887
- "version_uuid": "60deb9f6-13fe-4526-ad64-f8b57fb0fbfb",
888
- "variable": true,
889
- "uncertainty_description": {
890
- "type": "triangle_uncertain",
891
- "attributes": [
892
- {
893
- "name": "lower_bounds",
894
- "value": 0.05
895
- },
896
- {
897
- "name": "upper_bounds",
898
- "value": 0.95
899
- },
900
- {
901
- "name": "modes",
902
- "value": 0.4
903
- },
904
- {
905
- "name": "delta_x",
906
- "value": null
907
- },
908
- {
909
- "name": "stddev",
910
- "value": 0.15
911
- }
912
- ]
913
- },
914
- "workflow_index": 0
915
- }
916
- ],
917
- "workflow_index": 5
918
- },
919
- {
920
- "name": "window_to_wall_ratio_east",
921
- "display_name": "Window to Wall Ratio East",
922
- "measure_type": "RubyMeasure",
923
- "measure_definition_class_name": "SetWindowToWallRatioByFacade",
924
- "measure_definition_directory": "./measures/SetThermostatSchedules",
925
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
926
- "measure_definition_display_name": "Window to Wall Ratio East",
927
- "measure_definition_name": "window_to_wall_ratio_east",
928
- "measure_definition_name_xml": null,
929
- "measure_definition_uuid": "0bbfedf5-40a8-484f-a3c6-22b60baad4ea",
930
- "measure_definition_version_uuid": "58d0d184-b891-48f0-8fae-ae21fbc0d2b6",
931
- "arguments": [
932
- {
933
- "display_name": "Sill Height (in).",
934
- "display_name_short": "Sill Height (in).",
935
- "name": "sillHeight",
936
- "value_type": "double",
937
- "default_value": 30.0,
938
- "value": 30.0
939
- },
940
- {
941
- "display_name": "Cardinal Direction.",
942
- "display_name_short": "Cardinal Direction.",
943
- "name": "facade",
944
- "value_type": "string",
945
- "default_value": "East",
946
- "value": "East"
947
- }
948
- ],
949
- "variables": [
950
- {
951
- "argument": {
952
- "display_name": "East WWR",
953
- "display_name_short": "East WWR",
954
- "name": "wwr",
955
- "value_type": "double",
956
- "default_value": 0.4,
957
- "value": 0.4
958
- },
959
- "display_name": "East WWR",
960
- "display_name_short": "East WWR",
961
- "variable_type": "variable",
962
- "units": null,
963
- "minimum": 0.05,
964
- "maximum": 0.95,
965
- "relation_to_output": null,
966
- "static_value": 0.4,
967
- "uuid": "0575dea3-f3a4-4187-b90e-76843d5c0451",
968
- "version_uuid": "67004f39-5148-41a1-a05b-ef8111c7be6f",
969
- "variable": true,
970
- "uncertainty_description": {
971
- "type": "triangle_uncertain",
972
- "attributes": [
973
- {
974
- "name": "lower_bounds",
975
- "value": 0.05
976
- },
977
- {
978
- "name": "upper_bounds",
979
- "value": 0.95
980
- },
981
- {
982
- "name": "modes",
983
- "value": 0.4
984
- },
985
- {
986
- "name": "delta_x",
987
- "value": null
988
- },
989
- {
990
- "name": "stddev",
991
- "value": 0.15
992
- }
993
- ]
994
- },
995
- "workflow_index": 0
996
- }
997
- ],
998
- "workflow_index": 6
999
- },
1000
- {
1001
- "name": "overhangs_pf_south",
1002
- "display_name": "Overhangs PF South",
1003
- "measure_type": "RubyMeasure",
1004
- "measure_definition_class_name": "AddOverhangsByProjectionFactor",
1005
- "measure_definition_directory": "./measures/SetThermostatSchedules",
1006
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
1007
- "measure_definition_display_name": "Overhangs PF South",
1008
- "measure_definition_name": "overhangs_pf_south",
1009
- "measure_definition_name_xml": null,
1010
- "measure_definition_uuid": "9cf8e73e-d06b-4784-aea8-bae907f39137",
1011
- "measure_definition_version_uuid": "3c4135eb-ea27-4c72-a6e4-2e4a8e54f458",
1012
- "arguments": [
1013
- {
1014
- "display_name": "Cardinal Direction",
1015
- "display_name_short": "Cardinal Direction",
1016
- "name": "facade",
1017
- "value_type": "string",
1018
- "default_value": "South",
1019
- "value": "South"
1020
- },
1021
- {
1022
- "display_name": "Remove Existing Space Shading Surfaces From the Model?",
1023
- "display_name_short": "Remove Existing Space Shading Surfaces From the Model?",
1024
- "name": "remove_ext_space_shading",
1025
- "value_type": "bool",
1026
- "default_value": false,
1027
- "value": false
1028
- },
1029
- {
1030
- "display_name": "Optionally Choose a Construction for the Overhangs.",
1031
- "display_name_short": "Optionally Choose a Construction for the Overhangs.",
1032
- "name": "construction",
1033
- "value_type": "string",
1034
- "default_value": null,
1035
- "value": null
1036
- }
1037
- ],
1038
- "variables": [
1039
- {
1040
- "argument": {
1041
- "display_name": "South Projection Factor",
1042
- "display_name_short": "South PF",
1043
- "name": "projection_factor",
1044
- "value_type": "integer",
1045
- "default_value": 0,
1046
- "value": 0
1047
- },
1048
- "display_name": "South Projection Factor",
1049
- "display_name_short": "South PF",
1050
- "variable_type": "variable",
1051
- "units": null,
1052
- "minimum": 0,
1053
- "maximum": 10,
1054
- "relation_to_output": null,
1055
- "static_value": 0,
1056
- "uuid": "bac8c176-f24b-484c-b638-4ef8ea0591f3",
1057
- "version_uuid": "283a4278-9289-4286-98d3-25427fc01c43",
1058
- "variable": true,
1059
- "uncertainty_description": {
1060
- "type": "discrete_uncertain",
1061
- "attributes": [
1062
- {
1063
- "name": "discrete",
1064
- "values_and_weights": [
1065
- {
1066
- "value": 1,
1067
- "weight": 0.25
1068
- },
1069
- {
1070
- "value": 2,
1071
- "weight": 0.25
1072
- },
1073
- {
1074
- "value": 3,
1075
- "weight": 0.25
1076
- },
1077
- {
1078
- "value": 4,
1079
- "weight": 0.25
1080
- }
1081
- ]
1082
- },
1083
- {
1084
- "name": "lower_bounds",
1085
- "value": 0
1086
- },
1087
- {
1088
- "name": "upper_bounds",
1089
- "value": 10
1090
- },
1091
- {
1092
- "name": "modes",
1093
- "value": 5
1094
- },
1095
- {
1096
- "name": "delta_x",
1097
- "value": null
1098
- },
1099
- {
1100
- "name": "stddev",
1101
- "value": 1
1102
- }
1103
- ]
1104
- },
1105
- "workflow_index": 0
1106
- }
1107
- ],
1108
- "workflow_index": 7
1109
- },
1110
- {
1111
- "name": "overhangs_pf_east",
1112
- "display_name": "Overhangs PF East",
1113
- "measure_type": "RubyMeasure",
1114
- "measure_definition_class_name": "AddOverhangsByProjectionFactor",
1115
- "measure_definition_directory": "./measures/SetThermostatSchedules",
1116
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
1117
- "measure_definition_display_name": "Overhangs PF East",
1118
- "measure_definition_name": "overhangs_pf_east",
1119
- "measure_definition_name_xml": null,
1120
- "measure_definition_uuid": "93cab49f-7580-480c-a9fd-81327fe1ac8a",
1121
- "measure_definition_version_uuid": "c33b8249-a0ec-487c-ba65-294bddbb89b2",
1122
- "arguments": [
1123
- {
1124
- "display_name": "Cardinal Direction",
1125
- "display_name_short": "Cardinal Direction",
1126
- "name": "facade",
1127
- "value_type": "string",
1128
- "default_value": "East",
1129
- "value": "East"
1130
- },
1131
- {
1132
- "display_name": "Optionally Choose a Construction for the Overhangs.",
1133
- "display_name_short": "Optionally Choose a Construction for the Overhangs.",
1134
- "name": "construction",
1135
- "value_type": "string",
1136
- "default_value": null,
1137
- "value": null
1138
- }
1139
- ],
1140
- "variables": [
1141
- {
1142
- "argument": {
1143
- "display_name": "East Projection Factor",
1144
- "display_name_short": "East PF",
1145
- "name": "projection_factor",
1146
- "value_type": "double",
1147
- "default_value": 0.0,
1148
- "value": 0.0
1149
- },
1150
- "display_name": "East Projection Factor",
1151
- "display_name_short": "East PF",
1152
- "variable_type": "variable",
1153
- "units": null,
1154
- "minimum": 0.0,
1155
- "maximum": 1.0,
1156
- "relation_to_output": null,
1157
- "static_value": 0.0,
1158
- "uuid": "600cbc3c-0c9d-4e70-8a15-2eaa9080f475",
1159
- "version_uuid": "3d17a106-d1a9-4831-bbad-c87c3d647829",
1160
- "variable": true,
1161
- "uncertainty_description": {
1162
- "type": "uniform_uncertain",
1163
- "attributes": [
1164
- {
1165
- "name": "lower_bounds",
1166
- "value": 0.0
1167
- },
1168
- {
1169
- "name": "upper_bounds",
1170
- "value": 1.0
1171
- },
1172
- {
1173
- "name": "modes",
1174
- "value": 0.5
1175
- },
1176
- {
1177
- "name": "delta_x",
1178
- "value": null
1179
- },
1180
- {
1181
- "name": "stddev",
1182
- "value": 0.133333333
1183
- }
1184
- ]
1185
- },
1186
- "workflow_index": 0
1187
- },
1188
- {
1189
- "argument": {
1190
- "display_name": "Remove Existing Space Shading Surfaces From the Model?",
1191
- "display_name_short": "Remove Existing Space Shading Surfaces From the Model?",
1192
- "name": "remove_ext_space_shading",
1193
- "value_type": "bool",
1194
- "default_value": false,
1195
- "value": false
1196
- },
1197
- "display_name": "Remove Existing Space Shading Surfaces From the Model?",
1198
- "display_name_short": "Remove Existing Space Shading Surfaces From the Model?",
1199
- "variable_type": "variable",
1200
- "units": null,
1201
- "minimum": false,
1202
- "maximum": true,
1203
- "relation_to_output": null,
1204
- "uuid": "572898a7-08c2-46c8-a31c-3bf75ee28ece",
1205
- "version_uuid": "a1e4cbe6-212f-47bf-b6a3-77848a098e05",
1206
- "variable": true,
1207
- "static_value": false,
1208
- "uncertainty_description": {
1209
- "type": "discrete_uncertain",
1210
- "attributes": [
1211
- {
1212
- "name": "discrete",
1213
- "values_and_weights": [
1214
- {
1215
- "value": false,
1216
- "weight": 0.5
1217
- },
1218
- {
1219
- "value": true,
1220
- "weight": 0.5
1221
- }
1222
- ]
1223
- },
1224
- {
1225
- "name": "lower_bounds",
1226
- "value": false
1227
- },
1228
- {
1229
- "name": "upper_bounds",
1230
- "value": true
1231
- },
1232
- {
1233
- "name": "modes",
1234
- "value": true
1235
- },
1236
- {
1237
- "name": "delta_x",
1238
- "value": null
1239
- },
1240
- {
1241
- "name": "stddev",
1242
- "value": true
1243
- }
1244
- ]
1245
- },
1246
- "workflow_index": 1
1247
- }
1248
- ],
1249
- "workflow_index": 8
1250
- },
1251
- {
1252
- "name": "xcel_eda_tariff_selection_and_model_setup",
1253
- "display_name": "Xcel EDA Tariff Selection and Model Setup",
1254
- "measure_type": "EnergyPlusMeasure",
1255
- "measure_definition_class_name": "XcelEDATariffSelectionandModelSetup",
1256
- "measure_definition_directory": "./measures/SetThermostatSchedules",
1257
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
1258
- "measure_definition_display_name": "Xcel EDA Tariff Selection and Model Setup",
1259
- "measure_definition_name": "xcel_eda_tariff_selection_and_model_setup",
1260
- "measure_definition_name_xml": null,
1261
- "measure_definition_uuid": "3c9e12d0-a6e9-4653-a7b6-81b52f5b09c6",
1262
- "measure_definition_version_uuid": "153b7caf-ce00-4779-8670-d6dd0d85e658",
1263
- "arguments": [
1264
- {
1265
- "display_name": "Select an Electricity Tariff.",
1266
- "display_name_short": "Select an Electricity Tariff.",
1267
- "name": "elec_tar",
1268
- "value_type": "string",
1269
- "default_value": "Secondary General",
1270
- "value": "Secondary General"
1271
- },
1272
- {
1273
- "display_name": "Select a Gas Tariff.",
1274
- "display_name_short": "Select a Gas Tariff.",
1275
- "name": "gas_tar",
1276
- "value_type": "string",
1277
- "default_value": "Large CG",
1278
- "value": "Large CG"
1279
- }
1280
- ],
1281
- "variables": [
1282
-
1283
- ],
1284
- "workflow_index": 9
1285
- }
1286
- ]
1287
- },
1288
- "seed": {
1289
- "file_type": "OSM",
1290
- "path": "./seed/small_seed.osm"
1291
- },
1292
- "weather_file": {
1293
- "file_type": "EPW",
1294
- "path": "./weather/partial_weather.epw"
1295
- },
1296
- "file_format_version": 1
1297
- }
1298
- }