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
@@ -4,319 +4,320 @@
|
|
4
4
|
"name": "name_goes_here",
|
5
5
|
"output_variables": [
|
6
6
|
{
|
7
|
-
"display_name": "Total Natual Gas",
|
8
|
-
"display_name_short": "Total Natual Gas",
|
9
|
-
"metadata_id": null,
|
10
|
-
"name": "total_natural_gas",
|
11
7
|
"units": "MJ/m2",
|
12
8
|
"objective_function": true,
|
13
9
|
"objective_function_index": 0,
|
14
10
|
"objective_function_target": 330.7,
|
11
|
+
"objective_function_group": "TRUE",
|
15
12
|
"scaling_factor": null,
|
16
|
-
"
|
13
|
+
"display_name": "Total Natual Gas",
|
14
|
+
"display_name_short": "Total Natual Gas",
|
15
|
+
"metadata_id": null,
|
16
|
+
"name": "total_natural_gas"
|
17
17
|
},
|
18
18
|
{
|
19
|
-
"display_name": "Total Electricity",
|
20
|
-
"display_name_short": "Total Electricity",
|
21
|
-
"metadata_id": null,
|
22
|
-
"name": "total_electricity",
|
23
19
|
"units": "MJ/m2",
|
24
20
|
"objective_function": true,
|
25
21
|
"objective_function_index": 1,
|
26
22
|
"objective_function_target": 496.5,
|
23
|
+
"objective_function_group": "TRUE",
|
27
24
|
"scaling_factor": null,
|
28
|
-
"
|
25
|
+
"display_name": "Total Electricity",
|
26
|
+
"display_name_short": "Total Electricity",
|
27
|
+
"metadata_id": null,
|
28
|
+
"name": "total_electricity"
|
29
29
|
},
|
30
30
|
{
|
31
|
-
"display_name": "cooling_electricity_jan",
|
32
|
-
"display_name_short": "cooling_electricity_jan",
|
33
|
-
"metadata_id": null,
|
34
|
-
"name": "cooling_electricity_jan",
|
35
31
|
"units": "J",
|
36
32
|
"objective_function": true,
|
37
33
|
"objective_function_index": 2,
|
38
34
|
"objective_function_target": 63597914341.3388,
|
35
|
+
"objective_function_group": "TRUE",
|
39
36
|
"scaling_factor": 463203800000.0,
|
40
|
-
"
|
37
|
+
"display_name": "cooling_electricity_jan",
|
38
|
+
"display_name_short": "cooling_electricity_jan",
|
39
|
+
"metadata_id": null,
|
40
|
+
"name": "cooling_electricity_jan"
|
41
41
|
},
|
42
42
|
{
|
43
|
-
"display_name": "cooling_electricity_feb",
|
44
|
-
"display_name_short": "cooling_electricity_feb",
|
45
|
-
"metadata_id": null,
|
46
|
-
"name": "cooling_electricity_feb",
|
47
43
|
"units": "J",
|
48
44
|
"objective_function": true,
|
49
45
|
"objective_function_index": 3,
|
50
46
|
"objective_function_target": 58138465958.3439,
|
47
|
+
"objective_function_group": "TRUE",
|
51
48
|
"scaling_factor": 463203800000.0,
|
52
|
-
"
|
49
|
+
"display_name": "cooling_electricity_feb",
|
50
|
+
"display_name_short": "cooling_electricity_feb",
|
51
|
+
"metadata_id": null,
|
52
|
+
"name": "cooling_electricity_feb"
|
53
53
|
},
|
54
54
|
{
|
55
|
-
"display_name": "cooling_electricity_mar",
|
56
|
-
"display_name_short": "cooling_electricity_mar",
|
57
|
-
"metadata_id": null,
|
58
|
-
"name": "cooling_electricity_mar",
|
59
55
|
"units": "J",
|
60
56
|
"objective_function": true,
|
61
57
|
"objective_function_index": 4,
|
62
58
|
"objective_function_target": 301531761648.05,
|
59
|
+
"objective_function_group": "TRUE",
|
63
60
|
"scaling_factor": 463203800000.0,
|
64
|
-
"
|
61
|
+
"display_name": "cooling_electricity_mar",
|
62
|
+
"display_name_short": "cooling_electricity_mar",
|
63
|
+
"metadata_id": null,
|
64
|
+
"name": "cooling_electricity_mar"
|
65
65
|
},
|
66
66
|
{
|
67
|
-
"display_name": "cooling_electricity_apr",
|
68
|
-
"display_name_short": "cooling_electricity_apr",
|
69
|
-
"metadata_id": null,
|
70
|
-
"name": "cooling_electricity_apr",
|
71
67
|
"units": "J",
|
72
68
|
"objective_function": true,
|
73
69
|
"objective_function_index": 5,
|
74
70
|
"objective_function_target": 336163175378.778,
|
71
|
+
"objective_function_group": "TRUE",
|
75
72
|
"scaling_factor": 463203800000.0,
|
76
|
-
"
|
73
|
+
"display_name": "cooling_electricity_apr",
|
74
|
+
"display_name_short": "cooling_electricity_apr",
|
75
|
+
"metadata_id": null,
|
76
|
+
"name": "cooling_electricity_apr"
|
77
77
|
},
|
78
78
|
{
|
79
|
-
"display_name": "cooling_electricity_may",
|
80
|
-
"display_name_short": "cooling_electricity_may",
|
81
|
-
"metadata_id": null,
|
82
|
-
"name": "cooling_electricity_may",
|
83
79
|
"units": "J",
|
84
80
|
"objective_function": true,
|
85
81
|
"objective_function_index": 6,
|
86
82
|
"objective_function_target": 1412749721236.32,
|
83
|
+
"objective_function_group": "TRUE",
|
87
84
|
"scaling_factor": 463203800000.0,
|
88
|
-
"
|
85
|
+
"display_name": "cooling_electricity_may",
|
86
|
+
"display_name_short": "cooling_electricity_may",
|
87
|
+
"metadata_id": null,
|
88
|
+
"name": "cooling_electricity_may"
|
89
89
|
},
|
90
90
|
{
|
91
|
-
"display_name": "cooling_electricity_jun",
|
92
|
-
"display_name_short": "cooling_electricity_jun",
|
93
|
-
"metadata_id": null,
|
94
|
-
"name": "cooling_electricity_jun",
|
95
91
|
"units": "J",
|
96
92
|
"objective_function": true,
|
97
93
|
"objective_function_index": 7,
|
98
94
|
"objective_function_target": 2327741408781.58,
|
95
|
+
"objective_function_group": "TRUE",
|
99
96
|
"scaling_factor": 463203800000.0,
|
100
|
-
"
|
97
|
+
"display_name": "cooling_electricity_jun",
|
98
|
+
"display_name_short": "cooling_electricity_jun",
|
99
|
+
"metadata_id": null,
|
100
|
+
"name": "cooling_electricity_jun"
|
101
101
|
},
|
102
102
|
{
|
103
|
-
"display_name": "cooling_electricity_jul",
|
104
|
-
"display_name_short": "cooling_electricity_jul",
|
105
|
-
"metadata_id": null,
|
106
|
-
"name": "cooling_electricity_jul",
|
107
103
|
"units": "J",
|
108
104
|
"objective_function": true,
|
109
105
|
"objective_function_index": 8,
|
110
106
|
"objective_function_target": 2402590637505.39,
|
107
|
+
"objective_function_group": "TRUE",
|
111
108
|
"scaling_factor": 463203800000.0,
|
112
|
-
"
|
109
|
+
"display_name": "cooling_electricity_jul",
|
110
|
+
"display_name_short": "cooling_electricity_jul",
|
111
|
+
"metadata_id": null,
|
112
|
+
"name": "cooling_electricity_jul"
|
113
113
|
},
|
114
114
|
{
|
115
|
-
"display_name": "cooling_electricity_aug",
|
116
|
-
"display_name_short": "cooling_electricity_aug",
|
117
|
-
"metadata_id": null,
|
118
|
-
"name": "cooling_electricity_aug",
|
119
115
|
"units": "J",
|
120
116
|
"objective_function": true,
|
121
117
|
"objective_function_index": 9,
|
122
118
|
"objective_function_target": 2472656245279.37,
|
119
|
+
"objective_function_group": "TRUE",
|
123
120
|
"scaling_factor": 463203800000.0,
|
124
|
-
"
|
121
|
+
"display_name": "cooling_electricity_aug",
|
122
|
+
"display_name_short": "cooling_electricity_aug",
|
123
|
+
"metadata_id": null,
|
124
|
+
"name": "cooling_electricity_aug"
|
125
125
|
},
|
126
126
|
{
|
127
|
-
"display_name": "cooling_electricity_sep",
|
128
|
-
"display_name_short": "cooling_electricity_sep",
|
129
|
-
"metadata_id": null,
|
130
|
-
"name": "cooling_electricity_sep",
|
131
127
|
"units": "J",
|
132
128
|
"objective_function": true,
|
133
129
|
"objective_function_index": 10,
|
134
130
|
"objective_function_target": 1807432185051.14,
|
131
|
+
"objective_function_group": "TRUE",
|
135
132
|
"scaling_factor": 463203800000.0,
|
136
|
-
"
|
133
|
+
"display_name": "cooling_electricity_sep",
|
134
|
+
"display_name_short": "cooling_electricity_sep",
|
135
|
+
"metadata_id": null,
|
136
|
+
"name": "cooling_electricity_sep"
|
137
137
|
},
|
138
138
|
{
|
139
|
-
"display_name": "cooling_electricity_oct",
|
140
|
-
"display_name_short": "cooling_electricity_oct",
|
141
|
-
"metadata_id": null,
|
142
|
-
"name": "cooling_electricity_oct",
|
143
139
|
"units": "J",
|
144
140
|
"objective_function": true,
|
145
141
|
"objective_function_index": 11,
|
146
142
|
"objective_function_target": 619615878181.616,
|
143
|
+
"objective_function_group": "TRUE",
|
147
144
|
"scaling_factor": 463203800000.0,
|
148
|
-
"
|
145
|
+
"display_name": "cooling_electricity_oct",
|
146
|
+
"display_name_short": "cooling_electricity_oct",
|
147
|
+
"metadata_id": null,
|
148
|
+
"name": "cooling_electricity_oct"
|
149
149
|
},
|
150
150
|
{
|
151
|
-
"display_name": "cooling_electricity_nov",
|
152
|
-
"display_name_short": "cooling_electricity_nov",
|
153
|
-
"metadata_id": null,
|
154
|
-
"name": "cooling_electricity_nov",
|
155
151
|
"units": "J",
|
156
152
|
"objective_function": true,
|
157
153
|
"objective_function_index": 12,
|
158
154
|
"objective_function_target": 117109844324.095,
|
155
|
+
"objective_function_group": "TRUE",
|
159
156
|
"scaling_factor": 463203800000.0,
|
160
|
-
"
|
157
|
+
"display_name": "cooling_electricity_nov",
|
158
|
+
"display_name_short": "cooling_electricity_nov",
|
159
|
+
"metadata_id": null,
|
160
|
+
"name": "cooling_electricity_nov"
|
161
161
|
},
|
162
162
|
{
|
163
|
-
"display_name": "cooling_electricity_dec",
|
164
|
-
"display_name_short": "cooling_electricity_dec",
|
165
|
-
"metadata_id": null,
|
166
|
-
"name": "cooling_electricity_dec",
|
167
163
|
"units": "J",
|
168
164
|
"objective_function": true,
|
169
165
|
"objective_function_index": 13,
|
170
166
|
"objective_function_target": 103360013175.794,
|
167
|
+
"objective_function_group": "TRUE",
|
171
168
|
"scaling_factor": 463203800000.0,
|
172
|
-
"
|
169
|
+
"display_name": "cooling_electricity_dec",
|
170
|
+
"display_name_short": "cooling_electricity_dec",
|
171
|
+
"metadata_id": null,
|
172
|
+
"name": "cooling_electricity_dec"
|
173
173
|
},
|
174
174
|
{
|
175
|
-
"display_name": "heating_gas_jan",
|
176
|
-
"display_name_short": "heating_gas_jan",
|
177
|
-
"metadata_id": null,
|
178
|
-
"name": "heating_gas_jan",
|
179
175
|
"units": "J",
|
180
176
|
"objective_function": true,
|
181
177
|
"objective_function_index": 14,
|
182
178
|
"objective_function_target": 2799558466140.68,
|
179
|
+
"objective_function_group": "TRUE",
|
183
180
|
"scaling_factor": 463203800000.0,
|
184
|
-
"
|
181
|
+
"display_name": "heating_gas_jan",
|
182
|
+
"display_name_short": "heating_gas_jan",
|
183
|
+
"metadata_id": null,
|
184
|
+
"name": "heating_gas_jan"
|
185
185
|
},
|
186
186
|
{
|
187
|
-
"display_name": "heating_gas_feb",
|
188
|
-
"display_name_short": "heating_gas_feb",
|
189
|
-
"metadata_id": null,
|
190
|
-
"name": "heating_gas_feb",
|
191
187
|
"units": "J",
|
192
188
|
"objective_function": true,
|
193
189
|
"objective_function_index": 15,
|
194
190
|
"objective_function_target": 2663349812763.18,
|
191
|
+
"objective_function_group": "TRUE",
|
195
192
|
"scaling_factor": 463203800000.0,
|
196
|
-
"
|
193
|
+
"display_name": "heating_gas_feb",
|
194
|
+
"display_name_short": "heating_gas_feb",
|
195
|
+
"metadata_id": null,
|
196
|
+
"name": "heating_gas_feb"
|
197
197
|
},
|
198
198
|
{
|
199
|
-
"display_name": "heating_gas_mar",
|
200
|
-
"display_name_short": "heating_gas_mar",
|
201
|
-
"metadata_id": null,
|
202
|
-
"name": "heating_gas_mar",
|
203
199
|
"units": "J",
|
204
200
|
"objective_function": true,
|
205
201
|
"objective_function_index": 16,
|
206
202
|
"objective_function_target": 1576136833664.73,
|
203
|
+
"objective_function_group": "TRUE",
|
207
204
|
"scaling_factor": 463203800000.0,
|
208
|
-
"
|
205
|
+
"display_name": "heating_gas_mar",
|
206
|
+
"display_name_short": "heating_gas_mar",
|
207
|
+
"metadata_id": null,
|
208
|
+
"name": "heating_gas_mar"
|
209
209
|
},
|
210
210
|
{
|
211
|
-
"display_name": "heating_gas_apr",
|
212
|
-
"display_name_short": "heating_gas_apr",
|
213
|
-
"metadata_id": null,
|
214
|
-
"name": "heating_gas_apr",
|
215
211
|
"units": "J",
|
216
212
|
"objective_function": true,
|
217
213
|
"objective_function_index": 17,
|
218
214
|
"objective_function_target": 1752794439290.69,
|
215
|
+
"objective_function_group": "TRUE",
|
219
216
|
"scaling_factor": 463203800000.0,
|
220
|
-
"
|
217
|
+
"display_name": "heating_gas_apr",
|
218
|
+
"display_name_short": "heating_gas_apr",
|
219
|
+
"metadata_id": null,
|
220
|
+
"name": "heating_gas_apr"
|
221
221
|
},
|
222
222
|
{
|
223
|
-
"display_name": "heating_gas_may",
|
224
|
-
"display_name_short": "heating_gas_may",
|
225
|
-
"metadata_id": null,
|
226
|
-
"name": "heating_gas_may",
|
227
223
|
"units": "J",
|
228
224
|
"objective_function": true,
|
229
225
|
"objective_function_index": 18,
|
230
226
|
"objective_function_target": 375145279804.892,
|
227
|
+
"objective_function_group": "TRUE",
|
231
228
|
"scaling_factor": 463203800000.0,
|
232
|
-
"
|
229
|
+
"display_name": "heating_gas_may",
|
230
|
+
"display_name_short": "heating_gas_may",
|
231
|
+
"metadata_id": null,
|
232
|
+
"name": "heating_gas_may"
|
233
233
|
},
|
234
234
|
{
|
235
|
-
"display_name": "heating_gas_jun",
|
236
|
-
"display_name_short": "heating_gas_jun",
|
237
|
-
"metadata_id": null,
|
238
|
-
"name": "heating_gas_jun",
|
239
235
|
"units": "J",
|
240
236
|
"objective_function": true,
|
241
237
|
"objective_function_index": 19,
|
242
238
|
"objective_function_target": 32970706746.2053,
|
239
|
+
"objective_function_group": "TRUE",
|
243
240
|
"scaling_factor": 463203800000.0,
|
244
|
-
"
|
241
|
+
"display_name": "heating_gas_jun",
|
242
|
+
"display_name_short": "heating_gas_jun",
|
243
|
+
"metadata_id": null,
|
244
|
+
"name": "heating_gas_jun"
|
245
245
|
},
|
246
246
|
{
|
247
|
-
"display_name": "heating_gas_jul",
|
248
|
-
"display_name_short": "heating_gas_jul",
|
249
|
-
"metadata_id": null,
|
250
|
-
"name": "heating_gas_jul",
|
251
247
|
"units": "J",
|
252
248
|
"objective_function": true,
|
253
249
|
"objective_function_index": 20,
|
254
250
|
"objective_function_target": 50096876832.5083,
|
251
|
+
"objective_function_group": "TRUE",
|
255
252
|
"scaling_factor": 463203800000.0,
|
256
|
-
"
|
253
|
+
"display_name": "heating_gas_jul",
|
254
|
+
"display_name_short": "heating_gas_jul",
|
255
|
+
"metadata_id": null,
|
256
|
+
"name": "heating_gas_jul"
|
257
257
|
},
|
258
258
|
{
|
259
|
-
"display_name": "heating_gas_aug",
|
260
|
-
"display_name_short": "heating_gas_aug",
|
261
|
-
"metadata_id": null,
|
262
|
-
"name": "heating_gas_aug",
|
263
259
|
"units": "J",
|
264
260
|
"objective_function": true,
|
265
261
|
"objective_function_index": 21,
|
266
262
|
"objective_function_target": 32660740137.6019,
|
263
|
+
"objective_function_group": "TRUE",
|
267
264
|
"scaling_factor": 463203800000.0,
|
268
|
-
"
|
265
|
+
"display_name": "heating_gas_aug",
|
266
|
+
"display_name_short": "heating_gas_aug",
|
267
|
+
"metadata_id": null,
|
268
|
+
"name": "heating_gas_aug"
|
269
269
|
},
|
270
270
|
{
|
271
|
-
"display_name": "heating_gas_sep",
|
272
|
-
"display_name_short": "heating_gas_sep",
|
273
|
-
"metadata_id": null,
|
274
|
-
"name": "heating_gas_sep",
|
275
271
|
"units": "J",
|
276
272
|
"objective_function": true,
|
277
273
|
"objective_function_index": 22,
|
278
274
|
"objective_function_target": 144097879467.636,
|
275
|
+
"objective_function_group": "TRUE",
|
279
276
|
"scaling_factor": 463203800000.0,
|
280
|
-
"
|
277
|
+
"display_name": "heating_gas_sep",
|
278
|
+
"display_name_short": "heating_gas_sep",
|
279
|
+
"metadata_id": null,
|
280
|
+
"name": "heating_gas_sep"
|
281
281
|
},
|
282
282
|
{
|
283
|
-
"display_name": "heating_gas_oct",
|
284
|
-
"display_name_short": "heating_gas_oct",
|
285
|
-
"metadata_id": null,
|
286
|
-
"name": "heating_gas_oct",
|
287
283
|
"units": "J",
|
288
284
|
"objective_function": true,
|
289
285
|
"objective_function_index": 23,
|
290
286
|
"objective_function_target": 970975709027.067,
|
287
|
+
"objective_function_group": "TRUE",
|
291
288
|
"scaling_factor": 463203800000.0,
|
292
|
-
"
|
289
|
+
"display_name": "heating_gas_oct",
|
290
|
+
"display_name_short": "heating_gas_oct",
|
291
|
+
"metadata_id": null,
|
292
|
+
"name": "heating_gas_oct"
|
293
293
|
},
|
294
294
|
{
|
295
|
-
"display_name": "heating_gas_nov",
|
296
|
-
"display_name_short": "heating_gas_nov",
|
297
|
-
"metadata_id": null,
|
298
|
-
"name": "heating_gas_nov",
|
299
295
|
"units": "J",
|
300
296
|
"objective_function": true,
|
301
297
|
"objective_function_index": 24,
|
302
298
|
"objective_function_target": 2261115778226.24,
|
299
|
+
"objective_function_group": "TRUE",
|
303
300
|
"scaling_factor": 463203800000.0,
|
304
|
-
"
|
301
|
+
"display_name": "heating_gas_nov",
|
302
|
+
"display_name_short": "heating_gas_nov",
|
303
|
+
"metadata_id": null,
|
304
|
+
"name": "heating_gas_nov"
|
305
305
|
},
|
306
306
|
{
|
307
|
-
"display_name": "heating_gas_dec",
|
308
|
-
"display_name_short": "heating_gas_dec",
|
309
|
-
"metadata_id": null,
|
310
|
-
"name": "heating_gas_dec",
|
311
307
|
"units": "J",
|
312
308
|
"objective_function": true,
|
313
309
|
"objective_function_index": 25,
|
314
310
|
"objective_function_target": 2657735386128.84,
|
311
|
+
"objective_function_group": "TRUE",
|
315
312
|
"scaling_factor": 463203800000.0,
|
316
|
-
"
|
313
|
+
"display_name": "heating_gas_dec",
|
314
|
+
"display_name_short": "heating_gas_dec",
|
315
|
+
"metadata_id": null,
|
316
|
+
"name": "heating_gas_dec"
|
317
317
|
}
|
318
318
|
],
|
319
319
|
"problem": {
|
320
|
+
"analysis_type": "rgenoud",
|
320
321
|
"algorithm": {
|
321
322
|
"popsize": 30,
|
322
323
|
"generations": 5,
|
@@ -360,87 +361,105 @@
|
|
360
361
|
},
|
361
362
|
"workflow": [
|
362
363
|
{
|
364
|
+
"name": "reduce_lighting_loads_by_percentage",
|
365
|
+
"display_name": "Reduce Lighting Loads by Percentage",
|
366
|
+
"measure_type": "RubyMeasure",
|
363
367
|
"measure_definition_class_name": "ReduceLightingLoadsByPercentage",
|
364
368
|
"measure_definition_directory": "./measures/ReduceLightingLoadsByPercentage",
|
365
|
-
"
|
366
|
-
"
|
367
|
-
"
|
368
|
-
"
|
369
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ReduceLightingLoadsByPercentage",
|
370
|
+
"measure_definition_display_name": "Reduce Lighting Loads by Percentage",
|
371
|
+
"measure_definition_name": "reduce_lighting_loads_by_percentage",
|
372
|
+
"measure_definition_name_xml": null,
|
373
|
+
"measure_definition_uuid": "9cea550c-62dd-4a02-98b3-96d07be0d5d8",
|
374
|
+
"measure_definition_version_uuid": "d19c9a93-e17d-4ae1-a8b5-481842a45362",
|
369
375
|
"arguments": [
|
370
376
|
{
|
371
377
|
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
372
378
|
"display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
373
379
|
"name": "space_type",
|
374
|
-
"
|
375
|
-
"
|
380
|
+
"value_type": "string",
|
381
|
+
"default_value": "*Entire Building*",
|
382
|
+
"value": "*Entire Building*"
|
376
383
|
},
|
377
384
|
{
|
378
385
|
"display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
|
379
386
|
"display_name_short": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
|
380
387
|
"name": "material_and_installation_cost",
|
381
|
-
"
|
382
|
-
"
|
388
|
+
"value_type": "double",
|
389
|
+
"default_value": 0.0,
|
390
|
+
"value": 0.0
|
383
391
|
},
|
384
392
|
{
|
385
393
|
"display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
|
386
394
|
"display_name_short": "Increase in Demolition Costs for Lighting per Floor Area (%).",
|
387
395
|
"name": "demolition_cost",
|
388
|
-
"
|
389
|
-
"
|
396
|
+
"value_type": "double",
|
397
|
+
"default_value": 0.0,
|
398
|
+
"value": 0.0
|
390
399
|
},
|
391
400
|
{
|
392
401
|
"display_name": "Years Until Costs Start (whole years).",
|
393
402
|
"display_name_short": "Years Until Costs Start (whole years).",
|
394
403
|
"name": "years_until_costs_start",
|
395
|
-
"
|
396
|
-
"
|
404
|
+
"value_type": "integer",
|
405
|
+
"default_value": 0,
|
406
|
+
"value": 0
|
397
407
|
},
|
398
408
|
{
|
399
409
|
"display_name": "Demolition Costs Occur During Initial Construction?",
|
400
410
|
"display_name_short": "Demolition Costs Occur During Initial Construction?",
|
401
411
|
"name": "demo_cost_initial_const",
|
402
|
-
"
|
403
|
-
"
|
412
|
+
"value_type": "bool",
|
413
|
+
"default_value": true,
|
414
|
+
"value": true
|
404
415
|
},
|
405
416
|
{
|
406
417
|
"display_name": "Expected Life (whole years).",
|
407
418
|
"display_name_short": "Expected Life (whole years).",
|
408
419
|
"name": "expected_life",
|
409
|
-
"
|
410
|
-
"
|
420
|
+
"value_type": "integer",
|
421
|
+
"default_value": 15,
|
422
|
+
"value": 15
|
411
423
|
},
|
412
424
|
{
|
413
425
|
"display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
|
414
426
|
"display_name_short": "Increase O & M Costs for Lighting per Floor Area (%).",
|
415
427
|
"name": "om_cost",
|
416
|
-
"
|
417
|
-
"
|
428
|
+
"value_type": "double",
|
429
|
+
"default_value": 0.0,
|
430
|
+
"value": 0.0
|
418
431
|
},
|
419
432
|
{
|
420
433
|
"display_name": "O & M Frequency (whole years).",
|
421
434
|
"display_name_short": "O & M Frequency (whole years).",
|
422
435
|
"name": "om_frequency",
|
423
|
-
"
|
424
|
-
"
|
436
|
+
"value_type": "integer",
|
437
|
+
"default_value": 1,
|
438
|
+
"value": 1
|
425
439
|
}
|
426
440
|
],
|
427
|
-
"display_name": "Reduce Lighting Loads by Percentage",
|
428
|
-
"name": "reduce_lighting_loads_by_percentage",
|
429
441
|
"variables": [
|
430
442
|
{
|
431
443
|
"argument": {
|
432
444
|
"display_name": "Lighting Power Reduction",
|
433
445
|
"display_name_short": "Lighting Power Reduction",
|
434
446
|
"name": "lighting_power_reduction_percent",
|
435
|
-
"value_type": "double"
|
447
|
+
"value_type": "double",
|
448
|
+
"default_value": 0.0,
|
449
|
+
"value": 0.0
|
436
450
|
},
|
437
451
|
"display_name": "Lighting Power Reduction",
|
438
452
|
"display_name_short": "Lighting Power Reduction",
|
439
|
-
"
|
453
|
+
"units": null,
|
440
454
|
"minimum": -20.0,
|
441
|
-
"
|
455
|
+
"maximum": 20.0,
|
456
|
+
"relation_to_output": null,
|
442
457
|
"static_value": 0.0,
|
458
|
+
"uuid": "bfb687de-5a7c-4c24-b6cc-5fd9cb9edad3",
|
459
|
+
"version_uuid": "0af37e34-06b5-4dfa-826a-65eceb17bd71",
|
460
|
+
"variable": true,
|
443
461
|
"uncertainty_description": {
|
462
|
+
"type": "triangle_uncertain",
|
444
463
|
"attributes": [
|
445
464
|
{
|
446
465
|
"name": "lower_bounds",
|
@@ -451,115 +470,124 @@
|
|
451
470
|
"value": 20.0
|
452
471
|
},
|
453
472
|
{
|
454
|
-
"name": "
|
455
|
-
"value":
|
473
|
+
"name": "modes",
|
474
|
+
"value": -1.0
|
456
475
|
},
|
457
476
|
{
|
458
477
|
"name": "delta_x",
|
459
478
|
"value": null
|
460
479
|
},
|
461
480
|
{
|
462
|
-
"name": "
|
463
|
-
"value":
|
481
|
+
"name": "stddev",
|
482
|
+
"value": 6.666666666666667
|
464
483
|
}
|
465
|
-
]
|
466
|
-
"type": "triangle_uncertain"
|
484
|
+
]
|
467
485
|
},
|
468
|
-
"
|
469
|
-
"value_type": "double",
|
470
|
-
"variable": true,
|
471
|
-
"variable_type": "RubyContinuousVariable",
|
472
|
-
"uuid": "b4f3febe-5100-4958-b550-38316da1624f",
|
473
|
-
"version_uuid": "47af4ae2-dd85-49a7-9dc6-1cb79d34175e"
|
486
|
+
"workflow_index": 0
|
474
487
|
}
|
475
488
|
],
|
476
|
-
"workflow_index": 0
|
477
|
-
"workflow_step_type": "Measure",
|
478
|
-
"uuid": "47dfea5b-4d6a-4da4-a5bc-0000be018243",
|
479
|
-
"version_uuid": "1a278647-10f6-4c42-8cda-8e7de000fab1"
|
489
|
+
"workflow_index": 0
|
480
490
|
},
|
481
491
|
{
|
492
|
+
"name": "reduce_electric_equipment_loads_by_percentage",
|
493
|
+
"display_name": "Reduce Electric Equipment Loads by Percentage",
|
494
|
+
"measure_type": "RubyMeasure",
|
482
495
|
"measure_definition_class_name": "ReduceElectricEquipmentLoadsByPercentage",
|
483
496
|
"measure_definition_directory": "./measures/ExampleMeasure",
|
484
|
-
"
|
485
|
-
"
|
486
|
-
"
|
487
|
-
"
|
497
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
|
498
|
+
"measure_definition_display_name": "Reduce Electric Equipment Loads by Percentage",
|
499
|
+
"measure_definition_name": "reduce_electric_equipment_loads_by_percentage",
|
500
|
+
"measure_definition_name_xml": null,
|
501
|
+
"measure_definition_uuid": "33b4a028-cbb3-45f6-a3ee-fe8eeae9af66",
|
502
|
+
"measure_definition_version_uuid": "42beb0a0-c8a3-4e6a-995a-9bab948719b3",
|
488
503
|
"arguments": [
|
489
504
|
{
|
490
505
|
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
491
506
|
"display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
492
507
|
"name": "space_type",
|
493
|
-
"
|
494
|
-
"
|
508
|
+
"value_type": "string",
|
509
|
+
"default_value": "*Entire Building*",
|
510
|
+
"value": "*Entire Building*"
|
495
511
|
},
|
496
512
|
{
|
497
513
|
"display_name": "Increase in Material and Installation Cost for Electric Equipment per Floor Area (%).",
|
498
514
|
"display_name_short": "Increase in Material and Installation Cost for Electric Equipment per Floor Area (%).",
|
499
515
|
"name": "material_and_installation_cost",
|
500
|
-
"
|
501
|
-
"
|
516
|
+
"value_type": "double",
|
517
|
+
"default_value": 0.0,
|
518
|
+
"value": 0.0
|
502
519
|
},
|
503
520
|
{
|
504
521
|
"display_name": "Increase in Demolition Costs for Electric Equipment per Floor Area (%).",
|
505
522
|
"display_name_short": "Increase in Demolition Costs for Electric Equipment per Floor Area (%).",
|
506
523
|
"name": "demolition_cost",
|
507
|
-
"
|
508
|
-
"
|
524
|
+
"value_type": "double",
|
525
|
+
"default_value": 0.0,
|
526
|
+
"value": 0.0
|
509
527
|
},
|
510
528
|
{
|
511
529
|
"display_name": "Years Until Costs Start (whole years).",
|
512
530
|
"display_name_short": "Years Until Costs Start (whole years).",
|
513
531
|
"name": "years_until_costs_start",
|
514
|
-
"
|
515
|
-
"
|
532
|
+
"value_type": "integer",
|
533
|
+
"default_value": 0,
|
534
|
+
"value": 0
|
516
535
|
},
|
517
536
|
{
|
518
537
|
"display_name": "Demolition Costs Occur During Initial Construction?",
|
519
538
|
"display_name_short": "Demolition Costs Occur During Initial Construction?",
|
520
539
|
"name": "demo_cost_initial_const",
|
521
|
-
"
|
522
|
-
"
|
540
|
+
"value_type": "bool",
|
541
|
+
"default_value": false,
|
542
|
+
"value": false
|
523
543
|
},
|
524
544
|
{
|
525
545
|
"display_name": "Expected Life (whole years).",
|
526
546
|
"display_name_short": "Expected Life (whole years).",
|
527
547
|
"name": "expected_life",
|
528
|
-
"
|
529
|
-
"
|
548
|
+
"value_type": "integer",
|
549
|
+
"default_value": 15,
|
550
|
+
"value": 15
|
530
551
|
},
|
531
552
|
{
|
532
553
|
"display_name": "Increase O & M Costs for Electric Equipment per Floor Area (%).",
|
533
554
|
"display_name_short": "Increase O & M Costs for Electric Equipment per Floor Area (%).",
|
534
555
|
"name": "om_cost",
|
535
|
-
"
|
536
|
-
"
|
556
|
+
"value_type": "double",
|
557
|
+
"default_value": 0.0,
|
558
|
+
"value": 0.0
|
537
559
|
},
|
538
560
|
{
|
539
561
|
"display_name": "O & M Frequency (whole years).",
|
540
562
|
"display_name_short": "O & M Frequency (whole years).",
|
541
563
|
"name": "om_frequency",
|
542
|
-
"
|
543
|
-
"
|
564
|
+
"value_type": "integer",
|
565
|
+
"default_value": 1,
|
566
|
+
"value": 1
|
544
567
|
}
|
545
568
|
],
|
546
|
-
"display_name": "Reduce Electric Equipment Loads by Percentage",
|
547
|
-
"name": "reduce_electric_equipment_loads_by_percentage",
|
548
569
|
"variables": [
|
549
570
|
{
|
550
571
|
"argument": {
|
551
572
|
"display_name": "Electric Equipment Power Reduction (%).",
|
552
573
|
"display_name_short": "Electric Equipment Power Reduction (%).",
|
553
574
|
"name": "elecequip_power_reduction_percent",
|
554
|
-
"value_type": "double"
|
575
|
+
"value_type": "double",
|
576
|
+
"default_value": 0.0,
|
577
|
+
"value": 0.0
|
555
578
|
},
|
556
579
|
"display_name": "Electric Equipment Power Reduction (%).",
|
557
580
|
"display_name_short": "Electric Equipment Power Reduction (%).",
|
558
|
-
"
|
581
|
+
"units": null,
|
559
582
|
"minimum": -20.0,
|
560
|
-
"
|
583
|
+
"maximum": 30.0,
|
584
|
+
"relation_to_output": null,
|
561
585
|
"static_value": 0.0,
|
586
|
+
"uuid": "c3b73ef1-d63e-4b7c-8a84-fa61e3837b7c",
|
587
|
+
"version_uuid": "33887ae0-74ba-4bb4-ac1f-90fa91ffb5da",
|
588
|
+
"variable": true,
|
562
589
|
"uncertainty_description": {
|
590
|
+
"type": "triangle_uncertain",
|
563
591
|
"attributes": [
|
564
592
|
{
|
565
593
|
"name": "lower_bounds",
|
@@ -570,87 +598,92 @@
|
|
570
598
|
"value": 30.0
|
571
599
|
},
|
572
600
|
{
|
573
|
-
"name": "
|
574
|
-
"value":
|
601
|
+
"name": "modes",
|
602
|
+
"value": 0.0
|
575
603
|
},
|
576
604
|
{
|
577
605
|
"name": "delta_x",
|
578
606
|
"value": null
|
579
607
|
},
|
580
608
|
{
|
581
|
-
"name": "
|
582
|
-
"value":
|
609
|
+
"name": "stddev",
|
610
|
+
"value": 8.333333333333334
|
583
611
|
}
|
584
|
-
]
|
585
|
-
"type": "triangle_uncertain"
|
612
|
+
]
|
586
613
|
},
|
587
|
-
"
|
588
|
-
"value_type": "double",
|
589
|
-
"variable": true,
|
590
|
-
"variable_type": "RubyContinuousVariable",
|
591
|
-
"uuid": "09ba6cac-d2ce-468c-a552-f6de89f7af62",
|
592
|
-
"version_uuid": "9425d82b-ffa5-4e4e-9557-af7aea15af10"
|
614
|
+
"workflow_index": 0
|
593
615
|
}
|
594
616
|
],
|
595
|
-
"workflow_index": 1
|
596
|
-
"workflow_step_type": "Measure",
|
597
|
-
"uuid": "9676e57b-87c7-45d6-9ddc-e4c13ef8c021",
|
598
|
-
"version_uuid": "8f7e6170-72c0-4b7b-bb72-b3536ef4f536"
|
617
|
+
"workflow_index": 1
|
599
618
|
},
|
600
619
|
{
|
620
|
+
"name": "reducespaceinfiltrationbypercentage",
|
621
|
+
"display_name": "ReduceSpaceInfiltrationByPercentage",
|
622
|
+
"measure_type": "RubyMeasure",
|
601
623
|
"measure_definition_class_name": "ReduceSpaceInfiltrationByPercentage",
|
602
624
|
"measure_definition_directory": "./measures/ExampleMeasure",
|
625
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
|
603
626
|
"measure_definition_display_name": "ReduceSpaceInfiltrationByPercentage",
|
604
|
-
"
|
605
|
-
"
|
606
|
-
"
|
627
|
+
"measure_definition_name": "reducespaceinfiltrationbypercentage",
|
628
|
+
"measure_definition_name_xml": null,
|
629
|
+
"measure_definition_uuid": "d270bdc0-538f-4c0d-ac57-84c15f1ffab6",
|
630
|
+
"measure_definition_version_uuid": "78f86f13-ca22-4f7d-bfb2-fd7d476b8dca",
|
607
631
|
"arguments": [
|
608
632
|
{
|
609
633
|
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
610
634
|
"display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
611
635
|
"name": "space_type",
|
612
|
-
"
|
613
|
-
"
|
636
|
+
"value_type": "string",
|
637
|
+
"default_value": "*Entire Building*",
|
638
|
+
"value": "*Entire Building*"
|
614
639
|
},
|
615
640
|
{
|
616
641
|
"display_name": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
|
617
642
|
"display_name_short": "Increase in Material and Installation Costs for Building per Affected Floor Area ($/ft^2).",
|
618
643
|
"name": "material_and_installation_cost",
|
619
|
-
"
|
620
|
-
"
|
644
|
+
"value_type": "double",
|
645
|
+
"default_value": 0.0,
|
646
|
+
"value": 0.0
|
621
647
|
},
|
622
648
|
{
|
623
649
|
"display_name": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
|
624
650
|
"display_name_short": "O & M Costs for Construction per Affected Floor Area ($/ft^2).",
|
625
651
|
"name": "om_cost",
|
626
|
-
"
|
627
|
-
"
|
652
|
+
"value_type": "double",
|
653
|
+
"default_value": 0.0,
|
654
|
+
"value": 0.0
|
628
655
|
},
|
629
656
|
{
|
630
657
|
"display_name": "O & M Frequency (whole years).",
|
631
658
|
"display_name_short": "O & M Frequency (whole years).",
|
632
659
|
"name": "om_frequency",
|
633
|
-
"
|
634
|
-
"
|
660
|
+
"value_type": "integer",
|
661
|
+
"default_value": 1,
|
662
|
+
"value": 1
|
635
663
|
}
|
636
664
|
],
|
637
|
-
"display_name": "ReduceSpaceInfiltrationByPercentage",
|
638
|
-
"name": "reducespaceinfiltrationbypercentage",
|
639
665
|
"variables": [
|
640
666
|
{
|
641
667
|
"argument": {
|
642
668
|
"display_name": "Space Infiltration Power Reduction",
|
643
669
|
"display_name_short": "Space Infiltration Power Reduction",
|
644
670
|
"name": "space_infiltration_reduction_percent",
|
645
|
-
"value_type": "double"
|
671
|
+
"value_type": "double",
|
672
|
+
"default_value": 0.0,
|
673
|
+
"value": 0.0
|
646
674
|
},
|
647
675
|
"display_name": "Space Infiltration Power Reduction",
|
648
676
|
"display_name_short": "Space Infiltration Power Reduction",
|
649
|
-
"
|
677
|
+
"units": null,
|
650
678
|
"minimum": -100.0,
|
651
|
-
"
|
679
|
+
"maximum": 1.0,
|
680
|
+
"relation_to_output": null,
|
652
681
|
"static_value": 0.0,
|
682
|
+
"uuid": "39d0cb06-ebd1-4b65-ac86-92d4358bd93f",
|
683
|
+
"version_uuid": "15be655b-8b64-40e4-a0ae-2761d43ca4ed",
|
684
|
+
"variable": true,
|
653
685
|
"uncertainty_description": {
|
686
|
+
"type": "uniform_uncertain",
|
654
687
|
"attributes": [
|
655
688
|
{
|
656
689
|
"name": "lower_bounds",
|
@@ -661,66 +694,68 @@
|
|
661
694
|
"value": 1.0
|
662
695
|
},
|
663
696
|
{
|
664
|
-
"name": "
|
665
|
-
"value":
|
697
|
+
"name": "modes",
|
698
|
+
"value": -50.0
|
666
699
|
},
|
667
700
|
{
|
668
701
|
"name": "delta_x",
|
669
702
|
"value": null
|
670
703
|
},
|
671
704
|
{
|
672
|
-
"name": "
|
673
|
-
"value":
|
705
|
+
"name": "stddev",
|
706
|
+
"value": 16.833333333333332
|
674
707
|
}
|
675
|
-
]
|
676
|
-
"type": "uniform_uncertain"
|
708
|
+
]
|
677
709
|
},
|
678
|
-
"
|
679
|
-
"value_type": "double",
|
680
|
-
"variable": true,
|
681
|
-
"variable_type": "RubyContinuousVariable",
|
682
|
-
"uuid": "ab9e72b4-8b1b-45a8-9501-06dcf391a32a",
|
683
|
-
"version_uuid": "3096bd96-9b05-49be-9517-646124b3390f"
|
710
|
+
"workflow_index": 0
|
684
711
|
}
|
685
712
|
],
|
686
|
-
"workflow_index": 2
|
687
|
-
"workflow_step_type": "Measure",
|
688
|
-
"uuid": "1ab00f88-9424-448f-a846-140a257c5bb2",
|
689
|
-
"version_uuid": "28af36ee-1b30-4db0-9404-dc66bb2d41fd"
|
713
|
+
"workflow_index": 2
|
690
714
|
},
|
691
715
|
{
|
716
|
+
"name": "adjust_thermostat_setpoints_by_degrees",
|
717
|
+
"display_name": "Adjust Thermostat Setpoints by Degrees",
|
718
|
+
"measure_type": "RubyMeasure",
|
692
719
|
"measure_definition_class_name": "AdjustTheromstatSetpointsByDegrees",
|
693
720
|
"measure_definition_directory": "./measures/ExampleMeasure",
|
694
|
-
"
|
695
|
-
"
|
696
|
-
"
|
697
|
-
"
|
721
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
|
722
|
+
"measure_definition_display_name": "Adjust Thermostat Setpoints by Degrees",
|
723
|
+
"measure_definition_name": "adjust_thermostat_setpoints_by_degrees",
|
724
|
+
"measure_definition_name_xml": null,
|
725
|
+
"measure_definition_uuid": "ae7663c2-9f00-43ed-a6a4-084cf2c477b2",
|
726
|
+
"measure_definition_version_uuid": "fe3ef735-c4b0-49b5-bc64-23e9c3d29a74",
|
698
727
|
"arguments": [
|
699
728
|
{
|
700
729
|
"display_name": "Alter Design Day Thermostats?",
|
701
730
|
"display_name_short": "Alter Design Day Thermostats?",
|
702
731
|
"name": "alter_design_days",
|
703
|
-
"
|
704
|
-
"
|
732
|
+
"value_type": "bool",
|
733
|
+
"default_value": false,
|
734
|
+
"value": false
|
705
735
|
}
|
706
736
|
],
|
707
|
-
"display_name": "Adjust Thermostat Setpoints by Degrees",
|
708
|
-
"name": "adjust_thermostat_setpoints_by_degrees",
|
709
737
|
"variables": [
|
710
738
|
{
|
711
739
|
"argument": {
|
712
740
|
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
713
741
|
"display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
714
742
|
"name": "cooling_adjustment",
|
715
|
-
"value_type": "double"
|
743
|
+
"value_type": "double",
|
744
|
+
"default_value": 1.0,
|
745
|
+
"value": 1.0
|
716
746
|
},
|
717
747
|
"display_name": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
718
748
|
"display_name_short": "Degrees Fahrenheit to Adjust Cooling Setpoint By.",
|
719
|
-
"
|
749
|
+
"units": null,
|
720
750
|
"minimum": -2.0,
|
721
|
-
"
|
751
|
+
"maximum": 2.0,
|
752
|
+
"relation_to_output": null,
|
722
753
|
"static_value": 1.0,
|
754
|
+
"uuid": "8eab7d77-efb8-42d6-bbc3-6e0b99f0906e",
|
755
|
+
"version_uuid": "44c53bda-20d8-492a-8cf6-7579abea0436",
|
756
|
+
"variable": true,
|
723
757
|
"uncertainty_description": {
|
758
|
+
"type": "uniform_uncertain",
|
724
759
|
"attributes": [
|
725
760
|
{
|
726
761
|
"name": "lower_bounds",
|
@@ -731,41 +766,42 @@
|
|
731
766
|
"value": 2.0
|
732
767
|
},
|
733
768
|
{
|
734
|
-
"name": "
|
735
|
-
"value": 0.
|
769
|
+
"name": "modes",
|
770
|
+
"value": 0.0
|
736
771
|
},
|
737
772
|
{
|
738
773
|
"name": "delta_x",
|
739
774
|
"value": null
|
740
775
|
},
|
741
776
|
{
|
742
|
-
"name": "
|
743
|
-
"value": 0.
|
777
|
+
"name": "stddev",
|
778
|
+
"value": 0.6666666666666666
|
744
779
|
}
|
745
|
-
]
|
746
|
-
"type": "uniform_uncertain"
|
780
|
+
]
|
747
781
|
},
|
748
|
-
"
|
749
|
-
"value_type": "double",
|
750
|
-
"variable": true,
|
751
|
-
"variable_type": "RubyContinuousVariable",
|
752
|
-
"uuid": "912373c1-5600-43b2-a850-71000c66a023",
|
753
|
-
"version_uuid": "1e496041-bed0-4b29-82e5-fcff1a96ef70"
|
782
|
+
"workflow_index": 0
|
754
783
|
},
|
755
784
|
{
|
756
785
|
"argument": {
|
757
786
|
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
758
787
|
"display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
759
788
|
"name": "heating_adjustment",
|
760
|
-
"value_type": "double"
|
789
|
+
"value_type": "double",
|
790
|
+
"default_value": -1.0,
|
791
|
+
"value": -1.0
|
761
792
|
},
|
762
793
|
"display_name": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
763
794
|
"display_name_short": "Degrees Fahrenheit to Adjust heating Setpoint By.",
|
764
|
-
"
|
795
|
+
"units": null,
|
765
796
|
"minimum": -2.0,
|
766
|
-
"
|
797
|
+
"maximum": 2.0,
|
798
|
+
"relation_to_output": null,
|
767
799
|
"static_value": -1.0,
|
800
|
+
"uuid": "bc7473f1-90d0-42a9-ac60-6972e5d6449d",
|
801
|
+
"version_uuid": "6cf86692-d957-4a0d-a672-fa18715514a9",
|
802
|
+
"variable": true,
|
768
803
|
"uncertainty_description": {
|
804
|
+
"type": "uniform_uncertain",
|
769
805
|
"attributes": [
|
770
806
|
{
|
771
807
|
"name": "lower_bounds",
|
@@ -776,66 +812,68 @@
|
|
776
812
|
"value": 2.0
|
777
813
|
},
|
778
814
|
{
|
779
|
-
"name": "
|
780
|
-
"value": 0.
|
815
|
+
"name": "modes",
|
816
|
+
"value": 0.0
|
781
817
|
},
|
782
818
|
{
|
783
819
|
"name": "delta_x",
|
784
820
|
"value": null
|
785
821
|
},
|
786
822
|
{
|
787
|
-
"name": "
|
788
|
-
"value": 0.
|
823
|
+
"name": "stddev",
|
824
|
+
"value": 0.6666666666666666
|
789
825
|
}
|
790
|
-
]
|
791
|
-
"type": "uniform_uncertain"
|
826
|
+
]
|
792
827
|
},
|
793
|
-
"
|
794
|
-
"value_type": "double",
|
795
|
-
"variable": true,
|
796
|
-
"variable_type": "RubyContinuousVariable",
|
797
|
-
"uuid": "cfbf1139-5c5a-4c08-99f0-219982fa92ee",
|
798
|
-
"version_uuid": "0b5cb155-84a6-420f-8726-83b9f5da8bb2"
|
828
|
+
"workflow_index": 1
|
799
829
|
}
|
800
830
|
],
|
801
|
-
"workflow_index": 3
|
802
|
-
"workflow_step_type": "Measure",
|
803
|
-
"uuid": "b4ee4f79-7a8e-47be-a35e-95fdfa1b4c82",
|
804
|
-
"version_uuid": "56391adb-ba82-4fb7-80c0-93b68f44f3ff"
|
831
|
+
"workflow_index": 3
|
805
832
|
},
|
806
833
|
{
|
834
|
+
"name": "reduce_ventilation_by_percentage",
|
835
|
+
"display_name": "Reduce Ventilation By Percentage",
|
836
|
+
"measure_type": "RubyMeasure",
|
807
837
|
"measure_definition_class_name": "ReduceVentilationByPercentage",
|
808
838
|
"measure_definition_directory": "./measures/ExampleMeasure",
|
809
|
-
"
|
810
|
-
"
|
811
|
-
"
|
812
|
-
"
|
839
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
|
840
|
+
"measure_definition_display_name": "Reduce Ventilation By Percentage",
|
841
|
+
"measure_definition_name": "reduce_ventilation_by_percentage",
|
842
|
+
"measure_definition_name_xml": null,
|
843
|
+
"measure_definition_uuid": "f6ae131c-e60a-4991-a301-ed90e1ada3f1",
|
844
|
+
"measure_definition_version_uuid": "0927a9d2-e796-47f0-aa58-c2f3fe2280ed",
|
813
845
|
"arguments": [
|
814
846
|
{
|
815
847
|
"display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
816
848
|
"display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
|
817
849
|
"name": "space_type",
|
818
|
-
"
|
819
|
-
"
|
850
|
+
"value_type": "string",
|
851
|
+
"default_value": "*Entire Building*",
|
852
|
+
"value": "*Entire Building*"
|
820
853
|
}
|
821
854
|
],
|
822
|
-
"display_name": "Reduce Ventilation By Percentage",
|
823
|
-
"name": "reduce_ventilation_by_percentage",
|
824
855
|
"variables": [
|
825
856
|
{
|
826
857
|
"argument": {
|
827
858
|
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
828
859
|
"display_name_short": "Design Specification Outdoor Air Reduction (%).",
|
829
860
|
"name": "design_spec_outdoor_air_reduction_percent",
|
830
|
-
"value_type": "double"
|
861
|
+
"value_type": "double",
|
862
|
+
"default_value": 0.0,
|
863
|
+
"value": 0.0
|
831
864
|
},
|
832
865
|
"display_name": "Design Specification Outdoor Air Reduction (%).",
|
833
866
|
"display_name_short": "Design Specification Outdoor Air Reduction (%).",
|
834
|
-
"
|
867
|
+
"units": null,
|
835
868
|
"minimum": -90.0,
|
836
|
-
"
|
869
|
+
"maximum": 90.0,
|
870
|
+
"relation_to_output": null,
|
837
871
|
"static_value": 0.0,
|
872
|
+
"uuid": "eae43dc1-233f-4264-b654-e4faf9b23c54",
|
873
|
+
"version_uuid": "f9865515-d67c-4250-a9b5-020794aa942b",
|
874
|
+
"variable": true,
|
838
875
|
"uncertainty_description": {
|
876
|
+
"type": "triangle_uncertain",
|
839
877
|
"attributes": [
|
840
878
|
{
|
841
879
|
"name": "lower_bounds",
|
@@ -846,150 +884,164 @@
|
|
846
884
|
"value": 90.0
|
847
885
|
},
|
848
886
|
{
|
849
|
-
"name": "
|
850
|
-
"value":
|
887
|
+
"name": "modes",
|
888
|
+
"value": -1.0
|
851
889
|
},
|
852
890
|
{
|
853
891
|
"name": "delta_x",
|
854
892
|
"value": null
|
855
893
|
},
|
856
894
|
{
|
857
|
-
"name": "
|
858
|
-
"value":
|
895
|
+
"name": "stddev",
|
896
|
+
"value": 30.0
|
859
897
|
}
|
860
|
-
]
|
861
|
-
"type": "triangle_uncertain"
|
898
|
+
]
|
862
899
|
},
|
863
|
-
"
|
864
|
-
"value_type": "double",
|
865
|
-
"variable": true,
|
866
|
-
"variable_type": "RubyContinuousVariable",
|
867
|
-
"uuid": "72dbc4bf-238f-4eee-abd9-55616dc0b64b",
|
868
|
-
"version_uuid": "a8c533b2-61a2-449e-99c6-ca356c806766"
|
900
|
+
"workflow_index": 0
|
869
901
|
}
|
870
902
|
],
|
871
|
-
"workflow_index": 4
|
872
|
-
"workflow_step_type": "Measure",
|
873
|
-
"uuid": "94bff894-6e18-4bc7-a7d8-3fbd315fed50",
|
874
|
-
"version_uuid": "4677e54e-a10b-45df-8e14-ec2276430d69"
|
903
|
+
"workflow_index": 4
|
875
904
|
},
|
876
905
|
{
|
906
|
+
"name": "enable_economizer_control",
|
907
|
+
"display_name": "Enable Economizer Control",
|
908
|
+
"measure_type": "RubyMeasure",
|
877
909
|
"measure_definition_class_name": "EnableEconomizerControl",
|
878
910
|
"measure_definition_directory": "./measures/ExampleMeasure",
|
879
|
-
"
|
880
|
-
"
|
881
|
-
"
|
882
|
-
"
|
911
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
|
912
|
+
"measure_definition_display_name": "Enable Economizer Control",
|
913
|
+
"measure_definition_name": "enable_economizer_control",
|
914
|
+
"measure_definition_name_xml": null,
|
915
|
+
"measure_definition_uuid": "6ac74559-27ea-4f22-9066-8c547e76d278",
|
916
|
+
"measure_definition_version_uuid": "0e811e6e-12b8-4833-bb49-565907f79940",
|
883
917
|
"arguments": [
|
884
918
|
{
|
885
919
|
"display_name": "Choose an Air Loop to Alter.",
|
886
920
|
"display_name_short": "Choose an Air Loop to Alter.",
|
887
921
|
"name": "object",
|
888
|
-
"
|
889
|
-
"
|
922
|
+
"value_type": "string",
|
923
|
+
"default_value": "*All Air Loops*",
|
924
|
+
"value": "*All Air Loops*"
|
890
925
|
},
|
891
926
|
{
|
892
927
|
"display_name": "Economizer Control Type.",
|
893
928
|
"display_name_short": "Economizer Control Type.",
|
894
929
|
"name": "economizer_type",
|
895
|
-
"
|
896
|
-
"
|
930
|
+
"value_type": "string",
|
931
|
+
"default_value": "FixedDryBulb",
|
932
|
+
"value": "FixedDryBulb"
|
897
933
|
},
|
898
934
|
{
|
899
935
|
"display_name": "Economizer Maximum Enthalpy (Btu/lb).",
|
900
936
|
"display_name_short": "Economizer Maximum Enthalpy (Btu/lb).",
|
901
937
|
"name": "econoMaxEnthalpy",
|
902
|
-
"
|
903
|
-
"
|
938
|
+
"value_type": "double",
|
939
|
+
"default_value": 28.0,
|
940
|
+
"value": 28.0
|
904
941
|
},
|
905
942
|
{
|
906
943
|
"display_name": "Economizer Maximum Limit Dewpoint Temperature (F).",
|
907
944
|
"display_name_short": "Economizer Maximum Limit Dewpoint Temperature (F).",
|
908
945
|
"name": "econoMaxDewpointTemp",
|
909
|
-
"
|
910
|
-
"
|
946
|
+
"value_type": "double",
|
947
|
+
"default_value": 55.0,
|
948
|
+
"value": 55.0
|
911
949
|
},
|
912
950
|
{
|
913
951
|
"display_name": "Economizer Minimum Limit Dry-Bulb Temperature (F).",
|
914
952
|
"display_name_short": "Economizer Minimum Limit Dry-Bulb Temperature (F).",
|
915
953
|
"name": "econoMinDryBulbTemp",
|
916
|
-
"
|
917
|
-
"
|
954
|
+
"value_type": "double",
|
955
|
+
"default_value": -148.0,
|
956
|
+
"value": -148.0
|
918
957
|
},
|
919
958
|
{
|
920
959
|
"display_name": "Remove Baseline Costs From Effected AirLoopHVACOutdoorAirSystems?",
|
921
960
|
"display_name_short": "Remove Baseline Costs From Effected AirLoopHVACOutdoorAirSystems?",
|
922
961
|
"name": "remove_costs",
|
923
|
-
"
|
924
|
-
"
|
962
|
+
"value_type": "bool",
|
963
|
+
"default_value": false,
|
964
|
+
"value": false
|
925
965
|
},
|
926
966
|
{
|
927
967
|
"display_name": "Material and Installation Costs per Air Loop to Enable Economizer ($).",
|
928
968
|
"display_name_short": "Material and Installation Costs per Air Loop to Enable Economizer ($).",
|
929
969
|
"name": "material_cost",
|
930
|
-
"
|
931
|
-
"
|
970
|
+
"value_type": "double",
|
971
|
+
"default_value": 0.0,
|
972
|
+
"value": 0.0
|
932
973
|
},
|
933
974
|
{
|
934
975
|
"display_name": "Demolition Costs per Air Loop to Enable Economizer ($).",
|
935
976
|
"display_name_short": "Demolition Costs per Air Loop to Enable Economizer ($).",
|
936
977
|
"name": "demolition_cost",
|
937
|
-
"
|
938
|
-
"
|
978
|
+
"value_type": "double",
|
979
|
+
"default_value": 0.0,
|
980
|
+
"value": 0.0
|
939
981
|
},
|
940
982
|
{
|
941
983
|
"display_name": "Years Until Costs Start (whole years).",
|
942
984
|
"display_name_short": "Years Until Costs Start (whole years).",
|
943
985
|
"name": "years_until_costs_start",
|
944
|
-
"
|
945
|
-
"
|
986
|
+
"value_type": "integer",
|
987
|
+
"default_value": 0,
|
988
|
+
"value": 0
|
946
989
|
},
|
947
990
|
{
|
948
991
|
"display_name": "Demolition Costs Occur During Initial Construction?",
|
949
992
|
"display_name_short": "Demolition Costs Occur During Initial Construction?",
|
950
993
|
"name": "demo_cost_initial_const",
|
951
|
-
"
|
952
|
-
"
|
994
|
+
"value_type": "bool",
|
995
|
+
"default_value": false,
|
996
|
+
"value": false
|
953
997
|
},
|
954
998
|
{
|
955
999
|
"display_name": "Expected Life (whole years).",
|
956
1000
|
"display_name_short": "Expected Life (whole years).",
|
957
1001
|
"name": "expected_life",
|
958
|
-
"
|
959
|
-
"
|
1002
|
+
"value_type": "integer",
|
1003
|
+
"default_value": 20,
|
1004
|
+
"value": 20
|
960
1005
|
},
|
961
1006
|
{
|
962
1007
|
"display_name": "O & M Costs per Air Loop for Economizer ($).",
|
963
1008
|
"display_name_short": "O & M Costs per Air Loop for Economizer ($).",
|
964
1009
|
"name": "om_cost",
|
965
|
-
"
|
966
|
-
"
|
1010
|
+
"value_type": "double",
|
1011
|
+
"default_value": 0.0,
|
1012
|
+
"value": 0.0
|
967
1013
|
},
|
968
1014
|
{
|
969
1015
|
"display_name": "O & M Frequency (whole years).",
|
970
1016
|
"display_name_short": "O & M Frequency (whole years).",
|
971
1017
|
"name": "om_frequency",
|
972
|
-
"
|
973
|
-
"
|
1018
|
+
"value_type": "integer",
|
1019
|
+
"default_value": 1,
|
1020
|
+
"value": 1
|
974
1021
|
}
|
975
1022
|
],
|
976
|
-
"display_name": "Enable Economizer Control",
|
977
|
-
"name": "enable_economizer_control",
|
978
1023
|
"variables": [
|
979
1024
|
{
|
980
1025
|
"argument": {
|
981
1026
|
"display_name": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
|
982
1027
|
"display_name_short": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
|
983
1028
|
"name": "econoMaxDryBulbTemp",
|
984
|
-
"value_type": "double"
|
1029
|
+
"value_type": "double",
|
1030
|
+
"default_value": 79.0,
|
1031
|
+
"value": 79.0
|
985
1032
|
},
|
986
1033
|
"display_name": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
|
987
1034
|
"display_name_short": "Economizer Maximum Limit Dry-Bulb Temperature (F).",
|
988
|
-
"
|
1035
|
+
"units": null,
|
989
1036
|
"minimum": 76.0,
|
990
|
-
"
|
1037
|
+
"maximum": 80.0,
|
1038
|
+
"relation_to_output": null,
|
991
1039
|
"static_value": 79.0,
|
1040
|
+
"uuid": "fdcde03b-147b-41c6-876b-1f2ed087a034",
|
1041
|
+
"version_uuid": "0c7a0726-c1a2-473e-880b-0236f1849c38",
|
1042
|
+
"variable": true,
|
992
1043
|
"uncertainty_description": {
|
1044
|
+
"type": "triangle_uncertain",
|
993
1045
|
"attributes": [
|
994
1046
|
{
|
995
1047
|
"name": "lower_bounds",
|
@@ -1000,101 +1052,108 @@
|
|
1000
1052
|
"value": 80.0
|
1001
1053
|
},
|
1002
1054
|
{
|
1003
|
-
"name": "
|
1004
|
-
"value": 0
|
1055
|
+
"name": "modes",
|
1056
|
+
"value": 78.0
|
1005
1057
|
},
|
1006
1058
|
{
|
1007
1059
|
"name": "delta_x",
|
1008
1060
|
"value": null
|
1009
1061
|
},
|
1010
1062
|
{
|
1011
|
-
"name": "
|
1012
|
-
"value":
|
1063
|
+
"name": "stddev",
|
1064
|
+
"value": 0.6666666666666666
|
1013
1065
|
}
|
1014
|
-
]
|
1015
|
-
"type": "triangle_uncertain"
|
1066
|
+
]
|
1016
1067
|
},
|
1017
|
-
"
|
1018
|
-
"value_type": "double",
|
1019
|
-
"variable": true,
|
1020
|
-
"variable_type": "RubyContinuousVariable",
|
1021
|
-
"uuid": "dd192cef-df9c-423e-ad05-703411d18a68",
|
1022
|
-
"version_uuid": "d7caa679-18b3-43e3-9f49-7dad488647a2"
|
1068
|
+
"workflow_index": 0
|
1023
1069
|
}
|
1024
1070
|
],
|
1025
|
-
"workflow_index": 5
|
1026
|
-
"workflow_step_type": "Measure",
|
1027
|
-
"uuid": "704d1be0-7013-4165-aaef-ceddf1f6aaf2",
|
1028
|
-
"version_uuid": "c17bf2c4-097d-4fa1-aa19-71fafec86b73"
|
1071
|
+
"workflow_index": 5
|
1029
1072
|
},
|
1030
1073
|
{
|
1074
|
+
"name": "set_boiler_thermal_efficiency",
|
1075
|
+
"display_name": "Set Boiler Thermal Efficiency",
|
1076
|
+
"measure_type": "RubyMeasure",
|
1031
1077
|
"measure_definition_class_name": "SetBoilerThermalEfficiency",
|
1032
1078
|
"measure_definition_directory": "./measures/ExampleMeasure",
|
1033
|
-
"
|
1034
|
-
"
|
1035
|
-
"
|
1036
|
-
"
|
1079
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
|
1080
|
+
"measure_definition_display_name": "Set Boiler Thermal Efficiency",
|
1081
|
+
"measure_definition_name": "set_boiler_thermal_efficiency",
|
1082
|
+
"measure_definition_name_xml": null,
|
1083
|
+
"measure_definition_uuid": "f1fb2455-63b2-442d-bfb2-4d6da88588bb",
|
1084
|
+
"measure_definition_version_uuid": "ec179041-af86-4389-b52a-d98c9c8f3c82",
|
1037
1085
|
"arguments": [
|
1038
1086
|
{
|
1039
1087
|
"display_name": "Apply the measure to",
|
1040
1088
|
"display_name_short": "Apply the measure to",
|
1041
1089
|
"name": "boiler_widget",
|
1042
|
-
"
|
1043
|
-
"
|
1090
|
+
"value_type": "string",
|
1091
|
+
"default_value": "*All boilers*",
|
1092
|
+
"value": "*All boilers*"
|
1044
1093
|
},
|
1045
1094
|
{
|
1046
1095
|
"display_name": "Option 1, set boiler nominal thermal efficiency to a user defined value",
|
1047
1096
|
"display_name_short": "Option 1, set boiler nominal thermal efficiency to a user defined value",
|
1048
1097
|
"name": "input_option_manual",
|
1049
|
-
"
|
1050
|
-
"
|
1098
|
+
"value_type": "bool",
|
1099
|
+
"default_value": true,
|
1100
|
+
"value": true
|
1051
1101
|
},
|
1052
1102
|
{
|
1053
1103
|
"display_name": "Option 2, set boiler nominal thermal efficiency based on ASHRAE Standard 90.1 requirement",
|
1054
1104
|
"display_name_short": "Option 2, set boiler nominal thermal efficiency based on ASHRAE Standard 90.1 requirement",
|
1055
1105
|
"name": "input_option_standard",
|
1056
|
-
"
|
1057
|
-
"
|
1106
|
+
"value_type": "bool",
|
1107
|
+
"default_value": false,
|
1108
|
+
"value": false
|
1058
1109
|
},
|
1059
1110
|
{
|
1060
1111
|
"display_name": "Boiler nominal capacity [W]",
|
1061
1112
|
"display_name_short": "Boiler nominal capacity [W]",
|
1062
1113
|
"name": "nominal_capacity",
|
1063
|
-
"
|
1064
|
-
"
|
1114
|
+
"value_type": "double",
|
1115
|
+
"default_value": 0.0,
|
1116
|
+
"value": 0.0
|
1065
1117
|
},
|
1066
1118
|
{
|
1067
1119
|
"display_name": "Fuel type",
|
1068
1120
|
"display_name_short": "Fuel type",
|
1069
1121
|
"name": "fuel_type_widget",
|
1070
|
-
"
|
1071
|
-
"
|
1122
|
+
"value_type": "string",
|
1123
|
+
"default_value": "0.0",
|
1124
|
+
"value": "0.0"
|
1072
1125
|
},
|
1073
1126
|
{
|
1074
1127
|
"display_name": "ASHRAE Standards 90.1",
|
1075
1128
|
"display_name_short": "ASHRAE Standards 90.1",
|
1076
1129
|
"name": "standards_widget",
|
1077
|
-
"
|
1078
|
-
"
|
1130
|
+
"value_type": "string",
|
1131
|
+
"default_value": "0.0",
|
1132
|
+
"value": "0.0"
|
1079
1133
|
}
|
1080
1134
|
],
|
1081
|
-
"display_name": "Set Boiler Thermal Efficiency",
|
1082
|
-
"name": "set_boiler_thermal_efficiency",
|
1083
1135
|
"variables": [
|
1084
1136
|
{
|
1085
1137
|
"argument": {
|
1086
1138
|
"display_name": "Boiler nominal thermal efficiency (between 0 and 1)",
|
1087
1139
|
"display_name_short": "Boiler nominal thermal efficiency (between 0 and 1)",
|
1088
1140
|
"name": "boiler_thermal_efficiency",
|
1089
|
-
"value_type": "double"
|
1141
|
+
"value_type": "double",
|
1142
|
+
"default_value": 0.8,
|
1143
|
+
"value": 0.8
|
1090
1144
|
},
|
1091
1145
|
"display_name": "Boiler nominal thermal efficiency (between 0 and 1)",
|
1092
1146
|
"display_name_short": "Boiler nominal thermal efficiency (between 0 and 1)",
|
1093
|
-
"
|
1147
|
+
"units": null,
|
1094
1148
|
"minimum": 0.5,
|
1095
|
-
"
|
1149
|
+
"maximum": 0.9,
|
1150
|
+
"relation_to_output": null,
|
1096
1151
|
"static_value": 0.8,
|
1152
|
+
"uuid": "5f7ca822-561c-4aa0-869a-ecd777bd4d28",
|
1153
|
+
"version_uuid": "9a4e713d-9de7-4026-9000-ddbc0db9555b",
|
1154
|
+
"variable": true,
|
1097
1155
|
"uncertainty_description": {
|
1156
|
+
"type": "triangle_uncertain",
|
1098
1157
|
"attributes": [
|
1099
1158
|
{
|
1100
1159
|
"name": "lower_bounds",
|
@@ -1105,87 +1164,92 @@
|
|
1105
1164
|
"value": 0.9
|
1106
1165
|
},
|
1107
1166
|
{
|
1108
|
-
"name": "
|
1109
|
-
"value": 0.
|
1167
|
+
"name": "modes",
|
1168
|
+
"value": 0.75
|
1110
1169
|
},
|
1111
1170
|
{
|
1112
1171
|
"name": "delta_x",
|
1113
1172
|
"value": null
|
1114
1173
|
},
|
1115
1174
|
{
|
1116
|
-
"name": "
|
1117
|
-
"value": 0.
|
1175
|
+
"name": "stddev",
|
1176
|
+
"value": 0.06666666666666667
|
1118
1177
|
}
|
1119
|
-
]
|
1120
|
-
"type": "triangle_uncertain"
|
1178
|
+
]
|
1121
1179
|
},
|
1122
|
-
"
|
1123
|
-
"value_type": "double",
|
1124
|
-
"variable": true,
|
1125
|
-
"variable_type": "RubyContinuousVariable",
|
1126
|
-
"uuid": "2cc23376-b92f-4ae2-8889-99dd309e7ad3",
|
1127
|
-
"version_uuid": "5cc29b59-314c-460e-9255-7be14e7812c0"
|
1180
|
+
"workflow_index": 0
|
1128
1181
|
}
|
1129
1182
|
],
|
1130
|
-
"workflow_index": 6
|
1131
|
-
"workflow_step_type": "Measure",
|
1132
|
-
"uuid": "af74141d-30bb-4668-9918-398b3d733cb6",
|
1133
|
-
"version_uuid": "00b0a423-0774-4c8a-83b4-4981fcedb289"
|
1183
|
+
"workflow_index": 6
|
1134
1184
|
},
|
1135
1185
|
{
|
1186
|
+
"name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
1187
|
+
"display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
1188
|
+
"measure_type": "RubyMeasure",
|
1136
1189
|
"measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
|
1137
1190
|
"measure_definition_directory": "./measures/ExampleMeasure",
|
1138
|
-
"
|
1139
|
-
"
|
1140
|
-
"
|
1141
|
-
"
|
1191
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
|
1192
|
+
"measure_definition_display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
1193
|
+
"measure_definition_name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
1194
|
+
"measure_definition_name_xml": null,
|
1195
|
+
"measure_definition_uuid": "065bb536-352e-4f5e-a05b-158c696f906c",
|
1196
|
+
"measure_definition_version_uuid": "eca554fd-424a-4e07-9c5d-22d3bb7009dd",
|
1142
1197
|
"arguments": [
|
1143
1198
|
{
|
1144
1199
|
"display_name": "Allow both increase and decrease in R-value to reach requested target?",
|
1145
1200
|
"display_name_short": "Allow both increase and decrease in R-value to reach requested target?",
|
1146
1201
|
"name": "allow_reduction",
|
1147
|
-
"
|
1148
|
-
"
|
1202
|
+
"value_type": "bool",
|
1203
|
+
"default_value": true,
|
1204
|
+
"value": true
|
1149
1205
|
},
|
1150
1206
|
{
|
1151
1207
|
"display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
1152
1208
|
"display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
|
1153
1209
|
"name": "material_cost_increase_ip",
|
1154
|
-
"
|
1155
|
-
"
|
1210
|
+
"value_type": "double",
|
1211
|
+
"default_value": 0.0,
|
1212
|
+
"value": 0.0
|
1156
1213
|
},
|
1157
1214
|
{
|
1158
1215
|
"display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
1159
1216
|
"display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
|
1160
1217
|
"name": "one_time_retrofit_cost_ip",
|
1161
|
-
"
|
1162
|
-
"
|
1218
|
+
"value_type": "double",
|
1219
|
+
"default_value": 0.0,
|
1220
|
+
"value": 0.0
|
1163
1221
|
},
|
1164
1222
|
{
|
1165
1223
|
"display_name": "Year to Incur One Time Retrofit Cost (whole years).",
|
1166
1224
|
"display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
|
1167
1225
|
"name": "years_until_retrofit_cost",
|
1168
|
-
"
|
1169
|
-
"
|
1226
|
+
"value_type": "integer",
|
1227
|
+
"default_value": 0,
|
1228
|
+
"value": 0
|
1170
1229
|
}
|
1171
1230
|
],
|
1172
|
-
"display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
|
1173
|
-
"name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
|
1174
1231
|
"variables": [
|
1175
1232
|
{
|
1176
1233
|
"argument": {
|
1177
1234
|
"display_name": "Insulation R-value (ft^2*h*R/Btu).",
|
1178
1235
|
"display_name_short": "Insulation R-value (ft^2*h*R/Btu).",
|
1179
1236
|
"name": "r_value",
|
1180
|
-
"value_type": "double"
|
1237
|
+
"value_type": "double",
|
1238
|
+
"default_value": 5.0,
|
1239
|
+
"value": 5.0
|
1181
1240
|
},
|
1182
1241
|
"display_name": "Insulation R-value (ft^2*h*R/Btu).",
|
1183
1242
|
"display_name_short": "Insulation R-value (ft^2*h*R/Btu).",
|
1184
|
-
"
|
1243
|
+
"units": null,
|
1185
1244
|
"minimum": 1.0,
|
1186
|
-
"
|
1245
|
+
"maximum": 5.0,
|
1246
|
+
"relation_to_output": null,
|
1187
1247
|
"static_value": 5.0,
|
1248
|
+
"uuid": "bba28900-3bd0-4ac6-8ff7-1fd27e5c0f8a",
|
1249
|
+
"version_uuid": "e9cbab93-5c66-427b-91cc-7793fa71fa57",
|
1250
|
+
"variable": true,
|
1188
1251
|
"uncertainty_description": {
|
1252
|
+
"type": "triangle_uncertain",
|
1189
1253
|
"attributes": [
|
1190
1254
|
{
|
1191
1255
|
"name": "lower_bounds",
|
@@ -1196,66 +1260,68 @@
|
|
1196
1260
|
"value": 5.0
|
1197
1261
|
},
|
1198
1262
|
{
|
1199
|
-
"name": "
|
1200
|
-
"value":
|
1263
|
+
"name": "modes",
|
1264
|
+
"value": 2.5
|
1201
1265
|
},
|
1202
1266
|
{
|
1203
1267
|
"name": "delta_x",
|
1204
1268
|
"value": null
|
1205
1269
|
},
|
1206
1270
|
{
|
1207
|
-
"name": "
|
1208
|
-
"value":
|
1271
|
+
"name": "stddev",
|
1272
|
+
"value": 0.6666666666666666
|
1209
1273
|
}
|
1210
|
-
]
|
1211
|
-
"type": "triangle_uncertain"
|
1274
|
+
]
|
1212
1275
|
},
|
1213
|
-
"
|
1214
|
-
"value_type": "double",
|
1215
|
-
"variable": true,
|
1216
|
-
"variable_type": "RubyContinuousVariable",
|
1217
|
-
"uuid": "dd94604a-8262-48e7-9909-ac85a090e471",
|
1218
|
-
"version_uuid": "e984cbf6-b3fa-48dd-8628-9595884bb096"
|
1276
|
+
"workflow_index": 0
|
1219
1277
|
}
|
1220
1278
|
],
|
1221
|
-
"workflow_index": 7
|
1222
|
-
"workflow_step_type": "Measure",
|
1223
|
-
"uuid": "6eee1283-bfbb-40b8-8fc6-284d67ea9ad1",
|
1224
|
-
"version_uuid": "95942b1e-22ee-4f1b-8ddb-57c9e16a7c65"
|
1279
|
+
"workflow_index": 7
|
1225
1280
|
},
|
1226
1281
|
{
|
1282
|
+
"name": "setchillercop",
|
1283
|
+
"display_name": "SetChillerCOP",
|
1284
|
+
"measure_type": "RubyMeasure",
|
1227
1285
|
"measure_definition_class_name": "SetChillerCOP",
|
1228
1286
|
"measure_definition_directory": "./measures/ExampleMeasure",
|
1287
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
|
1229
1288
|
"measure_definition_display_name": "SetChillerCOP",
|
1230
|
-
"
|
1231
|
-
"
|
1232
|
-
"
|
1289
|
+
"measure_definition_name": "setchillercop",
|
1290
|
+
"measure_definition_name_xml": null,
|
1291
|
+
"measure_definition_uuid": "72b5f490-4a74-4126-b07f-cd9f2ea2ac5a",
|
1292
|
+
"measure_definition_version_uuid": "3ccce8f7-9aaf-49cd-9610-11b638cf103d",
|
1233
1293
|
"arguments": [
|
1234
1294
|
{
|
1235
1295
|
"display_name": "Apply the measure to",
|
1236
1296
|
"display_name_short": "Apply the measure to",
|
1237
1297
|
"name": "chiller_widget",
|
1238
|
-
"
|
1239
|
-
"
|
1298
|
+
"value_type": "string",
|
1299
|
+
"default_value": "*All chillers*",
|
1300
|
+
"value": "*All chillers*"
|
1240
1301
|
}
|
1241
1302
|
],
|
1242
|
-
"display_name": "SetChillerCOP",
|
1243
|
-
"name": "setchillercop",
|
1244
1303
|
"variables": [
|
1245
1304
|
{
|
1246
1305
|
"argument": {
|
1247
1306
|
"display_name": "Chiller Rated COP (more than 0)",
|
1248
1307
|
"display_name_short": "Chiller Rated COP (more than 0)",
|
1249
1308
|
"name": "chiller_thermal_efficiency",
|
1250
|
-
"value_type": "double"
|
1309
|
+
"value_type": "double",
|
1310
|
+
"default_value": 3.0,
|
1311
|
+
"value": 3.0
|
1251
1312
|
},
|
1252
1313
|
"display_name": "Chiller Rated COP (more than 0)",
|
1253
1314
|
"display_name_short": "Chiller Rated COP (more than 0)",
|
1254
|
-
"
|
1315
|
+
"units": null,
|
1255
1316
|
"minimum": 2.5,
|
1256
|
-
"
|
1317
|
+
"maximum": 5.5,
|
1318
|
+
"relation_to_output": null,
|
1257
1319
|
"static_value": 3.0,
|
1320
|
+
"uuid": "f9256800-6e55-427e-bb4b-87f758f041f3",
|
1321
|
+
"version_uuid": "a6410299-c68a-4be5-a9fd-984d85c964b2",
|
1322
|
+
"variable": true,
|
1258
1323
|
"uncertainty_description": {
|
1324
|
+
"type": "triangle_uncertain",
|
1259
1325
|
"attributes": [
|
1260
1326
|
{
|
1261
1327
|
"name": "lower_bounds",
|
@@ -1266,60 +1332,61 @@
|
|
1266
1332
|
"value": 5.5
|
1267
1333
|
},
|
1268
1334
|
{
|
1269
|
-
"name": "
|
1270
|
-
"value":
|
1335
|
+
"name": "modes",
|
1336
|
+
"value": 3.5
|
1271
1337
|
},
|
1272
1338
|
{
|
1273
1339
|
"name": "delta_x",
|
1274
1340
|
"value": null
|
1275
1341
|
},
|
1276
1342
|
{
|
1277
|
-
"name": "
|
1278
|
-
"value":
|
1343
|
+
"name": "stddev",
|
1344
|
+
"value": 0.5
|
1279
1345
|
}
|
1280
|
-
]
|
1281
|
-
"type": "triangle_uncertain"
|
1346
|
+
]
|
1282
1347
|
},
|
1283
|
-
"
|
1284
|
-
"value_type": "double",
|
1285
|
-
"variable": true,
|
1286
|
-
"variable_type": "RubyContinuousVariable",
|
1287
|
-
"uuid": "60b0cd02-7713-413e-99f5-704431c8f067",
|
1288
|
-
"version_uuid": "2684cec8-1af3-45d8-92fc-430013ac2b0a"
|
1348
|
+
"workflow_index": 0
|
1289
1349
|
}
|
1290
1350
|
],
|
1291
|
-
"workflow_index": 8
|
1292
|
-
"workflow_step_type": "Measure",
|
1293
|
-
"uuid": "cf37494f-2932-4151-88c4-1766e112d463",
|
1294
|
-
"version_uuid": "cbafc6a4-8b3c-45ae-9c2f-2ab156cc147f"
|
1351
|
+
"workflow_index": 8
|
1295
1352
|
},
|
1296
1353
|
{
|
1354
|
+
"name": "set_heating_and_cooling_sizing_factors",
|
1355
|
+
"display_name": "Set Heating and Cooling Sizing Factors",
|
1356
|
+
"measure_type": "RubyMeasure",
|
1297
1357
|
"measure_definition_class_name": "SetHeatingandCoolingSizingFactors",
|
1298
1358
|
"measure_definition_directory": "./measures/ExampleMeasure",
|
1299
|
-
"
|
1300
|
-
"
|
1301
|
-
"
|
1302
|
-
"
|
1359
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
|
1360
|
+
"measure_definition_display_name": "Set Heating and Cooling Sizing Factors",
|
1361
|
+
"measure_definition_name": "set_heating_and_cooling_sizing_factors",
|
1362
|
+
"measure_definition_name_xml": null,
|
1363
|
+
"measure_definition_uuid": "8abcf449-d045-4714-a0d0-f2c511465e32",
|
1364
|
+
"measure_definition_version_uuid": "10e71276-cb41-4a57-9cc0-f39320eb3376",
|
1303
1365
|
"arguments": [
|
1304
1366
|
|
1305
1367
|
],
|
1306
|
-
"display_name": "Set Heating and Cooling Sizing Factors",
|
1307
|
-
"name": "set_heating_and_cooling_sizing_factors",
|
1308
1368
|
"variables": [
|
1309
1369
|
{
|
1310
1370
|
"argument": {
|
1311
1371
|
"display_name": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
|
1312
1372
|
"display_name_short": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
|
1313
1373
|
"name": "htg_sz_factor",
|
1314
|
-
"value_type": "double"
|
1374
|
+
"value_type": "double",
|
1375
|
+
"default_value": 1.25,
|
1376
|
+
"value": 1.25
|
1315
1377
|
},
|
1316
1378
|
"display_name": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
|
1317
1379
|
"display_name_short": "Heating Sizing Factor (eg 1.25 = 125% of required heating capacity.",
|
1318
|
-
"
|
1380
|
+
"units": null,
|
1319
1381
|
"minimum": 1.0,
|
1320
|
-
"
|
1382
|
+
"maximum": 1.5,
|
1383
|
+
"relation_to_output": null,
|
1321
1384
|
"static_value": 1.25,
|
1385
|
+
"uuid": "ac4024bd-da55-4115-9eda-ce65bfd253bb",
|
1386
|
+
"version_uuid": "5b766201-7bff-4fb0-a64b-ed86fcef1338",
|
1387
|
+
"variable": true,
|
1322
1388
|
"uncertainty_description": {
|
1389
|
+
"type": "triangle_uncertain",
|
1323
1390
|
"attributes": [
|
1324
1391
|
{
|
1325
1392
|
"name": "lower_bounds",
|
@@ -1330,41 +1397,42 @@
|
|
1330
1397
|
"value": 1.5
|
1331
1398
|
},
|
1332
1399
|
{
|
1333
|
-
"name": "
|
1334
|
-
"value":
|
1400
|
+
"name": "modes",
|
1401
|
+
"value": 1.25
|
1335
1402
|
},
|
1336
1403
|
{
|
1337
1404
|
"name": "delta_x",
|
1338
1405
|
"value": null
|
1339
1406
|
},
|
1340
1407
|
{
|
1341
|
-
"name": "
|
1342
|
-
"value":
|
1408
|
+
"name": "stddev",
|
1409
|
+
"value": 0.08333333333333333
|
1343
1410
|
}
|
1344
|
-
]
|
1345
|
-
"type": "triangle_uncertain"
|
1411
|
+
]
|
1346
1412
|
},
|
1347
|
-
"
|
1348
|
-
"value_type": "double",
|
1349
|
-
"variable": true,
|
1350
|
-
"variable_type": "RubyContinuousVariable",
|
1351
|
-
"uuid": "24cbb8a7-b62b-444e-92c1-b5bb3f7aa488",
|
1352
|
-
"version_uuid": "ff977934-59b4-4108-a8ee-6cbcaccb1603"
|
1413
|
+
"workflow_index": 0
|
1353
1414
|
},
|
1354
1415
|
{
|
1355
1416
|
"argument": {
|
1356
1417
|
"display_name": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
|
1357
1418
|
"display_name_short": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
|
1358
1419
|
"name": "clg_sz_factor",
|
1359
|
-
"value_type": "double"
|
1420
|
+
"value_type": "double",
|
1421
|
+
"default_value": 1.15,
|
1422
|
+
"value": 1.15
|
1360
1423
|
},
|
1361
1424
|
"display_name": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
|
1362
1425
|
"display_name_short": "Coolinig Sizing Factor (eg 1.15 = 115% of required cooling capacity.",
|
1363
|
-
"
|
1426
|
+
"units": null,
|
1364
1427
|
"minimum": 1.0,
|
1365
|
-
"
|
1428
|
+
"maximum": 1.5,
|
1429
|
+
"relation_to_output": null,
|
1366
1430
|
"static_value": 1.15,
|
1431
|
+
"uuid": "136cae28-3570-4500-b5db-78a39827071d",
|
1432
|
+
"version_uuid": "ae784a6f-9775-4f23-b0a4-7e6fd13987f3",
|
1433
|
+
"variable": true,
|
1367
1434
|
"uncertainty_description": {
|
1435
|
+
"type": "triangle_uncertain",
|
1368
1436
|
"attributes": [
|
1369
1437
|
{
|
1370
1438
|
"name": "lower_bounds",
|
@@ -1375,60 +1443,61 @@
|
|
1375
1443
|
"value": 1.5
|
1376
1444
|
},
|
1377
1445
|
{
|
1378
|
-
"name": "
|
1379
|
-
"value":
|
1446
|
+
"name": "modes",
|
1447
|
+
"value": 1.15
|
1380
1448
|
},
|
1381
1449
|
{
|
1382
1450
|
"name": "delta_x",
|
1383
1451
|
"value": null
|
1384
1452
|
},
|
1385
1453
|
{
|
1386
|
-
"name": "
|
1387
|
-
"value":
|
1454
|
+
"name": "stddev",
|
1455
|
+
"value": 0.08333333333333333
|
1388
1456
|
}
|
1389
|
-
]
|
1390
|
-
"type": "triangle_uncertain"
|
1457
|
+
]
|
1391
1458
|
},
|
1392
|
-
"
|
1393
|
-
"value_type": "double",
|
1394
|
-
"variable": true,
|
1395
|
-
"variable_type": "RubyContinuousVariable",
|
1396
|
-
"uuid": "0b2215ed-ed99-4ebb-a558-2053d2626f78",
|
1397
|
-
"version_uuid": "640136d3-5872-4b28-874b-54f64180ee49"
|
1459
|
+
"workflow_index": 1
|
1398
1460
|
}
|
1399
1461
|
],
|
1400
|
-
"workflow_index": 9
|
1401
|
-
"workflow_step_type": "Measure",
|
1402
|
-
"uuid": "cf0c224b-856c-40b9-89a6-a58a714c0e0e",
|
1403
|
-
"version_uuid": "c7195b6e-9009-4241-b9d4-ff9c6d034228"
|
1462
|
+
"workflow_index": 9
|
1404
1463
|
},
|
1405
1464
|
{
|
1465
|
+
"name": "set_chilled_water_loop_temperature",
|
1466
|
+
"display_name": "Set Chilled Water Loop Temperature",
|
1467
|
+
"measure_type": "RubyMeasure",
|
1406
1468
|
"measure_definition_class_name": "SetChilledWaterLoopTemperature",
|
1407
1469
|
"measure_definition_directory": "./measures/ExampleMeasure",
|
1408
|
-
"
|
1409
|
-
"
|
1410
|
-
"
|
1411
|
-
"
|
1470
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
|
1471
|
+
"measure_definition_display_name": "Set Chilled Water Loop Temperature",
|
1472
|
+
"measure_definition_name": "set_chilled_water_loop_temperature",
|
1473
|
+
"measure_definition_name_xml": null,
|
1474
|
+
"measure_definition_uuid": "5ea6d4af-9557-4729-84b5-10589b83112b",
|
1475
|
+
"measure_definition_version_uuid": "c4e8d48e-dd9f-4346-a76b-e98ee6f3858e",
|
1412
1476
|
"arguments": [
|
1413
1477
|
|
1414
1478
|
],
|
1415
|
-
"display_name": "Set Chilled Water Loop Temperature",
|
1416
|
-
"name": "set_chilled_water_loop_temperature",
|
1417
1479
|
"variables": [
|
1418
1480
|
{
|
1419
1481
|
"argument": {
|
1420
1482
|
"display_name": "Desired chilled water setpoint (F)",
|
1421
1483
|
"display_name_short": "Desired chilled water setpoint (F)",
|
1422
1484
|
"name": "cw_temp_f",
|
1423
|
-
"value_type": "double"
|
1485
|
+
"value_type": "double",
|
1486
|
+
"default_value": 44.0,
|
1487
|
+
"value": 44.0
|
1424
1488
|
},
|
1425
1489
|
"display_name": "Desired chilled water setpoint (F)",
|
1426
1490
|
"display_name_short": "Desired chilled water setpoint (F)",
|
1427
|
-
"
|
1491
|
+
"units": null,
|
1428
1492
|
"minimum": 42.0,
|
1429
|
-
"
|
1493
|
+
"maximum": 46.0,
|
1494
|
+
"relation_to_output": null,
|
1430
1495
|
"static_value": 44.0,
|
1496
|
+
"uuid": "4a3b67f8-5d67-4ade-8624-49744c191f40",
|
1497
|
+
"version_uuid": "3b442199-a032-4c1c-bbcd-777205f11473",
|
1498
|
+
"variable": true,
|
1431
1499
|
"uncertainty_description": {
|
1500
|
+
"type": "triangle_uncertain",
|
1432
1501
|
"attributes": [
|
1433
1502
|
{
|
1434
1503
|
"name": "lower_bounds",
|
@@ -1439,60 +1508,61 @@
|
|
1439
1508
|
"value": 46.0
|
1440
1509
|
},
|
1441
1510
|
{
|
1442
|
-
"name": "
|
1443
|
-
"value": 0
|
1511
|
+
"name": "modes",
|
1512
|
+
"value": 44.0
|
1444
1513
|
},
|
1445
1514
|
{
|
1446
1515
|
"name": "delta_x",
|
1447
1516
|
"value": null
|
1448
1517
|
},
|
1449
1518
|
{
|
1450
|
-
"name": "
|
1451
|
-
"value":
|
1519
|
+
"name": "stddev",
|
1520
|
+
"value": 0.6666666666666666
|
1452
1521
|
}
|
1453
|
-
]
|
1454
|
-
"type": "triangle_uncertain"
|
1522
|
+
]
|
1455
1523
|
},
|
1456
|
-
"
|
1457
|
-
"value_type": "double",
|
1458
|
-
"variable": true,
|
1459
|
-
"variable_type": "RubyContinuousVariable",
|
1460
|
-
"uuid": "277a6ac8-567a-4ca4-a7a4-edc9fcf4ef5a",
|
1461
|
-
"version_uuid": "bb3f386d-2039-4290-87fb-22544cf3ce41"
|
1524
|
+
"workflow_index": 0
|
1462
1525
|
}
|
1463
1526
|
],
|
1464
|
-
"workflow_index": 10
|
1465
|
-
"workflow_step_type": "Measure",
|
1466
|
-
"uuid": "3ff1d1ee-e76e-4d28-86f7-77debcf77f88",
|
1467
|
-
"version_uuid": "55ee5f4c-bc89-4392-9062-4803393cb1ac"
|
1527
|
+
"workflow_index": 10
|
1468
1528
|
},
|
1469
1529
|
{
|
1530
|
+
"name": "set_hot_water_loop_temperature",
|
1531
|
+
"display_name": "Set Hot Water Loop Temperature",
|
1532
|
+
"measure_type": "RubyMeasure",
|
1470
1533
|
"measure_definition_class_name": "SetHotWaterLoopTemperature",
|
1471
1534
|
"measure_definition_directory": "./measures/ExampleMeasure",
|
1472
|
-
"
|
1473
|
-
"
|
1474
|
-
"
|
1475
|
-
"
|
1535
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
|
1536
|
+
"measure_definition_display_name": "Set Hot Water Loop Temperature",
|
1537
|
+
"measure_definition_name": "set_hot_water_loop_temperature",
|
1538
|
+
"measure_definition_name_xml": null,
|
1539
|
+
"measure_definition_uuid": "80fe5ad9-b59e-4b67-8c47-453759e39ba3",
|
1540
|
+
"measure_definition_version_uuid": "24dd87b2-517b-41e6-a05f-d637958f719a",
|
1476
1541
|
"arguments": [
|
1477
1542
|
|
1478
1543
|
],
|
1479
|
-
"display_name": "Set Hot Water Loop Temperature",
|
1480
|
-
"name": "set_hot_water_loop_temperature",
|
1481
1544
|
"variables": [
|
1482
1545
|
{
|
1483
1546
|
"argument": {
|
1484
1547
|
"display_name": "Desired hot water setpoint (F)",
|
1485
1548
|
"display_name_short": "Desired hot water setpoint (F)",
|
1486
1549
|
"name": "hw_temp_f",
|
1487
|
-
"value_type": "double"
|
1550
|
+
"value_type": "double",
|
1551
|
+
"default_value": 120.0,
|
1552
|
+
"value": 120.0
|
1488
1553
|
},
|
1489
1554
|
"display_name": "Desired hot water setpoint (F)",
|
1490
1555
|
"display_name_short": "Desired hot water setpoint (F)",
|
1491
|
-
"
|
1556
|
+
"units": null,
|
1492
1557
|
"minimum": 118.0,
|
1493
|
-
"
|
1558
|
+
"maximum": 122.0,
|
1559
|
+
"relation_to_output": null,
|
1494
1560
|
"static_value": 120.0,
|
1561
|
+
"uuid": "0f206be8-c26f-4c06-9a44-e53b6f75a1d3",
|
1562
|
+
"version_uuid": "c76ea80e-566b-4400-9644-c015f2201eaf",
|
1563
|
+
"variable": true,
|
1495
1564
|
"uncertainty_description": {
|
1565
|
+
"type": "triangle_uncertain",
|
1496
1566
|
"attributes": [
|
1497
1567
|
{
|
1498
1568
|
"name": "lower_bounds",
|
@@ -1503,60 +1573,61 @@
|
|
1503
1573
|
"value": 122.0
|
1504
1574
|
},
|
1505
1575
|
{
|
1506
|
-
"name": "
|
1507
|
-
"value": 0
|
1576
|
+
"name": "modes",
|
1577
|
+
"value": 120.0
|
1508
1578
|
},
|
1509
1579
|
{
|
1510
1580
|
"name": "delta_x",
|
1511
1581
|
"value": null
|
1512
1582
|
},
|
1513
1583
|
{
|
1514
|
-
"name": "
|
1515
|
-
"value":
|
1584
|
+
"name": "stddev",
|
1585
|
+
"value": 0.6666666666666666
|
1516
1586
|
}
|
1517
|
-
]
|
1518
|
-
"type": "triangle_uncertain"
|
1587
|
+
]
|
1519
1588
|
},
|
1520
|
-
"
|
1521
|
-
"value_type": "double",
|
1522
|
-
"variable": true,
|
1523
|
-
"variable_type": "RubyContinuousVariable",
|
1524
|
-
"uuid": "b7a0e4c5-fb06-46d2-ab0c-5b8b4a1bea42",
|
1525
|
-
"version_uuid": "528c5bb7-85d5-4fae-b713-554c41876822"
|
1589
|
+
"workflow_index": 0
|
1526
1590
|
}
|
1527
1591
|
],
|
1528
|
-
"workflow_index": 11
|
1529
|
-
"workflow_step_type": "Measure",
|
1530
|
-
"uuid": "26e9d92a-5610-42c9-96d0-9af0779b39bb",
|
1531
|
-
"version_uuid": "301d39c2-3029-4dec-9cd1-877907507f94"
|
1592
|
+
"workflow_index": 11
|
1532
1593
|
},
|
1533
1594
|
{
|
1595
|
+
"name": "set_minimum_vav_terminal_flow_fraction",
|
1596
|
+
"display_name": "Set Minimum VAV Terminal Flow Fraction",
|
1597
|
+
"measure_type": "RubyMeasure",
|
1534
1598
|
"measure_definition_class_name": "SetMinimumVAVTerminalFlowFraction",
|
1535
1599
|
"measure_definition_directory": "./measures/ExampleMeasure",
|
1536
|
-
"
|
1537
|
-
"
|
1538
|
-
"
|
1539
|
-
"
|
1600
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
|
1601
|
+
"measure_definition_display_name": "Set Minimum VAV Terminal Flow Fraction",
|
1602
|
+
"measure_definition_name": "set_minimum_vav_terminal_flow_fraction",
|
1603
|
+
"measure_definition_name_xml": null,
|
1604
|
+
"measure_definition_uuid": "60ad7764-aeb2-4425-af40-65657e1768c9",
|
1605
|
+
"measure_definition_version_uuid": "fb084cb8-081a-45bc-8bd4-e375d6280364",
|
1540
1606
|
"arguments": [
|
1541
1607
|
|
1542
1608
|
],
|
1543
|
-
"display_name": "Set Minimum VAV Terminal Flow Fraction",
|
1544
|
-
"name": "set_minimum_vav_terminal_flow_fraction",
|
1545
1609
|
"variables": [
|
1546
1610
|
{
|
1547
1611
|
"argument": {
|
1548
1612
|
"display_name": "Minimum VAV Terminal Flow Fraction (%)",
|
1549
1613
|
"display_name_short": "Minimum VAV Terminal Flow Fraction (%)",
|
1550
1614
|
"name": "min_vav_frac",
|
1551
|
-
"value_type": "double"
|
1615
|
+
"value_type": "double",
|
1616
|
+
"default_value": 30.0,
|
1617
|
+
"value": 30.0
|
1552
1618
|
},
|
1553
1619
|
"display_name": "Minimum VAV Terminal Flow Fraction (%)",
|
1554
1620
|
"display_name_short": "Minimum VAV Terminal Flow Fraction (%)",
|
1555
|
-
"
|
1621
|
+
"units": null,
|
1556
1622
|
"minimum": 0.0,
|
1557
|
-
"
|
1623
|
+
"maximum": 60.0,
|
1624
|
+
"relation_to_output": null,
|
1558
1625
|
"static_value": 30.0,
|
1626
|
+
"uuid": "ae07c938-4581-4e84-a8d6-c6b9ce2eca06",
|
1627
|
+
"version_uuid": "94436b98-d931-49ae-b666-f298f596dbc8",
|
1628
|
+
"variable": true,
|
1559
1629
|
"uncertainty_description": {
|
1630
|
+
"type": "triangle_uncertain",
|
1560
1631
|
"attributes": [
|
1561
1632
|
{
|
1562
1633
|
"name": "lower_bounds",
|
@@ -1567,60 +1638,61 @@
|
|
1567
1638
|
"value": 60.0
|
1568
1639
|
},
|
1569
1640
|
{
|
1570
|
-
"name": "
|
1571
|
-
"value":
|
1641
|
+
"name": "modes",
|
1642
|
+
"value": 30.0
|
1572
1643
|
},
|
1573
1644
|
{
|
1574
1645
|
"name": "delta_x",
|
1575
1646
|
"value": null
|
1576
1647
|
},
|
1577
1648
|
{
|
1578
|
-
"name": "
|
1579
|
-
"value":
|
1649
|
+
"name": "stddev",
|
1650
|
+
"value": 10.0
|
1580
1651
|
}
|
1581
|
-
]
|
1582
|
-
"type": "triangle_uncertain"
|
1652
|
+
]
|
1583
1653
|
},
|
1584
|
-
"
|
1585
|
-
"value_type": "double",
|
1586
|
-
"variable": true,
|
1587
|
-
"variable_type": "RubyContinuousVariable",
|
1588
|
-
"uuid": "f9dc8798-7042-48f6-a774-abe7154e36cc",
|
1589
|
-
"version_uuid": "6f18e478-a0f6-4da4-9978-1cd3451d5dad"
|
1654
|
+
"workflow_index": 0
|
1590
1655
|
}
|
1591
1656
|
],
|
1592
|
-
"workflow_index": 12
|
1593
|
-
"workflow_step_type": "Measure",
|
1594
|
-
"uuid": "2e9ae8bd-e2ea-4588-acd0-18f28dd48b7d",
|
1595
|
-
"version_uuid": "7fcdc6c1-5c2f-4d9e-934d-e88447c78834"
|
1657
|
+
"workflow_index": 12
|
1596
1658
|
},
|
1597
1659
|
{
|
1660
|
+
"name": "modify_energyplus_fan_varaible_volume_objects",
|
1661
|
+
"display_name": "Modify EnergyPlus Fan Varaible Volume Objects",
|
1662
|
+
"measure_type": "EnergyPlusMeasure",
|
1598
1663
|
"measure_definition_class_name": "ModifyEnergyPlusFanVariableVolumeObjects",
|
1599
1664
|
"measure_definition_directory": "./measures/ExampleMeasure",
|
1600
|
-
"
|
1601
|
-
"
|
1602
|
-
"
|
1603
|
-
"
|
1665
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure",
|
1666
|
+
"measure_definition_display_name": "Modify EnergyPlus Fan Varaible Volume Objects",
|
1667
|
+
"measure_definition_name": "modify_energyplus_fan_varaible_volume_objects",
|
1668
|
+
"measure_definition_name_xml": null,
|
1669
|
+
"measure_definition_uuid": "710748c7-5014-4594-87d6-987908f4c102",
|
1670
|
+
"measure_definition_version_uuid": "8b91c4a1-27e5-412f-89bb-934c4a2e5dbe",
|
1604
1671
|
"arguments": [
|
1605
1672
|
|
1606
1673
|
],
|
1607
|
-
"display_name": "Modify EnergyPlus Fan Varaible Volume Objects",
|
1608
|
-
"name": "modify_energyplus_fan_varaible_volume_objects",
|
1609
1674
|
"variables": [
|
1610
1675
|
{
|
1611
1676
|
"argument": {
|
1612
1677
|
"display_name": "Pressure Rise (Pa).",
|
1613
1678
|
"display_name_short": "Pressure Rise (Pa).",
|
1614
1679
|
"name": "pressureRise",
|
1615
|
-
"value_type": "double"
|
1680
|
+
"value_type": "double",
|
1681
|
+
"default_value": 500.0,
|
1682
|
+
"value": 500.0
|
1616
1683
|
},
|
1617
1684
|
"display_name": "Pressure Rise (Pa).",
|
1618
1685
|
"display_name_short": "Pressure Rise (Pa).",
|
1619
|
-
"
|
1686
|
+
"units": null,
|
1620
1687
|
"minimum": 400.0,
|
1621
|
-
"
|
1688
|
+
"maximum": 700.0,
|
1689
|
+
"relation_to_output": null,
|
1622
1690
|
"static_value": 500.0,
|
1691
|
+
"uuid": "1f0a3588-1e09-445b-9041-252a8336e451",
|
1692
|
+
"version_uuid": "1af5068b-4f94-4d32-8a7a-5ef798c3c736",
|
1693
|
+
"variable": true,
|
1623
1694
|
"uncertainty_description": {
|
1695
|
+
"type": "triangle_uncertain",
|
1624
1696
|
"attributes": [
|
1625
1697
|
{
|
1626
1698
|
"name": "lower_bounds",
|
@@ -1631,35 +1703,25 @@
|
|
1631
1703
|
"value": 700.0
|
1632
1704
|
},
|
1633
1705
|
{
|
1634
|
-
"name": "
|
1635
|
-
"value":
|
1706
|
+
"name": "modes",
|
1707
|
+
"value": 500.0
|
1636
1708
|
},
|
1637
1709
|
{
|
1638
1710
|
"name": "delta_x",
|
1639
1711
|
"value": 5.0
|
1640
1712
|
},
|
1641
1713
|
{
|
1642
|
-
"name": "
|
1643
|
-
"value":
|
1714
|
+
"name": "stddev",
|
1715
|
+
"value": 50.0
|
1644
1716
|
}
|
1645
|
-
]
|
1646
|
-
"type": "triangle_uncertain"
|
1717
|
+
]
|
1647
1718
|
},
|
1648
|
-
"
|
1649
|
-
"value_type": "double",
|
1650
|
-
"variable": true,
|
1651
|
-
"variable_type": "RubyContinuousVariable",
|
1652
|
-
"uuid": "3f452f0f-34c6-4cff-8611-6ac21f300953",
|
1653
|
-
"version_uuid": "775b963c-b03b-46a5-9c8e-be3dccaf48a6"
|
1719
|
+
"workflow_index": 0
|
1654
1720
|
}
|
1655
1721
|
],
|
1656
|
-
"workflow_index": 13
|
1657
|
-
"workflow_step_type": "Measure",
|
1658
|
-
"uuid": "7a9ad839-6fde-403f-9527-f5aa1f15f674",
|
1659
|
-
"version_uuid": "a2739cb0-e0d4-4a34-8266-d65ad189eda8"
|
1722
|
+
"workflow_index": 13
|
1660
1723
|
}
|
1661
|
-
]
|
1662
|
-
"analysis_type": "rgenoud"
|
1724
|
+
]
|
1663
1725
|
},
|
1664
1726
|
"seed": {
|
1665
1727
|
"file_type": "OSM",
|
@@ -1668,6 +1730,7 @@
|
|
1668
1730
|
"weather_file": {
|
1669
1731
|
"file_type": "EPW",
|
1670
1732
|
"path": "./weather/partial_weather.epw"
|
1671
|
-
}
|
1733
|
+
},
|
1734
|
+
"file_format_version": 1
|
1672
1735
|
}
|
1673
1736
|
}
|