openstudio-analysis 0.4.3 → 0.4.4

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 (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
Binary file
@@ -1,1681 +0,0 @@
1
- {
2
- "analysis": {
3
- "display_name": "name_goes_here",
4
- "name": "name_goes_here",
5
- "output_variables": [
6
- {
7
- "units": "MJ/m2",
8
- "objective_function": true,
9
- "objective_function_index": 0,
10
- "objective_function_target": 330.7,
11
- "objective_function_group": "TRUE",
12
- "scaling_factor": null,
13
- "display_name": "Total Natual Gas",
14
- "display_name_short": "Total Natual Gas",
15
- "metadata_id": null,
16
- "name": "total_natural_gas"
17
- },
18
- {
19
- "units": "MJ/m2",
20
- "objective_function": true,
21
- "objective_function_index": 1,
22
- "objective_function_target": 496.5,
23
- "objective_function_group": "TRUE",
24
- "scaling_factor": null,
25
- "display_name": "Total Electricity",
26
- "display_name_short": "Total Electricity",
27
- "metadata_id": null,
28
- "name": "total_electricity"
29
- },
30
- {
31
- "units": "J",
32
- "objective_function": true,
33
- "objective_function_index": 2,
34
- "objective_function_target": 63597914341.3388,
35
- "objective_function_group": "TRUE",
36
- "scaling_factor": 463203800000.0,
37
- "display_name": "cooling_electricity_jan",
38
- "display_name_short": "cooling_electricity_jan",
39
- "metadata_id": null,
40
- "name": "cooling_electricity_jan"
41
- },
42
- {
43
- "units": "J",
44
- "objective_function": true,
45
- "objective_function_index": 3,
46
- "objective_function_target": 58138465958.3439,
47
- "objective_function_group": "TRUE",
48
- "scaling_factor": 463203800000.0,
49
- "display_name": "cooling_electricity_feb",
50
- "display_name_short": "cooling_electricity_feb",
51
- "metadata_id": null,
52
- "name": "cooling_electricity_feb"
53
- },
54
- {
55
- "units": "J",
56
- "objective_function": true,
57
- "objective_function_index": 4,
58
- "objective_function_target": 301531761648.05,
59
- "objective_function_group": "TRUE",
60
- "scaling_factor": 463203800000.0,
61
- "display_name": "cooling_electricity_mar",
62
- "display_name_short": "cooling_electricity_mar",
63
- "metadata_id": null,
64
- "name": "cooling_electricity_mar"
65
- },
66
- {
67
- "units": "J",
68
- "objective_function": true,
69
- "objective_function_index": 5,
70
- "objective_function_target": 336163175378.778,
71
- "objective_function_group": "TRUE",
72
- "scaling_factor": 463203800000.0,
73
- "display_name": "cooling_electricity_apr",
74
- "display_name_short": "cooling_electricity_apr",
75
- "metadata_id": null,
76
- "name": "cooling_electricity_apr"
77
- },
78
- {
79
- "units": "J",
80
- "objective_function": true,
81
- "objective_function_index": 6,
82
- "objective_function_target": 1412749721236.32,
83
- "objective_function_group": "TRUE",
84
- "scaling_factor": 463203800000.0,
85
- "display_name": "cooling_electricity_may",
86
- "display_name_short": "cooling_electricity_may",
87
- "metadata_id": null,
88
- "name": "cooling_electricity_may"
89
- },
90
- {
91
- "units": "J",
92
- "objective_function": true,
93
- "objective_function_index": 7,
94
- "objective_function_target": 2327741408781.58,
95
- "objective_function_group": "TRUE",
96
- "scaling_factor": 463203800000.0,
97
- "display_name": "cooling_electricity_jun",
98
- "display_name_short": "cooling_electricity_jun",
99
- "metadata_id": null,
100
- "name": "cooling_electricity_jun"
101
- },
102
- {
103
- "units": "J",
104
- "objective_function": true,
105
- "objective_function_index": 8,
106
- "objective_function_target": 2402590637505.39,
107
- "objective_function_group": "TRUE",
108
- "scaling_factor": 463203800000.0,
109
- "display_name": "cooling_electricity_jul",
110
- "display_name_short": "cooling_electricity_jul",
111
- "metadata_id": null,
112
- "name": "cooling_electricity_jul"
113
- },
114
- {
115
- "units": "J",
116
- "objective_function": true,
117
- "objective_function_index": 9,
118
- "objective_function_target": 2472656245279.37,
119
- "objective_function_group": "TRUE",
120
- "scaling_factor": 463203800000.0,
121
- "display_name": "cooling_electricity_aug",
122
- "display_name_short": "cooling_electricity_aug",
123
- "metadata_id": null,
124
- "name": "cooling_electricity_aug"
125
- },
126
- {
127
- "units": "J",
128
- "objective_function": true,
129
- "objective_function_index": 10,
130
- "objective_function_target": 1807432185051.14,
131
- "objective_function_group": "TRUE",
132
- "scaling_factor": 463203800000.0,
133
- "display_name": "cooling_electricity_sep",
134
- "display_name_short": "cooling_electricity_sep",
135
- "metadata_id": null,
136
- "name": "cooling_electricity_sep"
137
- },
138
- {
139
- "units": "J",
140
- "objective_function": true,
141
- "objective_function_index": 11,
142
- "objective_function_target": 619615878181.616,
143
- "objective_function_group": "TRUE",
144
- "scaling_factor": 463203800000.0,
145
- "display_name": "cooling_electricity_oct",
146
- "display_name_short": "cooling_electricity_oct",
147
- "metadata_id": null,
148
- "name": "cooling_electricity_oct"
149
- },
150
- {
151
- "units": "J",
152
- "objective_function": true,
153
- "objective_function_index": 12,
154
- "objective_function_target": 117109844324.095,
155
- "objective_function_group": "TRUE",
156
- "scaling_factor": 463203800000.0,
157
- "display_name": "cooling_electricity_nov",
158
- "display_name_short": "cooling_electricity_nov",
159
- "metadata_id": null,
160
- "name": "cooling_electricity_nov"
161
- },
162
- {
163
- "units": "J",
164
- "objective_function": true,
165
- "objective_function_index": 13,
166
- "objective_function_target": 103360013175.794,
167
- "objective_function_group": "TRUE",
168
- "scaling_factor": 463203800000.0,
169
- "display_name": "cooling_electricity_dec",
170
- "display_name_short": "cooling_electricity_dec",
171
- "metadata_id": null,
172
- "name": "cooling_electricity_dec"
173
- },
174
- {
175
- "units": "J",
176
- "objective_function": true,
177
- "objective_function_index": 14,
178
- "objective_function_target": 2799558466140.68,
179
- "objective_function_group": "TRUE",
180
- "scaling_factor": 463203800000.0,
181
- "display_name": "heating_gas_jan",
182
- "display_name_short": "heating_gas_jan",
183
- "metadata_id": null,
184
- "name": "heating_gas_jan"
185
- },
186
- {
187
- "units": "J",
188
- "objective_function": true,
189
- "objective_function_index": 15,
190
- "objective_function_target": 2663349812763.18,
191
- "objective_function_group": "TRUE",
192
- "scaling_factor": 463203800000.0,
193
- "display_name": "heating_gas_feb",
194
- "display_name_short": "heating_gas_feb",
195
- "metadata_id": null,
196
- "name": "heating_gas_feb"
197
- },
198
- {
199
- "units": "J",
200
- "objective_function": true,
201
- "objective_function_index": 16,
202
- "objective_function_target": 1576136833664.73,
203
- "objective_function_group": "TRUE",
204
- "scaling_factor": 463203800000.0,
205
- "display_name": "heating_gas_mar",
206
- "display_name_short": "heating_gas_mar",
207
- "metadata_id": null,
208
- "name": "heating_gas_mar"
209
- },
210
- {
211
- "units": "J",
212
- "objective_function": true,
213
- "objective_function_index": 17,
214
- "objective_function_target": 1752794439290.69,
215
- "objective_function_group": "TRUE",
216
- "scaling_factor": 463203800000.0,
217
- "display_name": "heating_gas_apr",
218
- "display_name_short": "heating_gas_apr",
219
- "metadata_id": null,
220
- "name": "heating_gas_apr"
221
- },
222
- {
223
- "units": "J",
224
- "objective_function": true,
225
- "objective_function_index": 18,
226
- "objective_function_target": 375145279804.892,
227
- "objective_function_group": "TRUE",
228
- "scaling_factor": 463203800000.0,
229
- "display_name": "heating_gas_may",
230
- "display_name_short": "heating_gas_may",
231
- "metadata_id": null,
232
- "name": "heating_gas_may"
233
- },
234
- {
235
- "units": "J",
236
- "objective_function": true,
237
- "objective_function_index": 19,
238
- "objective_function_target": 32970706746.2053,
239
- "objective_function_group": "TRUE",
240
- "scaling_factor": 463203800000.0,
241
- "display_name": "heating_gas_jun",
242
- "display_name_short": "heating_gas_jun",
243
- "metadata_id": null,
244
- "name": "heating_gas_jun"
245
- },
246
- {
247
- "units": "J",
248
- "objective_function": true,
249
- "objective_function_index": 20,
250
- "objective_function_target": 50096876832.5083,
251
- "objective_function_group": "TRUE",
252
- "scaling_factor": 463203800000.0,
253
- "display_name": "heating_gas_jul",
254
- "display_name_short": "heating_gas_jul",
255
- "metadata_id": null,
256
- "name": "heating_gas_jul"
257
- },
258
- {
259
- "units": "J",
260
- "objective_function": true,
261
- "objective_function_index": 21,
262
- "objective_function_target": 32660740137.6019,
263
- "objective_function_group": "TRUE",
264
- "scaling_factor": 463203800000.0,
265
- "display_name": "heating_gas_aug",
266
- "display_name_short": "heating_gas_aug",
267
- "metadata_id": null,
268
- "name": "heating_gas_aug"
269
- },
270
- {
271
- "units": "J",
272
- "objective_function": true,
273
- "objective_function_index": 22,
274
- "objective_function_target": 144097879467.636,
275
- "objective_function_group": "TRUE",
276
- "scaling_factor": 463203800000.0,
277
- "display_name": "heating_gas_sep",
278
- "display_name_short": "heating_gas_sep",
279
- "metadata_id": null,
280
- "name": "heating_gas_sep"
281
- },
282
- {
283
- "units": "J",
284
- "objective_function": true,
285
- "objective_function_index": 23,
286
- "objective_function_target": 970975709027.067,
287
- "objective_function_group": "TRUE",
288
- "scaling_factor": 463203800000.0,
289
- "display_name": "heating_gas_oct",
290
- "display_name_short": "heating_gas_oct",
291
- "metadata_id": null,
292
- "name": "heating_gas_oct"
293
- },
294
- {
295
- "units": "J",
296
- "objective_function": true,
297
- "objective_function_index": 24,
298
- "objective_function_target": 2261115778226.24,
299
- "objective_function_group": "TRUE",
300
- "scaling_factor": 463203800000.0,
301
- "display_name": "heating_gas_nov",
302
- "display_name_short": "heating_gas_nov",
303
- "metadata_id": null,
304
- "name": "heating_gas_nov"
305
- },
306
- {
307
- "units": "J",
308
- "objective_function": true,
309
- "objective_function_index": 25,
310
- "objective_function_target": 2657735386128.84,
311
- "objective_function_group": "TRUE",
312
- "scaling_factor": 463203800000.0,
313
- "display_name": "heating_gas_dec",
314
- "display_name_short": "heating_gas_dec",
315
- "metadata_id": null,
316
- "name": "heating_gas_dec"
317
- }
318
- ],
319
- "problem": {
320
- "analysis_type": null,
321
- "algorithm": {
322
- "objective_functions": [
323
- "total_natural_gas",
324
- "total_electricity",
325
- "cooling_electricity_jan",
326
- "cooling_electricity_feb",
327
- "cooling_electricity_mar",
328
- "cooling_electricity_apr",
329
- "cooling_electricity_may",
330
- "cooling_electricity_jun",
331
- "cooling_electricity_jul",
332
- "cooling_electricity_aug",
333
- "cooling_electricity_sep",
334
- "cooling_electricity_oct",
335
- "cooling_electricity_nov",
336
- "cooling_electricity_dec",
337
- "heating_gas_jan",
338
- "heating_gas_feb",
339
- "heating_gas_mar",
340
- "heating_gas_apr",
341
- "heating_gas_may",
342
- "heating_gas_jun",
343
- "heating_gas_jul",
344
- "heating_gas_aug",
345
- "heating_gas_sep",
346
- "heating_gas_oct",
347
- "heating_gas_nov",
348
- "heating_gas_dec"
349
- ]
350
- },
351
- "workflow": [
352
- {
353
- "name": "reduce_lighting_loads_by_percentage",
354
- "display_name": "Reduce Lighting Loads by Percentage",
355
- "measure_type": "RubyMeasure",
356
- "measure_definition_class_name": "ReduceLightingLoadsByPercentage",
357
- "measure_definition_directory": "ReduceLightingLoadsByPercentage",
358
- "measure_definition_display_name": "Reduce Lighting Loads by Percentage",
359
- "measure_definition_name": "reduce_lighting_loads_by_percentage",
360
- "measure_definition_name_xml": null,
361
- "measure_definition_uuid": "aad2d08b-b087-4812-80df-b949b8b313d7",
362
- "measure_definition_version_uuid": "68e1fc8e-b71e-406b-858e-444a3172f3e9",
363
- "arguments": [
364
- {
365
- "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
366
- "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
367
- "name": "space_type",
368
- "value_type": "string",
369
- "default_value": "*Entire Building*",
370
- "value": "*Entire Building*"
371
- },
372
- {
373
- "display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
374
- "display_name_short": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
375
- "name": "material_and_installation_cost",
376
- "value_type": "double",
377
- "default_value": 0.0,
378
- "value": 0.0
379
- },
380
- {
381
- "display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
382
- "display_name_short": "Increase in Demolition Costs for Lighting per Floor Area (%).",
383
- "name": "demolition_cost",
384
- "value_type": "double",
385
- "default_value": 0.0,
386
- "value": 0.0
387
- },
388
- {
389
- "display_name": "Years Until Costs Start (whole years).",
390
- "display_name_short": "Years Until Costs Start (whole years).",
391
- "name": "years_until_costs_start",
392
- "value_type": "integer",
393
- "default_value": 0,
394
- "value": 0
395
- },
396
- {
397
- "display_name": "Demolition Costs Occur During Initial Construction?",
398
- "display_name_short": "Demolition Costs Occur During Initial Construction?",
399
- "name": "demo_cost_initial_const",
400
- "value_type": "bool",
401
- "default_value": true,
402
- "value": true
403
- },
404
- {
405
- "display_name": "Expected Life (whole years).",
406
- "display_name_short": "Expected Life (whole years).",
407
- "name": "expected_life",
408
- "value_type": "integer",
409
- "default_value": 15,
410
- "value": 15
411
- },
412
- {
413
- "display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
414
- "display_name_short": "Increase O & M Costs for Lighting per Floor Area (%).",
415
- "name": "om_cost",
416
- "value_type": "double",
417
- "default_value": 0.0,
418
- "value": 0.0
419
- },
420
- {
421
- "display_name": "O & M Frequency (whole years).",
422
- "display_name_short": "O & M Frequency (whole years).",
423
- "name": "om_frequency",
424
- "value_type": "integer",
425
- "default_value": 1,
426
- "value": 1
427
- }
428
- ],
429
- "variables": [
430
- {
431
- "argument": {
432
- "display_name": "Lighting Power Reduction",
433
- "display_name_short": "Lighting Power Reduction",
434
- "name": "lighting_power_reduction_percent",
435
- "value_type": "double",
436
- "default_value": 0.0,
437
- "value": 0.0
438
- },
439
- "display_name": "Lighting Power Reduction",
440
- "display_name_short": "Lighting Power Reduction",
441
- "units": null,
442
- "minimum": -20.0,
443
- "maximum": 20.0,
444
- "relation_to_output": null,
445
- "uuid": "dfdf021b-36b6-42de-ab1c-76cf5ba77c50",
446
- "version_uuid": "0080465e-ead8-4711-b78d-ee4ae3d7e6c7",
447
- "variable": true,
448
- "static_value": 0.0,
449
- "uncertainty_description": {
450
- "type": "triangle_uncertain",
451
- "attributes": [
452
- {
453
- "name": "lower_bounds",
454
- "value": -20.0
455
- },
456
- {
457
- "name": "upper_bounds",
458
- "value": 20.0
459
- },
460
- {
461
- "name": "modes",
462
- "value": -1.0
463
- },
464
- {
465
- "name": "delta_x",
466
- "value": null
467
- },
468
- {
469
- "name": "stddev",
470
- "value": null
471
- }
472
- ]
473
- },
474
- "workflow_index": 0
475
- }
476
- ],
477
- "workflow_index": 0
478
- },
479
- {
480
- "name": "reduce_electric_equipment_loads_by_percentage",
481
- "display_name": "Reduce Electric Equipment Loads by Percentage",
482
- "measure_type": "RubyMeasure",
483
- "measure_definition_class_name": "ReduceElectricEquipmentLoadsByPercentage",
484
- "measure_definition_directory": "ExampleMeasure",
485
- "measure_definition_display_name": "Reduce Electric Equipment Loads by Percentage",
486
- "measure_definition_name": "reduce_electric_equipment_loads_by_percentage",
487
- "measure_definition_name_xml": null,
488
- "measure_definition_uuid": "9e184325-6d25-4f8f-8e4a-0d7ae362357b",
489
- "measure_definition_version_uuid": "98e74826-b2a2-4729-af85-5ba095b9b884",
490
- "arguments": [
491
- {
492
- "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
493
- "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
494
- "name": "space_type",
495
- "value_type": "string",
496
- "default_value": "*Entire Building*",
497
- "value": "*Entire Building*"
498
- },
499
- {
500
- "display_name": "Increase in Material and Installation Cost for Electric Equipment per Floor Area (%).",
501
- "display_name_short": "Increase in Material and Installation Cost for Electric Equipment per Floor Area (%).",
502
- "name": "material_and_installation_cost",
503
- "value_type": "double",
504
- "default_value": 0.0,
505
- "value": 0.0
506
- },
507
- {
508
- "display_name": "Increase in Demolition Costs for Electric Equipment per Floor Area (%).",
509
- "display_name_short": "Increase in Demolition Costs for Electric Equipment per Floor Area (%).",
510
- "name": "demolition_cost",
511
- "value_type": "double",
512
- "default_value": 0.0,
513
- "value": 0.0
514
- },
515
- {
516
- "display_name": "Years Until Costs Start (whole years).",
517
- "display_name_short": "Years Until Costs Start (whole years).",
518
- "name": "years_until_costs_start",
519
- "value_type": "integer",
520
- "default_value": 0,
521
- "value": 0
522
- },
523
- {
524
- "display_name": "Demolition Costs Occur During Initial Construction?",
525
- "display_name_short": "Demolition Costs Occur During Initial Construction?",
526
- "name": "demo_cost_initial_const",
527
- "value_type": "bool",
528
- "default_value": false,
529
- "value": false
530
- },
531
- {
532
- "display_name": "Expected Life (whole years).",
533
- "display_name_short": "Expected Life (whole years).",
534
- "name": "expected_life",
535
- "value_type": "integer",
536
- "default_value": 15,
537
- "value": 15
538
- },
539
- {
540
- "display_name": "Increase O & M Costs for Electric Equipment per Floor Area (%).",
541
- "display_name_short": "Increase O & M Costs for Electric Equipment per Floor Area (%).",
542
- "name": "om_cost",
543
- "value_type": "double",
544
- "default_value": 0.0,
545
- "value": 0.0
546
- },
547
- {
548
- "display_name": "O & M Frequency (whole years).",
549
- "display_name_short": "O & M Frequency (whole years).",
550
- "name": "om_frequency",
551
- "value_type": "integer",
552
- "default_value": 1,
553
- "value": 1
554
- }
555
- ],
556
- "variables": [
557
- {
558
- "argument": {
559
- "display_name": "Electric Equipment Power Reduction (%).",
560
- "display_name_short": "Electric Equipment Power Reduction (%).",
561
- "name": "elecequip_power_reduction_percent",
562
- "value_type": "double",
563
- "default_value": 0.0,
564
- "value": 0.0
565
- },
566
- "display_name": "Electric Equipment Power Reduction (%).",
567
- "display_name_short": "Electric Equipment Power Reduction (%).",
568
- "units": null,
569
- "minimum": -20.0,
570
- "maximum": 30.0,
571
- "relation_to_output": null,
572
- "uuid": "5f6a0f41-2a5d-4ee0-8b28-3b986c7e3de2",
573
- "version_uuid": "e4286eec-fa81-42b9-9c1a-76aa24c26e8b",
574
- "variable": true,
575
- "static_value": 0.0,
576
- "uncertainty_description": {
577
- "type": "triangle_uncertain",
578
- "attributes": [
579
- {
580
- "name": "lower_bounds",
581
- "value": -20.0
582
- },
583
- {
584
- "name": "upper_bounds",
585
- "value": 30.0
586
- },
587
- {
588
- "name": "modes",
589
- "value": 0.0
590
- },
591
- {
592
- "name": "delta_x",
593
- "value": null
594
- },
595
- {
596
- "name": "stddev",
597
- "value": null
598
- }
599
- ]
600
- },
601
- "workflow_index": 0
602
- }
603
- ],
604
- "workflow_index": 1
605
- },
606
- {
607
- "name": "reducespaceinfiltrationbypercentage",
608
- "display_name": "ReduceSpaceInfiltrationByPercentage",
609
- "measure_type": "RubyMeasure",
610
- "measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
611
- "measure_definition_directory": "ExampleMeasure",
612
- "measure_definition_display_name": "ReduceSpaceInfiltrationByPercentage",
613
- "measure_definition_name": "reducespaceinfiltrationbypercentage",
614
- "measure_definition_name_xml": null,
615
- "measure_definition_uuid": "0e7743a3-9d76-4832-915d-7bdd457c12c8",
616
- "measure_definition_version_uuid": "71ef6fb6-261b-4cb3-a302-d76214b79e91",
617
- "arguments": [
618
- {
619
- "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
620
- "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
621
- "name": "space_type",
622
- "value_type": "string",
623
- "default_value": "*Entire Building*",
624
- "value": "*Entire Building*"
625
- },
626
- {
627
- "display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
628
- "display_name_short": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
629
- "name": "material_and_installation_cost",
630
- "value_type": "double",
631
- "default_value": 0.0,
632
- "value": 0.0
633
- },
634
- {
635
- "display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
636
- "display_name_short": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
637
- "name": "om_cost",
638
- "value_type": "double",
639
- "default_value": 0.0,
640
- "value": 0.0
641
- },
642
- {
643
- "display_name": "O & M Frequency (whole years).",
644
- "display_name_short": "O & M Frequency (whole years).",
645
- "name": "om_frequency",
646
- "value_type": "integer",
647
- "default_value": 1,
648
- "value": 1
649
- }
650
- ],
651
- "variables": [
652
- {
653
- "argument": {
654
- "display_name": "Space Infiltration Power Reduction",
655
- "display_name_short": "Space Infiltration Power Reduction",
656
- "name": "space_infiltration_reduction_percent",
657
- "value_type": "double",
658
- "default_value": 0.0,
659
- "value": 0.0
660
- },
661
- "display_name": "Space Infiltration Power Reduction",
662
- "display_name_short": "Space Infiltration Power Reduction",
663
- "units": null,
664
- "minimum": -100.0,
665
- "maximum": 1.0,
666
- "relation_to_output": null,
667
- "uuid": "cd60edff-0699-4269-a23b-4baa3def8f6f",
668
- "version_uuid": "54308cc5-e07e-4bec-8f24-7f56936069d8",
669
- "variable": true,
670
- "static_value": 0.0,
671
- "uncertainty_description": {
672
- "type": "uniform_uncertain",
673
- "attributes": [
674
- {
675
- "name": "lower_bounds",
676
- "value": -100.0
677
- },
678
- {
679
- "name": "upper_bounds",
680
- "value": 1.0
681
- },
682
- {
683
- "name": "modes",
684
- "value": -50.0
685
- }
686
- ]
687
- },
688
- "workflow_index": 0
689
- }
690
- ],
691
- "workflow_index": 2
692
- },
693
- {
694
- "name": "adjust_thermostat_setpoints_by_degrees",
695
- "display_name": "Adjust Thermostat Setpoints by Degrees",
696
- "measure_type": "RubyMeasure",
697
- "measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
698
- "measure_definition_directory": "ExampleMeasure",
699
- "measure_definition_display_name": "Adjust Thermostat Setpoints by Degrees",
700
- "measure_definition_name": "adjust_thermostat_setpoints_by_degrees",
701
- "measure_definition_name_xml": null,
702
- "measure_definition_uuid": "faf902a7-dbf7-44bd-98d5-411e7a85c914",
703
- "measure_definition_version_uuid": "e04a87d4-bb0e-496f-94d5-bc86e38ea281",
704
- "arguments": [
705
- {
706
- "display_name": "Alter Design Day Thermostats?",
707
- "display_name_short": "Alter Design Day Thermostats?",
708
- "name": "alter_design_days",
709
- "value_type": "bool",
710
- "default_value": false,
711
- "value": false
712
- }
713
- ],
714
- "variables": [
715
- {
716
- "argument": {
717
- "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
718
- "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
719
- "name": "cooling_adjustment",
720
- "value_type": "double",
721
- "default_value": 1.0,
722
- "value": 1.0
723
- },
724
- "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
725
- "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
726
- "units": null,
727
- "minimum": -2.0,
728
- "maximum": 2.0,
729
- "relation_to_output": null,
730
- "uuid": "0b2e7a53-1a9e-467f-84c5-b43182e39dfd",
731
- "version_uuid": "f5255988-0e64-4f09-b120-9d23c9974d3a",
732
- "variable": true,
733
- "static_value": 1.0,
734
- "uncertainty_description": {
735
- "type": "uniform_uncertain",
736
- "attributes": [
737
- {
738
- "name": "lower_bounds",
739
- "value": -2.0
740
- },
741
- {
742
- "name": "upper_bounds",
743
- "value": 2.0
744
- },
745
- {
746
- "name": "modes",
747
- "value": 0.0
748
- }
749
- ]
750
- },
751
- "workflow_index": 0
752
- },
753
- {
754
- "argument": {
755
- "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
756
- "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
757
- "name": "heating_adjustment",
758
- "value_type": "double",
759
- "default_value": -1.0,
760
- "value": -1.0
761
- },
762
- "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
763
- "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
764
- "units": null,
765
- "minimum": -2.0,
766
- "maximum": 2.0,
767
- "relation_to_output": null,
768
- "uuid": "3e51b535-9b45-4f47-9ce1-5f168d30c269",
769
- "version_uuid": "0d20c1e4-8197-44af-b987-8057a1126174",
770
- "variable": true,
771
- "static_value": -1.0,
772
- "uncertainty_description": {
773
- "type": "uniform_uncertain",
774
- "attributes": [
775
- {
776
- "name": "lower_bounds",
777
- "value": -2.0
778
- },
779
- {
780
- "name": "upper_bounds",
781
- "value": 2.0
782
- },
783
- {
784
- "name": "modes",
785
- "value": 0.0
786
- }
787
- ]
788
- },
789
- "workflow_index": 1
790
- }
791
- ],
792
- "workflow_index": 3
793
- },
794
- {
795
- "name": "reduce_ventilation_by_percentage",
796
- "display_name": "Reduce Ventilation By Percentage",
797
- "measure_type": "RubyMeasure",
798
- "measure_definition_class_name": "ReduceVentilationByPercentage",
799
- "measure_definition_directory": "ExampleMeasure",
800
- "measure_definition_display_name": "Reduce Ventilation By Percentage",
801
- "measure_definition_name": "reduce_ventilation_by_percentage",
802
- "measure_definition_name_xml": null,
803
- "measure_definition_uuid": "3a9163c7-d7d2-4a6f-af3b-a629223eb30a",
804
- "measure_definition_version_uuid": "3bd761c0-c001-4675-8704-87a204976c40",
805
- "arguments": [
806
- {
807
- "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
808
- "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
809
- "name": "space_type",
810
- "value_type": "string",
811
- "default_value": "*Entire Building*",
812
- "value": "*Entire Building*"
813
- }
814
- ],
815
- "variables": [
816
- {
817
- "argument": {
818
- "display_name": "Design Specification Outdoor Air Reduction (%).",
819
- "display_name_short": "Design Specification Outdoor Air Reduction (%).",
820
- "name": "design_spec_outdoor_air_reduction_percent",
821
- "value_type": "double",
822
- "default_value": 0.0,
823
- "value": 0.0
824
- },
825
- "display_name": "Design Specification Outdoor Air Reduction (%).",
826
- "display_name_short": "Design Specification Outdoor Air Reduction (%).",
827
- "units": null,
828
- "minimum": -90.0,
829
- "maximum": 90.0,
830
- "relation_to_output": null,
831
- "uuid": "b05f753e-6e5a-4ed2-89f4-32a3d10f042e",
832
- "version_uuid": "6a579774-c4ce-49bd-a084-117d441b062c",
833
- "variable": true,
834
- "static_value": 0.0,
835
- "uncertainty_description": {
836
- "type": "triangle_uncertain",
837
- "attributes": [
838
- {
839
- "name": "lower_bounds",
840
- "value": -90.0
841
- },
842
- {
843
- "name": "upper_bounds",
844
- "value": 90.0
845
- },
846
- {
847
- "name": "modes",
848
- "value": -1.0
849
- },
850
- {
851
- "name": "delta_x",
852
- "value": null
853
- },
854
- {
855
- "name": "stddev",
856
- "value": null
857
- }
858
- ]
859
- },
860
- "workflow_index": 0
861
- }
862
- ],
863
- "workflow_index": 4
864
- },
865
- {
866
- "name": "enable_economizer_control",
867
- "display_name": "Enable Economizer Control",
868
- "measure_type": "RubyMeasure",
869
- "measure_definition_class_name": "EnableEconomizerControl",
870
- "measure_definition_directory": "ExampleMeasure",
871
- "measure_definition_display_name": "Enable Economizer Control",
872
- "measure_definition_name": "enable_economizer_control",
873
- "measure_definition_name_xml": null,
874
- "measure_definition_uuid": "3c9041a7-e389-498d-a017-fab16f47914a",
875
- "measure_definition_version_uuid": "1a7f45ec-1964-49ec-bafb-a03e5e4f2448",
876
- "arguments": [
877
- {
878
- "display_name": "Choose an Air Loop to Alter.",
879
- "display_name_short": "Choose an Air Loop to Alter.",
880
- "name": "object",
881
- "value_type": "string",
882
- "default_value": "*All Air Loops*",
883
- "value": "*All Air Loops*"
884
- },
885
- {
886
- "display_name": "Economizer Control Type.",
887
- "display_name_short": "Economizer Control Type.",
888
- "name": "economizer_type",
889
- "value_type": "string",
890
- "default_value": "FixedDryBulb",
891
- "value": "FixedDryBulb"
892
- },
893
- {
894
- "display_name": "Economizer Maximum Enthalpy (Btu/lb).",
895
- "display_name_short": "Economizer Maximum Enthalpy (Btu/lb).",
896
- "name": "econoMaxEnthalpy",
897
- "value_type": "double",
898
- "default_value": 28.0,
899
- "value": 28.0
900
- },
901
- {
902
- "display_name": "Economizer Maximum Limit Dewpoint Temperature (F).",
903
- "display_name_short": "Economizer Maximum Limit Dewpoint Temperature (F).",
904
- "name": "econoMaxDewpointTemp",
905
- "value_type": "double",
906
- "default_value": 55.0,
907
- "value": 55.0
908
- },
909
- {
910
- "display_name": "Economizer Minimum Limit Dry-Bulb Temperature (F).",
911
- "display_name_short": "Economizer Minimum Limit Dry-Bulb Temperature (F).",
912
- "name": "econoMinDryBulbTemp",
913
- "value_type": "double",
914
- "default_value": -148.0,
915
- "value": -148.0
916
- },
917
- {
918
- "display_name": "Remove Baseline Costs From Effected AirLoopHVACOutdoorAirSystems?",
919
- "display_name_short": "Remove Baseline Costs From Effected AirLoopHVACOutdoorAirSystems?",
920
- "name": "remove_costs",
921
- "value_type": "bool",
922
- "default_value": false,
923
- "value": false
924
- },
925
- {
926
- "display_name": "Material and Installation Costs per Air Loop to Enable Economizer ($).",
927
- "display_name_short": "Material and Installation Costs per Air Loop to Enable Economizer ($).",
928
- "name": "material_cost",
929
- "value_type": "double",
930
- "default_value": 0.0,
931
- "value": 0.0
932
- },
933
- {
934
- "display_name": "Demolition Costs per Air Loop to Enable Economizer ($).",
935
- "display_name_short": "Demolition Costs per Air Loop to Enable Economizer ($).",
936
- "name": "demolition_cost",
937
- "value_type": "double",
938
- "default_value": 0.0,
939
- "value": 0.0
940
- },
941
- {
942
- "display_name": "Years Until Costs Start (whole years).",
943
- "display_name_short": "Years Until Costs Start (whole years).",
944
- "name": "years_until_costs_start",
945
- "value_type": "integer",
946
- "default_value": 0,
947
- "value": 0
948
- },
949
- {
950
- "display_name": "Demolition Costs Occur During Initial Construction?",
951
- "display_name_short": "Demolition Costs Occur During Initial Construction?",
952
- "name": "demo_cost_initial_const",
953
- "value_type": "bool",
954
- "default_value": false,
955
- "value": false
956
- },
957
- {
958
- "display_name": "Expected Life (whole years).",
959
- "display_name_short": "Expected Life (whole years).",
960
- "name": "expected_life",
961
- "value_type": "integer",
962
- "default_value": 20,
963
- "value": 20
964
- },
965
- {
966
- "display_name": "O & M Costs per Air Loop for Economizer ($).",
967
- "display_name_short": "O & M Costs per Air Loop for Economizer ($).",
968
- "name": "om_cost",
969
- "value_type": "double",
970
- "default_value": 0.0,
971
- "value": 0.0
972
- },
973
- {
974
- "display_name": "O & M Frequency (whole years).",
975
- "display_name_short": "O & M Frequency (whole years).",
976
- "name": "om_frequency",
977
- "value_type": "integer",
978
- "default_value": 1,
979
- "value": 1
980
- }
981
- ],
982
- "variables": [
983
- {
984
- "argument": {
985
- "display_name": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
986
- "display_name_short": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
987
- "name": "econoMaxDryBulbTemp",
988
- "value_type": "double",
989
- "default_value": 79.0,
990
- "value": 79.0
991
- },
992
- "display_name": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
993
- "display_name_short": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
994
- "units": null,
995
- "minimum": 76.0,
996
- "maximum": 80.0,
997
- "relation_to_output": null,
998
- "uuid": "ac508995-9b0d-4bc5-8b58-cb310a6803de",
999
- "version_uuid": "451d8ec2-6a02-4909-a40a-9c890104fa2b",
1000
- "variable": true,
1001
- "static_value": 79.0,
1002
- "uncertainty_description": {
1003
- "type": "triangle_uncertain",
1004
- "attributes": [
1005
- {
1006
- "name": "lower_bounds",
1007
- "value": 76.0
1008
- },
1009
- {
1010
- "name": "upper_bounds",
1011
- "value": 80.0
1012
- },
1013
- {
1014
- "name": "modes",
1015
- "value": 78.0
1016
- },
1017
- {
1018
- "name": "delta_x",
1019
- "value": null
1020
- },
1021
- {
1022
- "name": "stddev",
1023
- "value": null
1024
- }
1025
- ]
1026
- },
1027
- "workflow_index": 0
1028
- }
1029
- ],
1030
- "workflow_index": 5
1031
- },
1032
- {
1033
- "name": "set_boiler_thermal_efficiency",
1034
- "display_name": "Set Boiler Thermal Efficiency",
1035
- "measure_type": "RubyMeasure",
1036
- "measure_definition_class_name": "SetBoilerThermalEfficiency",
1037
- "measure_definition_directory": "ExampleMeasure",
1038
- "measure_definition_display_name": "Set Boiler Thermal Efficiency",
1039
- "measure_definition_name": "set_boiler_thermal_efficiency",
1040
- "measure_definition_name_xml": null,
1041
- "measure_definition_uuid": "eb68a75f-2754-4b27-858f-1f2e4f94fd01",
1042
- "measure_definition_version_uuid": "642c7b78-5f73-483c-8536-46cec812fa92",
1043
- "arguments": [
1044
- {
1045
- "display_name": "Apply the measure to",
1046
- "display_name_short": "Apply the measure to",
1047
- "name": "boiler_widget",
1048
- "value_type": "string",
1049
- "default_value": "*All boilers*",
1050
- "value": "*All boilers*"
1051
- },
1052
- {
1053
- "display_name": "Option 1, set boiler nominal thermal efficiency to a user defined value",
1054
- "display_name_short": "Option 1, set boiler nominal thermal efficiency to a user defined value",
1055
- "name": "input_option_manual",
1056
- "value_type": "bool",
1057
- "default_value": true,
1058
- "value": true
1059
- },
1060
- {
1061
- "display_name": "Option 2, set boiler nominal thermal efficiency based on ASHRAE Standard 90.1 requirement",
1062
- "display_name_short": "Option 2, set boiler nominal thermal efficiency based on ASHRAE Standard 90.1 requirement",
1063
- "name": "input_option_standard",
1064
- "value_type": "bool",
1065
- "default_value": false,
1066
- "value": false
1067
- },
1068
- {
1069
- "display_name": "Boiler nominal capacity [W]",
1070
- "display_name_short": "Boiler nominal capacity [W]",
1071
- "name": "nominal_capacity",
1072
- "value_type": "double",
1073
- "default_value": 0.0,
1074
- "value": 0.0
1075
- },
1076
- {
1077
- "display_name": "Fuel type",
1078
- "display_name_short": "Fuel type",
1079
- "name": "fuel_type_widget",
1080
- "value_type": "string",
1081
- "default_value": "0.0",
1082
- "value": "0.0"
1083
- },
1084
- {
1085
- "display_name": "ASHRAE Standards 90.1",
1086
- "display_name_short": "ASHRAE Standards 90.1",
1087
- "name": "standards_widget",
1088
- "value_type": "string",
1089
- "default_value": "0.0",
1090
- "value": "0.0"
1091
- }
1092
- ],
1093
- "variables": [
1094
- {
1095
- "argument": {
1096
- "display_name": "Boiler nominal thermal efficiency (between 0 and 1)",
1097
- "display_name_short": "Boiler nominal thermal efficiency (between 0 and 1)",
1098
- "name": "boiler_thermal_efficiency",
1099
- "value_type": "double",
1100
- "default_value": 0.8,
1101
- "value": 0.8
1102
- },
1103
- "display_name": "Boiler nominal thermal efficiency (between 0 and 1)",
1104
- "display_name_short": "Boiler nominal thermal efficiency (between 0 and 1)",
1105
- "units": null,
1106
- "minimum": 0.5,
1107
- "maximum": 0.9,
1108
- "relation_to_output": null,
1109
- "uuid": "564e356c-3aae-4e6e-835c-3a3e2cc678b7",
1110
- "version_uuid": "53a4b5df-e30d-4ef7-931f-dbdc0a0c944d",
1111
- "variable": true,
1112
- "static_value": 0.8,
1113
- "uncertainty_description": {
1114
- "type": "triangle_uncertain",
1115
- "attributes": [
1116
- {
1117
- "name": "lower_bounds",
1118
- "value": 0.5
1119
- },
1120
- {
1121
- "name": "upper_bounds",
1122
- "value": 0.9
1123
- },
1124
- {
1125
- "name": "modes",
1126
- "value": 0.75
1127
- },
1128
- {
1129
- "name": "delta_x",
1130
- "value": null
1131
- },
1132
- {
1133
- "name": "stddev",
1134
- "value": null
1135
- }
1136
- ]
1137
- },
1138
- "workflow_index": 0
1139
- }
1140
- ],
1141
- "workflow_index": 6
1142
- },
1143
- {
1144
- "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
1145
- "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
1146
- "measure_type": "RubyMeasure",
1147
- "measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
1148
- "measure_definition_directory": "ExampleMeasure",
1149
- "measure_definition_display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
1150
- "measure_definition_name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
1151
- "measure_definition_name_xml": null,
1152
- "measure_definition_uuid": "e2d08847-dccb-4221-90a6-71f608260688",
1153
- "measure_definition_version_uuid": "50c87718-77fb-4fe8-aba2-23d8beb51ff5",
1154
- "arguments": [
1155
- {
1156
- "display_name": "Allow both increase and decrease in R-value to reach requested target?",
1157
- "display_name_short": "Allow both increase and decrease in R-value to reach requested target?",
1158
- "name": "allow_reduction",
1159
- "value_type": "bool",
1160
- "default_value": true,
1161
- "value": true
1162
- },
1163
- {
1164
- "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
1165
- "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
1166
- "name": "material_cost_increase_ip",
1167
- "value_type": "double",
1168
- "default_value": 0.0,
1169
- "value": 0.0
1170
- },
1171
- {
1172
- "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
1173
- "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
1174
- "name": "one_time_retrofit_cost_ip",
1175
- "value_type": "double",
1176
- "default_value": 0.0,
1177
- "value": 0.0
1178
- },
1179
- {
1180
- "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
1181
- "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
1182
- "name": "years_until_retrofit_cost",
1183
- "value_type": "integer",
1184
- "default_value": 0,
1185
- "value": 0
1186
- }
1187
- ],
1188
- "variables": [
1189
- {
1190
- "argument": {
1191
- "display_name": "Insulation R-value (ft^2*h*R/Btu).",
1192
- "display_name_short": "Insulation R-value (ft^2*h*R/Btu).",
1193
- "name": "r_value",
1194
- "value_type": "double",
1195
- "default_value": 5.0,
1196
- "value": 5.0
1197
- },
1198
- "display_name": "Insulation R-value (ft^2*h*R/Btu).",
1199
- "display_name_short": "Insulation R-value (ft^2*h*R/Btu).",
1200
- "units": null,
1201
- "minimum": 1.0,
1202
- "maximum": 5.0,
1203
- "relation_to_output": null,
1204
- "uuid": "e94cd112-7af4-4913-b08f-4446c8213207",
1205
- "version_uuid": "5cf49ac2-3a85-434a-84e6-5986e71e7527",
1206
- "variable": true,
1207
- "static_value": 5.0,
1208
- "uncertainty_description": {
1209
- "type": "triangle_uncertain",
1210
- "attributes": [
1211
- {
1212
- "name": "lower_bounds",
1213
- "value": 1.0
1214
- },
1215
- {
1216
- "name": "upper_bounds",
1217
- "value": 5.0
1218
- },
1219
- {
1220
- "name": "modes",
1221
- "value": 2.5
1222
- },
1223
- {
1224
- "name": "delta_x",
1225
- "value": null
1226
- },
1227
- {
1228
- "name": "stddev",
1229
- "value": null
1230
- }
1231
- ]
1232
- },
1233
- "workflow_index": 0
1234
- }
1235
- ],
1236
- "workflow_index": 7
1237
- },
1238
- {
1239
- "name": "setchillercop",
1240
- "display_name": "SetChillerCOP",
1241
- "measure_type": "RubyMeasure",
1242
- "measure_definition_class_name": "SetChillerCOP",
1243
- "measure_definition_directory": "ExampleMeasure",
1244
- "measure_definition_display_name": "SetChillerCOP",
1245
- "measure_definition_name": "setchillercop",
1246
- "measure_definition_name_xml": null,
1247
- "measure_definition_uuid": "3de140e8-94ae-4459-88ac-65fdd305ef04",
1248
- "measure_definition_version_uuid": "e0903e82-db70-4c0b-a98a-7f7c25a75564",
1249
- "arguments": [
1250
- {
1251
- "display_name": "Apply the measure to",
1252
- "display_name_short": "Apply the measure to",
1253
- "name": "chiller_widget",
1254
- "value_type": "string",
1255
- "default_value": "*All chillers*",
1256
- "value": "*All chillers*"
1257
- }
1258
- ],
1259
- "variables": [
1260
- {
1261
- "argument": {
1262
- "display_name": "Chiller Rated COP (more than 0)",
1263
- "display_name_short": "Chiller Rated COP (more than 0)",
1264
- "name": "chiller_thermal_efficiency",
1265
- "value_type": "double",
1266
- "default_value": 3.0,
1267
- "value": 3.0
1268
- },
1269
- "display_name": "Chiller Rated COP (more than 0)",
1270
- "display_name_short": "Chiller Rated COP (more than 0)",
1271
- "units": null,
1272
- "minimum": 2.5,
1273
- "maximum": 5.5,
1274
- "relation_to_output": null,
1275
- "uuid": "deca725a-cf17-429d-b2a8-ebc4ab0d46f0",
1276
- "version_uuid": "b5a9b7f2-89e3-4aeb-9d3b-c9c97584e16b",
1277
- "variable": true,
1278
- "static_value": 3.0,
1279
- "uncertainty_description": {
1280
- "type": "triangle_uncertain",
1281
- "attributes": [
1282
- {
1283
- "name": "lower_bounds",
1284
- "value": 2.5
1285
- },
1286
- {
1287
- "name": "upper_bounds",
1288
- "value": 5.5
1289
- },
1290
- {
1291
- "name": "modes",
1292
- "value": 3.5
1293
- },
1294
- {
1295
- "name": "delta_x",
1296
- "value": null
1297
- },
1298
- {
1299
- "name": "stddev",
1300
- "value": null
1301
- }
1302
- ]
1303
- },
1304
- "workflow_index": 0
1305
- }
1306
- ],
1307
- "workflow_index": 8
1308
- },
1309
- {
1310
- "name": "set_heating_and_cooling_sizing_factors",
1311
- "display_name": "Set Heating and Cooling Sizing Factors",
1312
- "measure_type": "RubyMeasure",
1313
- "measure_definition_class_name": "SetHeatingandCoolingSizingFactors",
1314
- "measure_definition_directory": "ExampleMeasure",
1315
- "measure_definition_display_name": "Set Heating and Cooling Sizing Factors",
1316
- "measure_definition_name": "set_heating_and_cooling_sizing_factors",
1317
- "measure_definition_name_xml": null,
1318
- "measure_definition_uuid": "148d3c39-a975-4589-ac16-4beba6214821",
1319
- "measure_definition_version_uuid": "a7e132b3-e8c7-4296-9758-c6567003a26b",
1320
- "arguments": [
1321
-
1322
- ],
1323
- "variables": [
1324
- {
1325
- "argument": {
1326
- "display_name": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1327
- "display_name_short": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1328
- "name": "htg_sz_factor",
1329
- "value_type": "double",
1330
- "default_value": 1.25,
1331
- "value": 1.25
1332
- },
1333
- "display_name": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1334
- "display_name_short": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
1335
- "units": null,
1336
- "minimum": 1.0,
1337
- "maximum": 1.5,
1338
- "relation_to_output": null,
1339
- "uuid": "ba14b224-ce6a-476f-89e0-92b55af6f6b5",
1340
- "version_uuid": "6ba67c01-3599-45c3-afef-f062f68919b8",
1341
- "variable": true,
1342
- "static_value": 1.25,
1343
- "uncertainty_description": {
1344
- "type": "triangle_uncertain",
1345
- "attributes": [
1346
- {
1347
- "name": "lower_bounds",
1348
- "value": 1.0
1349
- },
1350
- {
1351
- "name": "upper_bounds",
1352
- "value": 1.5
1353
- },
1354
- {
1355
- "name": "modes",
1356
- "value": 1.25
1357
- },
1358
- {
1359
- "name": "delta_x",
1360
- "value": null
1361
- },
1362
- {
1363
- "name": "stddev",
1364
- "value": null
1365
- }
1366
- ]
1367
- },
1368
- "workflow_index": 0
1369
- },
1370
- {
1371
- "argument": {
1372
- "display_name": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1373
- "display_name_short": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1374
- "name": "clg_sz_factor",
1375
- "value_type": "double",
1376
- "default_value": 1.15,
1377
- "value": 1.15
1378
- },
1379
- "display_name": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1380
- "display_name_short": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
1381
- "units": null,
1382
- "minimum": 1.0,
1383
- "maximum": 1.5,
1384
- "relation_to_output": null,
1385
- "uuid": "03bf2bb4-c889-4863-9021-345a51f54011",
1386
- "version_uuid": "8a0d6c18-5b56-4ecd-b9cb-540bb7797323",
1387
- "variable": true,
1388
- "static_value": 1.15,
1389
- "uncertainty_description": {
1390
- "type": "triangle_uncertain",
1391
- "attributes": [
1392
- {
1393
- "name": "lower_bounds",
1394
- "value": 1.0
1395
- },
1396
- {
1397
- "name": "upper_bounds",
1398
- "value": 1.5
1399
- },
1400
- {
1401
- "name": "modes",
1402
- "value": 1.15
1403
- },
1404
- {
1405
- "name": "delta_x",
1406
- "value": null
1407
- },
1408
- {
1409
- "name": "stddev",
1410
- "value": null
1411
- }
1412
- ]
1413
- },
1414
- "workflow_index": 1
1415
- }
1416
- ],
1417
- "workflow_index": 9
1418
- },
1419
- {
1420
- "name": "set_chilled_water_loop_temperature",
1421
- "display_name": "Set Chilled Water Loop Temperature",
1422
- "measure_type": "RubyMeasure",
1423
- "measure_definition_class_name": "SetChilledWaterLoopTemperature",
1424
- "measure_definition_directory": "ExampleMeasure",
1425
- "measure_definition_display_name": "Set Chilled Water Loop Temperature",
1426
- "measure_definition_name": "set_chilled_water_loop_temperature",
1427
- "measure_definition_name_xml": null,
1428
- "measure_definition_uuid": "323651a7-4394-448a-b2d4-b6b97c187b99",
1429
- "measure_definition_version_uuid": "f994be16-8c12-4175-8885-c768ed0fc6cc",
1430
- "arguments": [
1431
-
1432
- ],
1433
- "variables": [
1434
- {
1435
- "argument": {
1436
- "display_name": "Desired chilled water setpoint (F)",
1437
- "display_name_short": "Desired chilled water setpoint (F)",
1438
- "name": "cw_temp_f",
1439
- "value_type": "double",
1440
- "default_value": 44.0,
1441
- "value": 44.0
1442
- },
1443
- "display_name": "Desired chilled water setpoint (F)",
1444
- "display_name_short": "Desired chilled water setpoint (F)",
1445
- "units": null,
1446
- "minimum": 42.0,
1447
- "maximum": 46.0,
1448
- "relation_to_output": null,
1449
- "uuid": "0c8de12c-f8a9-4627-aad9-f05d797ed731",
1450
- "version_uuid": "557129c6-4d90-42c5-a868-b23048ce84c3",
1451
- "variable": true,
1452
- "static_value": 44.0,
1453
- "uncertainty_description": {
1454
- "type": "triangle_uncertain",
1455
- "attributes": [
1456
- {
1457
- "name": "lower_bounds",
1458
- "value": 42.0
1459
- },
1460
- {
1461
- "name": "upper_bounds",
1462
- "value": 46.0
1463
- },
1464
- {
1465
- "name": "modes",
1466
- "value": 44.0
1467
- },
1468
- {
1469
- "name": "delta_x",
1470
- "value": null
1471
- },
1472
- {
1473
- "name": "stddev",
1474
- "value": null
1475
- }
1476
- ]
1477
- },
1478
- "workflow_index": 0
1479
- }
1480
- ],
1481
- "workflow_index": 10
1482
- },
1483
- {
1484
- "name": "set_hot_water_loop_temperature",
1485
- "display_name": "Set Hot Water Loop Temperature",
1486
- "measure_type": "RubyMeasure",
1487
- "measure_definition_class_name": "SetHotWaterLoopTemperature",
1488
- "measure_definition_directory": "ExampleMeasure",
1489
- "measure_definition_display_name": "Set Hot Water Loop Temperature",
1490
- "measure_definition_name": "set_hot_water_loop_temperature",
1491
- "measure_definition_name_xml": null,
1492
- "measure_definition_uuid": "2663b59f-892e-4110-9367-262acb0df590",
1493
- "measure_definition_version_uuid": "4d153094-32f2-481c-a99c-7009372fdda5",
1494
- "arguments": [
1495
-
1496
- ],
1497
- "variables": [
1498
- {
1499
- "argument": {
1500
- "display_name": "Desired hot water setpoint (F)",
1501
- "display_name_short": "Desired hot water setpoint (F)",
1502
- "name": "hw_temp_f",
1503
- "value_type": "double",
1504
- "default_value": 120.0,
1505
- "value": 120.0
1506
- },
1507
- "display_name": "Desired hot water setpoint (F)",
1508
- "display_name_short": "Desired hot water setpoint (F)",
1509
- "units": null,
1510
- "minimum": 118.0,
1511
- "maximum": 122.0,
1512
- "relation_to_output": null,
1513
- "uuid": "2d69ff94-aa06-45aa-ab55-fa3b5872eca9",
1514
- "version_uuid": "498227d9-3da7-48b4-b290-4f48e5b81ab6",
1515
- "variable": true,
1516
- "static_value": 120.0,
1517
- "uncertainty_description": {
1518
- "type": "triangle_uncertain",
1519
- "attributes": [
1520
- {
1521
- "name": "lower_bounds",
1522
- "value": 118.0
1523
- },
1524
- {
1525
- "name": "upper_bounds",
1526
- "value": 122.0
1527
- },
1528
- {
1529
- "name": "modes",
1530
- "value": 120.0
1531
- },
1532
- {
1533
- "name": "delta_x",
1534
- "value": null
1535
- },
1536
- {
1537
- "name": "stddev",
1538
- "value": null
1539
- }
1540
- ]
1541
- },
1542
- "workflow_index": 0
1543
- }
1544
- ],
1545
- "workflow_index": 11
1546
- },
1547
- {
1548
- "name": "set_minimum_vav_terminal_flow_fraction",
1549
- "display_name": "Set Minimum VAV Terminal Flow Fraction",
1550
- "measure_type": "RubyMeasure",
1551
- "measure_definition_class_name": "SetMinimumVAVTerminalFlowFraction",
1552
- "measure_definition_directory": "ExampleMeasure",
1553
- "measure_definition_display_name": "Set Minimum VAV Terminal Flow Fraction",
1554
- "measure_definition_name": "set_minimum_vav_terminal_flow_fraction",
1555
- "measure_definition_name_xml": null,
1556
- "measure_definition_uuid": "9da2c17b-fc6e-49e4-852b-ef6b0acc4681",
1557
- "measure_definition_version_uuid": "918e5a3a-ab4b-40d9-86ea-b9e21cf8be43",
1558
- "arguments": [
1559
-
1560
- ],
1561
- "variables": [
1562
- {
1563
- "argument": {
1564
- "display_name": "Minimum VAV Terminal Flow Fraction (%)",
1565
- "display_name_short": "Minimum VAV Terminal Flow Fraction (%)",
1566
- "name": "min_vav_frac",
1567
- "value_type": "double",
1568
- "default_value": 30.0,
1569
- "value": 30.0
1570
- },
1571
- "display_name": "Minimum VAV Terminal Flow Fraction (%)",
1572
- "display_name_short": "Minimum VAV Terminal Flow Fraction (%)",
1573
- "units": null,
1574
- "minimum": 0.0,
1575
- "maximum": 60.0,
1576
- "relation_to_output": null,
1577
- "uuid": "fc02ecc7-8ece-42f3-b6ad-bfef809c3aa3",
1578
- "version_uuid": "45ef29f2-989d-4c23-a133-4bf331d4d449",
1579
- "variable": true,
1580
- "static_value": 30.0,
1581
- "uncertainty_description": {
1582
- "type": "triangle_uncertain",
1583
- "attributes": [
1584
- {
1585
- "name": "lower_bounds",
1586
- "value": 0.0
1587
- },
1588
- {
1589
- "name": "upper_bounds",
1590
- "value": 60.0
1591
- },
1592
- {
1593
- "name": "modes",
1594
- "value": 30.0
1595
- },
1596
- {
1597
- "name": "delta_x",
1598
- "value": null
1599
- },
1600
- {
1601
- "name": "stddev",
1602
- "value": null
1603
- }
1604
- ]
1605
- },
1606
- "workflow_index": 0
1607
- }
1608
- ],
1609
- "workflow_index": 12
1610
- },
1611
- {
1612
- "name": "modify_energyplus_fan_varaible_volume_objects",
1613
- "display_name": "Modify EnergyPlus Fan Varaible Volume Objects",
1614
- "measure_type": "EnergyPlusMeasure",
1615
- "measure_definition_class_name": "ModifyEnergyPlusFanVariableVolumeObjects",
1616
- "measure_definition_directory": "ExampleMeasure",
1617
- "measure_definition_display_name": "Modify EnergyPlus Fan Varaible Volume Objects",
1618
- "measure_definition_name": "modify_energyplus_fan_varaible_volume_objects",
1619
- "measure_definition_name_xml": null,
1620
- "measure_definition_uuid": "da9d31bc-f07a-40d5-8147-84704e288f10",
1621
- "measure_definition_version_uuid": "c13cc12d-67cb-42c5-a9d6-f7aaec0ae1a7",
1622
- "arguments": [
1623
-
1624
- ],
1625
- "variables": [
1626
- {
1627
- "argument": {
1628
- "display_name": "Pressure Rise (Pa).",
1629
- "display_name_short": "Pressure Rise (Pa).",
1630
- "name": "pressureRise",
1631
- "value_type": "double",
1632
- "default_value": 500.0,
1633
- "value": 500.0
1634
- },
1635
- "display_name": "Pressure Rise (Pa).",
1636
- "display_name_short": "Pressure Rise (Pa).",
1637
- "units": null,
1638
- "minimum": 400.0,
1639
- "maximum": 700.0,
1640
- "relation_to_output": null,
1641
- "uuid": "7a67e75e-a725-4163-b582-c144c0729503",
1642
- "version_uuid": "420c09bb-419a-47ea-b069-f9d689865e79",
1643
- "variable": true,
1644
- "static_value": 500.0,
1645
- "uncertainty_description": {
1646
- "type": "triangle_uncertain",
1647
- "attributes": [
1648
- {
1649
- "name": "lower_bounds",
1650
- "value": 400.0
1651
- },
1652
- {
1653
- "name": "upper_bounds",
1654
- "value": 700.0
1655
- },
1656
- {
1657
- "name": "modes",
1658
- "value": 500.0
1659
- },
1660
- {
1661
- "name": "delta_x",
1662
- "value": 5.0
1663
- },
1664
- {
1665
- "name": "stddev",
1666
- "value": null
1667
- }
1668
- ]
1669
- },
1670
- "workflow_index": 0
1671
- }
1672
- ],
1673
- "workflow_index": 13
1674
- }
1675
- ]
1676
- },
1677
- "seed": null,
1678
- "weather_file": null,
1679
- "file_format_version": 1
1680
- }
1681
- }