openstudio-analysis 1.0.1 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -1
  3. data/.travis.yml +2 -3
  4. data/CHANGELOG.md +25 -0
  5. data/Gemfile +1 -5
  6. data/LICENSE.md +1 -1
  7. data/Rakefile +1 -1
  8. data/lib/openstudio-analysis.rb +2 -1
  9. data/lib/openstudio/analysis.rb +23 -27
  10. data/lib/openstudio/analysis/algorithm_attributes.rb +1 -1
  11. data/lib/openstudio/analysis/formulation.rb +1 -1
  12. data/lib/openstudio/analysis/server_api.rb +8 -14
  13. data/lib/openstudio/analysis/support_files.rb +1 -1
  14. data/lib/openstudio/analysis/translator/datapoints.rb +24 -38
  15. data/lib/openstudio/analysis/translator/excel.rb +2 -2
  16. data/lib/openstudio/analysis/translator/workflow.rb +10 -13
  17. data/lib/openstudio/analysis/version.rb +2 -2
  18. data/lib/openstudio/analysis/workflow.rb +9 -18
  19. data/lib/openstudio/analysis/workflow_step.rb +67 -78
  20. data/lib/openstudio/helpers/hash.rb +1 -1
  21. data/lib/openstudio/helpers/string.rb +1 -1
  22. data/{spec/openstudio/server_api_spec.rb → lib/openstudio/helpers/utils.rb} +26 -28
  23. data/lib/openstudio/weather/epw.rb +1 -1
  24. data/openstudio-analysis.gemspec +17 -14
  25. data/update_license.rb +3 -3
  26. metadata +57 -194
  27. data/spec/files/0_1_09_no_variables.xlsx +0 -0
  28. data/spec/files/0_1_09_outputvars.xlsx +0 -0
  29. data/spec/files/0_1_09_setup_version_2.xlsx +0 -0
  30. data/spec/files/0_1_09_small_list.xlsx +0 -0
  31. data/spec/files/0_1_09_small_list_incomplete.xlsx +0 -0
  32. data/spec/files/0_1_09_small_list_repeat_vars.xlsx +0 -0
  33. data/spec/files/0_1_09_small_list_validation_errors.xlsx +0 -0
  34. data/spec/files/0_1_10_proxy.xlsx +0 -0
  35. data/spec/files/0_1_10_proxy_user.xlsx +0 -0
  36. data/spec/files/0_1_10_template_input.xlsx +0 -0
  37. data/spec/files/0_1_11_discrete_variables.xlsx +0 -0
  38. data/spec/files/0_1_12_discrete_dynamic_columns.xlsx +0 -0
  39. data/spec/files/0_2_0_template.xlsx +0 -0
  40. data/spec/files/0_2_0_template_simpletest.xlsx +0 -0
  41. data/spec/files/0_3_0_dynamic_uuids.xlsx +0 -0
  42. data/spec/files/0_3_0_measure_existence.xlsx +0 -0
  43. data/spec/files/0_3_0_outputs.xlsx +0 -0
  44. data/spec/files/0_3_3_short_names.xlsx +0 -0
  45. data/spec/files/0_3_5_multiple_measure_paths.xlsx +0 -0
  46. data/spec/files/0_3_7_unique_measure_names.xlsx +0 -0
  47. data/spec/files/0_3_7_worker_init_final.xlsx +0 -0
  48. data/spec/files/0_4_0_lhs_discrete_continuous.xlsx +0 -0
  49. data/spec/files/0_4_0_multiple_seeds.xlsx +0 -0
  50. data/spec/files/0_4_0_pivot_test.xlsx +0 -0
  51. data/spec/files/analysis/examples/discrete_lhs_example.json +0 -809
  52. data/spec/files/analysis/examples/medium_office_example.json +0 -1674
  53. data/spec/files/analysis/examples/medium_office_workflow.json +0 -1298
  54. data/spec/files/measures/ActualMeasureNoJson/measure.rb +0 -80
  55. data/spec/files/measures/ActualMeasureNoJson/measure.xml +0 -2
  56. data/spec/files/measures/ExampleMeasure/measure.json +0 -3
  57. data/spec/files/measures/ExampleMeasure/measure.rb +0 -5
  58. data/spec/files/measures/ExampleMeasure/measure.xml +0 -1
  59. data/spec/files/measures/IncreaseInsulationRValueForRoofs/measure.json +0 -36
  60. data/spec/files/measures/IncreaseInsulationRValueForRoofs/measure.rb +0 -22
  61. data/spec/files/measures/IncreaseInsulationRValueForRoofs/measure.xml +0 -5
  62. data/spec/files/measures/NoMeasureRbFile/.gitkeep +0 -0
  63. data/spec/files/measures/ReduceLightingLoadsByPercentage/measure.json +0 -3
  64. data/spec/files/measures/ReduceLightingLoadsByPercentage/measure.rb +0 -5
  65. data/spec/files/measures/ReduceLightingLoadsByPercentage/measure.xml +0 -1
  66. data/spec/files/measures/SetThermostatSchedules/measure.json +0 -63
  67. data/spec/files/measures/SetThermostatSchedules/measure.rb +0 -254
  68. data/spec/files/measures/SetThermostatSchedules/measure.xml +0 -2
  69. data/spec/files/measures/example_measure_auto_directory_name/measure.json +0 -3
  70. data/spec/files/measures/example_measure_auto_directory_name/measure.rb +0 -5
  71. data/spec/files/measures/example_measure_auto_directory_name/measure.xml +0 -1
  72. data/spec/files/measures/reduce_lighting_loads_by_percentage/measure.json +0 -3
  73. data/spec/files/measures/reduce_lighting_loads_by_percentage/measure.rb +0 -5
  74. data/spec/files/measures/reduce_lighting_loads_by_percentage/measure.xml +0 -1
  75. data/spec/files/measures/reduce_space_infiltration_by_percentage/measure.rb +0 -5
  76. data/spec/files/measures/reduce_space_infiltration_by_percentage/measure.xml +0 -1
  77. data/spec/files/measures/rotate_building/measure.rb +0 -5
  78. data/spec/files/measures/rotate_building/measure.xml +0 -1
  79. data/spec/files/measures/set_window_to_wall_ratio_by_facade/measure.rb +0 -5
  80. data/spec/files/measures/set_window_to_wall_ratio_by_facade/measure.xml +0 -1
  81. data/spec/files/measures_second_path/measure_in_another_dir/measure.json +0 -3
  82. data/spec/files/measures_second_path/measure_in_another_dir/measure.rb +0 -5
  83. data/spec/files/measures_second_path/measure_in_another_dir/measure.xml +0 -1
  84. data/spec/files/partial_weather.epw +0 -32
  85. data/spec/files/partial_weather_2.epw +0 -32
  86. data/spec/files/small_seed.osm +0 -4622
  87. data/spec/files/worker_init/first_file.rb +0 -15
  88. data/spec/files/worker_init/second_file.sh +0 -4
  89. data/spec/files/workflow/analysis.osa +0 -1334
  90. data/spec/files/workflow/datapoint_0.osd +0 -65
  91. data/spec/files/workflow/datapoint_1.osd +0 -65
  92. data/spec/files/workflow/datapoint_2.osd +0 -65
  93. data/spec/files/workflow/datapoint_wrong_osa_id.osd +0 -65
  94. data/spec/integration/server_api_spec.rb +0 -83
  95. data/spec/openstudio/excel_spec.rb +0 -606
  96. data/spec/openstudio/formulation_spec.rb +0 -200
  97. data/spec/openstudio/hash_spec.rb +0 -56
  98. data/spec/openstudio/osw_spec.rb +0 -129
  99. data/spec/openstudio/string_spec.rb +0 -34
  100. data/spec/openstudio/support_files_spec.rb +0 -89
  101. data/spec/openstudio/weather_spec.rb +0 -80
  102. data/spec/openstudio/workflow_spec.rb +0 -126
  103. data/spec/openstudio/workflow_step_spec.rb +0 -158
  104. data/spec/schema/osa.json +0 -613
  105. data/spec/schema/osa.png +0 -0
  106. data/spec/schema/osd.json +0 -110
  107. data/spec/schema/osd.png +0 -0
  108. data/spec/spec_helper.rb +0 -56
