openstudio-analysis 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -0
  3. data/lib/openstudio/analysis/server_api.rb +1 -1
  4. data/lib/openstudio/analysis/translator/excel.rb +55 -7
  5. data/lib/openstudio/analysis/version.rb +1 -1
  6. data/lib/openstudio/helpers/string.rb +7 -1
  7. data/lib/openstudio/templates/analysis.json.erb +1 -0
  8. data/spec/files/discrete_variables.xlsx +0 -0
  9. data/spec/files/export/analysis/discrete_seed.json +81 -75
  10. data/spec/files/export/analysis/discrete_seed.zip +0 -0
  11. data/spec/files/export/analysis/output_vars.json +654 -0
  12. data/spec/files/export/analysis/output_vars.zip +0 -0
  13. data/spec/files/export/analysis/small_seed.json +83 -77
  14. data/spec/files/export/analysis/small_seed.zip +0 -0
  15. data/spec/files/no_variables.xlsx +0 -0
  16. data/spec/files/outputvars.xlsx +0 -0
  17. data/spec/files/proxy.xlsx +0 -0
  18. data/spec/files/proxy_user.xlsx +0 -0
  19. data/spec/files/setup_version_2.xlsx +0 -0
  20. data/spec/files/small_list.xlsx +0 -0
  21. data/spec/files/small_list_incomplete.xlsx +0 -0
  22. data/spec/files/small_list_repeat_vars.xlsx +0 -0
  23. data/spec/files/small_list_validation_errors.xlsx +0 -0
  24. data/spec/files/template_input_0.1.10.xlsx +0 -0
  25. data/spec/openstudio/analysis/translator/excel_spec.rb +86 -2
  26. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.47.xml +9 -0
  27. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.48.xml +9 -0
  28. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.49.xml +9 -0
  29. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.50.xml +9 -0
  30. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.47.xml +9 -0
  31. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.48.xml +9 -0
  32. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.49.xml +9 -0
  33. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.50.xml +9 -0
  34. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.47.xml +7 -0
  35. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.48.xml +7 -0
  36. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.49.xml +7 -0
  37. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.50.xml +7 -0
  38. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.5.xml +21 -0
  39. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.6.xml +21 -0
  40. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.7.xml +21 -0
  41. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.8.xml +21 -0
  42. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.47.xml +20 -0
  43. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.48.xml +20 -0
  44. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.49.xml +20 -0
  45. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.50.xml +20 -0
  46. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.13.xml +9 -0
  47. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.14.xml +9 -0
  48. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.15.xml +9 -0
  49. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.16.xml +9 -0
  50. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.19.xml +9 -0
  51. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.20.xml +9 -0
  52. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.21.xml +9 -0
  53. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.22.xml +9 -0
  54. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.0.xml +35 -0
  55. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.1.xml +35 -0
  56. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.2.xml +37 -0
  57. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +35 -0
  58. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +21 -0
  59. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.40.xml +21 -0
  60. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.41.xml +21 -0
  61. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.42.xml +21 -0
  62. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.47.xml +9 -0
  63. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.48.xml +9 -0
  64. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.49.xml +9 -0
  65. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.50.xml +9 -0
  66. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.47.xml +9 -0
  67. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.48.xml +9 -0
  68. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.49.xml +9 -0
  69. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.50.xml +9 -0
  70. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.47.xml +24 -0
  71. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.48.xml +24 -0
  72. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.49.xml +24 -0
  73. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.50.xml +24 -0
  74. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.47.xml +9 -0
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.48.xml +9 -0
  76. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.49.xml +9 -0
  77. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.50.xml +9 -0
  78. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +13 -0
  79. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.47.xml +7 -0
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.48.xml +7 -0
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.49.xml +7 -0
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.50.xml +7 -0
  83. metadata +124 -2
