openstudio-analysis 0.1.4 → 0.1.5
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.
- checksums.yaml +4 -4
- data/Rakefile +4 -5
- data/lib/openstudio/analysis/version.rb +1 -1
- data/spec/files/export/analysis/small_seed.json +652 -0
- data/spec/files/export/analysis/small_seed.zip +0 -0
- data/spec/files/small_list.xlsx +0 -0
- data/spec/openstudio/analysis/translator/excel_spec.rb +10 -1
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.0.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.1.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.2.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.3.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.4.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.0.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.1.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.2.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.3.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.4.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.0.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.1.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.2.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.3.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.4.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.0.xml +22 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.1.xml +22 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.2.xml +22 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.3.xml +22 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.4.xml +22 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +22 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.0.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.1.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.2.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.3.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.4.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.0.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.1.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.2.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.3.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.4.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.0.xml +34 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.1.xml +30 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.2.xml +35 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.3.xml +30 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.4.xml +30 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.0.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.1.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.2.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.3.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.4.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +15 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.0.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.1.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.2.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.3.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.4.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +7 -0
- metadata +115 -3
|
@@ -0,0 +1,652 @@
|
|
|
1
|
+
{
|
|
2
|
+
"analysis": {
|
|
3
|
+
"display_name": "Test Run 1",
|
|
4
|
+
"name": "test_run_1",
|
|
5
|
+
"algorithm": {
|
|
6
|
+
"sample_method": "lhs",
|
|
7
|
+
"number_of_samples": 30
|
|
8
|
+
},
|
|
9
|
+
"parameter_space": [
|
|
10
|
+
|
|
11
|
+
],
|
|
12
|
+
"problem": {
|
|
13
|
+
"number_of_samples_KEEP_HERE_UNTIL_ALGO_IS_IMPLEMENTED": 30,
|
|
14
|
+
"number_of_samples": 30,
|
|
15
|
+
"algorithm": {
|
|
16
|
+
"number_of_samples": 30,
|
|
17
|
+
"sample_method": "all_variables"
|
|
18
|
+
},
|
|
19
|
+
"name": "Problem",
|
|
20
|
+
"workflow": [
|
|
21
|
+
{
|
|
22
|
+
"arguments": [
|
|
23
|
+
{
|
|
24
|
+
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
|
25
|
+
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
|
26
|
+
"name": "space_type",
|
|
27
|
+
"value": "*Entire Building*",
|
|
28
|
+
"uuid_DELETEME": "c8417280-4a35-0131-184f-14109fdf0b37",
|
|
29
|
+
"uuid": "c8419020-4a35-0131-1850-14109fdf0b37",
|
|
30
|
+
"version_uuid_DELETEME": "c841aa40-4a35-0131-1851-14109fdf0b37",
|
|
31
|
+
"version_uuid": "c841d280-4a35-0131-1852-14109fdf0b37"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
|
|
35
|
+
"machine_name": "increase_in_material_and_installation_cost_for_lighting_per_floor_area_(%).",
|
|
36
|
+
"name": "material_and_installation_cost",
|
|
37
|
+
"value": 0.0,
|
|
38
|
+
"uuid_DELETEME": "c841fd90-4a35-0131-1853-14109fdf0b37",
|
|
39
|
+
"uuid": "c8421e30-4a35-0131-1854-14109fdf0b37",
|
|
40
|
+
"version_uuid_DELETEME": "c8423a30-4a35-0131-1855-14109fdf0b37",
|
|
41
|
+
"version_uuid": "c84254f0-4a35-0131-1856-14109fdf0b37"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
|
|
45
|
+
"machine_name": "increase_in_demolition_costs_for_lighting_per_floor_area_(%).",
|
|
46
|
+
"name": "demolition_cost",
|
|
47
|
+
"value": 0.0,
|
|
48
|
+
"uuid_DELETEME": "c84270c0-4a35-0131-1857-14109fdf0b37",
|
|
49
|
+
"uuid": "c84289e0-4a35-0131-1858-14109fdf0b37",
|
|
50
|
+
"version_uuid_DELETEME": "c842a230-4a35-0131-1859-14109fdf0b37",
|
|
51
|
+
"version_uuid": "c842ba30-4a35-0131-185a-14109fdf0b37"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"display_name": "Years Until Costs Start (whole years).",
|
|
55
|
+
"machine_name": "years_until_costs_start_(whole_years).",
|
|
56
|
+
"name": "years_until_costs_start",
|
|
57
|
+
"value": 0,
|
|
58
|
+
"uuid_DELETEME": "c842d5c0-4a35-0131-185b-14109fdf0b37",
|
|
59
|
+
"uuid": "c842ef00-4a35-0131-185c-14109fdf0b37",
|
|
60
|
+
"version_uuid_DELETEME": "c8430ef0-4a35-0131-185d-14109fdf0b37",
|
|
61
|
+
"version_uuid": "c8432950-4a35-0131-185e-14109fdf0b37"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"display_name": "Demolition Costs Occur During Initial Construction?",
|
|
65
|
+
"machine_name": "demolition_costs_occur_during_initial_construction?",
|
|
66
|
+
"name": "demo_cost_initial_const",
|
|
67
|
+
"value": true,
|
|
68
|
+
"uuid_DELETEME": "c8434c10-4a35-0131-185f-14109fdf0b37",
|
|
69
|
+
"uuid": "c84368a0-4a35-0131-1860-14109fdf0b37",
|
|
70
|
+
"version_uuid_DELETEME": "c8438320-4a35-0131-1861-14109fdf0b37",
|
|
71
|
+
"version_uuid": "c8439d60-4a35-0131-1862-14109fdf0b37"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"display_name": "Expected Life (whole years).",
|
|
75
|
+
"machine_name": "expected_life_(whole_years).",
|
|
76
|
+
"name": "expected_life",
|
|
77
|
+
"value": 15,
|
|
78
|
+
"uuid_DELETEME": "c843baa0-4a35-0131-1863-14109fdf0b37",
|
|
79
|
+
"uuid": "c843d510-4a35-0131-1864-14109fdf0b37",
|
|
80
|
+
"version_uuid_DELETEME": "c843f0c0-4a35-0131-1865-14109fdf0b37",
|
|
81
|
+
"version_uuid": "c8441070-4a35-0131-1866-14109fdf0b37"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
|
|
85
|
+
"machine_name": "increase_o_&_m_costs_for_lighting_per_floor_area_(%).",
|
|
86
|
+
"name": "om_cost",
|
|
87
|
+
"value": 0.0,
|
|
88
|
+
"uuid_DELETEME": "c8443650-4a35-0131-1867-14109fdf0b37",
|
|
89
|
+
"uuid": "c8445730-4a35-0131-1868-14109fdf0b37",
|
|
90
|
+
"version_uuid_DELETEME": "c8447360-4a35-0131-1869-14109fdf0b37",
|
|
91
|
+
"version_uuid": "c8448f20-4a35-0131-186a-14109fdf0b37"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"display_name": "O & M Frequency (whole years).",
|
|
95
|
+
"machine_name": "o_&_m_frequency_(whole_years).",
|
|
96
|
+
"name": "om_frequency",
|
|
97
|
+
"value": 1,
|
|
98
|
+
"uuid_DELETEME": "c844aef0-4a35-0131-186b-14109fdf0b37",
|
|
99
|
+
"uuid": "c844ce40-4a35-0131-186c-14109fdf0b37",
|
|
100
|
+
"version_uuid_DELETEME": "c844ea00-4a35-0131-186d-14109fdf0b37",
|
|
101
|
+
"version_uuid": "c8450530-4a35-0131-186e-14109fdf0b37"
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"bcl_measure_directory": "./measures/reduce_lighting_loads_by_percentage",
|
|
105
|
+
"measure_definition_directory_CHANGE_TO_ME": "./measures/reduce_lighting_loads_by_percentage",
|
|
106
|
+
"bcl_measure_class_name_ADDME": "ReduceLightingLoadsByPercentage",
|
|
107
|
+
"measure_definition_class_name_CHANGE_TO_ME": "ReduceLightingLoadsByPercentage",
|
|
108
|
+
"bcl_measure_uuid": "c8407090-4a35-0131-1849-14109fdf0b37",
|
|
109
|
+
"measure_definition_uuid_CHANGE_TO_ME": "c840d900-4a35-0131-184a-14109fdf0b37",
|
|
110
|
+
"bcl_measure_version_uuid": "c840f6b0-4a35-0131-184b-14109fdf0b37",
|
|
111
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "c84113b0-4a35-0131-184c-14109fdf0b37",
|
|
112
|
+
"measure_type": "RubyMeasure",
|
|
113
|
+
"name": "reduce_lighting_loads_by_percentage",
|
|
114
|
+
"display_name": "Reduce Lighting Loads by Percentage",
|
|
115
|
+
"uuid": "c8412e80-4a35-0131-184d-14109fdf0b37",
|
|
116
|
+
"variables": [
|
|
117
|
+
{
|
|
118
|
+
"argument": {
|
|
119
|
+
"display_name": "Lighting Power Reduction",
|
|
120
|
+
"machine_name": "lighting_power_reduction",
|
|
121
|
+
"name": "lighting_power_reduction_percent",
|
|
122
|
+
"uuid": "a0618d15-bb0b-4494-a72f-8ad628693a7e",
|
|
123
|
+
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
124
|
+
},
|
|
125
|
+
"display_name": "Lighting Power Reduction",
|
|
126
|
+
"machine_name": "lighting_power_reduction",
|
|
127
|
+
"name": "lighting_power_reduction",
|
|
128
|
+
"minimum": 0.0,
|
|
129
|
+
"maximum": 50.0,
|
|
130
|
+
"units": "",
|
|
131
|
+
"variable": true,
|
|
132
|
+
"variable_ADDME": true,
|
|
133
|
+
"relation_to_output": "",
|
|
134
|
+
"uncertainty_description": {
|
|
135
|
+
"attributes": [
|
|
136
|
+
{
|
|
137
|
+
"name": "modes",
|
|
138
|
+
"value": 40.0
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "lower_bounds",
|
|
142
|
+
"value": 0.0
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "upper_bounds",
|
|
146
|
+
"value": 50.0
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "stddev",
|
|
150
|
+
"value": 8.333333333333334
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"type": "triangle_uncertain"
|
|
154
|
+
},
|
|
155
|
+
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
|
156
|
+
"variable_type": "RubyContinuousVariable",
|
|
157
|
+
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"version_uuid": "c84150d0-4a35-0131-184e-14109fdf0b37",
|
|
161
|
+
"workflow_index": 0,
|
|
162
|
+
"workflow_step_type": "Measure"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"arguments": [
|
|
166
|
+
{
|
|
167
|
+
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
|
168
|
+
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
|
169
|
+
"name": "space_type",
|
|
170
|
+
"value": "*Entire Building*",
|
|
171
|
+
"uuid_DELETEME": "c845dcd0-4a35-0131-1875-14109fdf0b37",
|
|
172
|
+
"uuid": "c845f8c0-4a35-0131-1876-14109fdf0b37",
|
|
173
|
+
"version_uuid_DELETEME": "c8461470-4a35-0131-1877-14109fdf0b37",
|
|
174
|
+
"version_uuid": "c8462f00-4a35-0131-1878-14109fdf0b37"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
|
|
178
|
+
"machine_name": "increase_in_material_and_installation_costs_for_building_per_affected_floor_area_($/ft^2).",
|
|
179
|
+
"name": "material_and_installation_cost",
|
|
180
|
+
"value": 0.0,
|
|
181
|
+
"uuid_DELETEME": "c8465540-4a35-0131-1879-14109fdf0b37",
|
|
182
|
+
"uuid": "c8467300-4a35-0131-187a-14109fdf0b37",
|
|
183
|
+
"version_uuid_DELETEME": "c8468fe0-4a35-0131-187b-14109fdf0b37",
|
|
184
|
+
"version_uuid": "c846b180-4a35-0131-187c-14109fdf0b37"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
|
|
188
|
+
"machine_name": "o_&_m_costs_for_construction_per_affected_floor_area_($/ft^2).",
|
|
189
|
+
"name": "om_cost",
|
|
190
|
+
"value": 0.0,
|
|
191
|
+
"uuid_DELETEME": "c846d4c0-4a35-0131-187d-14109fdf0b37",
|
|
192
|
+
"uuid": "c846fc90-4a35-0131-187e-14109fdf0b37",
|
|
193
|
+
"version_uuid_DELETEME": "c84716f0-4a35-0131-187f-14109fdf0b37",
|
|
194
|
+
"version_uuid": "c8473250-4a35-0131-1880-14109fdf0b37"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"display_name": "O & M Frequency (whole years).",
|
|
198
|
+
"machine_name": "o_&_m_frequency_(whole_years).",
|
|
199
|
+
"name": "om_frequency",
|
|
200
|
+
"value": 1,
|
|
201
|
+
"uuid_DELETEME": "c8475860-4a35-0131-1881-14109fdf0b37",
|
|
202
|
+
"uuid": "c8477880-4a35-0131-1882-14109fdf0b37",
|
|
203
|
+
"version_uuid_DELETEME": "c8479aa0-4a35-0131-1883-14109fdf0b37",
|
|
204
|
+
"version_uuid": "c847b7a0-4a35-0131-1884-14109fdf0b37"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"bcl_measure_directory": "./measures/reduce_space_infiltration_by_percentage",
|
|
208
|
+
"measure_definition_directory_CHANGE_TO_ME": "./measures/reduce_space_infiltration_by_percentage",
|
|
209
|
+
"bcl_measure_class_name_ADDME": "ReduceSpaceInfiltrationByPercentage",
|
|
210
|
+
"measure_definition_class_name_CHANGE_TO_ME": "ReduceSpaceInfiltrationByPercentage",
|
|
211
|
+
"bcl_measure_uuid": "c8452620-4a35-0131-186f-14109fdf0b37",
|
|
212
|
+
"measure_definition_uuid_CHANGE_TO_ME": "c8454180-4a35-0131-1870-14109fdf0b37",
|
|
213
|
+
"bcl_measure_version_uuid": "c8456710-4a35-0131-1871-14109fdf0b37",
|
|
214
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "c8458440-4a35-0131-1872-14109fdf0b37",
|
|
215
|
+
"measure_type": "RubyMeasure",
|
|
216
|
+
"name": "reducespaceinfiltrationbypercentage",
|
|
217
|
+
"display_name": "ReduceSpaceInfiltrationByPercentage",
|
|
218
|
+
"uuid": "c845a0b0-4a35-0131-1873-14109fdf0b37",
|
|
219
|
+
"variables": [
|
|
220
|
+
{
|
|
221
|
+
"argument": {
|
|
222
|
+
"display_name": "Space Infiltration Power Reduction",
|
|
223
|
+
"machine_name": "space_infiltration_power_reduction",
|
|
224
|
+
"name": "space_infiltration_reduction_percent",
|
|
225
|
+
"uuid": "a0618d15-bb0b-4494-a72f-8ad628693a7e",
|
|
226
|
+
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
227
|
+
},
|
|
228
|
+
"display_name": "Space Infiltration Power Reduction",
|
|
229
|
+
"machine_name": "space_infiltration_power_reduction",
|
|
230
|
+
"name": "space_infiltration_power_reduction",
|
|
231
|
+
"minimum": 0.0,
|
|
232
|
+
"maximum": 30.0,
|
|
233
|
+
"units": "",
|
|
234
|
+
"variable": true,
|
|
235
|
+
"variable_ADDME": true,
|
|
236
|
+
"relation_to_output": "",
|
|
237
|
+
"uncertainty_description": {
|
|
238
|
+
"attributes": [
|
|
239
|
+
{
|
|
240
|
+
"name": "modes",
|
|
241
|
+
"value": 10.0
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "lower_bounds",
|
|
245
|
+
"value": 0.0
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "upper_bounds",
|
|
249
|
+
"value": 30.0
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "stddev",
|
|
253
|
+
"value": 5.0
|
|
254
|
+
}
|
|
255
|
+
],
|
|
256
|
+
"type": "uniform_uncertain"
|
|
257
|
+
},
|
|
258
|
+
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
|
259
|
+
"variable_type": "RubyContinuousVariable",
|
|
260
|
+
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
261
|
+
}
|
|
262
|
+
],
|
|
263
|
+
"version_uuid": "c845bc30-4a35-0131-1874-14109fdf0b37",
|
|
264
|
+
"workflow_index": 1,
|
|
265
|
+
"workflow_step_type": "Measure"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"arguments": [
|
|
269
|
+
{
|
|
270
|
+
"display_name": "Alter Design Day Thermostats?",
|
|
271
|
+
"machine_name": "alter_design_day_thermostats?",
|
|
272
|
+
"name": "alter_design_days",
|
|
273
|
+
"value": false,
|
|
274
|
+
"uuid_DELETEME": "c848bcc0-4a35-0131-188b-14109fdf0b37",
|
|
275
|
+
"uuid": "c848dab0-4a35-0131-188c-14109fdf0b37",
|
|
276
|
+
"version_uuid_DELETEME": "c848fa20-4a35-0131-188d-14109fdf0b37",
|
|
277
|
+
"version_uuid": "c8491d00-4a35-0131-188e-14109fdf0b37"
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"bcl_measure_directory": "./measures/adjust_theromstat_setpoints_by_degrees",
|
|
281
|
+
"measure_definition_directory_CHANGE_TO_ME": "./measures/adjust_theromstat_setpoints_by_degrees",
|
|
282
|
+
"bcl_measure_class_name_ADDME": "AdjustTheromstatSetpointsByDegrees",
|
|
283
|
+
"measure_definition_class_name_CHANGE_TO_ME": "AdjustTheromstatSetpointsByDegrees",
|
|
284
|
+
"bcl_measure_uuid": "c847e060-4a35-0131-1885-14109fdf0b37",
|
|
285
|
+
"measure_definition_uuid_CHANGE_TO_ME": "c847ffb0-4a35-0131-1886-14109fdf0b37",
|
|
286
|
+
"bcl_measure_version_uuid": "c8481dd0-4a35-0131-1887-14109fdf0b37",
|
|
287
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "c8483b10-4a35-0131-1888-14109fdf0b37",
|
|
288
|
+
"measure_type": "RubyMeasure",
|
|
289
|
+
"name": "adjust_thermostat_setpoints_by_degrees",
|
|
290
|
+
"display_name": "Adjust Thermostat Setpoints by Degrees",
|
|
291
|
+
"uuid": "c84857d0-4a35-0131-1889-14109fdf0b37",
|
|
292
|
+
"variables": [
|
|
293
|
+
{
|
|
294
|
+
"argument": {
|
|
295
|
+
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
|
296
|
+
"machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
|
297
|
+
"name": "cooling_adjustment",
|
|
298
|
+
"uuid": "a0618d15-bb0b-4494-a72f-8ad628693a7e",
|
|
299
|
+
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
300
|
+
},
|
|
301
|
+
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
|
302
|
+
"machine_name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
|
303
|
+
"name": "degrees_fahrenheit_to_adjust_cooling_setpoint_by.",
|
|
304
|
+
"minimum": -4.0,
|
|
305
|
+
"maximum": 4.0,
|
|
306
|
+
"units": "",
|
|
307
|
+
"variable": true,
|
|
308
|
+
"variable_ADDME": true,
|
|
309
|
+
"relation_to_output": "",
|
|
310
|
+
"uncertainty_description": {
|
|
311
|
+
"attributes": [
|
|
312
|
+
{
|
|
313
|
+
"name": "modes",
|
|
314
|
+
"value": 0.0
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "lower_bounds",
|
|
318
|
+
"value": -4.0
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "upper_bounds",
|
|
322
|
+
"value": 4.0
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "stddev",
|
|
326
|
+
"value": 1.3333333333333333
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"type": "uniform_uncertain"
|
|
330
|
+
},
|
|
331
|
+
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
|
332
|
+
"variable_type": "RubyContinuousVariable",
|
|
333
|
+
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"argument": {
|
|
337
|
+
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
|
338
|
+
"machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
|
339
|
+
"name": "heating_adjustment",
|
|
340
|
+
"uuid": "a0618d15-bb0b-4494-a72f-8ad628693a7e",
|
|
341
|
+
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
342
|
+
},
|
|
343
|
+
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
|
344
|
+
"machine_name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
|
345
|
+
"name": "degrees_fahrenheit_to_adjust_heating_setpoint_by.",
|
|
346
|
+
"minimum": -4.0,
|
|
347
|
+
"maximum": 4.0,
|
|
348
|
+
"units": "",
|
|
349
|
+
"variable": true,
|
|
350
|
+
"variable_ADDME": true,
|
|
351
|
+
"relation_to_output": "",
|
|
352
|
+
"uncertainty_description": {
|
|
353
|
+
"attributes": [
|
|
354
|
+
{
|
|
355
|
+
"name": "modes",
|
|
356
|
+
"value": 0.0
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"name": "lower_bounds",
|
|
360
|
+
"value": -4.0
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"name": "upper_bounds",
|
|
364
|
+
"value": 4.0
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": "stddev",
|
|
368
|
+
"value": 1.3333333333333333
|
|
369
|
+
}
|
|
370
|
+
],
|
|
371
|
+
"type": "uniform_uncertain"
|
|
372
|
+
},
|
|
373
|
+
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
|
374
|
+
"variable_type": "RubyContinuousVariable",
|
|
375
|
+
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
376
|
+
}
|
|
377
|
+
],
|
|
378
|
+
"version_uuid": "c8487c30-4a35-0131-188a-14109fdf0b37",
|
|
379
|
+
"workflow_index": 2,
|
|
380
|
+
"workflow_step_type": "Measure"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"arguments": [
|
|
384
|
+
{
|
|
385
|
+
"display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
|
386
|
+
"machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
|
|
387
|
+
"name": "material_cost_increase_ip",
|
|
388
|
+
"value": 0.0,
|
|
389
|
+
"uuid_DELETEME": "c84a2ec0-4a35-0131-1895-14109fdf0b37",
|
|
390
|
+
"uuid": "c84a5060-4a35-0131-1896-14109fdf0b37",
|
|
391
|
+
"version_uuid_DELETEME": "c84a6cf0-4a35-0131-1897-14109fdf0b37",
|
|
392
|
+
"version_uuid": "c84a88c0-4a35-0131-1898-14109fdf0b37"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
|
396
|
+
"machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
|
|
397
|
+
"name": "one_time_retrofit_cost_ip",
|
|
398
|
+
"value": 0.0,
|
|
399
|
+
"uuid_DELETEME": "c84aa920-4a35-0131-1899-14109fdf0b37",
|
|
400
|
+
"uuid": "c84ac3b0-4a35-0131-189a-14109fdf0b37",
|
|
401
|
+
"version_uuid_DELETEME": "c84ade40-4a35-0131-189b-14109fdf0b37",
|
|
402
|
+
"version_uuid": "c84af740-4a35-0131-189c-14109fdf0b37"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
|
406
|
+
"machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
|
|
407
|
+
"name": "years_until_retrofit_cost",
|
|
408
|
+
"value": 0,
|
|
409
|
+
"uuid_DELETEME": "c84b13d0-4a35-0131-189d-14109fdf0b37",
|
|
410
|
+
"uuid": "c84b30c0-4a35-0131-189e-14109fdf0b37",
|
|
411
|
+
"version_uuid_DELETEME": "c84b4b80-4a35-0131-189f-14109fdf0b37",
|
|
412
|
+
"version_uuid": "c84b6900-4a35-0131-18a0-14109fdf0b37"
|
|
413
|
+
}
|
|
414
|
+
],
|
|
415
|
+
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_exterior_walls",
|
|
416
|
+
"measure_definition_directory_CHANGE_TO_ME": "./measures/increase_insulation_r_value_for_exterior_walls",
|
|
417
|
+
"bcl_measure_class_name_ADDME": "IncreaseInsulationRValueForExteriorWalls",
|
|
418
|
+
"measure_definition_class_name_CHANGE_TO_ME": "IncreaseInsulationRValueForExteriorWalls",
|
|
419
|
+
"bcl_measure_uuid": "c84948e0-4a35-0131-188f-14109fdf0b37",
|
|
420
|
+
"measure_definition_uuid_CHANGE_TO_ME": "c84966c0-4a35-0131-1890-14109fdf0b37",
|
|
421
|
+
"bcl_measure_version_uuid": "c8498b00-4a35-0131-1891-14109fdf0b37",
|
|
422
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "c849ad40-4a35-0131-1892-14109fdf0b37",
|
|
423
|
+
"measure_type": "RubyMeasure",
|
|
424
|
+
"name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
|
425
|
+
"display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
|
426
|
+
"uuid": "c849d720-4a35-0131-1893-14109fdf0b37",
|
|
427
|
+
"variables": [
|
|
428
|
+
{
|
|
429
|
+
"argument": {
|
|
430
|
+
"display_name": "Wall R Value",
|
|
431
|
+
"machine_name": "wall_r_value",
|
|
432
|
+
"name": "r_value",
|
|
433
|
+
"uuid": "a0618d15-bb0b-4494-a72f-8ad628693a7e",
|
|
434
|
+
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
435
|
+
},
|
|
436
|
+
"display_name": "Wall R Value",
|
|
437
|
+
"machine_name": "wall_r_value",
|
|
438
|
+
"name": "wall_r_value",
|
|
439
|
+
"minimum": 0.0,
|
|
440
|
+
"maximum": 5.0,
|
|
441
|
+
"units": "",
|
|
442
|
+
"variable": true,
|
|
443
|
+
"variable_ADDME": true,
|
|
444
|
+
"relation_to_output": "",
|
|
445
|
+
"uncertainty_description": {
|
|
446
|
+
"attributes": [
|
|
447
|
+
{
|
|
448
|
+
"name": "modes",
|
|
449
|
+
"value": 2.5
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "lower_bounds",
|
|
453
|
+
"value": 0.0
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "upper_bounds",
|
|
457
|
+
"value": 5.0
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"name": "stddev",
|
|
461
|
+
"value": 0.8333333333333334
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"type": "triangle_uncertain"
|
|
465
|
+
},
|
|
466
|
+
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
|
467
|
+
"variable_type": "RubyContinuousVariable",
|
|
468
|
+
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"version_uuid": "c849f7f0-4a35-0131-1894-14109fdf0b37",
|
|
472
|
+
"workflow_index": 3,
|
|
473
|
+
"workflow_step_type": "Measure"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"arguments": [
|
|
477
|
+
{
|
|
478
|
+
"display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
|
479
|
+
"machine_name": "increase_in_material_and_installation_costs_for_construction_per_area_used_($/ft^2).",
|
|
480
|
+
"name": "material_cost_increase_ip",
|
|
481
|
+
"value": 0.0,
|
|
482
|
+
"uuid_DELETEME": "c84c28b0-4a35-0131-18a7-14109fdf0b37",
|
|
483
|
+
"uuid": "c84c4020-4a35-0131-18a8-14109fdf0b37",
|
|
484
|
+
"version_uuid_DELETEME": "c84c5790-4a35-0131-18a9-14109fdf0b37",
|
|
485
|
+
"version_uuid": "c84c72f0-4a35-0131-18aa-14109fdf0b37"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
|
489
|
+
"machine_name": "one_time_retrofit_cost_to_add_insulation_to_construction_($/ft^2).",
|
|
490
|
+
"name": "one_time_retrofit_cost_ip",
|
|
491
|
+
"value": 0.0,
|
|
492
|
+
"uuid_DELETEME": "c84c8fc0-4a35-0131-18ab-14109fdf0b37",
|
|
493
|
+
"uuid": "c84ca820-4a35-0131-18ac-14109fdf0b37",
|
|
494
|
+
"version_uuid_DELETEME": "c84cc1b0-4a35-0131-18ad-14109fdf0b37",
|
|
495
|
+
"version_uuid": "c84ce660-4a35-0131-18ae-14109fdf0b37"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
|
499
|
+
"machine_name": "year_to_incur_one_time_retrofit_cost_(whole_years).",
|
|
500
|
+
"name": "years_until_retrofit_cost",
|
|
501
|
+
"value": 0,
|
|
502
|
+
"uuid_DELETEME": "c84d0350-4a35-0131-18af-14109fdf0b37",
|
|
503
|
+
"uuid": "c84d1e00-4a35-0131-18b0-14109fdf0b37",
|
|
504
|
+
"version_uuid_DELETEME": "c84d3860-4a35-0131-18b1-14109fdf0b37",
|
|
505
|
+
"version_uuid": "c84d5140-4a35-0131-18b2-14109fdf0b37"
|
|
506
|
+
}
|
|
507
|
+
],
|
|
508
|
+
"bcl_measure_directory": "./measures/increase_insulation_r_value_for_roofs",
|
|
509
|
+
"measure_definition_directory_CHANGE_TO_ME": "./measures/increase_insulation_r_value_for_roofs",
|
|
510
|
+
"bcl_measure_class_name_ADDME": "IncreaseInsulationRValueForRoofs",
|
|
511
|
+
"measure_definition_class_name_CHANGE_TO_ME": "IncreaseInsulationRValueForRoofs",
|
|
512
|
+
"bcl_measure_uuid": "c84b8910-4a35-0131-18a1-14109fdf0b37",
|
|
513
|
+
"measure_definition_uuid_CHANGE_TO_ME": "c84ba140-4a35-0131-18a2-14109fdf0b37",
|
|
514
|
+
"bcl_measure_version_uuid": "c84bbcb0-4a35-0131-18a3-14109fdf0b37",
|
|
515
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "c84bd4a0-4a35-0131-18a4-14109fdf0b37",
|
|
516
|
+
"measure_type": "RubyMeasure",
|
|
517
|
+
"name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
|
|
518
|
+
"display_name": "Set R-value of Insulation for Roofs to a Specific Value",
|
|
519
|
+
"uuid": "c84bee70-4a35-0131-18a5-14109fdf0b37",
|
|
520
|
+
"variables": [
|
|
521
|
+
{
|
|
522
|
+
"argument": {
|
|
523
|
+
"display_name": "Roof R Value",
|
|
524
|
+
"machine_name": "roof_r_value",
|
|
525
|
+
"name": "r_value",
|
|
526
|
+
"uuid": "a0618d15-bb0b-4494-a72f-8ad628693a7e",
|
|
527
|
+
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
528
|
+
},
|
|
529
|
+
"display_name": "Roof R Value",
|
|
530
|
+
"machine_name": "roof_r_value",
|
|
531
|
+
"name": "roof_r_value",
|
|
532
|
+
"minimum": 0.0,
|
|
533
|
+
"maximum": 5.0,
|
|
534
|
+
"units": "",
|
|
535
|
+
"variable": true,
|
|
536
|
+
"variable_ADDME": true,
|
|
537
|
+
"relation_to_output": "",
|
|
538
|
+
"uncertainty_description": {
|
|
539
|
+
"attributes": [
|
|
540
|
+
{
|
|
541
|
+
"name": "modes",
|
|
542
|
+
"value": 2.5
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "lower_bounds",
|
|
546
|
+
"value": 0.0
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "upper_bounds",
|
|
550
|
+
"value": 5.0
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "stddev",
|
|
554
|
+
"value": 0.8333333333333334
|
|
555
|
+
}
|
|
556
|
+
],
|
|
557
|
+
"type": "triangle_uncertain"
|
|
558
|
+
},
|
|
559
|
+
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
|
560
|
+
"variable_type": "RubyContinuousVariable",
|
|
561
|
+
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
562
|
+
}
|
|
563
|
+
],
|
|
564
|
+
"version_uuid": "c84c0630-4a35-0131-18a6-14109fdf0b37",
|
|
565
|
+
"workflow_index": 4,
|
|
566
|
+
"workflow_step_type": "Measure"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"arguments": [
|
|
570
|
+
{
|
|
571
|
+
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
|
572
|
+
"machine_name": "apply_the_measure_to_a_specific_space_type_or_to_the_entire_model.",
|
|
573
|
+
"name": "space_type",
|
|
574
|
+
"value": "*Entire Building*",
|
|
575
|
+
"uuid_DELETEME": "c84e21f0-4a35-0131-18b9-14109fdf0b37",
|
|
576
|
+
"uuid": "c84e4070-4a35-0131-18ba-14109fdf0b37",
|
|
577
|
+
"version_uuid_DELETEME": "c84e5830-4a35-0131-18bb-14109fdf0b37",
|
|
578
|
+
"version_uuid": "c84e7030-4a35-0131-18bc-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
|
+
"bcl_measure_uuid": "c84d72a0-4a35-0131-18b3-14109fdf0b37",
|
|
586
|
+
"measure_definition_uuid_CHANGE_TO_ME": "c84d9060-4a35-0131-18b4-14109fdf0b37",
|
|
587
|
+
"bcl_measure_version_uuid": "c84da9f0-4a35-0131-18b5-14109fdf0b37",
|
|
588
|
+
"measure_definition_version_uuid_CHANGE_TO_ME": "c84dc9d0-4a35-0131-18b6-14109fdf0b37",
|
|
589
|
+
"measure_type": "RubyMeasure",
|
|
590
|
+
"name": "reduce_ventilation_by_percentage",
|
|
591
|
+
"display_name": "Reduce Ventilation By Percentage",
|
|
592
|
+
"uuid": "c84de660-4a35-0131-18b7-14109fdf0b37",
|
|
593
|
+
"variables": [
|
|
594
|
+
{
|
|
595
|
+
"argument": {
|
|
596
|
+
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
|
597
|
+
"machine_name": "design_specification_outdoor_air_reduction_(%).",
|
|
598
|
+
"name": "design_spec_outdoor_air_reduction_percent",
|
|
599
|
+
"uuid": "a0618d15-bb0b-4494-a72f-8ad628693a7e",
|
|
600
|
+
"version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912"
|
|
601
|
+
},
|
|
602
|
+
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
|
603
|
+
"machine_name": "design_specification_outdoor_air_reduction_(%).",
|
|
604
|
+
"name": "design_specification_outdoor_air_reduction_(%).",
|
|
605
|
+
"minimum": 0.0,
|
|
606
|
+
"maximum": 90.0,
|
|
607
|
+
"units": "",
|
|
608
|
+
"variable": true,
|
|
609
|
+
"variable_ADDME": true,
|
|
610
|
+
"relation_to_output": "",
|
|
611
|
+
"uncertainty_description": {
|
|
612
|
+
"attributes": [
|
|
613
|
+
{
|
|
614
|
+
"name": "modes",
|
|
615
|
+
"value": 20.0
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "lower_bounds",
|
|
619
|
+
"value": 0.0
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "upper_bounds",
|
|
623
|
+
"value": 90.0
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "stddev",
|
|
627
|
+
"value": 15.0
|
|
628
|
+
}
|
|
629
|
+
],
|
|
630
|
+
"type": "triangle_uncertain"
|
|
631
|
+
},
|
|
632
|
+
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
|
633
|
+
"variable_type": "RubyContinuousVariable",
|
|
634
|
+
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"version_uuid": "c84e01f0-4a35-0131-18b8-14109fdf0b37",
|
|
638
|
+
"workflow_index": 5,
|
|
639
|
+
"workflow_step_type": "Measure"
|
|
640
|
+
}
|
|
641
|
+
]
|
|
642
|
+
},
|
|
643
|
+
"seed": {
|
|
644
|
+
"file_type": "OSM",
|
|
645
|
+
"path": "./seed/small_seed.osm"
|
|
646
|
+
},
|
|
647
|
+
"weather_file": {
|
|
648
|
+
"file_type": "EPW",
|
|
649
|
+
"path": "./weather/partial_weather.epw"
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
}
|
|
Binary file
|
data/spec/files/small_list.xlsx
CHANGED
|
Binary file
|