@@ -1,15 +0,0 @@
1
- class FirstFile
2
- def initialize
3
- # do nothing in this example
4
- end
5
-
6
- def run(_a_file, *args)
7
- puts args
8
-
9
- args
10
- end
11
-
12
- def finalize
13
- # do nothing
14
- end
15
- end
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- echo 'loaded and ran'
4
- exit 0
@@ -1,1334 +0,0 @@
1
- {
2
- "analysis":{
3
- "_id":"b7cfff21-f518-426a-8d7d-e88425c2298b",
4
- "created_at":"2016-05-11T16:30:48Z",
5
- "description":null,
6
- "display_name":"Template",
7
- "exit_on_guideline14":false,
8
- "file_format_version":1,
9
- "iteration":-1,
10
- "name":"template",
11
- "os_metadata":null,
12
- "output_variables":[
13
- {
14
- "units":"MJ/m2",
15
- "objective_function":true,
16
- "objective_function_index":0,
17
- "objective_function_target":140.0,
18
- "objective_function_group":1,
19
- "scaling_factor":null,
20
- "display_name":"Total Natural Gas Intensity",
21
- "display_name_short":"NG EUI",
22
- "metadata_id":"total_natural_gas_intensity",
23
- "name":"standard_report_legacy.total_natural_gas",
24
- "visualize":true,
25
- "export":true,
26
- "variable_type":"double"
27
- },
28
- {
29
- "units":"MJ/m2",
30
- "objective_function":true,
31
- "objective_function_index":1,
32
- "objective_function_target":590.0,
33
- "objective_function_group":2,
34
- "scaling_factor":5.0,
35
- "display_name":"Total Electricity Intensity",
36
- "display_name_short":"Elec EUI",
37
- "metadata_id":"total_electricity_intensity",
38
- "name":"standard_report_legacy.total_electricity",
39
- "visualize":true,
40
- "export":true,
41
- "variable_type":"double"
42
- },
43
- {
44
- "units":"hrs",
45
- "objective_function":false,
46
- "objective_function_index":null,
47
- "objective_function_target":null,
48
- "objective_function_group":null,
49
- "scaling_factor":null,
50
- "display_name":"Unmet Cooling Hours",
51
- "display_name_short":"Unmet Cooling Hours",
52
- "metadata_id":null,
53
- "name":"standard_reports.time_setpoint_not_met_during_occupied_cooling",
54
- "visualize":false,
55
- "export":true,
56
- "variable_type":"double"
57
- },
58
- {
59
- "units":"hrs",
60
- "objective_function":false,
61
- "objective_function_index":null,
62
- "objective_function_target":null,
63
- "objective_function_group":null,
64
- "scaling_factor":null,
65
- "display_name":"Unmet Heating Hours",
66
- "display_name_short":"Unmet Heating Hours",
67
- "metadata_id":null,
68
- "name":"standard_reports.time_setpoint_not_met_during_occupied_heating",
69
- "visualize":false,
70
- "export":true,
71
- "variable_type":"double"
72
- },
73
- {
74
- "units":"hrs",
75
- "objective_function":false,
76
- "objective_function_index":null,
77
- "objective_function_target":null,
78
- "objective_function_group":null,
79
- "scaling_factor":null,
80
- "display_name":"Total Unmet Hours",
81
- "display_name_short":"Total Unmet Hours",
82
- "metadata_id":null,
83
- "name":"standard_reports.time_setpoint_not_met_during_occupied_hours",
84
- "visualize":false,
85
- "export":true,
86
- "variable_type":"double"
87
- },
88
- {
89
- "units":"m2",
90
- "objective_function":false,
91
- "objective_function_index":null,
92
- "objective_function_target":null,
93
- "objective_function_group":null,
94
- "scaling_factor":null,
95
- "display_name":"Building Area",
96
- "display_name_short":"Building Area",
97
- "metadata_id":null,
98
- "name":"standard_reports.total_building_area",
99
- "visualize":false,
100
- "export":true,
101
- "variable_type":"double"
102
- },
103
- {
104
- "units":"MJ/m2",
105
- "objective_function":false,
106
- "objective_function_index":null,
107
- "objective_function_target":null,
108
- "objective_function_group":null,
109
- "scaling_factor":null,
110
- "display_name":"Natural Gas Heating Intensity",
111
- "display_name_short":"Natural Gas Heating Intensity",
112
- "metadata_id":null,
113
- "name":"standard_report_legacy.heating_natural_gas",
114
- "visualize":false,
115
- "export":true,
116
- "variable_type":"double"
117
- },
118
- {
119
- "units":"MJ/m2",
120
- "objective_function":false,
121
- "objective_function_index":null,
122
- "objective_function_target":null,
123
- "objective_function_group":null,
124
- "scaling_factor":null,
125
- "display_name":"Cooling Electricity Intensity",
126
- "display_name_short":"Cooling Electricity Intensity",
127
- "metadata_id":null,
128
- "name":"standard_report_legacy.cooling_electricity",
129
- "visualize":false,
130
- "export":true,
131
- "variable_type":"double"
132
- },
133
- {
134
- "units":"MJ/m2",
135
- "objective_function":false,
136
- "objective_function_index":null,
137
- "objective_function_target":null,
138
- "objective_function_group":null,
139
- "scaling_factor":null,
140
- "display_name":"Interior Lighting Electricity Intensity",
141
- "display_name_short":"Interior Lighting Electricity Intensity",
142
- "metadata_id":null,
143
- "name":"standard_report_legacy.interior_lighting_electricity",
144
- "visualize":false,
145
- "export":true,
146
- "variable_type":"double"
147
- },
148
- {
149
- "units":"MJ/m2",
150
- "objective_function":false,
151
- "objective_function_index":null,
152
- "objective_function_target":null,
153
- "objective_function_group":null,
154
- "scaling_factor":null,
155
- "display_name":"Exterior Lighting Electricity Intensity",
156
- "display_name_short":"Exterior Lighting Electricity Intensity",
157
- "metadata_id":null,
158
- "name":"standard_report_legacy.exterior_lighting_electricity",
159
- "visualize":false,
160
- "export":true,
161
- "variable_type":"double"
162
- },
163
- {
164
- "units":"MJ/m2",
165
- "objective_function":false,
166
- "objective_function_index":null,
167
- "objective_function_target":null,
168
- "objective_function_group":null,
169
- "scaling_factor":null,
170
- "display_name":"Equipment Electricity Intensity",
171
- "display_name_short":"Equipment Electricity Intensity",
172
- "metadata_id":null,
173
- "name":"standard_report_legacy.interior_equipment_electricity",
174
- "visualize":false,
175
- "export":true,
176
- "variable_type":"double"
177
- },
178
- {
179
- "units":"MJ/m2",
180
- "objective_function":false,
181
- "objective_function_index":null,
182
- "objective_function_target":null,
183
- "objective_function_group":null,
184
- "scaling_factor":null,
185
- "display_name":"Equipment Natural Gas Intensity",
186
- "display_name_short":"Equipment Natural Gas Intensity",
187
- "metadata_id":null,
188
- "name":"standard_report_legacy.interior_equipment_natural_gas",
189
- "visualize":false,
190
- "export":true,
191
- "variable_type":"double"
192
- },
193
- {
194
- "units":"MJ/m2",
195
- "objective_function":false,
196
- "objective_function_index":null,
197
- "objective_function_target":null,
198
- "objective_function_group":null,
199
- "scaling_factor":null,
200
- "display_name":"Experior Equipment Electricity Intensity",
201
- "display_name_short":"Experior Equipment Electricity Intensity",
202
- "metadata_id":null,
203
- "name":"standard_report_legacy.exterior_equipment_electricity",
204
- "visualize":false,
205
- "export":true,
206
- "variable_type":"double"
207
- },
208
- {
209
- "units":"MJ/m2",
210
- "objective_function":false,
211
- "objective_function_index":null,
212
- "objective_function_target":null,
213
- "objective_function_group":null,
214
- "scaling_factor":null,
215
- "display_name":"Fans Electricity Intensity",
216
- "display_name_short":"Fans Electricity Intensity",
217
- "metadata_id":null,
218
- "name":"standard_report_legacy.fans_electricity",
219
- "visualize":false,
220
- "export":true,
221
- "variable_type":"double"
222
- },
223
- {
224
- "units":"MJ/m2",
225
- "objective_function":false,
226
- "objective_function_index":null,
227
- "objective_function_target":null,
228
- "objective_function_group":null,
229
- "scaling_factor":null,
230
- "display_name":"Pumps Electricity Intensity",
231
- "display_name_short":"Pumps Electricity Intensity",
232
- "metadata_id":null,
233
- "name":"standard_report_legacy.pumps_electricity",
234
- "visualize":false,
235
- "export":true,
236
- "variable_type":"double"
237
- },
238
- {
239
- "units":"MJ/m2",
240
- "objective_function":false,
241
- "objective_function_index":null,
242
- "objective_function_target":null,
243
- "objective_function_group":null,
244
- "scaling_factor":null,
245
- "display_name":"Heat Rejection Electricity Intensity",
246
- "display_name_short":"Heat Rejection Electricity Intensity",
247
- "metadata_id":null,
248
- "name":"standard_report_legacy.heat_rejection_electricity",
249
- "visualize":false,
250
- "export":true,
251
- "variable_type":"double"
252
- },
253
- {
254
- "units":"MJ/m2",
255
- "objective_function":false,
256
- "objective_function_index":null,
257
- "objective_function_target":null,
258
- "objective_function_group":null,
259
- "scaling_factor":null,
260
- "display_name":"Humidification Electricity Intensity",
261
- "display_name_short":"Humidification Electricity Intensity",
262
- "metadata_id":null,
263
- "name":"standard_report_legacy.humidification_electricity",
264
- "visualize":false,
265
- "export":true,
266
- "variable_type":"double"
267
- },
268
- {
269
- "units":"MJ/m2",
270
- "objective_function":false,
271
- "objective_function_index":null,
272
- "objective_function_target":null,
273
- "objective_function_group":null,
274
- "scaling_factor":null,
275
- "display_name":"Water Systems Electricity Intensity",
276
- "display_name_short":"Water Systems Electricity Intensity",
277
- "metadata_id":null,
278
- "name":"standard_report_legacy.water_systems_electricity",
279
- "visualize":false,
280
- "export":true,
281
- "variable_type":"double"
282
- },
283
- {
284
- "units":"MJ/m2",
285
- "objective_function":false,
286
- "objective_function_index":null,
287
- "objective_function_target":null,
288
- "objective_function_group":null,
289
- "scaling_factor":null,
290
- "display_name":"Water Systems Natural Gas Intensity",
291
- "display_name_short":"Water Systems Natural Gas Intensity",
292
- "metadata_id":null,
293
- "name":"standard_report_legacy.water_systems_natural_gas",
294
- "visualize":false,
295
- "export":true,
296
- "variable_type":"double"
297
- },
298
- {
299
- "units":"MJ/m2",
300
- "objective_function":false,
301
- "objective_function_index":null,
302
- "objective_function_target":null,
303
- "objective_function_group":null,
304
- "scaling_factor":null,
305
- "display_name":"Refrigeration Electricity Intensity",
306
- "display_name_short":"Refrigeration Electricity Intensity",
307
- "metadata_id":null,
308
- "name":"standard_report_legacy.refrigeration_electricity",
309
- "visualize":false,
310
- "export":true,
311
- "variable_type":"double"
312
- },
313
- {
314
- "units":"$",
315
- "objective_function":false,
316
- "objective_function_index":null,
317
- "objective_function_target":null,
318
- "objective_function_group":null,
319
- "scaling_factor":null,
320
- "display_name":"Total Life Cycle Cost",
321
- "display_name_short":"Total Life Cycle Cost",
322
- "metadata_id":null,
323
- "name":"standard_report.total_life_cycle_cost",
324
- "visualize":false,
325
- "export":true,
326
- "variable_type":"double"
327
- }
328
- ],
329
- "problem":{
330
- "random_seed":1979,
331
- "algorithm":{
332
- "number_of_samples":40,
333
- "sample_method":"individual_variables",
334
- "objective_functions":[
335
- "standard_report_legacy.total_natural_gas",
336
- "standard_report_legacy.total_electricity"
337
- ]
338
- },
339
- "analysis_type":"lhs",
340
- "workflow":[
341
- {
342
- "name":"reduce_lighting_loads_by_percentage",
343
- "display_name":"Reduce Lighting Loads by Percentage",
344
- "measure_type":"RubyMeasure",
345
- "measure_definition_class_name":"ReduceLightingLoadsByPercentage",
346
- "measure_definition_directory":"./measures/ReduceLightingLoadsByPercentage",
347
- "measure_definition_directory_local":"/Users/hhorsey/repos/openstudio-analysis-spreadsheet/measures/ReduceLightingLoadsByPercentage",
348
- "measure_definition_display_name":"Reduce Lighting Loads by Percentage",
349
- "measure_definition_name":"reduce_lighting_loads_by_percentage",
350
- "measure_definition_name_xml":null,
351
- "measure_definition_uuid":"83146f9a-d575-4b4d-9d41-105d66a946e2",
352
- "measure_definition_version_uuid":"aaa0311f-4b20-4b62-885f-87811ab9f78f",
353
- "arguments":[
354
- {
355
- "display_name":"Apply the Measure to a Specific Space Type or to the Entire Model.",
356
- "display_name_short":"Apply the Measure to a Specific Space Type or to the Entire Model.",
357
- "name":"space_type",
358
- "value_type":"string",
359
- "default_value":"*Entire Building*",
360
- "value":"*Entire Building*",
361
- "uuid":"60c98094-dac3-463b-bafc-b589c17048ec"
362
- },
363
- {
364
- "display_name":"Increase in Material and Installation Cost for Lighting per Floor Area (%).",
365
- "display_name_short":"Increase in Material and Installation Cost for Lighting per Floor Area (%).",
366
- "name":"material_and_installation_cost",
367
- "value_type":"double",
368
- "default_value":150.0,
369
- "value":150.0,
370
- "uuid":"200213d4-350a-4a98-9a61-0e32cb5dd5dc"
371
- },
372
- {
373
- "display_name":"Increase in Demolition Costs for Lighting per Floor Area (%).",
374
- "display_name_short":"Increase in Demolition Costs for Lighting per Floor Area (%).",
375
- "name":"demolition_cost",
376
- "value_type":"double",
377
- "default_value":0.0,
378
- "value":0.0,
379
- "uuid":"bb011d6d-ca53-45e3-a9a5-01e8f2518cbc"
380
- },
381
- {
382
- "display_name":"Years Until Costs Start (whole years).",
383
- "display_name_short":"Years Until Costs Start (whole years).",
384
- "name":"years_until_costs_start",
385
- "value_type":"integer",
386
- "default_value":0,
387
- "value":0,
388
- "uuid":"9e03a3c4-04fa-4aa8-a557-c87b598669a3"
389
- },
390
- {
391
- "display_name":"Demolition Costs Occur During Initial Construction?",
392
- "display_name_short":"Demolition Costs Occur During Initial Construction?",
393
- "name":"demo_cost_initial_const",
394
- "value_type":"bool",
395
- "default_value":false,
396
- "value":false,
397
- "uuid":"cdc34eec-f752-43f3-a93c-d946748489c1"
398
- },
399
- {
400
- "display_name":"Expected Life (whole years).",
401
- "display_name_short":"Expected Life (whole years).",
402
- "name":"expected_life",
403
- "value_type":"integer",
404
- "default_value":15,
405
- "value":15,
406
- "uuid":"a61bb2f1-f03f-48e1-81ae-fd1789d064cb"
407
- },
408
- {
409
- "display_name":"Increase O \u0026 M Costs for Lighting per Floor Area (%).",
410
- "display_name_short":"Increase O \u0026 M Costs for Lighting per Floor Area (%).",
411
- "name":"om_cost",
412
- "value_type":"double",
413
- "default_value":0.0,
414
- "value":0.0,
415
- "uuid":"224751ae-6065-4c8b-9b18-208c4b6ed050"
416
- },
417
- {
418
- "display_name":"O \u0026 M Frequency (whole years).",
419
- "display_name_short":"O \u0026 M Frequency (whole years).",
420
- "name":"om_frequency",
421
- "value_type":"integer",
422
- "default_value":1,
423
- "value":1,
424
- "uuid":"6f2c408e-5104-435a-8fe5-88d60f382eca"
425
- }
426
- ],
427
- "variables":[
428
- {
429
- "argument":{
430
- "display_name":"LPD Reduction",
431
- "display_name_short":"LPD Reduction",
432
- "name":"lighting_power_reduction_percent",
433
- "value_type":"double",
434
- "default_value":0.0,
435
- "value":0.0,
436
- "uuid":"79cf27c0-9e59-4f0d-8ce8-9560d4d9e020"
437
- },
438
- "display_name":"LPD Reduction",
439
- "display_name_short":"LPD Reduction",
440
- "variable_type":"variable",
441
- "units":null,
442
- "minimum":0.0,
443
- "maximum":70.0,
444
- "relation_to_output":null,
445
- "static_value":0.0,
446
- "uuid":"a3b77357-c57f-4a63-a419-408fe57e41de",
447
- "version_uuid":"d1792cca-f717-4f4d-8872-6bb58ca3d2cf",
448
- "variable":true,
449
- "uncertainty_description":{
450
- "type":"triangle_uncertain",
451
- "attributes":[
452
- {
453
- "name":"lower_bounds",
454
- "value":0.0
455
- },
456
- {
457
- "name":"upper_bounds",
458
- "value":70.0
459
- },
460
- {
461
- "name":"modes",
462
- "value":20.0
463
- },
464
- {
465
- "name":"delta_x",
466
- "value":null
467
- },
468
- {
469
- "name":"stddev",
470
- "value":11.66666667
471
- }
472
- ]
473
- },
474
- "workflow_index":0
475
- }
476
- ],
477
- "workflow_index":0,
478
- "uuid":"15422c1c-d686-418f-8998-34bb115f48db"
479
- },
480
- {
481
- "name":"rotate_building_relative_to_current_orientation",
482
- "display_name":"Rotate Building Relative to Current Orientation",
483
- "measure_type":"RubyMeasure",
484
- "measure_definition_class_name":"RotateBuilding",
485
- "measure_definition_directory":"./measures/RotateBuilding",
486
- "measure_definition_directory_local":"/Users/hhorsey/repos/openstudio-analysis-spreadsheet/measures/RotateBuilding",
487
- "measure_definition_display_name":"Rotate Building Relative to Current Orientation",
488
- "measure_definition_name":"rotate_building_relative_to_current_orientation",
489
- "measure_definition_name_xml":null,
490
- "measure_definition_uuid":"31ca2a7f-d6ea-4382-a770-525b32ef9032",
491
- "measure_definition_version_uuid":"31aff25b-963f-4226-a7e0-e37b3bae3541",
492
- "arguments":[],
493
- "variables":[
494
- {
495
- "argument":{
496
- "display_name":"Rotation",
497
- "display_name_short":"Rotation",
498
- "name":"relative_building_rotation",
499
- "value_type":"double",
500
- "default_value":0.0,
501
- "value":0.0,
502
- "uuid":"a1e74709-c9a6-4789-9b80-b48731ae7a32"
503
- },
504
- "display_name":"Rotation",
505
- "display_name_short":"Rotation",
506
- "variable_type":"variable",
507
- "units":null,
508
- "minimum":0.0,
509
- "maximum":359.0,
510
- "relation_to_output":null,
511
- "static_value":0.0,
512
- "uuid":"ab729dec-e423-4d86-aede-eac087353251",
513
- "version_uuid":"918b3dab-0c46-4265-b3a6-4cc19c439316",
514
- "variable":true,
515
- "uncertainty_description":{
516
- "type":"uniform_uncertain",
517
- "attributes":[
518
- {
519
- "name":"lower_bounds",
520
- "value":0.0
521
- },
522
- {
523
- "name":"upper_bounds",
524
- "value":359.0
525
- },
526
- {
527
- "name":"modes",
528
- "value":180.0
529
- },
530
- {
531
- "name":"delta_x",
532
- "value":null
533
- },
534
- {
535
- "name":"stddev",
536
- "value":59.83333333
537
- }
538
- ]
539
- },
540
- "workflow_index":0
541
- }
542
- ],
543
- "workflow_index":1,
544
- "uuid":"d2e59601-da17-4fa8-b4b9-ad6020a5e6af"
545
- },
546
- {
547
- "name":"set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
548
- "display_name":"Set R-value of Insulation for Exterior Walls to a Specific Value",
549
- "measure_type":"RubyMeasure",
550
- "measure_definition_class_name":"IncreaseInsulationRValueForExteriorWalls",
551
- "measure_definition_directory":"./measures/IncreaseInsulationRValueForExteriorWalls",
552
- "measure_definition_directory_local":"/Users/hhorsey/repos/openstudio-analysis-spreadsheet/measures/IncreaseInsulationRValueForExteriorWalls",
553
- "measure_definition_display_name":"Set R-value of Insulation for Exterior Walls to a Specific Value",
554
- "measure_definition_name":"set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
555
- "measure_definition_name_xml":null,
556
- "measure_definition_uuid":"80bbe4c3-6300-4c4d-a4dc-cd68ff6b0232",
557
- "measure_definition_version_uuid":"c124a3a9-6c98-4efa-bde4-60968b09fb6f",
558
- "arguments":[
559
- {
560
- "display_name":"Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
561
- "display_name_short":"Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
562
- "name":"material_cost_increase_ip",
563
- "value_type":"double",
564
- "default_value":0.0,
565
- "value":0.0,
566
- "uuid":"22192826-23d5-425e-a5c3-71b68be6aae1"
567
- },
568
- {
569
- "display_name":"One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
570
- "display_name_short":"One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
571
- "name":"one_time_retrofit_cost_ip",
572
- "value_type":"double",
573
- "default_value":0.0,
574
- "value":0.0,
575
- "uuid":"889a900c-50a5-420e-a52a-b2be5e2c4470"
576
- },
577
- {
578
- "display_name":"Year to Incur One Time Retrofit Cost (whole years).",
579
- "display_name_short":"Year to Incur One Time Retrofit Cost (whole years).",
580
- "name":"years_until_retrofit_cost",
581
- "value_type":"integer",
582
- "default_value":0,
583
- "value":0,
584
- "uuid":"85cc172b-75ea-4ce6-88bc-fcb97ab58149"
585
- }
586
- ],
587
- "variables":[
588
- {
589
- "argument":{
590
- "display_name":"Wall R-Value",
591
- "display_name_short":"Wall R-Value",
592
- "name":"r_value",
593
- "value_type":"double",
594
- "default_value":13.0,
595
- "value":13.0,
596
- "uuid":"b885fffb-c904-4d3e-9559-65cdece19711"
597
- },
598
- "display_name":"Wall R-Value",
599
- "display_name_short":"Wall R-Value",
600
- "variable_type":"variable",
601
- "units":null,
602
- "minimum":0.0,
603
- "maximum":50.0,
604
- "relation_to_output":null,
605
- "static_value":13.0,
606
- "uuid":"eb8d1aad-2087-4163-977e-0978424de46e",
607
- "version_uuid":"824affb6-058b-438b-b9cc-8fc4fed84f71",
608
- "variable":true,
609
- "uncertainty_description":{
610
- "type":"normal_uncertain",
611
- "attributes":[
612
- {
613
- "name":"lower_bounds",
614
- "value":0.0
615
- },
616
- {
617
- "name":"upper_bounds",
618
- "value":50.0
619
- },
620
- {
621
- "name":"modes",
622
- "value":25.0
623
- },
624
- {
625
- "name":"delta_x",
626
- "value":null
627
- },
628
- {
629
- "name":"stddev",
630
- "value":8.333333333
631
- }
632
- ]
633
- },
634
- "workflow_index":0
635
- }
636
- ],
637
- "workflow_index":2,
638
- "uuid":"ad81622f-ccd3-44e1-8ec1-b706ffa4bec7"
639
- },
640
- {
641
- "name":"set_r_value_of_insulation_for_roofs_to_a_specific_value",
642
- "display_name":"Set R-value of Insulation for Roofs to a Specific Value",
643
- "measure_type":"RubyMeasure",
644
- "measure_definition_class_name":"IncreaseInsulationRValueForRoofs",
645
- "measure_definition_directory":"./measures/IncreaseInsulationRValueForRoofs",
646
- "measure_definition_directory_local":"/Users/hhorsey/repos/openstudio-analysis-spreadsheet/measures/IncreaseInsulationRValueForRoofs",
647
- "measure_definition_display_name":"Set R-value of Insulation for Roofs to a Specific Value",
648
- "measure_definition_name":"set_r_value_of_insulation_for_roofs_to_a_specific_value",
649
- "measure_definition_name_xml":null,
650
- "measure_definition_uuid":"4c5db3de-89ab-4c5a-ac4c-b9b23767bad3",
651
- "measure_definition_version_uuid":"480dd5cb-0709-486d-aac7-7818cb87cfdc",
652
- "arguments":[
653
- {
654
- "display_name":"Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
655
- "display_name_short":"Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
656
- "name":"material_cost_increase_ip",
657
- "value_type":"double",
658
- "default_value":0.0,
659
- "value":0.0,
660
- "uuid":"829bf3e3-06fe-4724-83dc-870164eddabc"
661
- },
662
- {
663
- "display_name":"One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
664
- "display_name_short":"One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
665
- "name":"one_time_retrofit_cost_ip",
666
- "value_type":"double",
667
- "default_value":0.0,
668
- "value":0.0,
669
- "uuid":"ec740df3-4938-463a-ace0-331ff049e4b9"
670
- },
671
- {
672
- "display_name":"Year to Incur One Time Retrofit Cost (whole years).",
673
- "display_name_short":"Year to Incur One Time Retrofit Cost (whole years).",
674
- "name":"years_until_retrofit_cost",
675
- "value_type":"integer",
676
- "default_value":0,
677
- "value":0,
678
- "uuid":"78233dcb-03b4-47f9-ac58-a02962cd3ad8"
679
- }
680
- ],
681
- "variables":[
682
- {
683
- "argument":{
684
- "display_name":"Roof R-Value",
685
- "display_name_short":"Roof R-Value",
686
- "name":"r_value",
687
- "value_type":"double",
688
- "default_value":10.0,
689
- "value":10.0,
690
- "uuid":"ab61de83-5605-4a03-9ecd-8ee5f599ec6d"
691
- },
692
- "display_name":"Roof R-Value",
693
- "display_name_short":"Roof R-Value",
694
- "variable_type":"variable",
695
- "units":null,
696
- "minimum":10.0,
697
- "maximum":80.0,
698
- "relation_to_output":null,
699
- "static_value":10.0,
700
- "weights":[
701
- 0.05,
702
- 0.1,
703
- 0.45,
704
- 0.4
705
- ],
706
- "values":[
707
- 10,
708
- 30,
709
- 50,
710
- 80
711
- ],
712
- "uuid":"d1069c03-d2c4-4ade-aa9e-1b128a8af565",
713
- "version_uuid":"f9df582b-0e93-4c0c-800e-968fcadd4ccd",
714
- "variable":true,
715
- "uncertainty_description":{
716
- "type":"uniform_uncertain",
717
- "attributes":[
718
- {
719
- "name":"lower_bounds",
720
- "value":10.0
721
- },
722
- {
723
- "name":"upper_bounds",
724
- "value":80.0
725
- },
726
- {
727
- "name":"modes",
728
- "value":50.0
729
- },
730
- {
731
- "name":"delta_x",
732
- "value":null
733
- },
734
- {
735
- "name":"stddev",
736
- "value":10.0
737
- }
738
- ]
739
- },
740
- "workflow_index":0
741
- }
742
- ],
743
- "workflow_index":3,
744
- "uuid":"fa12f597-2b82-4014-be5c-79e67ca63c6f"
745
- },
746
- {
747
- "name":"window_to_wall_ratio_south",
748
- "display_name":"Window to Wall Ratio South",
749
- "measure_type":"RubyMeasure",
750
- "measure_definition_class_name":"SetWindowToWallRatioByFacade",
751
- "measure_definition_directory":"./measures/SetWindowToWallRatioByFacade",
752
- "measure_definition_directory_local":"/Users/hhorsey/repos/openstudio-analysis-spreadsheet/measures/SetWindowToWallRatioByFacade",
753
- "measure_definition_display_name":"Window to Wall Ratio South",
754
- "measure_definition_name":"window_to_wall_ratio_south",
755
- "measure_definition_name_xml":null,
756
- "measure_definition_uuid":"6ce889bb-3a62-4ffc-81f4-4398bab5074b",
757
- "measure_definition_version_uuid":"e86b8f0e-393b-4e5c-a035-6ad789e64201",
758
- "arguments":[
759
- {
760
- "display_name":"Sill Height (in).",
761
- "display_name_short":"Sill Height (in).",
762
- "name":"sillHeight",
763
- "value_type":"double",
764
- "default_value":30.0,
765
- "value":30.0,
766
- "uuid":"b82869f4-9389-4311-80f8-7455ee096a90"
767
- },
768
- {
769
- "display_name":"Cardinal Direction.",
770
- "display_name_short":"Cardinal Direction.",
771
- "name":"facade",
772
- "value_type":"string",
773
- "default_value":"West",
774
- "value":"West",
775
- "uuid":"6847659e-7f42-4946-8328-b32665e68140"
776
- }
777
- ],
778
- "variables":[
779
- {
780
- "argument":{
781
- "display_name":"South WWR",
782
- "display_name_short":"South WWR",
783
- "name":"wwr",
784
- "value_type":"double",
785
- "default_value":0.4,
786
- "value":0.4,
787
- "uuid":"11344f84-fb05-458e-85a8-765413aff15e"
788
- },
789
- "display_name":"South WWR",
790
- "display_name_short":"South WWR",
791
- "variable_type":"variable",
792
- "units":null,
793
- "minimum":0.05,
794
- "maximum":0.95,
795
- "relation_to_output":null,
796
- "static_value":0.4,
797
- "uuid":"9dfaf70b-fb39-4598-94f5-572162e2b029",
798
- "version_uuid":"83af2140-a874-4546-854d-67664c53f24c",
799
- "variable":true,
800
- "uncertainty_description":{
801
- "type":"triangle_uncertain",
802
- "attributes":[
803
- {
804
- "name":"lower_bounds",
805
- "value":0.05
806
- },
807
- {
808
- "name":"upper_bounds",
809
- "value":0.95
810
- },
811
- {
812
- "name":"modes",
813
- "value":0.4
814
- },
815
- {
816
- "name":"delta_x",
817
- "value":null
818
- },
819
- {
820
- "name":"stddev",
821
- "value":0.15
822
- }
823
- ]
824
- },
825
- "workflow_index":0
826
- }
827
- ],
828
- "workflow_index":4,
829
- "uuid":"fff0afc2-3779-43bc-84f5-b8db4f47efc3"
830
- },
831
- {
832
- "name":"window_to_wall_ratio_east",
833
- "display_name":"Window to Wall Ratio East",
834
- "measure_type":"RubyMeasure",
835
- "measure_definition_class_name":"SetWindowToWallRatioByFacade",
836
- "measure_definition_directory":"./measures/SetWindowToWallRatioByFacade",
837
- "measure_definition_directory_local":"/Users/hhorsey/repos/openstudio-analysis-spreadsheet/measures/SetWindowToWallRatioByFacade",
838
- "measure_definition_display_name":"Window to Wall Ratio East",
839
- "measure_definition_name":"window_to_wall_ratio_east",
840
- "measure_definition_name_xml":null,
841
- "measure_definition_uuid":"c8879fe4-623f-4533-8acd-603d44caa947",
842
- "measure_definition_version_uuid":"9a6074d2-60d7-4216-9f43-a8fc7d8a499d",
843
- "arguments":[
844
- {
845
- "display_name":"Sill Height (in).",
846
- "display_name_short":"Sill Height (in).",
847
- "name":"sillHeight",
848
- "value_type":"double",
849
- "default_value":30.0,
850
- "value":30.0,
851
- "uuid":"b5248d03-1add-4e84-8998-127a64f25436"
852
- },
853
- {
854
- "display_name":"Cardinal Direction.",
855
- "display_name_short":"Cardinal Direction.",
856
- "name":"facade",
857
- "value_type":"string",
858
- "default_value":"East",
859
- "value":"East",
860
- "uuid":"5492b73c-5dc2-4d40-836a-daf46ac486be"
861
- }
862
- ],
863
- "variables":[
864
- {
865
- "argument":{
866
- "display_name":"East WWR",
867
- "display_name_short":"East WWR",
868
- "name":"wwr",
869
- "value_type":"double",
870
- "default_value":0.4,
871
- "value":0.4,
872
- "uuid":"8272571e-6e2f-4784-961b-4be837eaf0df"
873
- },
874
- "display_name":"East WWR",
875
- "display_name_short":"East WWR",
876
- "variable_type":"variable",
877
- "units":null,
878
- "minimum":0.05,
879
- "maximum":0.95,
880
- "relation_to_output":null,
881
- "static_value":0.4,
882
- "uuid":"bb3fbef6-5e8d-45a8-a314-e64e1a7990f9",
883
- "version_uuid":"45f81c49-62d9-4eea-8b36-183f3634f0d1",
884
- "variable":true,
885
- "uncertainty_description":{
886
- "type":"triangle_uncertain",
887
- "attributes":[
888
- {
889
- "name":"lower_bounds",
890
- "value":0.05
891
- },
892
- {
893
- "name":"upper_bounds",
894
- "value":0.95
895
- },
896
- {
897
- "name":"modes",
898
- "value":0.4
899
- },
900
- {
901
- "name":"delta_x",
902
- "value":null
903
- },
904
- {
905
- "name":"stddev",
906
- "value":0.15
907
- }
908
- ]
909
- },
910
- "workflow_index":0
911
- }
912
- ],
913
- "workflow_index":5,
914
- "uuid":"140e3834-1b88-464b-9d91-589901789b28"
915
- },
916
- {
917
- "name":"add_overhangs_by_projection_factor",
918
- "display_name":"Add Overhangs by Projection Factor",
919
- "measure_type":"RubyMeasure",
920
- "measure_definition_class_name":"AddOverhangsByProjectionFactor",
921
- "measure_definition_directory":"./measures/AddOverhangsByProjectionFactor",
922
- "measure_definition_directory_local":"/Users/hhorsey/repos/openstudio-analysis-spreadsheet/measures/AddOverhangsByProjectionFactor",
923
- "measure_definition_display_name":"Add Overhangs by Projection Factor",
924
- "measure_definition_name":"add_overhangs_by_projection_factor",
925
- "measure_definition_name_xml":null,
926
- "measure_definition_uuid":"d1eb9eeb-b8cb-4e19-8d20-c0e69d58ce74",
927
- "measure_definition_version_uuid":"56f05d5a-3001-45fa-aaa0-55e132372133",
928
- "arguments":[
929
- {
930
- "display_name":"Cardinal Direction",
931
- "display_name_short":"Cardinal Direction",
932
- "name":"facade",
933
- "value_type":"string",
934
- "default_value":"South",
935
- "value":"South",
936
- "uuid":"e25b80a9-8a05-4cfa-af7f-b1d286f5b105"
937
- },
938
- {
939
- "display_name":"Remove Existing Space Shading Surfaces From the Model?",
940
- "display_name_short":"Remove Existing Space Shading Surfaces From the Model?",
941
- "name":"remove_ext_space_shading",
942
- "value_type":"bool",
943
- "default_value":false,
944
- "value":false,
945
- "uuid":"dadb0c97-2b86-4c07-9201-204f03f9b2c3"
946
- },
947
- {
948
- "display_name":"Optionally Choose a Construction for the Overhangs.",
949
- "display_name_short":"Optionally Choose a Construction for the Overhangs.",
950
- "name":"construction",
951
- "value_type":"string",
952
- "default_value":null,
953
- "value":null,
954
- "uuid":"03e05ac2-c0ec-4891-9013-6f5e4979ad68"
955
- }
956
- ],
957
- "variables":[
958
- {
959
- "argument":{
960
- "display_name":"South Projection Factor",
961
- "display_name_short":"West PF",
962
- "name":"projection_factor",
963
- "value_type":"double",
964
- "default_value":0.5,
965
- "value":0.5,
966
- "uuid":"8a1898e6-9dae-4e54-ab76-38f42eb5c05c"
967
- },
968
- "display_name":"South Projection Factor",
969
- "display_name_short":"West PF",
970
- "variable_type":"variable",
971
- "units":null,
972
- "minimum":0.0,
973
- "maximum":0.8,
974
- "relation_to_output":null,
975
- "static_value":0.5,
976
- "uuid":"6d3a3479-42d4-4484-a7ce-45daae3169aa",
977
- "version_uuid":"949db4ce-e28e-404a-9c58-b49320dee721",
978
- "variable":true,
979
- "uncertainty_description":{
980
- "type":"uniform_uncertain",
981
- "attributes":[
982
- {
983
- "name":"lower_bounds",
984
- "value":0.0
985
- },
986
- {
987
- "name":"upper_bounds",
988
- "value":0.8
989
- },
990
- {
991
- "name":"modes",
992
- "value":0.5
993
- },
994
- {
995
- "name":"delta_x",
996
- "value":null
997
- },
998
- {
999
- "name":"stddev",
1000
- "value":0.133333333
1001
- }
1002
- ]
1003
- },
1004
- "workflow_index":0
1005
- }
1006
- ],
1007
- "workflow_index":6,
1008
- "uuid":"aeb9897f-88c0-4bb5-a0a5-4b42313408f9"
1009
- },
1010
- {
1011
- "name":"adjust_thermostat_setpoints_by_degrees",
1012
- "display_name":"Adjust Thermostat Setpoints by Degrees",
1013
- "measure_type":"RubyMeasure",
1014
- "measure_definition_class_name":"AdjustTheromstatSetpointsByDegrees",
1015
- "measure_definition_directory":"./measures/AdjustTheromstatSetpointsByDegrees",
1016
- "measure_definition_directory_local":"/Users/hhorsey/repos/openstudio-analysis-spreadsheet/measures/AdjustTheromstatSetpointsByDegrees",
1017
- "measure_definition_display_name":"Adjust Thermostat Setpoints by Degrees",
1018
- "measure_definition_name":"adjust_thermostat_setpoints_by_degrees",
1019
- "measure_definition_name_xml":null,
1020
- "measure_definition_uuid":"6910e752-b879-4cf4-9d29-f87f16cc9360",
1021
- "measure_definition_version_uuid":"42ddfb55-b3f1-408f-87bf-c9995e928542",
1022
- "arguments":[
1023
- {
1024
- "display_name":"Alter Design Day Thermostats?",
1025
- "display_name_short":"Alter Design Day Thermostats?",
1026
- "name":"alter_design_days",
1027
- "value_type":"bool",
1028
- "default_value":false,
1029
- "value":false,
1030
- "uuid":"5b59f981-fae2-4530-802b-04921dbf1e14"
1031
- }
1032
- ],
1033
- "variables":[
1034
- {
1035
- "argument":{
1036
- "display_name":"Degrees Fahrenheit to Adjust Cooling Setpoint By.",
1037
- "display_name_short":"Degrees Fahrenheit to Adjust Cooling Setpoint By.",
1038
- "name":"cooling_adjustment",
1039
- "value_type":"double",
1040
- "default_value":1.0,
1041
- "value":1.0,
1042
- "uuid":"1258506c-cda1-431d-b5c7-aef00f2f81a5"
1043
- },
1044
- "display_name":"Degrees Fahrenheit to Adjust Cooling Setpoint By.",
1045
- "display_name_short":"Degrees Fahrenheit to Adjust Cooling Setpoint By.",
1046
- "variable_type":"variable",
1047
- "units":null,
1048
- "minimum":-2.0,
1049
- "maximum":2.0,
1050
- "relation_to_output":null,
1051
- "static_value":1.0,
1052
- "uuid":"10ea07d7-5b88-40a5-9267-e14cc9247fb8",
1053
- "version_uuid":"c12567d2-d63e-491f-8903-164a21a989f0",
1054
- "variable":true,
1055
- "uncertainty_description":{
1056
- "type":"uniform_uncertain",
1057
- "attributes":[
1058
- {
1059
- "name":"lower_bounds",
1060
- "value":-2.0
1061
- },
1062
- {
1063
- "name":"upper_bounds",
1064
- "value":2.0
1065
- },
1066
- {
1067
- "name":"modes",
1068
- "value":0.0
1069
- },
1070
- {
1071
- "name":"delta_x",
1072
- "value":1.0
1073
- },
1074
- {
1075
- "name":"stddev",
1076
- "value":0.6666666666666666
1077
- }
1078
- ]
1079
- },
1080
- "workflow_index":0
1081
- },
1082
- {
1083
- "argument":{
1084
- "display_name":"Degrees Fahrenheit to Adjust heating Setpoint By.",
1085
- "display_name_short":"Degrees Fahrenheit to Adjust heating Setpoint By.",
1086
- "name":"heating_adjustment",
1087
- "value_type":"double",
1088
- "default_value":-1.0,
1089
- "value":-1.0,
1090
- "uuid":"8b7fbddd-5787-4654-8038-e1338b7685c3"
1091
- },
1092
- "display_name":"Degrees Fahrenheit to Adjust heating Setpoint By.",
1093
- "display_name_short":"Degrees Fahrenheit to Adjust heating Setpoint By.",
1094
- "variable_type":"variable",
1095
- "units":null,
1096
- "minimum":-2.0,
1097
- "maximum":2.0,
1098
- "relation_to_output":null,
1099
- "static_value":-1.0,
1100
- "uuid":"b8354218-68ea-40ac-813d-775b41002e59",
1101
- "version_uuid":"d1cea5d2-4cd5-4b0b-9b5f-39e51dda259b",
1102
- "variable":true,
1103
- "uncertainty_description":{
1104
- "type":"uniform_uncertain",
1105
- "attributes":[
1106
- {
1107
- "name":"lower_bounds",
1108
- "value":-2.0
1109
- },
1110
- {
1111
- "name":"upper_bounds",
1112
- "value":2.0
1113
- },
1114
- {
1115
- "name":"modes",
1116
- "value":0.0
1117
- },
1118
- {
1119
- "name":"delta_x",
1120
- "value":1.0
1121
- },
1122
- {
1123
- "name":"stddev",
1124
- "value":0.6666666666666666
1125
- }
1126
- ]
1127
- },
1128
- "workflow_index":1
1129
- }
1130
- ],
1131
- "workflow_index":7,
1132
- "uuid":"16e3456e-b8b6-42f8-84f1-f654cd359b45"
1133
- },
1134
- {
1135
- "name":"set_chilled_water_loop_temperature",
1136
- "display_name":"Set Chilled Water Loop Temperature",
1137
- "measure_type":"RubyMeasure",
1138
- "measure_definition_class_name":"SetChilledWaterLoopTemperature",
1139
- "measure_definition_directory":"./measures/SetChilledWaterLoopTemperature",
1140
- "measure_definition_directory_local":"/Users/hhorsey/repos/openstudio-analysis-spreadsheet/measures/SetChilledWaterLoopTemperature",
1141
- "measure_definition_display_name":"Set Chilled Water Loop Temperature",
1142
- "measure_definition_name":"set_chilled_water_loop_temperature",
1143
- "measure_definition_name_xml":null,
1144
- "measure_definition_uuid":"68ef8f07-3793-4e4c-8f9c-d86ae0c20639",
1145
- "measure_definition_version_uuid":"e2eb7424-454d-480a-9df8-e9760303040e",
1146
- "arguments":[],
1147
- "variables":[
1148
- {
1149
- "argument":{
1150
- "display_name":"Desired chilled water setpoint (F)",
1151
- "display_name_short":"Desired chilled water setpoint (F)",
1152
- "name":"cw_temp_f",
1153
- "value_type":"double",
1154
- "default_value":44.0,
1155
- "value":44.0,
1156
- "uuid":"72a48c19-8933-4362-94f0-9be03d91c8d6"
1157
- },
1158
- "display_name":"Desired chilled water setpoint (F)",
1159
- "display_name_short":"Desired chilled water setpoint (F)",
1160
- "variable_type":"variable",
1161
- "units":null,
1162
- "minimum":42.0,
1163
- "maximum":46.0,
1164
- "relation_to_output":null,
1165
- "static_value":44.0,
1166
- "uuid":"2765cc83-cc4a-4dfd-aaa1-04f04c472867",
1167
- "version_uuid":"a6660b17-dd96-461b-b0d2-f7ce1add0dc3",
1168
- "variable":true,
1169
- "uncertainty_description":{
1170
- "type":"triangle_uncertain",
1171
- "attributes":[
1172
- {
1173
- "name":"lower_bounds",
1174
- "value":42.0
1175
- },
1176
- {
1177
- "name":"upper_bounds",
1178
- "value":46.0
1179
- },
1180
- {
1181
- "name":"modes",
1182
- "value":44.0
1183
- },
1184
- {
1185
- "name":"delta_x",
1186
- "value":1.0
1187
- },
1188
- {
1189
- "name":"stddev",
1190
- "value":0.6666666666666666
1191
- }
1192
- ]
1193
- },
1194
- "workflow_index":0
1195
- }
1196
- ],
1197
- "workflow_index":8,
1198
- "uuid":"3cf00784-d3f9-4da2-95e3-6891fd519453"
1199
- },
1200
- {
1201
- "name":"set_hot_water_loop_temperature",
1202
- "display_name":"Set Hot Water Loop Temperature",
1203
- "measure_type":"RubyMeasure",
1204
- "measure_definition_class_name":"SetHotWaterLoopTemperature",
1205
- "measure_definition_directory":"./measures/SetHotWaterLoopTemperature",
1206
- "measure_definition_directory_local":"/Users/hhorsey/repos/openstudio-analysis-spreadsheet/measures/SetHotWaterLoopTemperature",
1207
- "measure_definition_display_name":"Set Hot Water Loop Temperature",
1208
- "measure_definition_name":"set_hot_water_loop_temperature",
1209
- "measure_definition_name_xml":null,
1210
- "measure_definition_uuid":"46c22343-db40-4657-a24f-52084fec91db",
1211
- "measure_definition_version_uuid":"750f4ff4-ba94-44fe-adbc-9b0d2be434c4",
1212
- "arguments":[],
1213
- "variables":[
1214
- {
1215
- "argument":{
1216
- "display_name":"Desired hot water setpoint (F)",
1217
- "display_name_short":"Desired hot water setpoint (F)",
1218
- "name":"hw_temp_f",
1219
- "value_type":"double",
1220
- "default_value":120.0,
1221
- "value":120.0,
1222
- "uuid":"147f7da2-887d-4091-b939-464d3d9f9459"
1223
- },
1224
- "display_name":"Desired hot water setpoint (F)",
1225
- "display_name_short":"Desired hot water setpoint (F)",
1226
- "variable_type":"variable",
1227
- "units":null,
1228
- "minimum":118.0,
1229
- "maximum":122.0,
1230
- "relation_to_output":null,
1231
- "static_value":120.0,
1232
- "uuid":"b614f269-fef6-45ab-baf6-6e8741331a86",
1233
- "version_uuid":"bc092a45-d318-46f6-91e4-da2a32d15345",
1234
- "variable":true,
1235
- "uncertainty_description":{
1236
- "type":"triangle_uncertain",
1237
- "attributes":[
1238
- {
1239
- "name":"lower_bounds",
1240
- "value":118.0
1241
- },
1242
- {
1243
- "name":"upper_bounds",
1244
- "value":122.0
1245
- },
1246
- {
1247
- "name":"modes",
1248
- "value":120.0
1249
- },
1250
- {
1251
- "name":"delta_x",
1252
- "value":1.0
1253
- },
1254
- {
1255
- "name":"stddev",
1256
- "value":0.6666666666666666
1257
- }
1258
- ]
1259
- },
1260
- "workflow_index":0
1261
- }
1262
- ],
1263
- "workflow_index":9,
1264
- "uuid":"bd781634-06fc-462a-9c80-1ad875a65cb0"
1265
- },
1266
- {
1267
- "name":"xcel_eda_tariff_selection_and_model_setup",
1268
- "display_name":"Xcel EDA Tariff Selection and Model Setup",
1269
- "measure_type":"EnergyPlusMeasure",
1270
- "measure_definition_class_name":"XcelEDATariffSelectionandModelSetup",
1271
- "measure_definition_directory":"./measures/XcelEDATariffSelectionandModelSetup",
1272
- "measure_definition_directory_local":"/Users/hhorsey/repos/openstudio-analysis-spreadsheet/measures/XcelEDATariffSelectionandModelSetup",
1273
- "measure_definition_display_name":"Xcel EDA Tariff Selection and Model Setup",
1274
- "measure_definition_name":"xcel_eda_tariff_selection_and_model_setup",
1275
- "measure_definition_name_xml":null,
1276
- "measure_definition_uuid":"019e6be4-58d2-4379-baa1-707ace9cfd6b",
1277
- "measure_definition_version_uuid":"035884f4-2921-44c8-97c7-5fe16cd2cba4",
1278
- "arguments":[
1279
- {
1280
- "display_name":"Select an Electricity Tariff.",
1281
- "display_name_short":"Select an Electricity Tariff.",
1282
- "name":"elec_tar",
1283
- "value_type":"string",
1284
- "default_value":"Secondary General",
1285
- "value":"Secondary General",
1286
- "uuid":"a88fa0ed-ffe8-4972-960d-e629ae4192fb"
1287
- },
1288
- {
1289
- "display_name":"Select a Gas Tariff.",
1290
- "display_name_short":"Select a Gas Tariff.",
1291
- "name":"gas_tar",
1292
- "value_type":"string",
1293
- "default_value":"Large CG",
1294
- "value":"Large CG",
1295
- "uuid":"dec6884b-1893-4086-b8a3-c1c6c208e479"
1296
- }
1297
- ],
1298
- "variables":[],
1299
- "workflow_index":10,
1300
- "uuid":"26e31938-1e2a-4963-84a2-e5b03bd4b60b"
1301
- }
1302
- ]
1303
- },
1304
- "project_id":"df9f754a-36ef-483f-b905-23dcc02857b3",
1305
- "results":{
1306
- "lhs":{
1307
-
1308
- },
1309
- "batch_run":{
1310
-
1311
- }
1312
- },
1313
- "run_flag":true,
1314
- "samples":null,
1315
- "seed":{
1316
- "file_type":"OSM",
1317
- "path":"./seed/large_office_air_cooled_chiller.osm"
1318
- },
1319
- "seed_zip_content_type":"application/zip",
1320
- "seed_zip_file_name":"analysis.zip",
1321
- "seed_zip_file_size":411829,
1322
- "seed_zip_fingerprint":"3008905d4448b97f92c482708b449fc5",
1323
- "seed_zip_updated_at":"2016-05-11T16:30:49+00:00",
1324
- "status_message":"/var/www/rails/openstudio/lib/analysis/batch_run.rb failed with The operation: \"GET MORE\"\nfailed with error \"cursor 111810381687 not found\", /opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/moped-1.5.3/lib/moped/node.rb:218:in `get_more'\n/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/moped-1.5.3/lib/moped/cursor.rb:44:in `get_more'\n/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/moped-1.5.3/lib/moped/cursor.rb:29:in `each'\n/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/moped-1.5.3/lib/moped/query.rb:76:in `each'\n/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/moped-1.5.3/lib/moped/query.rb:76:in `each'\n/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/mongoid-3.1.7/lib/mongoid/contextual/mongo.rb:122:in `block in each'\n/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/mongoid-3.1.7/lib/mongoid/contextual/mongo.rb:619:in `selecting'\n/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/mongoid-3.1.7/lib/mongoid/contextual/mongo.rb:121:in `each'\n/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/mongoid-3.1.7/lib/mongoid/contextual.rb:19:in `each'\n/var/www/rails/openstudio/app/models/compute_node.rb:67:in `block in download_all_results'\n/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/parallel-1.8.0/lib/parallel.rb:439:in `call'\n/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/parallel-1.8.0/lib/parallel.rb:439:in `call_with_index'\n/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/parallel-1.8.0/lib/parallel.rb:299:in `block (2 levels) in work_in_threads'\n/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/parallel-1.8.0/lib/parallel.rb:448:in `with_instrumentation'\n/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/parallel-1.8.0/lib/parallel.rb:298:in `block in work_in_threads'\n/opt/rbenv/versions/2.0.0-p481/lib/ruby/gems/2.0.0/gems/parallel-1.8.0/lib/parallel.rb:192:in `block (2 levels) in in_threads'",
1325
- "updated_at":"2016-05-11T21:01:06Z",
1326
- "use_shm":false,
1327
- "uuid":"b7cfff21-f518-426a-8d7d-e88425c2298b",
1328
- "version_uuid":null,
1329
- "weather_file":{
1330
- "file_type":"EPW",
1331
- "path":"./weather/USA_CO_Denver.Intl.AP.725650_TMY3.epw"
1332
- }
1333
- }
1334
- }