openstudio-analysis 0.3.3 → 0.3.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 (90) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/openstudio/analysis/translator/excel.rb +6 -6
  4. data/lib/openstudio/analysis/version.rb +1 -1
  5. data/spec/files/analysis/medium_office.json +318 -240
  6. data/spec/files/analysis/medium_office.zip +0 -0
  7. data/spec/files/export/analysis/0_1_09_outputvars.json +757 -0
  8. data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
  9. data/spec/files/export/analysis/0_1_11_discrete_variables.json +778 -0
  10. data/spec/files/export/analysis/0_1_11_discrete_variables.zip +0 -0
  11. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.json +519 -0
  12. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.zip +0 -0
  13. data/spec/files/export/analysis/0_2_0_template_simpletest.json +542 -0
  14. data/spec/files/export/analysis/0_2_0_template_simpletest.zip +0 -0
  15. data/spec/files/export/analysis/0_3_0_outputs.json +1405 -0
  16. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  17. data/spec/files/export/analysis/cea41ea0-ef93-0131-b229-14109fdf0b37.json +1405 -0
  18. data/spec/files/export/analysis/{2bdc9c90-ef8f-0131-9f99-14109fdf0b37.zip → cea41ea0-ef93-0131-b229-14109fdf0b37.zip} +0 -0
  19. data/spec/files/export/analysis/{2bdc9c90-ef8f-0131-9f99-14109fdf0b37.json → cf38e530-ef93-0131-b234-14109fdf0b37.json} +18 -18
  20. data/spec/files/export/analysis/cf38e530-ef93-0131-b234-14109fdf0b37.zip +0 -0
  21. data/spec/files/export/analysis/small_seed.json +707 -0
  22. data/spec/files/export/analysis/small_seed.zip +0 -0
  23. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.51.xml +9 -0
  24. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.52.xml +9 -0
  25. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.53.xml +9 -0
  26. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.51.xml +9 -0
  27. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.52.xml +9 -0
  28. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.53.xml +9 -0
  29. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.51.xml +7 -0
  30. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.52.xml +7 -0
  31. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.53.xml +7 -0
  32. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.36.xml +19 -0
  33. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.37.xml +33 -0
  34. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.38.xml +21 -0
  35. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.36.xml +13 -0
  36. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.37.xml +27 -0
  37. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.38.xml +14 -0
  38. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.40.xml +18 -0
  39. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.41.xml +18 -0
  40. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.42.xml +18 -0
  41. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.36.xml +9 -0
  42. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.37.xml +9 -0
  43. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.38.xml +9 -0
  44. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.37.xml +9 -0
  45. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.38.xml +9 -0
  46. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.39.xml +9 -0
  47. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.36.xml +36 -0
  48. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.37.xml +50 -0
  49. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.38.xml +38 -0
  50. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.38.xml +21 -0
  51. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.39.xml +21 -0
  52. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.40.xml +21 -0
  53. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.40.xml +9 -0
  54. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.41.xml +9 -0
  55. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.42.xml +9 -0
  56. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.39.xml +9 -0
  57. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.40.xml +9 -0
  58. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.41.xml +9 -0
  59. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.38.xml +23 -0
  60. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.39.xml +37 -0
  61. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.40.xml +25 -0
  62. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.39.xml +9 -0
  63. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.40.xml +9 -0
  64. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.41.xml +9 -0
  65. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.36.xml +13 -0
  66. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.37.xml +13 -0
  67. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.38.xml +13 -0
  68. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.36.xml +21 -0
  69. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.37.xml +35 -0
  70. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.38.xml +22 -0
  71. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.36.xml +32 -0
  72. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.37.xml +46 -0
  73. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.38.xml +34 -0
  74. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.2.xml +13 -0
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.3.xml +27 -0
  76. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.4.xml +14 -0
  77. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.13.xml +14 -0
  78. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.14.xml +14 -0
  79. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.15.xml +14 -0
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.40.xml +21 -0
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.41.xml +35 -0
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.42.xml +22 -0
  83. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.1.xml +14 -0
  84. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.2.xml +28 -0
  85. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.3.xml +16 -0
  86. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.51.xml +7 -0
  87. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.52.xml +7 -0
  88. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.53.xml +7 -0
  89. metadata +165 -7
  90. data/spec/files/~$0_3_3_short_names.xlsx +0 -0
