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,1323 +0,0 @@
1
- {
2
- "analysis": {
3
- "display_name": "Pivot Test",
4
- "name": "pivot_test",
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": "22767a1a-bed7-46dd-b0c5-58d3a240f8be",
374
- "measure_definition_version_uuid": "0057dcbb-7894-40f3-a28e-ca36210a637d",
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": "pivot",
454
- "units": null,
455
- "minimum": 0.0,
456
- "maximum": 70.0,
457
- "relation_to_output": null,
458
- "static_value": 0.0,
459
- "uuid": "5f16def0-8d43-4ee6-bce0-4ac5a8bbe80f",
460
- "version_uuid": "4127ab02-0c4c-4c59-bd0e-10149a3d5b9b",
461
- "pivot": true,
462
- "uncertainty_description": {
463
- "type": "discrete_uncertain",
464
- "attributes": [
465
- {
466
- "name": "discrete",
467
- "values_and_weights": [
468
- {
469
- "value": 1,
470
- "weight": 0.2
471
- },
472
- {
473
- "value": 2,
474
- "weight": 0.2
475
- },
476
- {
477
- "value": 3,
478
- "weight": 0.2
479
- },
480
- {
481
- "value": 4,
482
- "weight": 0.2
483
- },
484
- {
485
- "value": 5,
486
- "weight": 0.2
487
- }
488
- ]
489
- },
490
- {
491
- "name": "lower_bounds",
492
- "value": 0.0
493
- },
494
- {
495
- "name": "upper_bounds",
496
- "value": 70.0
497
- },
498
- {
499
- "name": "modes",
500
- "value": 20.0
501
- },
502
- {
503
- "name": "delta_x",
504
- "value": 5.0
505
- },
506
- {
507
- "name": "stddev",
508
- "value": 11.66666667
509
- }
510
- ]
511
- },
512
- "workflow_index": 0
513
- }
514
- ],
515
- "workflow_index": 0
516
- },
517
- {
518
- "name": "rotate_building_relative_to_current_orientation",
519
- "display_name": "Rotate Building Relative to Current Orientation",
520
- "measure_type": "RubyMeasure",
521
- "measure_definition_class_name": "RotateBuilding",
522
- "measure_definition_directory": "./measures/SetThermostatSchedules",
523
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
524
- "measure_definition_display_name": "Rotate Building Relative to Current Orientation",
525
- "measure_definition_name": "rotate_building_relative_to_current_orientation",
526
- "measure_definition_name_xml": null,
527
- "measure_definition_uuid": "51ebf022-4873-4956-8137-288731bf3e63",
528
- "measure_definition_version_uuid": "d4febde0-2019-4393-809a-14591124c515",
529
- "arguments": [
530
-
531
- ],
532
- "variables": [
533
- {
534
- "argument": {
535
- "display_name": "Rotation",
536
- "display_name_short": "Rotation",
537
- "name": "relative_building_rotation",
538
- "value_type": "double",
539
- "default_value": 0.0,
540
- "value": 0.0
541
- },
542
- "display_name": "Rotation",
543
- "display_name_short": "Rotation",
544
- "variable_type": "variable",
545
- "units": null,
546
- "minimum": 0.0,
547
- "maximum": 359.0,
548
- "relation_to_output": null,
549
- "static_value": 0.0,
550
- "uuid": "869e8efe-7192-4921-adfb-f9841f46916f",
551
- "version_uuid": "f5d08e9c-3dd0-4d95-94e5-43b80aeba162",
552
- "variable": true,
553
- "uncertainty_description": {
554
- "type": "uniform_uncertain",
555
- "attributes": [
556
- {
557
- "name": "lower_bounds",
558
- "value": 0.0
559
- },
560
- {
561
- "name": "upper_bounds",
562
- "value": 359.0
563
- },
564
- {
565
- "name": "modes",
566
- "value": 180.0
567
- },
568
- {
569
- "name": "delta_x",
570
- "value": null
571
- },
572
- {
573
- "name": "stddev",
574
- "value": 59.83333333
575
- }
576
- ]
577
- },
578
- "workflow_index": 0
579
- }
580
- ],
581
- "workflow_index": 1
582
- },
583
- {
584
- "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
585
- "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
586
- "measure_type": "RubyMeasure",
587
- "measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
588
- "measure_definition_directory": "./measures/SetThermostatSchedules",
589
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
590
- "measure_definition_display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
591
- "measure_definition_name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
592
- "measure_definition_name_xml": null,
593
- "measure_definition_uuid": "68a9d597-fa6f-44af-a2c0-be92537476ee",
594
- "measure_definition_version_uuid": "6b7fae50-dd79-45cf-828f-764977e2d4e7",
595
- "arguments": [
596
- {
597
- "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
598
- "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
599
- "name": "material_cost_increase_ip",
600
- "value_type": "double",
601
- "default_value": 0.0,
602
- "value": 0.0
603
- },
604
- {
605
- "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
606
- "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
607
- "name": "one_time_retrofit_cost_ip",
608
- "value_type": "double",
609
- "default_value": 0.0,
610
- "value": 0.0
611
- },
612
- {
613
- "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
614
- "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
615
- "name": "years_until_retrofit_cost",
616
- "value_type": "integer",
617
- "default_value": 0,
618
- "value": 0
619
- }
620
- ],
621
- "variables": [
622
- {
623
- "argument": {
624
- "display_name": "Wall R-Value",
625
- "display_name_short": "Wall R-Value",
626
- "name": "r_value",
627
- "value_type": "double",
628
- "default_value": 13.0,
629
- "value": 13.0
630
- },
631
- "display_name": "Wall R-Value",
632
- "display_name_short": "Wall R-Value",
633
- "variable_type": "variable",
634
- "units": null,
635
- "minimum": 0.0,
636
- "maximum": 50.0,
637
- "relation_to_output": null,
638
- "static_value": 13.0,
639
- "uuid": "c9412535-e3e3-4d85-aa28-198dc95ee944",
640
- "version_uuid": "8abaf650-48c9-408b-94db-1502a7754b6b",
641
- "variable": true,
642
- "uncertainty_description": {
643
- "type": "normal_uncertain",
644
- "attributes": [
645
- {
646
- "name": "lower_bounds",
647
- "value": 0.0
648
- },
649
- {
650
- "name": "upper_bounds",
651
- "value": 50.0
652
- },
653
- {
654
- "name": "modes",
655
- "value": 25.0
656
- },
657
- {
658
- "name": "delta_x",
659
- "value": null
660
- },
661
- {
662
- "name": "stddev",
663
- "value": 8.333333333
664
- }
665
- ]
666
- },
667
- "workflow_index": 0
668
- }
669
- ],
670
- "workflow_index": 2
671
- },
672
- {
673
- "name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
674
- "display_name": "Set R-value of Insulation for Roofs to a Specific Value",
675
- "measure_type": "RubyMeasure",
676
- "measure_definition_class_name": "IncreaseInsulationRValueForRoofs",
677
- "measure_definition_directory": "./measures/SetThermostatSchedules",
678
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
679
- "measure_definition_display_name": "Set R-value of Insulation for Roofs to a Specific Value",
680
- "measure_definition_name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
681
- "measure_definition_name_xml": null,
682
- "measure_definition_uuid": "0f793c52-eecb-426c-8328-794136fe6bcb",
683
- "measure_definition_version_uuid": "58d0eb57-37df-4842-a9f0-cfa262d86e15",
684
- "arguments": [
685
- {
686
- "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
687
- "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
688
- "name": "material_cost_increase_ip",
689
- "value_type": "double",
690
- "default_value": 0.0,
691
- "value": 0.0
692
- },
693
- {
694
- "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
695
- "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
696
- "name": "one_time_retrofit_cost_ip",
697
- "value_type": "double",
698
- "default_value": 0.0,
699
- "value": 0.0
700
- },
701
- {
702
- "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
703
- "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
704
- "name": "years_until_retrofit_cost",
705
- "value_type": "integer",
706
- "default_value": 0,
707
- "value": 0
708
- }
709
- ],
710
- "variables": [
711
- {
712
- "argument": {
713
- "display_name": "Roof R-Value",
714
- "display_name_short": "Roof R-Value",
715
- "name": "r_value",
716
- "value_type": "double",
717
- "default_value": 10.0,
718
- "value": 10.0
719
- },
720
- "display_name": "Roof R-Value",
721
- "display_name_short": "Roof R-Value",
722
- "variable_type": "variable",
723
- "units": null,
724
- "minimum": 10.0,
725
- "maximum": 80.0,
726
- "relation_to_output": null,
727
- "static_value": 10.0,
728
- "uuid": "d0a3763f-85a6-4ea0-a7f6-70ed5af235a4",
729
- "version_uuid": "1a4bc643-0e16-4c19-8511-b4135075475f",
730
- "variable": true,
731
- "uncertainty_description": {
732
- "type": "discrete_uncertain",
733
- "attributes": [
734
- {
735
- "name": "discrete",
736
- "values_and_weights": [
737
- {
738
- "value": 10,
739
- "weight": 0.05
740
- },
741
- {
742
- "value": 30,
743
- "weight": 0.1
744
- },
745
- {
746
- "value": 50,
747
- "weight": 0.45
748
- },
749
- {
750
- "value": 80,
751
- "weight": 0.4
752
- }
753
- ]
754
- },
755
- {
756
- "name": "lower_bounds",
757
- "value": 10.0
758
- },
759
- {
760
- "name": "upper_bounds",
761
- "value": 80.0
762
- },
763
- {
764
- "name": "modes",
765
- "value": 50.0
766
- },
767
- {
768
- "name": "delta_x",
769
- "value": null
770
- },
771
- {
772
- "name": "stddev",
773
- "value": 10.0
774
- }
775
- ]
776
- },
777
- "workflow_index": 0
778
- }
779
- ],
780
- "workflow_index": 3
781
- },
782
- {
783
- "name": "window_to_wall_ratio_south",
784
- "display_name": "Window to Wall Ratio South",
785
- "measure_type": "RubyMeasure",
786
- "measure_definition_class_name": "SetWindowToWallRatioByFacade",
787
- "measure_definition_directory": "./measures/SetThermostatSchedules",
788
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
789
- "measure_definition_display_name": "Window to Wall Ratio South",
790
- "measure_definition_name": "window_to_wall_ratio_south",
791
- "measure_definition_name_xml": null,
792
- "measure_definition_uuid": "3c566bf3-e3b6-4e7b-bfad-2a7161d5373a",
793
- "measure_definition_version_uuid": "08d29fdf-3673-4633-8032-464e74bdd234",
794
- "arguments": [
795
- {
796
- "display_name": "Sill Height (in).",
797
- "display_name_short": "Sill Height (in).",
798
- "name": "sillHeight",
799
- "value_type": "double",
800
- "default_value": 30.0,
801
- "value": 30.0
802
- },
803
- {
804
- "display_name": "Cardinal Direction.",
805
- "display_name_short": "Cardinal Direction.",
806
- "name": "facade",
807
- "value_type": "string",
808
- "default_value": "South",
809
- "value": "South"
810
- }
811
- ],
812
- "variables": [
813
- {
814
- "argument": {
815
- "display_name": "South WWR",
816
- "display_name_short": "South WWR",
817
- "name": "wwr",
818
- "value_type": "double",
819
- "default_value": 0.4,
820
- "value": 0.4
821
- },
822
- "display_name": "South WWR",
823
- "display_name_short": "South WWR",
824
- "variable_type": "variable",
825
- "units": null,
826
- "minimum": 0.05,
827
- "maximum": 0.95,
828
- "relation_to_output": null,
829
- "static_value": 0.4,
830
- "uuid": "8ea906aa-ba1d-45a6-9008-395e8e85d4aa",
831
- "version_uuid": "286bf6e9-5efa-4187-a537-13dca2575e1a",
832
- "variable": true,
833
- "uncertainty_description": {
834
- "type": "triangle_uncertain",
835
- "attributes": [
836
- {
837
- "name": "lower_bounds",
838
- "value": 0.05
839
- },
840
- {
841
- "name": "upper_bounds",
842
- "value": 0.95
843
- },
844
- {
845
- "name": "modes",
846
- "value": 0.4
847
- },
848
- {
849
- "name": "delta_x",
850
- "value": null
851
- },
852
- {
853
- "name": "stddev",
854
- "value": 0.15
855
- }
856
- ]
857
- },
858
- "workflow_index": 0
859
- }
860
- ],
861
- "workflow_index": 4
862
- },
863
- {
864
- "name": "window_to_wall_ratio_west",
865
- "display_name": "Window to Wall Ratio West",
866
- "measure_type": "RubyMeasure",
867
- "measure_definition_class_name": "SetWindowToWallRatioByFacade",
868
- "measure_definition_directory": "./measures/SetThermostatSchedules",
869
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
870
- "measure_definition_display_name": "Window to Wall Ratio West",
871
- "measure_definition_name": "window_to_wall_ratio_west",
872
- "measure_definition_name_xml": null,
873
- "measure_definition_uuid": "6cebcbb5-7699-4c4c-b80b-e31a53a0c6b7",
874
- "measure_definition_version_uuid": "b4d407b5-8a0e-4ed0-b6f9-b4f8c945af71",
875
- "arguments": [
876
- {
877
- "display_name": "Sill Height (in).",
878
- "display_name_short": "Sill Height (in).",
879
- "name": "sillHeight",
880
- "value_type": "double",
881
- "default_value": 30.0,
882
- "value": 30.0
883
- },
884
- {
885
- "display_name": "Cardinal Direction.",
886
- "display_name_short": "Cardinal Direction.",
887
- "name": "facade",
888
- "value_type": "string",
889
- "default_value": "West",
890
- "value": "West"
891
- }
892
- ],
893
- "variables": [
894
- {
895
- "argument": {
896
- "display_name": "West WWR",
897
- "display_name_short": "West WWR",
898
- "name": "wwr",
899
- "value_type": "double",
900
- "default_value": 0.4,
901
- "value": 0.4
902
- },
903
- "display_name": "West WWR",
904
- "display_name_short": "West WWR",
905
- "variable_type": "variable",
906
- "units": null,
907
- "minimum": 0.05,
908
- "maximum": 0.95,
909
- "relation_to_output": null,
910
- "static_value": 0.4,
911
- "uuid": "d40df42b-079b-4c95-993b-04db0a957097",
912
- "version_uuid": "acf39b1d-6f89-4231-93fa-12b519f85f6c",
913
- "variable": true,
914
- "uncertainty_description": {
915
- "type": "triangle_uncertain",
916
- "attributes": [
917
- {
918
- "name": "lower_bounds",
919
- "value": 0.05
920
- },
921
- {
922
- "name": "upper_bounds",
923
- "value": 0.95
924
- },
925
- {
926
- "name": "modes",
927
- "value": 0.4
928
- },
929
- {
930
- "name": "delta_x",
931
- "value": null
932
- },
933
- {
934
- "name": "stddev",
935
- "value": 0.15
936
- }
937
- ]
938
- },
939
- "workflow_index": 0
940
- }
941
- ],
942
- "workflow_index": 5
943
- },
944
- {
945
- "name": "window_to_wall_ratio_east",
946
- "display_name": "Window to Wall Ratio East",
947
- "measure_type": "RubyMeasure",
948
- "measure_definition_class_name": "SetWindowToWallRatioByFacade",
949
- "measure_definition_directory": "./measures/SetThermostatSchedules",
950
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
951
- "measure_definition_display_name": "Window to Wall Ratio East",
952
- "measure_definition_name": "window_to_wall_ratio_east",
953
- "measure_definition_name_xml": null,
954
- "measure_definition_uuid": "293fc2b3-042e-4aef-9f82-c5a65564bb65",
955
- "measure_definition_version_uuid": "b055040c-6c96-424e-a985-696994a2da0c",
956
- "arguments": [
957
- {
958
- "display_name": "Sill Height (in).",
959
- "display_name_short": "Sill Height (in).",
960
- "name": "sillHeight",
961
- "value_type": "double",
962
- "default_value": 30.0,
963
- "value": 30.0
964
- },
965
- {
966
- "display_name": "Cardinal Direction.",
967
- "display_name_short": "Cardinal Direction.",
968
- "name": "facade",
969
- "value_type": "string",
970
- "default_value": "East",
971
- "value": "East"
972
- }
973
- ],
974
- "variables": [
975
- {
976
- "argument": {
977
- "display_name": "East WWR",
978
- "display_name_short": "East WWR",
979
- "name": "wwr",
980
- "value_type": "double",
981
- "default_value": 0.4,
982
- "value": 0.4
983
- },
984
- "display_name": "East WWR",
985
- "display_name_short": "East WWR",
986
- "variable_type": "variable",
987
- "units": null,
988
- "minimum": 0.05,
989
- "maximum": 0.95,
990
- "relation_to_output": null,
991
- "static_value": 0.4,
992
- "uuid": "960da516-e1df-4aa7-9b1c-ed7a06b6e8d5",
993
- "version_uuid": "6aad2e0c-186a-4da0-9d1b-04bf24656181",
994
- "variable": true,
995
- "uncertainty_description": {
996
- "type": "triangle_uncertain",
997
- "attributes": [
998
- {
999
- "name": "lower_bounds",
1000
- "value": 0.05
1001
- },
1002
- {
1003
- "name": "upper_bounds",
1004
- "value": 0.95
1005
- },
1006
- {
1007
- "name": "modes",
1008
- "value": 0.4
1009
- },
1010
- {
1011
- "name": "delta_x",
1012
- "value": null
1013
- },
1014
- {
1015
- "name": "stddev",
1016
- "value": 0.15
1017
- }
1018
- ]
1019
- },
1020
- "workflow_index": 0
1021
- }
1022
- ],
1023
- "workflow_index": 6
1024
- },
1025
- {
1026
- "name": "overhangs_pf_south",
1027
- "display_name": "Overhangs PF South",
1028
- "measure_type": "RubyMeasure",
1029
- "measure_definition_class_name": "AddOverhangsByProjectionFactor",
1030
- "measure_definition_directory": "./measures/SetThermostatSchedules",
1031
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
1032
- "measure_definition_display_name": "Overhangs PF South",
1033
- "measure_definition_name": "overhangs_pf_south",
1034
- "measure_definition_name_xml": null,
1035
- "measure_definition_uuid": "99a8ba56-f8b0-4246-9c44-dc39bb331489",
1036
- "measure_definition_version_uuid": "325262b1-ea34-4ccc-82d8-e1e400006bbf",
1037
- "arguments": [
1038
- {
1039
- "display_name": "Cardinal Direction",
1040
- "display_name_short": "Cardinal Direction",
1041
- "name": "facade",
1042
- "value_type": "string",
1043
- "default_value": "South",
1044
- "value": "South"
1045
- },
1046
- {
1047
- "display_name": "Remove Existing Space Shading Surfaces From the Model?",
1048
- "display_name_short": "Remove Existing Space Shading Surfaces From the Model?",
1049
- "name": "remove_ext_space_shading",
1050
- "value_type": "bool",
1051
- "default_value": false,
1052
- "value": false
1053
- },
1054
- {
1055
- "display_name": "Optionally Choose a Construction for the Overhangs.",
1056
- "display_name_short": "Optionally Choose a Construction for the Overhangs.",
1057
- "name": "construction",
1058
- "value_type": "string",
1059
- "default_value": null,
1060
- "value": null
1061
- }
1062
- ],
1063
- "variables": [
1064
- {
1065
- "argument": {
1066
- "display_name": "South Projection Factor",
1067
- "display_name_short": "South PF",
1068
- "name": "projection_factor",
1069
- "value_type": "integer",
1070
- "default_value": 0,
1071
- "value": 0
1072
- },
1073
- "display_name": "South Projection Factor",
1074
- "display_name_short": "South PF",
1075
- "variable_type": "variable",
1076
- "units": null,
1077
- "minimum": 0,
1078
- "maximum": 10,
1079
- "relation_to_output": null,
1080
- "static_value": 0,
1081
- "uuid": "767888d2-4d0c-463e-ae6d-a99ec35d148f",
1082
- "version_uuid": "38781d2a-3100-48d1-90cb-e377fe054a56",
1083
- "variable": true,
1084
- "uncertainty_description": {
1085
- "type": "discrete_uncertain",
1086
- "attributes": [
1087
- {
1088
- "name": "discrete",
1089
- "values_and_weights": [
1090
- {
1091
- "value": 1,
1092
- "weight": 0.25
1093
- },
1094
- {
1095
- "value": 2,
1096
- "weight": 0.25
1097
- },
1098
- {
1099
- "value": 3,
1100
- "weight": 0.25
1101
- },
1102
- {
1103
- "value": 4,
1104
- "weight": 0.25
1105
- }
1106
- ]
1107
- },
1108
- {
1109
- "name": "lower_bounds",
1110
- "value": 0
1111
- },
1112
- {
1113
- "name": "upper_bounds",
1114
- "value": 10
1115
- },
1116
- {
1117
- "name": "modes",
1118
- "value": 5
1119
- },
1120
- {
1121
- "name": "delta_x",
1122
- "value": null
1123
- },
1124
- {
1125
- "name": "stddev",
1126
- "value": 1
1127
- }
1128
- ]
1129
- },
1130
- "workflow_index": 0
1131
- }
1132
- ],
1133
- "workflow_index": 7
1134
- },
1135
- {
1136
- "name": "overhangs_pf_east",
1137
- "display_name": "Overhangs PF East",
1138
- "measure_type": "RubyMeasure",
1139
- "measure_definition_class_name": "AddOverhangsByProjectionFactor",
1140
- "measure_definition_directory": "./measures/SetThermostatSchedules",
1141
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
1142
- "measure_definition_display_name": "Overhangs PF East",
1143
- "measure_definition_name": "overhangs_pf_east",
1144
- "measure_definition_name_xml": null,
1145
- "measure_definition_uuid": "c6a59033-4c44-489f-938f-19f470f99457",
1146
- "measure_definition_version_uuid": "7c89d99d-0ffa-44e3-a23b-367aee174d10",
1147
- "arguments": [
1148
- {
1149
- "display_name": "Cardinal Direction",
1150
- "display_name_short": "Cardinal Direction",
1151
- "name": "facade",
1152
- "value_type": "string",
1153
- "default_value": "East",
1154
- "value": "East"
1155
- },
1156
- {
1157
- "display_name": "Optionally Choose a Construction for the Overhangs.",
1158
- "display_name_short": "Optionally Choose a Construction for the Overhangs.",
1159
- "name": "construction",
1160
- "value_type": "string",
1161
- "default_value": null,
1162
- "value": null
1163
- }
1164
- ],
1165
- "variables": [
1166
- {
1167
- "argument": {
1168
- "display_name": "East Projection Factor",
1169
- "display_name_short": "East PF",
1170
- "name": "projection_factor",
1171
- "value_type": "double",
1172
- "default_value": 0.0,
1173
- "value": 0.0
1174
- },
1175
- "display_name": "East Projection Factor",
1176
- "display_name_short": "East PF",
1177
- "variable_type": "variable",
1178
- "units": null,
1179
- "minimum": 0.0,
1180
- "maximum": 1.0,
1181
- "relation_to_output": null,
1182
- "static_value": 0.0,
1183
- "uuid": "e24a0d70-6e44-4350-93f2-db1a9612295a",
1184
- "version_uuid": "915b16ff-de27-4bdc-aaad-49ce774d67e1",
1185
- "variable": true,
1186
- "uncertainty_description": {
1187
- "type": "uniform_uncertain",
1188
- "attributes": [
1189
- {
1190
- "name": "lower_bounds",
1191
- "value": 0.0
1192
- },
1193
- {
1194
- "name": "upper_bounds",
1195
- "value": 1.0
1196
- },
1197
- {
1198
- "name": "modes",
1199
- "value": 0.5
1200
- },
1201
- {
1202
- "name": "delta_x",
1203
- "value": null
1204
- },
1205
- {
1206
- "name": "stddev",
1207
- "value": 0.133333333
1208
- }
1209
- ]
1210
- },
1211
- "workflow_index": 0
1212
- },
1213
- {
1214
- "argument": {
1215
- "display_name": "Remove Existing Space Shading Surfaces From the Model?",
1216
- "display_name_short": "Remove Existing Space Shading Surfaces From the Model?",
1217
- "name": "remove_ext_space_shading",
1218
- "value_type": "bool",
1219
- "default_value": false,
1220
- "value": false
1221
- },
1222
- "display_name": "Remove Existing Space Shading Surfaces From the Model?",
1223
- "display_name_short": "Remove Existing Space Shading Surfaces From the Model?",
1224
- "variable_type": "variable",
1225
- "units": null,
1226
- "minimum": false,
1227
- "maximum": true,
1228
- "relation_to_output": null,
1229
- "uuid": "7fea4609-c5d9-43fd-81f5-08ff6c2cd1c3",
1230
- "version_uuid": "d61925a0-e691-49cf-ba35-c963452a8bf9",
1231
- "variable": true,
1232
- "static_value": false,
1233
- "uncertainty_description": {
1234
- "type": "discrete_uncertain",
1235
- "attributes": [
1236
- {
1237
- "name": "discrete",
1238
- "values_and_weights": [
1239
- {
1240
- "value": false,
1241
- "weight": 0.5
1242
- },
1243
- {
1244
- "value": true,
1245
- "weight": 0.5
1246
- }
1247
- ]
1248
- },
1249
- {
1250
- "name": "lower_bounds",
1251
- "value": false
1252
- },
1253
- {
1254
- "name": "upper_bounds",
1255
- "value": true
1256
- },
1257
- {
1258
- "name": "modes",
1259
- "value": true
1260
- },
1261
- {
1262
- "name": "delta_x",
1263
- "value": null
1264
- },
1265
- {
1266
- "name": "stddev",
1267
- "value": true
1268
- }
1269
- ]
1270
- },
1271
- "workflow_index": 1
1272
- }
1273
- ],
1274
- "workflow_index": 8
1275
- },
1276
- {
1277
- "name": "xcel_eda_tariff_selection_and_model_setup",
1278
- "display_name": "Xcel EDA Tariff Selection and Model Setup",
1279
- "measure_type": "EnergyPlusMeasure",
1280
- "measure_definition_class_name": "XcelEDATariffSelectionandModelSetup",
1281
- "measure_definition_directory": "./measures/SetThermostatSchedules",
1282
- "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
1283
- "measure_definition_display_name": "Xcel EDA Tariff Selection and Model Setup",
1284
- "measure_definition_name": "xcel_eda_tariff_selection_and_model_setup",
1285
- "measure_definition_name_xml": null,
1286
- "measure_definition_uuid": "69898c51-62f2-4ca1-9b23-deb8bcfa5199",
1287
- "measure_definition_version_uuid": "02711c09-a038-47d6-962a-37a8b980c878",
1288
- "arguments": [
1289
- {
1290
- "display_name": "Select an Electricity Tariff.",
1291
- "display_name_short": "Select an Electricity Tariff.",
1292
- "name": "elec_tar",
1293
- "value_type": "string",
1294
- "default_value": "Secondary General",
1295
- "value": "Secondary General"
1296
- },
1297
- {
1298
- "display_name": "Select a Gas Tariff.",
1299
- "display_name_short": "Select a Gas Tariff.",
1300
- "name": "gas_tar",
1301
- "value_type": "string",
1302
- "default_value": "Large CG",
1303
- "value": "Large CG"
1304
- }
1305
- ],
1306
- "variables": [
1307
-
1308
- ],
1309
- "workflow_index": 9
1310
- }
1311
- ]
1312
- },
1313
- "seed": {
1314
- "file_type": "OSM",
1315
- "path": "./seed/small_seed.osm"
1316
- },
1317
- "weather_file": {
1318
- "file_type": "EPW",
1319
- "path": "./weather/partial_weather.epw"
1320
- },
1321
- "file_format_version": 1
1322
- }
1323
- }