openstudio-analysis 0.4.2 → 0.4.3
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/CHANGELOG.md +13 -0
- data/README.md +6 -1
- data/lib/openstudio-analysis.rb +4 -0
- data/lib/openstudio/analysis.rb +16 -0
- data/lib/openstudio/analysis/algorithm_attributes.rb +4 -0
- data/lib/openstudio/analysis/formulation.rb +115 -49
- data/lib/openstudio/analysis/server_api.rb +151 -12
- data/lib/openstudio/analysis/support_files.rb +21 -3
- data/lib/openstudio/analysis/translator/excel.rb +84 -299
- data/lib/openstudio/analysis/version.rb +1 -1
- data/lib/openstudio/analysis/workflow.rb +79 -33
- data/lib/openstudio/analysis/workflow_step.rb +165 -39
- data/lib/openstudio/helpers/string.rb +1 -1
- data/lib/openstudio/weather/epw.rb +193 -0
- data/spec/files/0_1_09_outputvars.xlsx +0 -0
- data/spec/files/0_1_09_setup_version_2.xlsx +0 -0
- data/spec/files/0_3_0_dynamic_uuids.xlsx +0 -0
- data/spec/files/0_3_0_outputs.xlsx +0 -0
- data/spec/files/0_3_3_short_names.xlsx +0 -0
- data/spec/files/0_3_5_multiple_measure_paths.xlsx +0 -0
- data/spec/files/0_3_7_unique_measure_names.xlsx +0 -0
- data/spec/files/0_3_7_worker_init_final.xlsx +0 -0
- data/spec/files/0_4_0_multiple_seeds.xlsx +0 -0
- data/spec/files/0_4_0_pivot_test.xlsx +0 -0
- data/spec/files/analysis/examples/medium_office_workflow.json +1298 -0
- data/spec/files/analysis/medium_office.json +666 -603
- data/spec/files/analysis/medium_office.zip +0 -0
- data/spec/files/analysis/name_goes_here.json +1752 -0
- data/spec/files/{export/analysis/small_seed.zip → analysis/name_goes_here.zip} +0 -0
- data/spec/files/export/analysis/0_1_09_outputvars.json +265 -230
- data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
- data/spec/files/export/analysis/{71bebb0a-34b7-404b-b430-0ee7dab962ff.json → 0_3_0_dynamic_uuids.json} +684 -590
- data/spec/files/export/analysis/{67e3ba4a-2660-41b6-a7c5-d4457a4275c4.zip → 0_3_0_dynamic_uuids.zip} +0 -0
- data/spec/files/export/analysis/0_3_0_outputs.json +684 -590
- data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
- data/spec/files/export/analysis/{5b5264db-a31e-4bab-931b-94101bd23b80.json → 0_3_3_short_names.json} +697 -622
- data/spec/files/export/analysis/{1d8d62bb-f058-4c38-893b-8eaa7ceea254.zip → 0_3_3_short_names.zip} +0 -0
- data/spec/files/export/analysis/{1d8d62bb-f058-4c38-893b-8eaa7ceea254.json → 0_3_5_multiple_measure_paths.json} +717 -602
- data/spec/files/export/analysis/{5b5264db-a31e-4bab-931b-94101bd23b80.zip → 0_3_5_multiple_measure_paths.zip} +0 -0
- data/spec/files/export/analysis/{67e3ba4a-2660-41b6-a7c5-d4457a4275c4.json → 0_3_7_worker_init_final.json} +708 -613
- data/spec/files/export/analysis/{71bebb0a-34b7-404b-b430-0ee7dab962ff.zip → 0_3_7_worker_init_final.zip} +0 -0
- data/spec/files/export/analysis/{0_1_11_discrete_variables.json → example_analysis.json} +279 -214
- data/spec/files/export/analysis/{0_1_11_discrete_variables.zip → example_analysis.zip} +0 -0
- data/spec/files/export/analysis/{discrete_lhs_example.json → lhs_discrete_and_continuous_variables.json} +549 -436
- data/spec/files/export/analysis/{discrete_lhs_example.zip → lhs_discrete_and_continuous_variables.zip} +0 -0
- data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_f4a73fc4-0514-4033-b54d-d1c58c77c724.json +1298 -0
- data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_f4a73fc4-0514-4033-b54d-d1c58c77c724.zip +0 -0
- data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_model_-_1.json +1298 -0
- data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_model_-_1.zip +0 -0
- data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_something_else.json +1298 -0
- data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_something_else.zip +0 -0
- data/spec/files/export/analysis/pivot_test.json +1323 -0
- data/spec/files/export/analysis/pivot_test.zip +0 -0
- data/spec/files/export/analysis/{0_2_0_template_simpletest.json → simple_test.json} +201 -178
- data/spec/files/export/analysis/{0_2_0_template_simpletest.zip → simple_test.zip} +0 -0
- data/spec/files/export/analysis/{0_1_12_discrete_dynamic_columns.json → test_model.json} +189 -167
- data/spec/files/export/analysis/{0_1_12_discrete_dynamic_columns.zip → test_model.zip} +0 -0
- data/spec/files/export/weather/weather_out.epw +32 -0
- data/spec/files/export/weather/weather_out_appended.epw +56 -0
- data/spec/files/export/workflow/analysis.json +0 -1
- data/spec/files/measures/reduce_space_infiltration_by_percentage/measure.rb +5 -0
- data/spec/files/measures/reduce_space_infiltration_by_percentage/measure.xml +1 -0
- data/spec/files/measures/rotate_building/measure.rb +5 -0
- data/spec/files/measures/rotate_building/measure.xml +1 -0
- data/spec/files/measures/set_window_to_wall_ratio_by_facade/measure.rb +5 -0
- data/spec/files/measures/set_window_to_wall_ratio_by_facade/measure.xml +1 -0
- data/spec/files/partial_weather.epw +32 -32
- data/spec/openstudio/excel_spec.rb +103 -69
- data/spec/openstudio/formulation_spec.rb +28 -14
- data/spec/openstudio/support_files_spec.rb +2 -2
- data/spec/openstudio/weather_spec.rb +45 -0
- data/spec/openstudio/workflow_spec.rb +2 -1
- data/spec/openstudio/workflow_step_spec.rb +24 -22
- data/spec/reports/SPEC-OpenStudio-Analysis-Formulation.xml +59 -10
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +1 -1
- data/spec/reports/SPEC-OpenStudio-Analysis-SupportFiles.xml +6 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +25 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +18 -5
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +5 -8
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +29 -12
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +5 -5
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +26 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +3 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +20 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +35 -10
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.xml +47 -5
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.xml +3 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +48 -10
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.xml +48 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml +48 -8
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.0.xml +55 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.xml +51 -8
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-4-0-multiple-seed-models.xml +165 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-4-0-pivot-test.xml +60 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +1 -1
- data/spec/reports/SPEC-OpenStudio-Analysis-Workflow.xml +7 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-WorkflowStep.xml +8 -14
- data/spec/reports/SPEC-OpenStudio-Weather-Epw.xml +9 -0
- metadata +97 -50
- data/spec/files/export/analysis/small_seed.json +0 -593
Binary file
|
@@ -6,6 +6,7 @@
|
|
6
6
|
|
7
7
|
],
|
8
8
|
"problem": {
|
9
|
+
"analysis_type": "lhs",
|
9
10
|
"algorithm": {
|
10
11
|
"sample_method": "all_variables",
|
11
12
|
"number_of_samples": 100,
|
@@ -16,87 +17,106 @@
|
|
16
17
|
},
|
17
18
|
"workflow": [
|
18
19
|
{
|
20
|
+
"name": "reduce_lighting_loads_by_percentage",
|
21
|
+
"display_name": "Reduce Lighting Loads by Percentage",
|
22
|
+
"measure_type": "RubyMeasure",
|
19
23
|
"measure_definition_class_name": "ReduceLightingLoadsByPercentage",
|
20
24
|
"measure_definition_directory": "./measures/reduce_lighting_loads_by_percentage",
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"
|
25
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage",
|
26
|
+
"measure_definition_display_name": "Reduce Lighting Loads by Percentage",
|
27
|
+
"measure_definition_name": "reduce_lighting_loads_by_percentage",
|
28
|
+
"measure_definition_name_xml": null,
|
29
|
+
"measure_definition_uuid": "4bfb5100-4136-40ce-b5f3-6286d11b48f4",
|
30
|
+
"measure_definition_version_uuid": "61f2f2c1-195f-40b5-9496-20929294d849",
|
25
31
|
"arguments": [
|
26
32
|
{
|
27
33
|
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
28
34
|
"display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
29
35
|
"name": "space_type",
|
30
|
-
"
|
31
|
-
"
|
36
|
+
"value_type": "string",
|
37
|
+
"default_value": "*Entire Building*",
|
38
|
+
"value": "*Entire Building*"
|
32
39
|
},
|
33
40
|
{
|
34
41
|
"display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
|
35
42
|
"display_name_short": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
|
36
43
|
"name": "material_and_installation_cost",
|
37
|
-
"
|
38
|
-
"
|
44
|
+
"value_type": "double",
|
45
|
+
"default_value": 0.0,
|
46
|
+
"value": 0.0
|
39
47
|
},
|
40
48
|
{
|
41
49
|
"display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
|
42
50
|
"display_name_short": "Increase in Demolition Costs for Lighting per Floor Area (%).",
|
43
51
|
"name": "demolition_cost",
|
44
|
-
"
|
45
|
-
"
|
52
|
+
"value_type": "double",
|
53
|
+
"default_value": 0.0,
|
54
|
+
"value": 0.0
|
46
55
|
},
|
47
56
|
{
|
48
57
|
"display_name": "Years Until Costs Start (whole years).",
|
49
58
|
"display_name_short": "Years Until Costs Start (whole years).",
|
50
59
|
"name": "years_until_costs_start",
|
51
|
-
"
|
52
|
-
"
|
60
|
+
"value_type": "integer",
|
61
|
+
"default_value": 0,
|
62
|
+
"value": 0
|
53
63
|
},
|
54
64
|
{
|
55
65
|
"display_name": "Demolition Costs Occur During Initial Construction?",
|
56
66
|
"display_name_short": "Demolition Costs Occur During Initial Construction?",
|
57
67
|
"name": "demo_cost_initial_const",
|
58
|
-
"
|
59
|
-
"
|
68
|
+
"value_type": "bool",
|
69
|
+
"default_value": true,
|
70
|
+
"value": true
|
60
71
|
},
|
61
72
|
{
|
62
73
|
"display_name": "Expected Life (whole years).",
|
63
74
|
"display_name_short": "Expected Life (whole years).",
|
64
75
|
"name": "expected_life",
|
65
|
-
"
|
66
|
-
"
|
76
|
+
"value_type": "integer",
|
77
|
+
"default_value": 15,
|
78
|
+
"value": 15
|
67
79
|
},
|
68
80
|
{
|
69
81
|
"display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
|
70
82
|
"display_name_short": "Increase O & M Costs for Lighting per Floor Area (%).",
|
71
83
|
"name": "om_cost",
|
72
|
-
"
|
73
|
-
"
|
84
|
+
"value_type": "double",
|
85
|
+
"default_value": 0.0,
|
86
|
+
"value": 0.0
|
74
87
|
},
|
75
88
|
{
|
76
89
|
"display_name": "O & M Frequency (whole years).",
|
77
90
|
"display_name_short": "O & M Frequency (whole years).",
|
78
91
|
"name": "om_frequency",
|
79
|
-
"
|
80
|
-
"
|
92
|
+
"value_type": "integer",
|
93
|
+
"default_value": 1,
|
94
|
+
"value": 1
|
81
95
|
}
|
82
96
|
],
|
83
|
-
"display_name": "Reduce Lighting Loads by Percentage",
|
84
|
-
"name": "reduce_lighting_loads_by_percentage",
|
85
97
|
"variables": [
|
86
98
|
{
|
87
99
|
"argument": {
|
88
100
|
"display_name": "Lighting Power Reduction",
|
89
101
|
"display_name_short": "Lighting Power Reduction",
|
90
102
|
"name": "lighting_power_reduction_percent",
|
91
|
-
"value_type": "double"
|
103
|
+
"value_type": "double",
|
104
|
+
"default_value": 30.0,
|
105
|
+
"value": 30.0
|
92
106
|
},
|
93
107
|
"display_name": "Lighting Power Reduction",
|
94
108
|
"display_name_short": "Lighting Power Reduction",
|
95
|
-
"
|
109
|
+
"variable_type": "variable",
|
110
|
+
"units": null,
|
96
111
|
"minimum": 0.0,
|
97
|
-
"
|
112
|
+
"maximum": 10.0,
|
113
|
+
"relation_to_output": null,
|
98
114
|
"static_value": 30.0,
|
115
|
+
"uuid": "0027573b-a6a9-468a-9e77-2b1f227ec88b",
|
116
|
+
"version_uuid": "7df38d64-f3fc-41eb-8512-febd20a774bb",
|
117
|
+
"variable": true,
|
99
118
|
"uncertainty_description": {
|
119
|
+
"type": "discrete_uncertain",
|
100
120
|
"attributes": [
|
101
121
|
{
|
102
122
|
"name": "discrete",
|
@@ -130,77 +150,91 @@
|
|
130
150
|
{
|
131
151
|
"name": "modes",
|
132
152
|
"value": 5.0
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"name": "delta_x",
|
156
|
+
"value": null
|
157
|
+
},
|
158
|
+
{
|
159
|
+
"name": "stddev",
|
160
|
+
"value": 3.0
|
133
161
|
}
|
134
|
-
]
|
135
|
-
"type": "discrete_uncertain"
|
162
|
+
]
|
136
163
|
},
|
137
|
-
"
|
138
|
-
"value_type": "double",
|
139
|
-
"variable": true,
|
140
|
-
"variable_type": "RubyContinuousVariable",
|
141
|
-
"uuid": "b8e116de-af63-4d45-a1e1-a043d5d4bd2a",
|
142
|
-
"version_uuid": "26bc1692-bc12-487a-91fb-db3157ad206e"
|
164
|
+
"workflow_index": 0
|
143
165
|
}
|
144
166
|
],
|
145
|
-
"workflow_index": 0
|
146
|
-
"workflow_step_type": "Measure",
|
147
|
-
"uuid": "d5339af8-64da-4c54-89f4-018383a24c4c",
|
148
|
-
"version_uuid": "36f01234-0fd0-4d66-96b9-1d62b56bf0fc"
|
167
|
+
"workflow_index": 0
|
149
168
|
},
|
150
169
|
{
|
170
|
+
"name": "reducespaceinfiltrationbypercentage",
|
171
|
+
"display_name": "ReduceSpaceInfiltrationByPercentage",
|
172
|
+
"measure_type": "RubyMeasure",
|
151
173
|
"measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
|
152
174
|
"measure_definition_directory": "./measures/example_measure_auto_directory_name",
|
153
|
-
"
|
154
|
-
"
|
155
|
-
"
|
156
|
-
"
|
175
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name",
|
176
|
+
"measure_definition_display_name": "ReduceSpaceInfiltrationByPercentage",
|
177
|
+
"measure_definition_name": "reducespaceinfiltrationbypercentage",
|
178
|
+
"measure_definition_name_xml": null,
|
179
|
+
"measure_definition_uuid": "6910c79d-1e22-42c8-bd92-4a0e7048d939",
|
180
|
+
"measure_definition_version_uuid": "902a1246-9400-44e8-b694-1982838734d7",
|
157
181
|
"arguments": [
|
158
182
|
{
|
159
183
|
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
160
184
|
"display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
161
185
|
"name": "space_type",
|
162
|
-
"
|
163
|
-
"
|
186
|
+
"value_type": "string",
|
187
|
+
"default_value": "*Entire Building*",
|
188
|
+
"value": "*Entire Building*"
|
164
189
|
},
|
165
190
|
{
|
166
191
|
"display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
|
167
192
|
"display_name_short": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
|
168
193
|
"name": "material_and_installation_cost",
|
169
|
-
"
|
170
|
-
"
|
194
|
+
"value_type": "double",
|
195
|
+
"default_value": 0.0,
|
196
|
+
"value": 0.0
|
171
197
|
},
|
172
198
|
{
|
173
199
|
"display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
|
174
200
|
"display_name_short": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
|
175
201
|
"name": "om_cost",
|
176
|
-
"
|
177
|
-
"
|
202
|
+
"value_type": "double",
|
203
|
+
"default_value": 0.0,
|
204
|
+
"value": 0.0
|
178
205
|
},
|
179
206
|
{
|
180
207
|
"display_name": "O & M Frequency (whole years).",
|
181
208
|
"display_name_short": "O & M Frequency (whole years).",
|
182
209
|
"name": "om_frequency",
|
183
|
-
"
|
184
|
-
"
|
210
|
+
"value_type": "integer",
|
211
|
+
"default_value": 1,
|
212
|
+
"value": 1
|
185
213
|
}
|
186
214
|
],
|
187
|
-
"display_name": "ReduceSpaceInfiltrationByPercentage",
|
188
|
-
"name": "reducespaceinfiltrationbypercentage",
|
189
215
|
"variables": [
|
190
216
|
{
|
191
217
|
"argument": {
|
192
218
|
"display_name": "Space Infiltration Power Reduction",
|
193
219
|
"display_name_short": "Space Infiltration Power Reduction",
|
194
220
|
"name": "space_infiltration_reduction_percent",
|
195
|
-
"value_type": "double"
|
221
|
+
"value_type": "double",
|
222
|
+
"default_value": 30.0,
|
223
|
+
"value": 30.0
|
196
224
|
},
|
197
225
|
"display_name": "Space Infiltration Power Reduction",
|
198
226
|
"display_name_short": "Space Infiltration Power Reduction",
|
199
|
-
"
|
227
|
+
"variable_type": "variable",
|
228
|
+
"units": null,
|
200
229
|
"minimum": 0.0,
|
201
|
-
"
|
230
|
+
"maximum": 30.0,
|
231
|
+
"relation_to_output": null,
|
202
232
|
"static_value": 30.0,
|
233
|
+
"uuid": "a12ba967-3115-4c3c-93ff-f89fd98350dc",
|
234
|
+
"version_uuid": "583ebf7a-8f62-4b4e-96e1-ba5b1a31fba3",
|
235
|
+
"variable": true,
|
203
236
|
"uncertainty_description": {
|
237
|
+
"type": "uniform_uncertain",
|
204
238
|
"attributes": [
|
205
239
|
{
|
206
240
|
"name": "lower_bounds",
|
@@ -211,60 +245,62 @@
|
|
211
245
|
"value": 30.0
|
212
246
|
},
|
213
247
|
{
|
214
|
-
"name": "
|
215
|
-
"value":
|
248
|
+
"name": "modes",
|
249
|
+
"value": 10.0
|
216
250
|
},
|
217
251
|
{
|
218
252
|
"name": "delta_x",
|
219
253
|
"value": null
|
220
254
|
},
|
221
255
|
{
|
222
|
-
"name": "
|
223
|
-
"value":
|
256
|
+
"name": "stddev",
|
257
|
+
"value": 5.0
|
224
258
|
}
|
225
|
-
]
|
226
|
-
"type": "uniform_uncertain"
|
259
|
+
]
|
227
260
|
},
|
228
|
-
"
|
229
|
-
"value_type": "double",
|
230
|
-
"variable": true,
|
231
|
-
"variable_type": "RubyContinuousVariable",
|
232
|
-
"uuid": "6233b20a-47fa-4de0-8407-8bc1fe8fcda5",
|
233
|
-
"version_uuid": "298d5783-f5ac-4322-b8fc-2a930b5c2383"
|
261
|
+
"workflow_index": 0
|
234
262
|
}
|
235
263
|
],
|
236
|
-
"workflow_index": 1
|
237
|
-
"workflow_step_type": "Measure",
|
238
|
-
"uuid": "9e663739-357e-4e9b-9694-0811ec14de3c",
|
239
|
-
"version_uuid": "bebd9aa8-6a9a-43b9-b937-0c632c5c9118"
|
264
|
+
"workflow_index": 1
|
240
265
|
},
|
241
266
|
{
|
267
|
+
"name": "adjust_thermostat_setpoints_by_degrees",
|
268
|
+
"display_name": "Adjust Thermostat Setpoints by Degrees",
|
269
|
+
"measure_type": "RubyMeasure",
|
242
270
|
"measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
|
243
271
|
"measure_definition_directory": "./measures/example_measure_auto_directory_name",
|
244
|
-
"
|
245
|
-
"
|
246
|
-
"
|
247
|
-
"
|
272
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name",
|
273
|
+
"measure_definition_display_name": "Adjust Thermostat Setpoints by Degrees",
|
274
|
+
"measure_definition_name": "adjust_thermostat_setpoints_by_degrees",
|
275
|
+
"measure_definition_name_xml": null,
|
276
|
+
"measure_definition_uuid": "223eb68f-a311-402a-a5db-ce619fa967b7",
|
277
|
+
"measure_definition_version_uuid": "37cb4946-a4ec-4c4c-9e62-24d178642d58",
|
248
278
|
"arguments": [
|
249
279
|
|
250
280
|
],
|
251
|
-
"display_name": "Adjust Thermostat Setpoints by Degrees",
|
252
|
-
"name": "adjust_thermostat_setpoints_by_degrees",
|
253
281
|
"variables": [
|
254
282
|
{
|
255
283
|
"argument": {
|
256
284
|
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
257
285
|
"display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
258
286
|
"name": "cooling_adjustment",
|
259
|
-
"value_type": "double"
|
287
|
+
"value_type": "double",
|
288
|
+
"default_value": 1.0,
|
289
|
+
"value": 1.0
|
260
290
|
},
|
261
291
|
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
262
292
|
"display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
263
|
-
"
|
293
|
+
"variable_type": "variable",
|
294
|
+
"units": null,
|
264
295
|
"minimum": -4.0,
|
265
|
-
"
|
296
|
+
"maximum": 4.0,
|
297
|
+
"relation_to_output": null,
|
266
298
|
"static_value": 1.0,
|
299
|
+
"uuid": "98017642-38f3-40aa-9e7b-e460da96e6ea",
|
300
|
+
"version_uuid": "fdf3b69c-29cd-4904-afff-b5da97266493",
|
301
|
+
"variable": true,
|
267
302
|
"uncertainty_description": {
|
303
|
+
"type": "uniform_uncertain",
|
268
304
|
"attributes": [
|
269
305
|
{
|
270
306
|
"name": "lower_bounds",
|
@@ -275,41 +311,43 @@
|
|
275
311
|
"value": 4.0
|
276
312
|
},
|
277
313
|
{
|
278
|
-
"name": "
|
279
|
-
"value":
|
314
|
+
"name": "modes",
|
315
|
+
"value": 0.0
|
280
316
|
},
|
281
317
|
{
|
282
318
|
"name": "delta_x",
|
283
319
|
"value": null
|
284
320
|
},
|
285
321
|
{
|
286
|
-
"name": "
|
287
|
-
"value":
|
322
|
+
"name": "stddev",
|
323
|
+
"value": 1.3333333333333333
|
288
324
|
}
|
289
|
-
]
|
290
|
-
"type": "uniform_uncertain"
|
325
|
+
]
|
291
326
|
},
|
292
|
-
"
|
293
|
-
"value_type": "double",
|
294
|
-
"variable": true,
|
295
|
-
"variable_type": "RubyContinuousVariable",
|
296
|
-
"uuid": "b060b332-bfe4-4c75-b9c8-2afd1827d694",
|
297
|
-
"version_uuid": "de9d121a-9482-4b13-b2e4-ede3c199528e"
|
327
|
+
"workflow_index": 0
|
298
328
|
},
|
299
329
|
{
|
300
330
|
"argument": {
|
301
331
|
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
302
332
|
"display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
303
333
|
"name": "heating_adjustment",
|
304
|
-
"value_type": "double"
|
334
|
+
"value_type": "double",
|
335
|
+
"default_value": -1.0,
|
336
|
+
"value": -1.0
|
305
337
|
},
|
306
338
|
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
307
339
|
"display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
308
|
-
"
|
340
|
+
"variable_type": "variable",
|
341
|
+
"units": null,
|
309
342
|
"minimum": -4.0,
|
310
|
-
"
|
343
|
+
"maximum": 4.0,
|
344
|
+
"relation_to_output": null,
|
311
345
|
"static_value": -1.0,
|
346
|
+
"uuid": "6332608f-c950-41fd-9e54-a35b07a2c8d6",
|
347
|
+
"version_uuid": "66e15585-bfa4-49d2-ad89-483b6b50edad",
|
348
|
+
"variable": true,
|
312
349
|
"uncertainty_description": {
|
350
|
+
"type": "uniform_uncertain",
|
313
351
|
"attributes": [
|
314
352
|
{
|
315
353
|
"name": "lower_bounds",
|
@@ -320,41 +358,43 @@
|
|
320
358
|
"value": 4.0
|
321
359
|
},
|
322
360
|
{
|
323
|
-
"name": "
|
324
|
-
"value":
|
361
|
+
"name": "modes",
|
362
|
+
"value": 0.0
|
325
363
|
},
|
326
364
|
{
|
327
365
|
"name": "delta_x",
|
328
366
|
"value": null
|
329
367
|
},
|
330
368
|
{
|
331
|
-
"name": "
|
332
|
-
"value":
|
369
|
+
"name": "stddev",
|
370
|
+
"value": 1.3333333333333333
|
333
371
|
}
|
334
|
-
]
|
335
|
-
"type": "uniform_uncertain"
|
372
|
+
]
|
336
373
|
},
|
337
|
-
"
|
338
|
-
"value_type": "double",
|
339
|
-
"variable": true,
|
340
|
-
"variable_type": "RubyContinuousVariable",
|
341
|
-
"uuid": "c6c427a3-12e0-4b1c-8541-bccf69ce130e",
|
342
|
-
"version_uuid": "1639f70d-153e-42e3-b4b8-392c5e74254c"
|
374
|
+
"workflow_index": 1
|
343
375
|
},
|
344
376
|
{
|
345
377
|
"argument": {
|
346
378
|
"display_name": "Alter Design Day Thermostats?",
|
347
379
|
"display_name_short": "Alter Design Day Thermostats?",
|
348
380
|
"name": "alter_design_days",
|
349
|
-
"value_type": "bool"
|
381
|
+
"value_type": "bool",
|
382
|
+
"default_value": false,
|
383
|
+
"value": false
|
350
384
|
},
|
351
385
|
"display_name": "Alter Design Day Thermostats?",
|
352
386
|
"display_name_short": "Alter Design Day Thermostats?",
|
353
|
-
"
|
387
|
+
"variable_type": "variable",
|
388
|
+
"units": null,
|
354
389
|
"minimum": true,
|
355
|
-
"
|
390
|
+
"maximum": true,
|
391
|
+
"relation_to_output": null,
|
392
|
+
"uuid": "b75d74db-4c9f-4c88-a794-c37c53d9e144",
|
393
|
+
"version_uuid": "d7c072f6-c54b-418b-9f52-a5b6e40762f9",
|
394
|
+
"variable": true,
|
356
395
|
"static_value": false,
|
357
396
|
"uncertainty_description": {
|
397
|
+
"type": "discrete_uncertain",
|
358
398
|
"attributes": [
|
359
399
|
{
|
360
400
|
"name": "discrete",
|
@@ -379,71 +419,84 @@
|
|
379
419
|
},
|
380
420
|
{
|
381
421
|
"name": "modes",
|
422
|
+
"value": false
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"name": "delta_x",
|
426
|
+
"value": null
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"name": "stddev",
|
382
430
|
"value": null
|
383
431
|
}
|
384
|
-
]
|
385
|
-
"type": "discrete_uncertain"
|
432
|
+
]
|
386
433
|
},
|
387
|
-
"
|
388
|
-
"value_type": "bool",
|
389
|
-
"variable": true,
|
390
|
-
"variable_type": "RubyContinuousVariable",
|
391
|
-
"uuid": "3e408c03-dba6-455a-b3c8-437b84372b44",
|
392
|
-
"version_uuid": "32c78628-4e90-4a71-9db1-b5ce42e3e3ae"
|
434
|
+
"workflow_index": 2
|
393
435
|
}
|
394
436
|
],
|
395
|
-
"workflow_index": 2
|
396
|
-
"workflow_step_type": "Measure",
|
397
|
-
"uuid": "8979d4c1-69a6-4cf2-af04-66e402d241f0",
|
398
|
-
"version_uuid": "fc261795-6aac-40d6-88b6-c69608fcc47e"
|
437
|
+
"workflow_index": 2
|
399
438
|
},
|
400
439
|
{
|
440
|
+
"name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
441
|
+
"display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
442
|
+
"measure_type": "RubyMeasure",
|
401
443
|
"measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
|
402
444
|
"measure_definition_directory": "./measures/example_measure_auto_directory_name",
|
403
|
-
"
|
404
|
-
"
|
405
|
-
"
|
406
|
-
"
|
445
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name",
|
446
|
+
"measure_definition_display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
447
|
+
"measure_definition_name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
448
|
+
"measure_definition_name_xml": null,
|
449
|
+
"measure_definition_uuid": "e6eaabc5-c81e-4073-8a8c-3c11814d07b8",
|
450
|
+
"measure_definition_version_uuid": "d59ef314-08e3-436c-ad17-edd917ab8d29",
|
407
451
|
"arguments": [
|
408
452
|
{
|
409
453
|
"display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
410
454
|
"display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
411
455
|
"name": "material_cost_increase_ip",
|
412
|
-
"
|
413
|
-
"
|
456
|
+
"value_type": "double",
|
457
|
+
"default_value": 0.0,
|
458
|
+
"value": 0.0
|
414
459
|
},
|
415
460
|
{
|
416
461
|
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
417
462
|
"display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
418
463
|
"name": "one_time_retrofit_cost_ip",
|
419
|
-
"
|
420
|
-
"
|
464
|
+
"value_type": "double",
|
465
|
+
"default_value": 0.0,
|
466
|
+
"value": 0.0
|
421
467
|
},
|
422
468
|
{
|
423
469
|
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
424
470
|
"display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
|
425
471
|
"name": "years_until_retrofit_cost",
|
426
|
-
"
|
427
|
-
"
|
472
|
+
"value_type": "integer",
|
473
|
+
"default_value": 0,
|
474
|
+
"value": 0
|
428
475
|
}
|
429
476
|
],
|
430
|
-
"display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
431
|
-
"name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
432
477
|
"variables": [
|
433
478
|
{
|
434
479
|
"argument": {
|
435
480
|
"display_name": "Wall R Value",
|
436
481
|
"display_name_short": "Wall R Value",
|
437
482
|
"name": "r_value",
|
438
|
-
"value_type": "double"
|
483
|
+
"value_type": "double",
|
484
|
+
"default_value": 5.0,
|
485
|
+
"value": 5.0
|
439
486
|
},
|
440
487
|
"display_name": "Wall R Value",
|
441
488
|
"display_name_short": "Wall R Value",
|
442
|
-
"
|
489
|
+
"variable_type": "variable",
|
490
|
+
"units": null,
|
443
491
|
"minimum": 0.0,
|
444
|
-
"
|
492
|
+
"maximum": 5.0,
|
493
|
+
"relation_to_output": null,
|
445
494
|
"static_value": 5.0,
|
495
|
+
"uuid": "f4a20b44-8675-42eb-bcbc-d26b7d8e8e4a",
|
496
|
+
"version_uuid": "40a98793-1dee-4891-8290-a4761051616e",
|
497
|
+
"variable": true,
|
446
498
|
"uncertainty_description": {
|
499
|
+
"type": "triangle_uncertain",
|
447
500
|
"attributes": [
|
448
501
|
{
|
449
502
|
"name": "lower_bounds",
|
@@ -454,80 +507,85 @@
|
|
454
507
|
"value": 5.0
|
455
508
|
},
|
456
509
|
{
|
457
|
-
"name": "
|
458
|
-
"value":
|
510
|
+
"name": "modes",
|
511
|
+
"value": 2.5
|
459
512
|
},
|
460
513
|
{
|
461
514
|
"name": "delta_x",
|
462
515
|
"value": null
|
463
516
|
},
|
464
517
|
{
|
465
|
-
"name": "
|
466
|
-
"value":
|
518
|
+
"name": "stddev",
|
519
|
+
"value": 0.8333333333333334
|
467
520
|
}
|
468
|
-
]
|
469
|
-
"type": "triangle_uncertain"
|
521
|
+
]
|
470
522
|
},
|
471
|
-
"
|
472
|
-
"value_type": "double",
|
473
|
-
"variable": true,
|
474
|
-
"variable_type": "RubyContinuousVariable",
|
475
|
-
"uuid": "c80b102a-1d26-43eb-a012-18b2f9e5ccb5",
|
476
|
-
"version_uuid": "0e226be4-72a5-4900-81da-8fbd5d8958c1"
|
523
|
+
"workflow_index": 0
|
477
524
|
}
|
478
525
|
],
|
479
|
-
"workflow_index": 3
|
480
|
-
"workflow_step_type": "Measure",
|
481
|
-
"uuid": "ebb09470-8ac1-4ce1-ade5-14f8ef45dfa8",
|
482
|
-
"version_uuid": "59873351-62eb-4a59-a898-4396f6d765bd"
|
526
|
+
"workflow_index": 3
|
483
527
|
},
|
484
528
|
{
|
529
|
+
"name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
|
530
|
+
"display_name": "Set R-value of Insulation for Roofs to a Specific Value",
|
531
|
+
"measure_type": "RubyMeasure",
|
485
532
|
"measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
|
486
533
|
"measure_definition_directory": "./measures/example_measure_auto_directory_name",
|
487
|
-
"
|
488
|
-
"
|
489
|
-
"
|
490
|
-
"
|
534
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name",
|
535
|
+
"measure_definition_display_name": "Set R-value of Insulation for Roofs to a Specific Value",
|
536
|
+
"measure_definition_name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
|
537
|
+
"measure_definition_name_xml": null,
|
538
|
+
"measure_definition_uuid": "1897891d-6b74-481f-b274-e1d3f70de2c4",
|
539
|
+
"measure_definition_version_uuid": "d00c213c-da7b-4578-bf34-c7ffede76d10",
|
491
540
|
"arguments": [
|
492
541
|
{
|
493
542
|
"display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
494
543
|
"display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
495
544
|
"name": "material_cost_increase_ip",
|
496
|
-
"
|
497
|
-
"
|
545
|
+
"value_type": "double",
|
546
|
+
"default_value": 0.0,
|
547
|
+
"value": 0.0
|
498
548
|
},
|
499
549
|
{
|
500
550
|
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
501
551
|
"display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
502
552
|
"name": "one_time_retrofit_cost_ip",
|
503
|
-
"
|
504
|
-
"
|
553
|
+
"value_type": "double",
|
554
|
+
"default_value": 0.0,
|
555
|
+
"value": 0.0
|
505
556
|
},
|
506
557
|
{
|
507
558
|
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
508
559
|
"display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
|
509
560
|
"name": "years_until_retrofit_cost",
|
510
|
-
"
|
511
|
-
"
|
561
|
+
"value_type": "integer",
|
562
|
+
"default_value": 0,
|
563
|
+
"value": 0
|
512
564
|
}
|
513
565
|
],
|
514
|
-
"display_name": "Set R-value of Insulation for Roofs to a Specific Value",
|
515
|
-
"name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
|
516
566
|
"variables": [
|
517
567
|
{
|
518
568
|
"argument": {
|
519
569
|
"display_name": "Roof R Value",
|
520
570
|
"display_name_short": "Roof R Value",
|
521
571
|
"name": "r_value",
|
522
|
-
"value_type": "double"
|
572
|
+
"value_type": "double",
|
573
|
+
"default_value": 5.0,
|
574
|
+
"value": 5.0
|
523
575
|
},
|
524
576
|
"display_name": "Roof R Value",
|
525
577
|
"display_name_short": "Roof R Value",
|
526
|
-
"
|
578
|
+
"variable_type": "variable",
|
579
|
+
"units": null,
|
527
580
|
"minimum": 0.0,
|
528
|
-
"
|
581
|
+
"maximum": 5.0,
|
582
|
+
"relation_to_output": null,
|
529
583
|
"static_value": 5.0,
|
584
|
+
"uuid": "3300ce15-4c28-48fa-bfbb-64a5885a71db",
|
585
|
+
"version_uuid": "a203949b-a25d-45a0-a03b-420f9156fd29",
|
586
|
+
"variable": true,
|
530
587
|
"uncertainty_description": {
|
588
|
+
"type": "triangle_uncertain",
|
531
589
|
"attributes": [
|
532
590
|
{
|
533
591
|
"name": "lower_bounds",
|
@@ -538,84 +596,92 @@
|
|
538
596
|
"value": 5.0
|
539
597
|
},
|
540
598
|
{
|
541
|
-
"name": "
|
542
|
-
"value":
|
599
|
+
"name": "modes",
|
600
|
+
"value": 2.5
|
543
601
|
},
|
544
602
|
{
|
545
603
|
"name": "delta_x",
|
546
604
|
"value": null
|
547
605
|
},
|
548
606
|
{
|
549
|
-
"name": "
|
550
|
-
"value":
|
607
|
+
"name": "stddev",
|
608
|
+
"value": 0.8333333333333334
|
551
609
|
}
|
552
|
-
]
|
553
|
-
"type": "triangle_uncertain"
|
610
|
+
]
|
554
611
|
},
|
555
|
-
"
|
556
|
-
"value_type": "double",
|
557
|
-
"variable": true,
|
558
|
-
"variable_type": "RubyContinuousVariable",
|
559
|
-
"uuid": "0d14c5f4-2776-4bbf-a12a-6c812da217e2",
|
560
|
-
"version_uuid": "786c7229-72a9-46cc-8c0e-56884c6459ae"
|
612
|
+
"workflow_index": 0
|
561
613
|
}
|
562
614
|
],
|
563
|
-
"workflow_index": 4
|
564
|
-
"workflow_step_type": "Measure",
|
565
|
-
"uuid": "e8ea9cc7-57df-4977-9d25-df370d6ae7f0",
|
566
|
-
"version_uuid": "b0a5b0f4-8212-4178-a89a-ad1b6d682da1"
|
615
|
+
"workflow_index": 4
|
567
616
|
},
|
568
617
|
{
|
618
|
+
"name": "reduce_ventilation_by_percentage",
|
619
|
+
"display_name": "Reduce Ventilation By Percentage",
|
620
|
+
"measure_type": "RubyMeasure",
|
569
621
|
"measure_definition_class_name": "ExampleMeasureAutoDirectoryName",
|
570
622
|
"measure_definition_directory": "./measures/example_measure_auto_directory_name",
|
571
|
-
"
|
572
|
-
"
|
573
|
-
"
|
574
|
-
"
|
623
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name",
|
624
|
+
"measure_definition_display_name": "Reduce Ventilation By Percentage",
|
625
|
+
"measure_definition_name": "reduce_ventilation_by_percentage",
|
626
|
+
"measure_definition_name_xml": null,
|
627
|
+
"measure_definition_uuid": "3e1e8ae4-dd85-411e-aeba-d531461bf51d",
|
628
|
+
"measure_definition_version_uuid": "6d0a509f-2508-4775-89dd-53d9a78ba79d",
|
575
629
|
"arguments": [
|
576
630
|
{
|
577
631
|
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
578
632
|
"display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
579
633
|
"name": "space_type",
|
580
|
-
"
|
581
|
-
"
|
634
|
+
"value_type": "string",
|
635
|
+
"default_value": "*Entire Building*",
|
636
|
+
"value": "*Entire Building*"
|
582
637
|
}
|
583
638
|
],
|
584
|
-
"display_name": "Reduce Ventilation By Percentage",
|
585
|
-
"name": "reduce_ventilation_by_percentage",
|
586
639
|
"variables": [
|
587
640
|
{
|
588
641
|
"argument": {
|
589
642
|
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
590
643
|
"display_name_short": "Design Specification Outdoor Air Reduction (%).",
|
591
644
|
"name": "design_spec_outdoor_air_reduction_percent",
|
592
|
-
"value_type": "double"
|
645
|
+
"value_type": "double",
|
646
|
+
"default_value": 0.0,
|
647
|
+
"value": 0.0
|
593
648
|
},
|
594
649
|
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
595
650
|
"display_name_short": "Design Specification Outdoor Air Reduction (%).",
|
596
|
-
"
|
651
|
+
"variable_type": "variable",
|
652
|
+
"units": null,
|
597
653
|
"minimum": 0.0,
|
598
|
-
"
|
654
|
+
"maximum": 90.0,
|
655
|
+
"relation_to_output": null,
|
599
656
|
"static_value": 0.0,
|
657
|
+
"uuid": "c53e6893-2702-4522-86f7-aae893451f85",
|
658
|
+
"version_uuid": "36719cbc-7309-4454-bbcb-32b3d16cf366",
|
659
|
+
"variable": true,
|
600
660
|
"uncertainty_description": {
|
661
|
+
"type": "discrete_uncertain",
|
601
662
|
"attributes": [
|
602
663
|
{
|
603
664
|
"name": "discrete",
|
604
665
|
"values_and_weights": [
|
605
666
|
{
|
606
|
-
"value": 0
|
667
|
+
"value": 0,
|
668
|
+
"weight": 0.2
|
607
669
|
},
|
608
670
|
{
|
609
|
-
"value": 10
|
671
|
+
"value": 10,
|
672
|
+
"weight": 0.2
|
610
673
|
},
|
611
674
|
{
|
612
|
-
"value": 30
|
675
|
+
"value": 30,
|
676
|
+
"weight": 0.2
|
613
677
|
},
|
614
678
|
{
|
615
|
-
"value": 60
|
679
|
+
"value": 60,
|
680
|
+
"weight": 0.2
|
616
681
|
},
|
617
682
|
{
|
618
|
-
"value": 90
|
683
|
+
"value": 90,
|
684
|
+
"weight": 0.2
|
619
685
|
}
|
620
686
|
]
|
621
687
|
},
|
@@ -630,25 +696,23 @@
|
|
630
696
|
{
|
631
697
|
"name": "modes",
|
632
698
|
"value": 45.0
|
699
|
+
},
|
700
|
+
{
|
701
|
+
"name": "delta_x",
|
702
|
+
"value": null
|
703
|
+
},
|
704
|
+
{
|
705
|
+
"name": "stddev",
|
706
|
+
"value": null
|
633
707
|
}
|
634
|
-
]
|
635
|
-
"type": "discrete_uncertain"
|
708
|
+
]
|
636
709
|
},
|
637
|
-
"
|
638
|
-
"value_type": "double",
|
639
|
-
"variable": true,
|
640
|
-
"variable_type": "RubyContinuousVariable",
|
641
|
-
"uuid": "27216614-6511-4428-bfee-5af8df2adaa4",
|
642
|
-
"version_uuid": "8e0c9ccc-7102-4deb-9852-c829d5cf7ac3"
|
710
|
+
"workflow_index": 0
|
643
711
|
}
|
644
712
|
],
|
645
|
-
"workflow_index": 5
|
646
|
-
"workflow_step_type": "Measure",
|
647
|
-
"uuid": "58e75ea9-2ca6-477e-801e-352f0fd3c6c7",
|
648
|
-
"version_uuid": "e1fe195b-4dba-44a7-9f80-296d65fcf798"
|
713
|
+
"workflow_index": 5
|
649
714
|
}
|
650
|
-
]
|
651
|
-
"analysis_type": "lhs"
|
715
|
+
]
|
652
716
|
},
|
653
717
|
"seed": {
|
654
718
|
"file_type": "OSM",
|
@@ -657,6 +721,7 @@
|
|
657
721
|
"weather_file": {
|
658
722
|
"file_type": "EPW",
|
659
723
|
"path": "./weather/partial_weather.epw"
|
660
|
-
}
|
724
|
+
},
|
725
|
+
"file_format_version": 1
|
661
726
|
}
|
662
727
|
}
|