@@ -0,0 +1,654 @@
1
+ {
2
+ "analysis": {
3
+ "display_name": "Output Vars",
4
+ "name": "output_vars",
5
+ "parameter_space": [
6
+
7
+ ],
8
+ "output_variables": [
9
+ {
10
+ "display_name": "Heating Natural Gas",
11
+ "name": "heating_natural_gas",
12
+ "units": "MJ/m2",
13
+ "objective_function": true,
14
+ "objective_function_target": 462.1635,
15
+ "objective_function_index": 0
16
+ },
17
+ {
18
+ "display_name": "Cooling Electricity",
19
+ "name": "Cooling Electricity",
20
+ "units": "MJ/m3",
21
+ "objective_function": true,
22
+ "objective_function_target": 84.16202,
23
+ "objective_function_index": 1
24
+ },
25
+ {
26
+ "display_name": "Interior Equipment Electricity",
27
+ "name": "Interior Equipment Electricity",
28
+ "units": "MJ/m4",
29
+ "objective_function": true,
30
+ "objective_function_target": 121.9985,
31
+ "objective_function_index": 2
32
+ },
33
+ {
34
+ "display_name": "Fans Electricity",
35
+ "name": "fans_electricity",
36
+ "units": "MJ/m5",
37
+ "objective_function": true,
38
+ "objective_function_target": 87.92142,
39
+ "objective_function_index": 3
40
+ }
41
+ ],
42
+ "problem": {
43
+ "algorithm": {
44
+ "sample_method": "all_variables",
45
+ "number_of_samples": 100,
46
+ "number_of_generations": 20,
47
+ "objective_functions": [
48
+ "heating_natural_gas",
49
+ "Cooling Electricity",
50
+ "Interior Equipment Electricity",
51
+ "fans_electricity"
52
+ ]
53
+ },
54
+ "name": "Problem",
55
+ "workflow": [
56
+ {
57
+ "arguments": [
58
+ {
59
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
60
+ "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
61
+ "name": "space_type",
62
+ "value": "*Entire Building*",
63
+ "uuid": "083a9ad0-6dfc-0131-dc4b-14109fdf0b37",
64
+ "version_uuid": "083ab410-6dfc-0131-dc4c-14109fdf0b37"
65
+ },
66
+ {
67
+ "display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
68
+ "machine_name": "increase_in_material_and_installation_cost_for_lighting_per_floor_area_(%).",
69
+ "name": "material_and_installation_cost",
70
+ "value": 0.0,
71
+ "uuid": "083ad6d0-6dfc-0131-dc4d-14109fdf0b37",
72
+ "version_uuid": "083aefc0-6dfc-0131-dc4e-14109fdf0b37"
73
+ },
74
+ {
75
+ "display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
76
+ "machine_name": "increase_in_demolition_costs_for_lighting_per_floor_area_(%).",
77
+ "name": "demolition_cost",
78
+ "value": 0.0,
79
+ "uuid": "083b0b10-6dfc-0131-dc4f-14109fdf0b37",
80
+ "version_uuid": "083b2a00-6dfc-0131-dc50-14109fdf0b37"
81
+ },
82
+ {
83
+ "display_name": "Years Until Costs Start (whole years).",
84
+ "machine_name": "years_until_costs_start_(whole_years).",
85
+ "name": "years_until_costs_start",
86
+ "value": 0,
87
+ "uuid": "083b4590-6dfc-0131-dc51-14109fdf0b37",
88
+ "version_uuid": "083b63f0-6dfc-0131-dc52-14109fdf0b37"
89
+ },
90
+ {
91
+ "display_name": "Demolition Costs Occur During Initial Construction?",
92
+ "machine_name": "demolition_costs_occur_during_initial_construction?",
93
+ "name": "demo_cost_initial_const",
94
+ "value": true,
95
+ "uuid": "083b8640-6dfc-0131-dc53-14109fdf0b37",
96
+ "version_uuid": "083ba1a0-6dfc-0131-dc54-14109fdf0b37"
97
+ },
98
+ {
99
+ "display_name": "Expected Life (whole years).",
100
+ "machine_name": "expected_life_(whole_years).",
101
+ "name": "expected_life",
102
+ "value": 15,
103
+ "uuid": "083bc0a0-6dfc-0131-dc55-14109fdf0b37",
104
+ "version_uuid": "083bda20-6dfc-0131-dc56-14109fdf0b37"
105
+ },
106
+ {
107
+ "display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
108
+ "machine_name": "increase_o_&_m_costs_for_lighting_per_floor_area_(%).",
109
+ "name": "om_cost",
110
+ "value": 0.0,
111
+ "uuid": "083bf590-6dfc-0131-dc57-14109fdf0b37",
112
+ "version_uuid": "083c0df0-6dfc-0131-dc58-14109fdf0b37"
113
+ },
114
+ {
115
+ "display_name": "O & M Frequency (whole years).",
116
+ "machine_name": "o_&_m_frequency_(whole_years).",
117
+ "name": "om_frequency",
118
+ "value": 1,
119
+ "uuid": "083c2970-6dfc-0131-dc59-14109fdf0b37",
120
+ "version_uuid": "083c45c0-6dfc-0131-dc5a-14109fdf0b37"
121
+ }
122
+ ],
123
+ "bcl_measure_directory": "./measures/reduce_lighting_loads_by_percentage",
124
+ "measure_definition_directory_CHANGE_TO_ME": "./measures/reduce_lighting_loads_by_percentage",
125
+ "bcl_measure_class_name_ADDME": "ReduceLightingLoadsByPercentage",
126
+ "measure_definition_class_name_CHANGE_TO_ME": "ReduceLightingLoadsByPercentage",
127
+ "measure_definition_class_name": "ReduceLightingLoadsByPercentage",
128
+ "bcl_measure_uuid": "0839ef80-6dfc-0131-dc45-14109fdf0b37",
129
+ "measure_definition_uuid_CHANGE_TO_ME": "083a0a70-6dfc-0131-dc46-14109fdf0b37",
130
+ "bcl_measure_version_uuid": "083a23a0-6dfc-0131-dc47-14109fdf0b37",
131
+ "measure_definition_version_uuid_CHANGE_TO_ME": "083a4040-6dfc-0131-dc48-14109fdf0b37",
132
+ "measure_type": "RubyMeasure",
133
+ "name": "reduce_lighting_loads_by_percentage",
134
+ "display_name": "Reduce Lighting Loads by Percentage",
135
+ "uuid": "083a5f70-6dfc-0131-dc49-14109fdf0b37",
136
+ "variables": [
137
+ {
138
+ "argument": {
139
+ "display_name": "Lighting Power Reduction",
140
+ "machine_name": "lighting_power_reduction",
141
+ "name": "lighting_power_reduction_percent",
142
+ "uuid": "a0618d15-bb0b-4494-a72f-8ad628693a7e",
143
+ "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
144
+ },
145
+ "display_name": "Lighting Power Reduction",
146
+ "machine_name": "lighting_power_reduction",
147
+ "name": "lighting_power_reduction",
148
+ "minimum": 0.0,
149
+ "maximum": 50.0,
150
+ "units": "",
151
+ "variable": true,
152
+ "variable_ADDME": true,
153
+ "relation_to_output": "",
154
+ "uncertainty_description": {
155
+ "attributes": [
156
+ {
157
+ "name": "modes",
158
+ "value": 40.0
159
+ },
160
+ {
161
+ "name": "lower_bounds",
162
+ "value": 0.0
163
+ },
164
+ {
165
+ "name": "upper_bounds",
166
+ "value": 50.0
167
+ },
168
+ {
169
+ "name": "stddev",
170
+ "value": 8.333333333333334
171
+ }
172
+ ],
173
+ "type": "triangle_uncertain"
174
+ },
175
+ "uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
176
+ "variable_type": "RubyContinuousVariable",
177
+ "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
178
+ }
179
+ ],
180
+ "version_uuid": "083a7b40-6dfc-0131-dc4a-14109fdf0b37",
181
+ "workflow_index": 0,
182
+ "workflow_step_type": "Measure"
183
+ },
184
+ {
185
+ "arguments": [
186
+ {
187
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
188
+ "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
189
+ "name": "space_type",
190
+ "value": "*Entire Building*",
191
+ "uuid": "083d1740-6dfc-0131-dc61-14109fdf0b37",
192
+ "version_uuid": "083d2fc0-6dfc-0131-dc62-14109fdf0b37"
193
+ },
194
+ {
195
+ "display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
196
+ "machine_name": "increase_in_material_and_installation_costs_for_building_per_affected_floor_area_($/ft^2).",
197
+ "name": "material_and_installation_cost",
198
+ "value": 0.0,
199
+ "uuid": "083d5170-6dfc-0131-dc63-14109fdf0b37",
200
+ "version_uuid": "083d6a50-6dfc-0131-dc64-14109fdf0b37"
201
+ },
202
+ {
203
+ "display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
204
+ "machine_name": "o_&_m_costs_for_construction_per_affected_floor_area_($/ft^2).",
205
+ "name": "om_cost",
206
+ "value": 0.0,
207
+ "uuid": "083d85e0-6dfc-0131-dc65-14109fdf0b37",
208
+ "version_uuid": "083d9f00-6dfc-0131-dc66-14109fdf0b37"
209
+ },
210
+ {
211
+ "display_name": "O & M Frequency (whole years).",
212
+ "machine_name": "o_&_m_frequency_(whole_years).",
213
+ "name": "om_frequency",
214
+ "value": 1,
215
+ "uuid": "083dbd10-6dfc-0131-dc67-14109fdf0b37",
216
+ "version_uuid": "083dd5d0-6dfc-0131-dc68-14109fdf0b37"
217
+ }
218
+ ],
219
+ "bcl_measure_directory": "./measures/reduce_space_infiltration_by_percentage",
220
+ "measure_definition_directory_CHANGE_TO_ME": "./measures/reduce_space_infiltration_by_percentage",
221
+ "bcl_measure_class_name_ADDME": "ReduceSpaceInfiltrationByPercentage",
222
+ "measure_definition_class_name_CHANGE_TO_ME": "ReduceSpaceInfiltrationByPercentage",
223
+ "measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
224
+ "bcl_measure_uuid": "083c65e0-6dfc-0131-dc5b-14109fdf0b37",
225
+ "measure_definition_uuid_CHANGE_TO_ME": "083c8010-6dfc-0131-dc5c-14109fdf0b37",
226
+ "bcl_measure_version_uuid": "083c9c00-6dfc-0131-dc5d-14109fdf0b37",
227
+ "measure_definition_version_uuid_CHANGE_TO_ME": "083cb950-6dfc-0131-dc5e-14109fdf0b37",
228
+ "measure_type": "RubyMeasure",
229
+ "name": "reducespaceinfiltrationbypercentage",
230
+ "display_name": "ReduceSpaceInfiltrationByPercentage",
231
+ "uuid": "083cd800-6dfc-0131-dc5f-14109fdf0b37",
232
+ "variables": [
233
+ {
234
+ "argument": {
235
+ "display_name": "Space Infiltration Power Reduction",
236
+ "machine_name": "space_infiltration_power_reduction",
237
+ "name": "space_infiltration_reduction_percent",
238
+ "uuid": "a0618d15-bb0b-4494-a72f-8ad628693a7e",
239
+ "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
240
+ },
241
+ "display_name": "Space Infiltration Power Reduction",
242
+ "machine_name": "space_infiltration_power_reduction",
243
+ "name": "space_infiltration_power_reduction",
244
+ "minimum": 0.0,
245
+ "maximum": 30.0,
246
+ "units": "",
247
+ "variable": true,
248
+ "variable_ADDME": true,
249
+ "relation_to_output": "",
250
+ "uncertainty_description": {
251
+ "attributes": [
252
+ {
253
+ "name": "modes",
254
+ "value": 10.0
255
+ },
256
+ {
257
+ "name": "lower_bounds",
258
+ "value": 0.0
259
+ },
260
+ {
261
+ "name": "upper_bounds",
262
+ "value": 30.0
263
+ },
264
+ {
265
+ "name": "stddev",
266
+ "value": 5.0
267
+ }
268
+ ],
269
+ "type": "uniform_uncertain"
270
+ },
271
+ "uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
272
+ "variable_type": "RubyContinuousVariable",
273
+ "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
274
+ }
275
+ ],
276
+ "version_uuid": "083cf9a0-6dfc-0131-dc60-14109fdf0b37",
277
+ "workflow_index": 1,
278
+ "workflow_step_type": "Measure"
279
+ },
280
+ {
281
+ "arguments": [
282
+ {
283
+ "display_name": "Alter Design Day Thermostats?",
284
+ "machine_name": "alter_design_day_thermostats?",
285
+ "name": "alter_design_days",
286
+ "value": false,
287
+ "uuid": "08414300-6dfc-0131-dc6f-14109fdf0b37",
288
+ "version_uuid": "08416270-6dfc-0131-dc70-14109fdf0b37"
289
+ }
290
+ ],
291
+ "bcl_measure_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
292
+ "measure_definition_directory_CHANGE_TO_ME": "./measures/adjust_theromstat_setpoints_by_degrees",
293
+ "bcl_measure_class_name_ADDME": "AdjustTheromstatSetpointsByDegrees",
294
+ "measure_definition_class_name_CHANGE_TO_ME": "AdjustTheromstatSetpointsByDegrees",
295
+ "measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
296
+ "bcl_measure_uuid": "08405c60-6dfc-0131-dc69-14109fdf0b37",
297
+ "measure_definition_uuid_CHANGE_TO_ME": "084088f0-6dfc-0131-dc6a-14109fdf0b37",
298
+ "bcl_measure_version_uuid": "0840aaa0-6dfc-0131-dc6b-14109fdf0b37",
299
+ "measure_definition_version_uuid_CHANGE_TO_ME": "0840cc40-6dfc-0131-dc6c-14109fdf0b37",
300
+ "measure_type": "RubyMeasure",
301
+ "name": "adjust_thermostat_setpoints_by_degrees",
302
+ "display_name": "Adjust Thermostat Setpoints by Degrees",
303
+ "uuid": "0840eb80-6dfc-0131-dc6d-14109fdf0b37",
304
+ "variables": [
305
+ {
306
+ "argument": {
307
+ "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
308
+ "machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
309
+ "name": "cooling_adjustment",
310
+ "uuid": "a0618d15-bb0b-4494-a72f-8ad628693a7e",
311
+ "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
312
+ },
313
+ "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
314
+ "machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
315
+ "name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
316
+ "minimum": -4.0,
317
+ "maximum": 4.0,
318
+ "units": "",
319
+ "variable": true,
320
+ "variable_ADDME": true,
321
+ "relation_to_output": "",
322
+ "uncertainty_description": {
323
+ "attributes": [
324
+ {
325
+ "name": "modes",
326
+ "value": 0.0
327
+ },
328
+ {
329
+ "name": "lower_bounds",
330
+ "value": -4.0
331
+ },
332
+ {
333
+ "name": "upper_bounds",
334
+ "value": 4.0
335
+ },
336
+ {
337
+ "name": "stddev",
338
+ "value": 1.3333333333333333
339
+ }
340
+ ],
341
+ "type": "uniform_uncertain"
342
+ },
343
+ "uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
344
+ "variable_type": "RubyContinuousVariable",
345
+ "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
346
+ },
347
+ {
348
+ "argument": {
349
+ "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
350
+ "machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
351
+ "name": "heating_adjustment",
352
+ "uuid": "a0618d15-bb0b-4494-a72f-8ad628693a7e",
353
+ "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
354
+ },
355
+ "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
356
+ "machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
357
+ "name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
358
+ "minimum": -4.0,
359
+ "maximum": 4.0,
360
+ "units": "",
361
+ "variable": true,
362
+ "variable_ADDME": true,
363
+ "relation_to_output": "",
364
+ "uncertainty_description": {
365
+ "attributes": [
366
+ {
367
+ "name": "modes",
368
+ "value": 0.0
369
+ },
370
+ {
371
+ "name": "lower_bounds",
372
+ "value": -4.0
373
+ },
374
+ {
375
+ "name": "upper_bounds",
376
+ "value": 4.0
377
+ },
378
+ {
379
+ "name": "stddev",
380
+ "value": 1.3333333333333333
381
+ }
382
+ ],
383
+ "type": "uniform_uncertain"
384
+ },
385
+ "uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
386
+ "variable_type": "RubyContinuousVariable",
387
+ "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
388
+ }
389
+ ],
390
+ "version_uuid": "08410d00-6dfc-0131-dc6e-14109fdf0b37",
391
+ "workflow_index": 2,
392
+ "workflow_step_type": "Measure"
393
+ },
394
+ {
395
+ "arguments": [
396
+ {
397
+ "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
398
+ "machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
399
+ "name": "material_cost_increase_ip",
400
+ "value": 0.0,
401
+ "uuid": "08424fe0-6dfc-0131-dc77-14109fdf0b37",
402
+ "version_uuid": "08426d70-6dfc-0131-dc78-14109fdf0b37"
403
+ },
404
+ {
405
+ "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
406
+ "machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
407
+ "name": "one_time_retrofit_cost_ip",
408
+ "value": 0.0,
409
+ "uuid": "08428ac0-6dfc-0131-dc79-14109fdf0b37",
410
+ "version_uuid": "0842a510-6dfc-0131-dc7a-14109fdf0b37"
411
+ },
412
+ {
413
+ "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
414
+ "machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
415
+ "name": "years_until_retrofit_cost",
416
+ "value": 0,
417
+ "uuid": "0842c7d0-6dfc-0131-dc7b-14109fdf0b37",
418
+ "version_uuid": "0842e8b0-6dfc-0131-dc7c-14109fdf0b37"
419
+ }
420
+ ],
421
+ "bcl_measure_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
422
+ "measure_definition_directory_CHANGE_TO_ME": "./measures/increase_insulation_r_value_for_exterior_walls",
423
+ "bcl_measure_class_name_ADDME": "IncreaseInsulationRValueForExteriorWalls",
424
+ "measure_definition_class_name_CHANGE_TO_ME": "IncreaseInsulationRValueForExteriorWalls",
425
+ "measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
426
+ "bcl_measure_uuid": "08418e20-6dfc-0131-dc71-14109fdf0b37",
427
+ "measure_definition_uuid_CHANGE_TO_ME": "0841ab90-6dfc-0131-dc72-14109fdf0b37",
428
+ "bcl_measure_version_uuid": "0841c610-6dfc-0131-dc73-14109fdf0b37",
429
+ "measure_definition_version_uuid_CHANGE_TO_ME": "0841e490-6dfc-0131-dc74-14109fdf0b37",
430
+ "measure_type": "RubyMeasure",
431
+ "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
432
+ "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
433
+ "uuid": "08420020-6dfc-0131-dc75-14109fdf0b37",
434
+ "variables": [
435
+ {
436
+ "argument": {
437
+ "display_name": "Wall R Value",
438
+ "machine_name": "wall_r_value",
439
+ "name": "r_value",
440
+ "uuid": "a0618d15-bb0b-4494-a72f-8ad628693a7e",
441
+ "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
442
+ },
443
+ "display_name": "Wall R Value",
444
+ "machine_name": "wall_r_value",
445
+ "name": "wall_r_value",
446
+ "minimum": 0.0,
447
+ "maximum": 5.0,
448
+ "units": "",
449
+ "variable": true,
450
+ "variable_ADDME": true,
451
+ "relation_to_output": "",
452
+ "uncertainty_description": {
453
+ "attributes": [
454
+ {
455
+ "name": "modes",
456
+ "value": 2.5
457
+ },
458
+ {
459
+ "name": "lower_bounds",
460
+ "value": 0.0
461
+ },
462
+ {
463
+ "name": "upper_bounds",
464
+ "value": 5.0
465
+ },
466
+ {
467
+ "name": "stddev",
468
+ "value": 0.8333333333333334
469
+ }
470
+ ],
471
+ "type": "triangle_uncertain"
472
+ },
473
+ "uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
474
+ "variable_type": "RubyContinuousVariable",
475
+ "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
476
+ }
477
+ ],
478
+ "version_uuid": "084223c0-6dfc-0131-dc76-14109fdf0b37",
479
+ "workflow_index": 3,
480
+ "workflow_step_type": "Measure"
481
+ },
482
+ {
483
+ "arguments": [
484
+ {
485
+ "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
486
+ "machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
487
+ "name": "material_cost_increase_ip",
488
+ "value": 0.0,
489
+ "uuid": "0843cc70-6dfc-0131-dc83-14109fdf0b37",
490
+ "version_uuid": "0843e8c0-6dfc-0131-dc84-14109fdf0b37"
491
+ },
492
+ {
493
+ "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
494
+ "machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
495
+ "name": "one_time_retrofit_cost_ip",
496
+ "value": 0.0,
497
+ "uuid": "08440940-6dfc-0131-dc85-14109fdf0b37",
498
+ "version_uuid": "08442960-6dfc-0131-dc86-14109fdf0b37"
499
+ },
500
+ {
501
+ "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
502
+ "machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
503
+ "name": "years_until_retrofit_cost",
504
+ "value": 0,
505
+ "uuid": "08444610-6dfc-0131-dc87-14109fdf0b37",
506
+ "version_uuid": "08445f40-6dfc-0131-dc88-14109fdf0b37"
507
+ }
508
+ ],
509
+ "bcl_measure_directory": "./measures/increase_insulation_r_value_for_roofs",
510
+ "measure_definition_directory_CHANGE_TO_ME": "./measures/increase_insulation_r_value_for_roofs",
511
+ "bcl_measure_class_name_ADDME": "IncreaseInsulationRValueForRoofs",
512
+ "measure_definition_class_name_CHANGE_TO_ME": "IncreaseInsulationRValueForRoofs",
513
+ "measure_definition_class_name": "IncreaseInsulationRValueForRoofs",
514
+ "bcl_measure_uuid": "08430f10-6dfc-0131-dc7d-14109fdf0b37",
515
+ "measure_definition_uuid_CHANGE_TO_ME": "08432da0-6dfc-0131-dc7e-14109fdf0b37",
516
+ "bcl_measure_version_uuid": "08434fb0-6dfc-0131-dc7f-14109fdf0b37",
517
+ "measure_definition_version_uuid_CHANGE_TO_ME": "08436c60-6dfc-0131-dc80-14109fdf0b37",
518
+ "measure_type": "RubyMeasure",
519
+ "name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
520
+ "display_name": "Set R-value of Insulation for Roofs to a Specific Value",
521
+ "uuid": "084386f0-6dfc-0131-dc81-14109fdf0b37",
522
+ "variables": [
523
+ {
524
+ "argument": {
525
+ "display_name": "Roof R Value",
526
+ "machine_name": "roof_r_value",
527
+ "name": "r_value",
528
+ "uuid": "a0618d15-bb0b-4494-a72f-8ad628693a7e",
529
+ "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
530
+ },
531
+ "display_name": "Roof R Value",
532
+ "machine_name": "roof_r_value",
533
+ "name": "roof_r_value",
534
+ "minimum": 0.0,
535
+ "maximum": 5.0,
536
+ "units": "",
537
+ "variable": true,
538
+ "variable_ADDME": true,
539
+ "relation_to_output": "",
540
+ "uncertainty_description": {
541
+ "attributes": [
542
+ {
543
+ "name": "modes",
544
+ "value": 2.5
545
+ },
546
+ {
547
+ "name": "lower_bounds",
548
+ "value": 0.0
549
+ },
550
+ {
551
+ "name": "upper_bounds",
552
+ "value": 5.0
553
+ },
554
+ {
555
+ "name": "stddev",
556
+ "value": 0.8333333333333334
557
+ }
558
+ ],
559
+ "type": "triangle_uncertain"
560
+ },
561
+ "uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
562
+ "variable_type": "RubyContinuousVariable",
563
+ "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
564
+ }
565
+ ],
566
+ "version_uuid": "0843a580-6dfc-0131-dc82-14109fdf0b37",
567
+ "workflow_index": 4,
568
+ "workflow_step_type": "Measure"
569
+ },
570
+ {
571
+ "arguments": [
572
+ {
573
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
574
+ "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
575
+ "name": "space_type",
576
+ "value": "*Entire Building*",
577
+ "uuid": "08452b20-6dfc-0131-dc8f-14109fdf0b37",
578
+ "version_uuid": "08454530-6dfc-0131-dc90-14109fdf0b37"
579
+ }
580
+ ],
581
+ "bcl_measure_directory": "./measures/reduce_ventilation_by_percentage",
582
+ "measure_definition_directory_CHANGE_TO_ME": "./measures/reduce_ventilation_by_percentage",
583
+ "bcl_measure_class_name_ADDME": "ReduceVentilationByPercentage",
584
+ "measure_definition_class_name_CHANGE_TO_ME": "ReduceVentilationByPercentage",
585
+ "measure_definition_class_name": "ReduceVentilationByPercentage",
586
+ "bcl_measure_uuid": "08447eb0-6dfc-0131-dc89-14109fdf0b37",
587
+ "measure_definition_uuid_CHANGE_TO_ME": "08449710-6dfc-0131-dc8a-14109fdf0b37",
588
+ "bcl_measure_version_uuid": "0844b960-6dfc-0131-dc8b-14109fdf0b37",
589
+ "measure_definition_version_uuid_CHANGE_TO_ME": "0844d740-6dfc-0131-dc8c-14109fdf0b37",
590
+ "measure_type": "RubyMeasure",
591
+ "name": "reduce_ventilation_by_percentage",
592
+ "display_name": "Reduce Ventilation By Percentage",
593
+ "uuid": "0844f370-6dfc-0131-dc8d-14109fdf0b37",
594
+ "variables": [
595
+ {
596
+ "argument": {
597
+ "display_name": "Design Specification Outdoor Air Reduction (%).",
598
+ "machine_name": "design_specification_outdoor_air_reduction_(%).",
599
+ "name": "design_spec_outdoor_air_reduction_percent",
600
+ "uuid": "a0618d15-bb0b-4494-a72f-8ad628693a7e",
601
+ "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
602
+ },
603
+ "display_name": "Design Specification Outdoor Air Reduction (%).",
604
+ "machine_name": "design_specification_outdoor_air_reduction_(%).",
605
+ "name": "design_specification_outdoor_air_reduction_(%).",
606
+ "minimum": 0.0,
607
+ "maximum": 90.0,
608
+ "units": "",
609
+ "variable": true,
610
+ "variable_ADDME": true,
611
+ "relation_to_output": "",
612
+ "uncertainty_description": {
613
+ "attributes": [
614
+ {
615
+ "name": "modes",
616
+ "value": 20.0
617
+ },
618
+ {
619
+ "name": "lower_bounds",
620
+ "value": 0.0
621
+ },
622
+ {
623
+ "name": "upper_bounds",
624
+ "value": 90.0
625
+ },
626
+ {
627
+ "name": "stddev",
628
+ "value": 15.0
629
+ }
630
+ ],
631
+ "type": "triangle_uncertain"
632
+ },
633
+ "uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
634
+ "variable_type": "RubyContinuousVariable",
635
+ "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
636
+ }
637
+ ],
638
+ "version_uuid": "08450e10-6dfc-0131-dc8e-14109fdf0b37",
639
+ "workflow_index": 5,
640
+ "workflow_step_type": "Measure"
641
+ }
642
+ ],
643
+ "analysis_type": "nsga"
644
+ },
645
+ "seed": {
646
+ "file_type": "OSM",
647
+ "path": "./seed/small_seed.osm"
648
+ },
649
+ "weather_file": {
650
+ "file_type": "EPW",
651
+ "path": "./weather/partial_weather.epw"
652
+ }
653
+ }
654
+ }