@@ -0,0 +1,757 @@
1
+ {
2
+ "analysis": {
3
+ "display_name": "Output Vars",
4
+ "name": "output_vars",
5
+ "output_variables": [
6
+ {
7
+ "display_name": "Heating Natural Gas",
8
+ "display_name_short": "Heating Natural Gas",
9
+ "metadata_id": null,
10
+ "name": "heating_natural_gas",
11
+ "units": "MJ/m2",
12
+ "objective_function": true,
13
+ "objective_function_index": 0,
14
+ "objective_function_target": 462.1635,
15
+ "scaling_factor": null,
16
+ "objective_function_group": "TRUE"
17
+ },
18
+ {
19
+ "display_name": "Cooling Electricity",
20
+ "display_name_short": "Cooling Electricity",
21
+ "metadata_id": null,
22
+ "name": "Cooling Electricity",
23
+ "units": "MJ/m3",
24
+ "objective_function": true,
25
+ "objective_function_index": 1,
26
+ "objective_function_target": 84.16202,
27
+ "scaling_factor": null,
28
+ "objective_function_group": "TRUE"
29
+ },
30
+ {
31
+ "display_name": "Interior Equipment Electricity",
32
+ "display_name_short": "Interior Equipment Electricity",
33
+ "metadata_id": null,
34
+ "name": "Interior Equipment Electricity",
35
+ "units": "MJ/m4",
36
+ "objective_function": true,
37
+ "objective_function_index": 2,
38
+ "objective_function_target": 121.9985,
39
+ "scaling_factor": null,
40
+ "objective_function_group": "TRUE"
41
+ },
42
+ {
43
+ "display_name": "Fans Electricity",
44
+ "display_name_short": "Fans Electricity",
45
+ "metadata_id": null,
46
+ "name": "fans_electricity",
47
+ "units": "MJ/m5",
48
+ "objective_function": true,
49
+ "objective_function_index": 3,
50
+ "objective_function_target": 87.92142,
51
+ "scaling_factor": null,
52
+ "objective_function_group": "TRUE"
53
+ }
54
+ ],
55
+ "problem": {
56
+ "algorithm": {
57
+ "sample_method": "all_variables",
58
+ "number_of_samples": 100,
59
+ "number_of_generations": 20,
60
+ "objective_functions": [
61
+ "heating_natural_gas",
62
+ "Cooling Electricity",
63
+ "Interior Equipment Electricity",
64
+ "fans_electricity"
65
+ ]
66
+ },
67
+ "name": "Problem",
68
+ "workflow": [
69
+ {
70
+ "arguments": [
71
+ {
72
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
73
+ "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
74
+ "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
75
+ "name": "space_type",
76
+ "value": "*Entire Building*",
77
+ "value_type": "choice",
78
+ "uuid": "cc1cf830-ef93-0131-b09d-14109fdf0b37",
79
+ "version_uuid": "cc1d1330-ef93-0131-b09e-14109fdf0b37"
80
+ },
81
+ {
82
+ "display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
83
+ "display_name_short": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
84
+ "machine_name": "increase_in_material_and_installation_cost_for_lighting_per_floor_area_(%).",
85
+ "name": "material_and_installation_cost",
86
+ "value": 0.0,
87
+ "value_type": "double",
88
+ "uuid": "cc1db7b0-ef93-0131-b0a3-14109fdf0b37",
89
+ "version_uuid": "cc1dd7c0-ef93-0131-b0a4-14109fdf0b37"
90
+ },
91
+ {
92
+ "display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
93
+ "display_name_short": "Increase in Demolition Costs for Lighting per Floor Area (%).",
94
+ "machine_name": "increase_in_demolition_costs_for_lighting_per_floor_area_(%).",
95
+ "name": "demolition_cost",
96
+ "value": 0.0,
97
+ "value_type": "double",
98
+ "uuid": "cc1e0060-ef93-0131-b0a5-14109fdf0b37",
99
+ "version_uuid": "cc1e1c60-ef93-0131-b0a6-14109fdf0b37"
100
+ },
101
+ {
102
+ "display_name": "Years Until Costs Start (whole years).",
103
+ "display_name_short": "Years Until Costs Start (whole years).",
104
+ "machine_name": "years_until_costs_start_(whole_years).",
105
+ "name": "years_until_costs_start",
106
+ "value": 0,
107
+ "value_type": "integer",
108
+ "uuid": "cc1e3e20-ef93-0131-b0a7-14109fdf0b37",
109
+ "version_uuid": "cc1e5ce0-ef93-0131-b0a8-14109fdf0b37"
110
+ },
111
+ {
112
+ "display_name": "Demolition Costs Occur During Initial Construction?",
113
+ "display_name_short": "Demolition Costs Occur During Initial Construction?",
114
+ "machine_name": "demolition_costs_occur_during_initial_construction?",
115
+ "name": "demo_cost_initial_const",
116
+ "value": true,
117
+ "value_type": "bool",
118
+ "uuid": "cc1e87b0-ef93-0131-b0a9-14109fdf0b37",
119
+ "version_uuid": "cc1ea220-ef93-0131-b0aa-14109fdf0b37"
120
+ },
121
+ {
122
+ "display_name": "Expected Life (whole years).",
123
+ "display_name_short": "Expected Life (whole years).",
124
+ "machine_name": "expected_life_(whole_years).",
125
+ "name": "expected_life",
126
+ "value": 15,
127
+ "value_type": "integer",
128
+ "uuid": "cc1ec550-ef93-0131-b0ab-14109fdf0b37",
129
+ "version_uuid": "cc1ee130-ef93-0131-b0ac-14109fdf0b37"
130
+ },
131
+ {
132
+ "display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
133
+ "display_name_short": "Increase O & M Costs for Lighting per Floor Area (%).",
134
+ "machine_name": "increase_o_&_m_costs_for_lighting_per_floor_area_(%).",
135
+ "name": "om_cost",
136
+ "value": 0.0,
137
+ "value_type": "double",
138
+ "uuid": "cc1eff10-ef93-0131-b0ad-14109fdf0b37",
139
+ "version_uuid": "cc1f1a00-ef93-0131-b0ae-14109fdf0b37"
140
+ },
141
+ {
142
+ "display_name": "O & M Frequency (whole years).",
143
+ "display_name_short": "O & M Frequency (whole years).",
144
+ "machine_name": "o_&_m_frequency_(whole_years).",
145
+ "name": "om_frequency",
146
+ "value": 1,
147
+ "value_type": "integer",
148
+ "uuid": "cc1f3c00-ef93-0131-b0af-14109fdf0b37",
149
+ "version_uuid": "cc1f6090-ef93-0131-b0b0-14109fdf0b37"
150
+ }
151
+ ],
152
+ "bcl_measure_directory": "./measures/reduce_lighting_loads_by_percentage",
153
+ "bcl_measure_class_name": "ReduceLightingLoadsByPercentage",
154
+ "bcl_measure_uuid": "cc1c4390-ef93-0131-b097-14109fdf0b37",
155
+ "bcl_measure_version_uuid": "cc1c5e20-ef93-0131-b098-14109fdf0b37",
156
+ "display_name": "Reduce Lighting Loads by Percentage",
157
+ "measure_definition_directory": "./measures/reduce_lighting_loads_by_percentage",
158
+ "measure_definition_class_name": "ReduceLightingLoadsByPercentage",
159
+ "measure_definition_uuid": "cc1c78d0-ef93-0131-b099-14109fdf0b37",
160
+ "measure_definition_version_uuid": "cc1c9a40-ef93-0131-b09a-14109fdf0b37",
161
+ "measure_type": "RubyMeasure",
162
+ "name": "reduce_lighting_loads_by_percentage",
163
+ "variables": [
164
+ {
165
+ "argument": {
166
+ "display_name": "Lighting Power Reduction",
167
+ "display_name_short": "Lighting Power Reduction",
168
+ "machine_name": "lighting_power_reduction",
169
+ "name": "lighting_power_reduction_percent",
170
+ "required": false,
171
+ "uuid": "cc1d3c90-ef93-0131-b09f-14109fdf0b37",
172
+ "version_uuid": "cc1d5670-ef93-0131-b0a0-14109fdf0b37"
173
+ },
174
+ "display_name": "Lighting Power Reduction",
175
+ "display_name_short": "Lighting Power Reduction",
176
+ "machine_name": "lighting_power_reduction",
177
+ "maximum": 50.0,
178
+ "minimum": 0.0,
179
+ "name": "lighting_power_reduction",
180
+ "relation_to_output": "",
181
+ "static_value": 30.0,
182
+ "uncertainty_description": {
183
+ "attributes": [
184
+ {
185
+ "name": "lower_bounds",
186
+ "value": 0.0
187
+ },
188
+ {
189
+ "name": "upper_bounds",
190
+ "value": 50.0
191
+ },
192
+ {
193
+ "name": "stddev",
194
+ "value": 8.333333333333334
195
+ },
196
+ {
197
+ "name": "delta_x",
198
+ "value": null
199
+ },
200
+ {
201
+ "name": "modes",
202
+ "value": 40.0
203
+ }
204
+ ],
205
+ "type": "triangle_uncertain"
206
+ },
207
+ "units": "",
208
+ "value_type": "double",
209
+ "variable": true,
210
+ "variable_type": "RubyContinuousVariable",
211
+ "uuid": "cc1d7870-ef93-0131-b0a1-14109fdf0b37",
212
+ "version_uuid": "cc1d9620-ef93-0131-b0a2-14109fdf0b37"
213
+ }
214
+ ],
215
+ "workflow_index": 0,
216
+ "workflow_step_type": "Measure",
217
+ "uuid": "cc1cb8d0-ef93-0131-b09b-14109fdf0b37",
218
+ "version_uuid": "cc1cd4c0-ef93-0131-b09c-14109fdf0b37"
219
+ },
220
+ {
221
+ "arguments": [
222
+ {
223
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
224
+ "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
225
+ "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
226
+ "name": "space_type",
227
+ "value": "*Entire Building*",
228
+ "value_type": "choice",
229
+ "uuid": "cc204410-ef93-0131-b0b7-14109fdf0b37",
230
+ "version_uuid": "cc205d90-ef93-0131-b0b8-14109fdf0b37"
231
+ },
232
+ {
233
+ "display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
234
+ "display_name_short": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
235
+ "machine_name": "increase_in_material_and_installation_costs_for_building_per_affected_floor_area_($/ft^2).",
236
+ "name": "material_and_installation_cost",
237
+ "value": 0.0,
238
+ "value_type": "double",
239
+ "uuid": "cc2138c0-ef93-0131-b0bd-14109fdf0b37",
240
+ "version_uuid": "cc216b60-ef93-0131-b0be-14109fdf0b37"
241
+ },
242
+ {
243
+ "display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
244
+ "display_name_short": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
245
+ "machine_name": "o_&_m_costs_for_construction_per_affected_floor_area_($/ft^2).",
246
+ "name": "om_cost",
247
+ "value": 0.0,
248
+ "value_type": "double",
249
+ "uuid": "cc2198c0-ef93-0131-b0bf-14109fdf0b37",
250
+ "version_uuid": "cc21ba30-ef93-0131-b0c0-14109fdf0b37"
251
+ },
252
+ {
253
+ "display_name": "O & M Frequency (whole years).",
254
+ "display_name_short": "O & M Frequency (whole years).",
255
+ "machine_name": "o_&_m_frequency_(whole_years).",
256
+ "name": "om_frequency",
257
+ "value": 1,
258
+ "value_type": "integer",
259
+ "uuid": "cc21f020-ef93-0131-b0c1-14109fdf0b37",
260
+ "version_uuid": "cc2214a0-ef93-0131-b0c2-14109fdf0b37"
261
+ }
262
+ ],
263
+ "bcl_measure_directory": "./measures/example_measure_auto_directory_name",
264
+ "bcl_measure_class_name": "ExampleMeasureAutoDirectoryName",
265
+ "bcl_measure_uuid": "cc1f89e0-ef93-0131-b0b1-14109fdf0b37",
266
+ "bcl_measure_version_uuid": "cc1faa60-ef93-0131-b0b2-14109fdf0b37",
267
+ "display_name": "ReduceSpaceInfiltrationByPercentage",
268
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
269
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
270
+ "measure_definition_uuid": "cc1fc6a0-ef93-0131-b0b3-14109fdf0b37",
271
+ "measure_definition_version_uuid": "cc1fe570-ef93-0131-b0b4-14109fdf0b37",
272
+ "measure_type": "RubyMeasure",
273
+ "name": "reducespaceinfiltrationbypercentage",
274
+ "variables": [
275
+ {
276
+ "argument": {
277
+ "display_name": "Space Infiltration Power Reduction",
278
+ "display_name_short": "Space Infiltration Power Reduction",
279
+ "machine_name": "space_infiltration_power_reduction",
280
+ "name": "space_infiltration_reduction_percent",
281
+ "required": false,
282
+ "uuid": "cc208fa0-ef93-0131-b0b9-14109fdf0b37",
283
+ "version_uuid": "cc20b6a0-ef93-0131-b0ba-14109fdf0b37"
284
+ },
285
+ "display_name": "Space Infiltration Power Reduction",
286
+ "display_name_short": "Space Infiltration Power Reduction",
287
+ "machine_name": "space_infiltration_power_reduction",
288
+ "maximum": 30.0,
289
+ "minimum": 0.0,
290
+ "name": "space_infiltration_power_reduction",
291
+ "relation_to_output": "",
292
+ "static_value": 30.0,
293
+ "uncertainty_description": {
294
+ "attributes": [
295
+ {
296
+ "name": "lower_bounds",
297
+ "value": 0.0
298
+ },
299
+ {
300
+ "name": "upper_bounds",
301
+ "value": 30.0
302
+ },
303
+ {
304
+ "name": "stddev",
305
+ "value": 5.0
306
+ },
307
+ {
308
+ "name": "delta_x",
309
+ "value": null
310
+ },
311
+ {
312
+ "name": "modes",
313
+ "value": 10.0
314
+ }
315
+ ],
316
+ "type": "uniform_uncertain"
317
+ },
318
+ "units": "",
319
+ "value_type": "double",
320
+ "variable": true,
321
+ "variable_type": "RubyContinuousVariable",
322
+ "uuid": "cc20e0e0-ef93-0131-b0bb-14109fdf0b37",
323
+ "version_uuid": "cc210210-ef93-0131-b0bc-14109fdf0b37"
324
+ }
325
+ ],
326
+ "workflow_index": 1,
327
+ "workflow_step_type": "Measure",
328
+ "uuid": "cc1fff10-ef93-0131-b0b5-14109fdf0b37",
329
+ "version_uuid": "cc2021b0-ef93-0131-b0b6-14109fdf0b37"
330
+ },
331
+ {
332
+ "arguments": [
333
+ {
334
+ "display_name": "Alter Design Day Thermostats?",
335
+ "display_name_short": "Alter Design Day Thermostats?",
336
+ "machine_name": "alter_design_day_thermostats?",
337
+ "name": "alter_design_days",
338
+ "value": false,
339
+ "value_type": "bool",
340
+ "uuid": "cc242f40-ef93-0131-b0d1-14109fdf0b37",
341
+ "version_uuid": "cc244a50-ef93-0131-b0d2-14109fdf0b37"
342
+ }
343
+ ],
344
+ "bcl_measure_directory": "./measures/example_measure_auto_directory_name",
345
+ "bcl_measure_class_name": "ExampleMeasureAutoDirectoryName",
346
+ "bcl_measure_uuid": "cc2244a0-ef93-0131-b0c3-14109fdf0b37",
347
+ "bcl_measure_version_uuid": "cc226c70-ef93-0131-b0c4-14109fdf0b37",
348
+ "display_name": "Adjust Thermostat Setpoints by Degrees",
349
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
350
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
351
+ "measure_definition_uuid": "cc228700-ef93-0131-b0c5-14109fdf0b37",
352
+ "measure_definition_version_uuid": "cc22a190-ef93-0131-b0c6-14109fdf0b37",
353
+ "measure_type": "RubyMeasure",
354
+ "name": "adjust_thermostat_setpoints_by_degrees",
355
+ "variables": [
356
+ {
357
+ "argument": {
358
+ "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
359
+ "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
360
+ "machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
361
+ "name": "cooling_adjustment",
362
+ "required": false,
363
+ "uuid": "cc230a70-ef93-0131-b0c9-14109fdf0b37",
364
+ "version_uuid": "cc233210-ef93-0131-b0ca-14109fdf0b37"
365
+ },
366
+ "display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
367
+ "display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
368
+ "machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
369
+ "maximum": 4.0,
370
+ "minimum": -4.0,
371
+ "name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
372
+ "relation_to_output": "",
373
+ "static_value": 1.0,
374
+ "uncertainty_description": {
375
+ "attributes": [
376
+ {
377
+ "name": "lower_bounds",
378
+ "value": -4.0
379
+ },
380
+ {
381
+ "name": "upper_bounds",
382
+ "value": 4.0
383
+ },
384
+ {
385
+ "name": "stddev",
386
+ "value": 1.3333333333333333
387
+ },
388
+ {
389
+ "name": "delta_x",
390
+ "value": null
391
+ },
392
+ {
393
+ "name": "modes",
394
+ "value": 0.0
395
+ }
396
+ ],
397
+ "type": "uniform_uncertain"
398
+ },
399
+ "units": "",
400
+ "value_type": "double",
401
+ "variable": true,
402
+ "variable_type": "RubyContinuousVariable",
403
+ "uuid": "cc234f00-ef93-0131-b0cb-14109fdf0b37",
404
+ "version_uuid": "cc236bf0-ef93-0131-b0cc-14109fdf0b37"
405
+ },
406
+ {
407
+ "argument": {
408
+ "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
409
+ "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
410
+ "machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
411
+ "name": "heating_adjustment",
412
+ "required": false,
413
+ "uuid": "cc239f30-ef93-0131-b0cd-14109fdf0b37",
414
+ "version_uuid": "cc23d1b0-ef93-0131-b0ce-14109fdf0b37"
415
+ },
416
+ "display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
417
+ "display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
418
+ "machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
419
+ "maximum": 4.0,
420
+ "minimum": -4.0,
421
+ "name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
422
+ "relation_to_output": "",
423
+ "static_value": -1.0,
424
+ "uncertainty_description": {
425
+ "attributes": [
426
+ {
427
+ "name": "lower_bounds",
428
+ "value": -4.0
429
+ },
430
+ {
431
+ "name": "upper_bounds",
432
+ "value": 4.0
433
+ },
434
+ {
435
+ "name": "stddev",
436
+ "value": 1.3333333333333333
437
+ },
438
+ {
439
+ "name": "delta_x",
440
+ "value": null
441
+ },
442
+ {
443
+ "name": "modes",
444
+ "value": 0.0
445
+ }
446
+ ],
447
+ "type": "uniform_uncertain"
448
+ },
449
+ "units": "",
450
+ "value_type": "double",
451
+ "variable": true,
452
+ "variable_type": "RubyContinuousVariable",
453
+ "uuid": "cc23f660-ef93-0131-b0cf-14109fdf0b37",
454
+ "version_uuid": "cc241030-ef93-0131-b0d0-14109fdf0b37"
455
+ }
456
+ ],
457
+ "workflow_index": 2,
458
+ "workflow_step_type": "Measure",
459
+ "uuid": "cc22c5b0-ef93-0131-b0c7-14109fdf0b37",
460
+ "version_uuid": "cc22e470-ef93-0131-b0c8-14109fdf0b37"
461
+ },
462
+ {
463
+ "arguments": [
464
+ {
465
+ "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
466
+ "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
467
+ "machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
468
+ "name": "material_cost_increase_ip",
469
+ "value": 0.0,
470
+ "value_type": "double",
471
+ "uuid": "cc25bce0-ef93-0131-b0dd-14109fdf0b37",
472
+ "version_uuid": "cc25d590-ef93-0131-b0de-14109fdf0b37"
473
+ },
474
+ {
475
+ "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
476
+ "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
477
+ "machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
478
+ "name": "one_time_retrofit_cost_ip",
479
+ "value": 0.0,
480
+ "value_type": "double",
481
+ "uuid": "cc25f190-ef93-0131-b0df-14109fdf0b37",
482
+ "version_uuid": "cc260a30-ef93-0131-b0e0-14109fdf0b37"
483
+ },
484
+ {
485
+ "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
486
+ "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
487
+ "machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
488
+ "name": "years_until_retrofit_cost",
489
+ "value": 0,
490
+ "value_type": "integer",
491
+ "uuid": "cc262660-ef93-0131-b0e1-14109fdf0b37",
492
+ "version_uuid": "cc264d00-ef93-0131-b0e2-14109fdf0b37"
493
+ }
494
+ ],
495
+ "bcl_measure_directory": "./measures/example_measure_auto_directory_name",
496
+ "bcl_measure_class_name": "ExampleMeasureAutoDirectoryName",
497
+ "bcl_measure_uuid": "cc246ed0-ef93-0131-b0d3-14109fdf0b37",
498
+ "bcl_measure_version_uuid": "cc2489c0-ef93-0131-b0d4-14109fdf0b37",
499
+ "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
500
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
501
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
502
+ "measure_definition_uuid": "cc24ad80-ef93-0131-b0d5-14109fdf0b37",
503
+ "measure_definition_version_uuid": "cc24cce0-ef93-0131-b0d6-14109fdf0b37",
504
+ "measure_type": "RubyMeasure",
505
+ "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
506
+ "variables": [
507
+ {
508
+ "argument": {
509
+ "display_name": "Wall R Value",
510
+ "display_name_short": "Wall R Value",
511
+ "machine_name": "wall_r_value",
512
+ "name": "r_value",
513
+ "required": false,
514
+ "uuid": "cc253bf0-ef93-0131-b0d9-14109fdf0b37",
515
+ "version_uuid": "cc256270-ef93-0131-b0da-14109fdf0b37"
516
+ },
517
+ "display_name": "Wall R Value",
518
+ "display_name_short": "Wall R Value",
519
+ "machine_name": "wall_r_value",
520
+ "maximum": 5.0,
521
+ "minimum": 0.0,
522
+ "name": "wall_r_value",
523
+ "relation_to_output": "",
524
+ "static_value": 5.0,
525
+ "uncertainty_description": {
526
+ "attributes": [
527
+ {
528
+ "name": "lower_bounds",
529
+ "value": 0.0
530
+ },
531
+ {
532
+ "name": "upper_bounds",
533
+ "value": 5.0
534
+ },
535
+ {
536
+ "name": "stddev",
537
+ "value": 0.8333333333333334
538
+ },
539
+ {
540
+ "name": "delta_x",
541
+ "value": null
542
+ },
543
+ {
544
+ "name": "modes",
545
+ "value": 2.5
546
+ }
547
+ ],
548
+ "type": "triangle_uncertain"
549
+ },
550
+ "units": "",
551
+ "value_type": "double",
552
+ "variable": true,
553
+ "variable_type": "RubyContinuousVariable",
554
+ "uuid": "cc2582e0-ef93-0131-b0db-14109fdf0b37",
555
+ "version_uuid": "cc259e70-ef93-0131-b0dc-14109fdf0b37"
556
+ }
557
+ ],
558
+ "workflow_index": 3,
559
+ "workflow_step_type": "Measure",
560
+ "uuid": "cc24ec60-ef93-0131-b0d7-14109fdf0b37",
561
+ "version_uuid": "cc250df0-ef93-0131-b0d8-14109fdf0b37"
562
+ },
563
+ {
564
+ "arguments": [
565
+ {
566
+ "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
567
+ "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
568
+ "machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
569
+ "name": "material_cost_increase_ip",
570
+ "value": 0.0,
571
+ "value_type": "double",
572
+ "uuid": "cc2c21c0-ef93-0131-b0ed-14109fdf0b37",
573
+ "version_uuid": "cc2c4130-ef93-0131-b0ee-14109fdf0b37"
574
+ },
575
+ {
576
+ "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
577
+ "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
578
+ "machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
579
+ "name": "one_time_retrofit_cost_ip",
580
+ "value": 0.0,
581
+ "value_type": "double",
582
+ "uuid": "cc2c6090-ef93-0131-b0ef-14109fdf0b37",
583
+ "version_uuid": "cc2c88e0-ef93-0131-b0f0-14109fdf0b37"
584
+ },
585
+ {
586
+ "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
587
+ "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
588
+ "machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
589
+ "name": "years_until_retrofit_cost",
590
+ "value": 0,
591
+ "value_type": "integer",
592
+ "uuid": "cc2ca890-ef93-0131-b0f1-14109fdf0b37",
593
+ "version_uuid": "cc2cc440-ef93-0131-b0f2-14109fdf0b37"
594
+ }
595
+ ],
596
+ "bcl_measure_directory": "./measures/example_measure_auto_directory_name",
597
+ "bcl_measure_class_name": "ExampleMeasureAutoDirectoryName",
598
+ "bcl_measure_uuid": "cc266ef0-ef93-0131-b0e3-14109fdf0b37",
599
+ "bcl_measure_version_uuid": "cc2687d0-ef93-0131-b0e4-14109fdf0b37",
600
+ "display_name": "Set R-value of Insulation for Roofs to a Specific Value",
601
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
602
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
603
+ "measure_definition_uuid": "cc26a0a0-ef93-0131-b0e5-14109fdf0b37",
604
+ "measure_definition_version_uuid": "cc26c8a0-ef93-0131-b0e6-14109fdf0b37",
605
+ "measure_type": "RubyMeasure",
606
+ "name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
607
+ "variables": [
608
+ {
609
+ "argument": {
610
+ "display_name": "Roof R Value",
611
+ "display_name_short": "Roof R Value",
612
+ "machine_name": "roof_r_value",
613
+ "name": "r_value",
614
+ "required": false,
615
+ "uuid": "cc2b8da0-ef93-0131-b0e9-14109fdf0b37",
616
+ "version_uuid": "cc2bbd20-ef93-0131-b0ea-14109fdf0b37"
617
+ },
618
+ "display_name": "Roof R Value",
619
+ "display_name_short": "Roof R Value",
620
+ "machine_name": "roof_r_value",
621
+ "maximum": 5.0,
622
+ "minimum": 0.0,
623
+ "name": "roof_r_value",
624
+ "relation_to_output": "",
625
+ "static_value": 5.0,
626
+ "uncertainty_description": {
627
+ "attributes": [
628
+ {
629
+ "name": "lower_bounds",
630
+ "value": 0.0
631
+ },
632
+ {
633
+ "name": "upper_bounds",
634
+ "value": 5.0
635
+ },
636
+ {
637
+ "name": "stddev",
638
+ "value": 0.8333333333333334
639
+ },
640
+ {
641
+ "name": "delta_x",
642
+ "value": null
643
+ },
644
+ {
645
+ "name": "modes",
646
+ "value": 2.5
647
+ }
648
+ ],
649
+ "type": "triangle_uncertain"
650
+ },
651
+ "units": "",
652
+ "value_type": "double",
653
+ "variable": true,
654
+ "variable_type": "RubyContinuousVariable",
655
+ "uuid": "cc2bddc0-ef93-0131-b0eb-14109fdf0b37",
656
+ "version_uuid": "cc2bfdd0-ef93-0131-b0ec-14109fdf0b37"
657
+ }
658
+ ],
659
+ "workflow_index": 4,
660
+ "workflow_step_type": "Measure",
661
+ "uuid": "cc29e4e0-ef93-0131-b0e7-14109fdf0b37",
662
+ "version_uuid": "cc2a1250-ef93-0131-b0e8-14109fdf0b37"
663
+ },
664
+ {
665
+ "arguments": [
666
+ {
667
+ "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
668
+ "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
669
+ "machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
670
+ "name": "space_type",
671
+ "value": "*Entire Building*",
672
+ "value_type": "choice",
673
+ "uuid": "cc2dadc0-ef93-0131-b0f9-14109fdf0b37",
674
+ "version_uuid": "cc2dca00-ef93-0131-b0fa-14109fdf0b37"
675
+ }
676
+ ],
677
+ "bcl_measure_directory": "./measures/example_measure_auto_directory_name",
678
+ "bcl_measure_class_name": "ExampleMeasureAutoDirectoryName",
679
+ "bcl_measure_uuid": "cc2ce460-ef93-0131-b0f3-14109fdf0b37",
680
+ "bcl_measure_version_uuid": "cc2d0070-ef93-0131-b0f4-14109fdf0b37",
681
+ "display_name": "Reduce Ventilation By Percentage",
682
+ "measure_definition_directory": "./measures/example_measure_auto_directory_name",
683
+ "measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
684
+ "measure_definition_uuid": "cc2d1af0-ef93-0131-b0f5-14109fdf0b37",
685
+ "measure_definition_version_uuid": "cc2d3ff0-ef93-0131-b0f6-14109fdf0b37",
686
+ "measure_type": "RubyMeasure",
687
+ "name": "reduce_ventilation_by_percentage",
688
+ "variables": [
689
+ {
690
+ "argument": {
691
+ "display_name": "Design Specification Outdoor Air Reduction (%).",
692
+ "display_name_short": "Design Specification Outdoor Air Reduction (%).",
693
+ "machine_name": "design_specification_outdoor_air_reduction_(%).",
694
+ "name": "design_spec_outdoor_air_reduction_percent",
695
+ "required": false,
696
+ "uuid": "cc2df020-ef93-0131-b0fb-14109fdf0b37",
697
+ "version_uuid": "cc2e0a30-ef93-0131-b0fc-14109fdf0b37"
698
+ },
699
+ "display_name": "Design Specification Outdoor Air Reduction (%).",
700
+ "display_name_short": "Design Specification Outdoor Air Reduction (%).",
701
+ "machine_name": "design_specification_outdoor_air_reduction_(%).",
702
+ "maximum": 90.0,
703
+ "minimum": 0.0,
704
+ "name": "design_specification_outdoor_air_reduction_(%).",
705
+ "relation_to_output": "",
706
+ "static_value": 0.0,
707
+ "uncertainty_description": {
708
+ "attributes": [
709
+ {
710
+ "name": "lower_bounds",
711
+ "value": 0.0
712
+ },
713
+ {
714
+ "name": "upper_bounds",
715
+ "value": 90.0
716
+ },
717
+ {
718
+ "name": "stddev",
719
+ "value": 15.0
720
+ },
721
+ {
722
+ "name": "delta_x",
723
+ "value": null
724
+ },
725
+ {
726
+ "name": "modes",
727
+ "value": 20.0
728
+ }
729
+ ],
730
+ "type": "triangle_uncertain"
731
+ },
732
+ "units": "",
733
+ "value_type": "double",
734
+ "variable": true,
735
+ "variable_type": "RubyContinuousVariable",
736
+ "uuid": "cc2e23c0-ef93-0131-b0fd-14109fdf0b37",
737
+ "version_uuid": "cc2e3e30-ef93-0131-b0fe-14109fdf0b37"
738
+ }
739
+ ],
740
+ "workflow_index": 5,
741
+ "workflow_step_type": "Measure",
742
+ "uuid": "cc2d6c40-ef93-0131-b0f7-14109fdf0b37",
743
+ "version_uuid": "cc2d8d80-ef93-0131-b0f8-14109fdf0b37"
744
+ }
745
+ ],
746
+ "analysis_type": "nsga"
747
+ },
748
+ "seed": {
749
+ "file_type": "OSM",
750
+ "path": "./seed/small_seed.osm"
751
+ },
752
+ "weather_file": {
753
+ "file_type": "EPW",
754
+ "path": "./weather/partial_weather.epw"
755
+ }
756
+ }
757
+ }