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
|
@@ -1,1314 +1,1406 @@
|
|
1
1
|
{
|
2
2
|
"analysis": {
|
3
|
-
"display_name": "
|
4
|
-
"name": "
|
3
|
+
"display_name": "0_3_0_dynamic_uuids",
|
4
|
+
"name": "0_3_0_dynamic_uuids",
|
5
5
|
"output_variables": [
|
6
6
|
{
|
7
|
+
"units": "MJ/m2",
|
8
|
+
"objective_function": true,
|
9
|
+
"objective_function_index": 0,
|
10
|
+
"objective_function_target": null,
|
11
|
+
"objective_function_group": 1,
|
12
|
+
"scaling_factor": null,
|
7
13
|
"display_name": "Total Site Energy Intensity",
|
8
14
|
"display_name_short": "Total Site Energy Intensity",
|
9
15
|
"metadata_id": "total_site_energy_intensity",
|
10
16
|
"name": "standard_report_legacy.total_energy",
|
11
|
-
"units": "MJ/m2",
|
12
17
|
"visualize": false,
|
13
18
|
"export": true,
|
14
|
-
"variable_type": "double"
|
15
|
-
"objective_function": true,
|
16
|
-
"objective_function_index": 0,
|
17
|
-
"objective_function_target": null,
|
18
|
-
"scaling_factor": null,
|
19
|
-
"objective_function_group": 1
|
19
|
+
"variable_type": "double"
|
20
20
|
},
|
21
21
|
{
|
22
|
+
"units": "MJ/m2",
|
23
|
+
"objective_function": true,
|
24
|
+
"objective_function_index": 1,
|
25
|
+
"objective_function_target": 25.1,
|
26
|
+
"objective_function_group": 7.0,
|
27
|
+
"scaling_factor": 25.2,
|
22
28
|
"display_name": "Total Source Energy Intensity",
|
23
29
|
"display_name_short": "Total Source Energy Intensity",
|
24
30
|
"metadata_id": "total_source_energy_intensity",
|
25
31
|
"name": "standard_report_legacy.total_source_energy",
|
26
|
-
"units": "MJ/m2",
|
27
32
|
"visualize": true,
|
28
33
|
"export": true,
|
29
|
-
"variable_type": "double"
|
30
|
-
"objective_function": true,
|
31
|
-
"objective_function_index": 1,
|
32
|
-
"objective_function_target": 25.1,
|
33
|
-
"scaling_factor": 25.2,
|
34
|
-
"objective_function_group": 7.0
|
34
|
+
"variable_type": "double"
|
35
35
|
},
|
36
36
|
{
|
37
|
+
"units": "MJ/m2",
|
38
|
+
"objective_function": false,
|
39
|
+
"objective_function_index": 2,
|
40
|
+
"objective_function_target": null,
|
41
|
+
"objective_function_group": null,
|
42
|
+
"scaling_factor": null,
|
37
43
|
"display_name": "Total Natural Gas Intensity",
|
38
44
|
"display_name_short": "Total Natural Gas Intensity",
|
39
45
|
"metadata_id": "total_natural_gas_intensity",
|
40
46
|
"name": "standard_report_legacy.total_natural_gas",
|
41
|
-
"units": "MJ/m2",
|
42
47
|
"visualize": true,
|
43
48
|
"export": true,
|
44
|
-
"variable_type": "double"
|
45
|
-
"objective_function": false,
|
46
|
-
"objective_function_index": null,
|
47
|
-
"objective_function_target": null,
|
48
|
-
"scaling_factor": null
|
49
|
+
"variable_type": "double"
|
49
50
|
},
|
50
51
|
{
|
52
|
+
"units": "MJ/m2",
|
53
|
+
"objective_function": false,
|
54
|
+
"objective_function_index": 3,
|
55
|
+
"objective_function_target": null,
|
56
|
+
"objective_function_group": null,
|
57
|
+
"scaling_factor": null,
|
51
58
|
"display_name": "Total Electricity Intensity",
|
52
59
|
"display_name_short": "Total Electricity Intensity",
|
53
60
|
"metadata_id": "total_electricity_intensity",
|
54
61
|
"name": "standard_report_legacy.total_electricity",
|
55
|
-
"units": "MJ/m2",
|
56
62
|
"visualize": true,
|
57
63
|
"export": true,
|
58
|
-
"variable_type": "double"
|
59
|
-
"objective_function": false,
|
60
|
-
"objective_function_index": null,
|
61
|
-
"objective_function_target": null,
|
62
|
-
"scaling_factor": null
|
64
|
+
"variable_type": "double"
|
63
65
|
},
|
64
66
|
{
|
67
|
+
"units": "hrs",
|
68
|
+
"objective_function": false,
|
69
|
+
"objective_function_index": 4,
|
70
|
+
"objective_function_target": null,
|
71
|
+
"objective_function_group": null,
|
72
|
+
"scaling_factor": null,
|
65
73
|
"display_name": "Unmet Cooling Hours",
|
66
74
|
"display_name_short": "Unmet Cooling Hours",
|
67
75
|
"metadata_id": null,
|
68
76
|
"name": "standard_report.time_setpoint_not_met_during_occupied_cooling",
|
69
|
-
"units": "hrs",
|
70
77
|
"visualize": false,
|
71
78
|
"export": true,
|
72
|
-
"variable_type": "double"
|
73
|
-
"objective_function": false,
|
74
|
-
"objective_function_index": null,
|
75
|
-
"objective_function_target": null,
|
76
|
-
"scaling_factor": null
|
79
|
+
"variable_type": "double"
|
77
80
|
},
|
78
81
|
{
|
82
|
+
"units": "hrs",
|
83
|
+
"objective_function": false,
|
84
|
+
"objective_function_index": 5,
|
85
|
+
"objective_function_target": null,
|
86
|
+
"objective_function_group": null,
|
87
|
+
"scaling_factor": null,
|
79
88
|
"display_name": "Unmet Heating Hours",
|
80
89
|
"display_name_short": "Unmet Heating Hours",
|
81
90
|
"metadata_id": null,
|
82
91
|
"name": "standard_report.time_setpoint_not_met_during_occupied_heating",
|
83
|
-
"units": "hrs",
|
84
92
|
"visualize": false,
|
85
93
|
"export": true,
|
86
|
-
"variable_type": "double"
|
87
|
-
"objective_function": false,
|
88
|
-
"objective_function_index": null,
|
89
|
-
"objective_function_target": null,
|
90
|
-
"scaling_factor": null
|
94
|
+
"variable_type": "double"
|
91
95
|
},
|
92
96
|
{
|
97
|
+
"units": "hrs",
|
98
|
+
"objective_function": false,
|
99
|
+
"objective_function_index": 6,
|
100
|
+
"objective_function_target": null,
|
101
|
+
"objective_function_group": null,
|
102
|
+
"scaling_factor": null,
|
93
103
|
"display_name": "Total Unmet Hours",
|
94
104
|
"display_name_short": "Total Unmet Hours",
|
95
105
|
"metadata_id": null,
|
96
106
|
"name": "standard_report.time_setpoint_not_met_during_occupied_hours",
|
97
|
-
"units": "hrs",
|
98
107
|
"visualize": false,
|
99
108
|
"export": true,
|
100
|
-
"variable_type": "double"
|
101
|
-
"objective_function": false,
|
102
|
-
"objective_function_index": null,
|
103
|
-
"objective_function_target": null,
|
104
|
-
"scaling_factor": null
|
109
|
+
"variable_type": "double"
|
105
110
|
},
|
106
111
|
{
|
112
|
+
"units": "m2",
|
113
|
+
"objective_function": false,
|
114
|
+
"objective_function_index": 7,
|
115
|
+
"objective_function_target": null,
|
116
|
+
"objective_function_group": null,
|
117
|
+
"scaling_factor": null,
|
107
118
|
"display_name": "Building Area",
|
108
119
|
"display_name_short": "Building Area",
|
109
120
|
"metadata_id": null,
|
110
121
|
"name": "standard_report.total_building_area",
|
111
|
-
"units": "m2",
|
112
122
|
"visualize": true,
|
113
123
|
"export": true,
|
114
|
-
"variable_type": "double"
|
115
|
-
"objective_function": false,
|
116
|
-
"objective_function_index": null,
|
117
|
-
"objective_function_target": null,
|
118
|
-
"scaling_factor": null
|
124
|
+
"variable_type": "double"
|
119
125
|
},
|
120
126
|
{
|
127
|
+
"units": "MJ/m2",
|
128
|
+
"objective_function": false,
|
129
|
+
"objective_function_index": 8,
|
130
|
+
"objective_function_target": null,
|
131
|
+
"objective_function_group": null,
|
132
|
+
"scaling_factor": null,
|
121
133
|
"display_name": "Natural Gas Heating Intensity",
|
122
134
|
"display_name_short": "Natural Gas Heating Intensity",
|
123
135
|
"metadata_id": null,
|
124
136
|
"name": "standard_report_legacy.heating_natural_gas",
|
125
|
-
"units": "MJ/m2",
|
126
137
|
"visualize": false,
|
127
138
|
"export": true,
|
128
|
-
"variable_type": "double"
|
129
|
-
"objective_function": false,
|
130
|
-
"objective_function_index": null,
|
131
|
-
"objective_function_target": null,
|
132
|
-
"scaling_factor": null
|
139
|
+
"variable_type": "double"
|
133
140
|
},
|
134
141
|
{
|
142
|
+
"units": "MJ/m2",
|
143
|
+
"objective_function": false,
|
144
|
+
"objective_function_index": 9,
|
145
|
+
"objective_function_target": null,
|
146
|
+
"objective_function_group": null,
|
147
|
+
"scaling_factor": null,
|
135
148
|
"display_name": "Cooling Electricity Intensity",
|
136
149
|
"display_name_short": "Cooling Electricity Intensity",
|
137
150
|
"metadata_id": null,
|
138
151
|
"name": "standard_report_legacy.cooling_electricity",
|
139
|
-
"units": "MJ/m2",
|
140
152
|
"visualize": false,
|
141
153
|
"export": true,
|
142
|
-
"variable_type": "double"
|
143
|
-
"objective_function": false,
|
144
|
-
"objective_function_index": null,
|
145
|
-
"objective_function_target": null,
|
146
|
-
"scaling_factor": null
|
154
|
+
"variable_type": "double"
|
147
155
|
},
|
148
156
|
{
|
157
|
+
"units": "MJ/m2",
|
158
|
+
"objective_function": false,
|
159
|
+
"objective_function_index": 10,
|
160
|
+
"objective_function_target": null,
|
161
|
+
"objective_function_group": null,
|
162
|
+
"scaling_factor": null,
|
149
163
|
"display_name": "Interior Lighting Electricity Intensity",
|
150
164
|
"display_name_short": "Interior Lighting Electricity Intensity",
|
151
165
|
"metadata_id": null,
|
152
166
|
"name": "standard_report_legacy.interior_lighting_electricity",
|
153
|
-
"units": "MJ/m2",
|
154
167
|
"visualize": false,
|
155
168
|
"export": true,
|
156
|
-
"variable_type": "double"
|
157
|
-
"objective_function": false,
|
158
|
-
"objective_function_index": null,
|
159
|
-
"objective_function_target": null,
|
160
|
-
"scaling_factor": null
|
169
|
+
"variable_type": "double"
|
161
170
|
},
|
162
171
|
{
|
172
|
+
"units": "MJ/m2",
|
173
|
+
"objective_function": false,
|
174
|
+
"objective_function_index": 11,
|
175
|
+
"objective_function_target": null,
|
176
|
+
"objective_function_group": null,
|
177
|
+
"scaling_factor": null,
|
163
178
|
"display_name": "Exterior Lighting Electricity Intensity",
|
164
179
|
"display_name_short": "Exterior Lighting Electricity Intensity",
|
165
180
|
"metadata_id": null,
|
166
181
|
"name": "standard_report_legacy.exterior_lighting_electricity",
|
167
|
-
"units": "MJ/m2",
|
168
182
|
"visualize": false,
|
169
183
|
"export": true,
|
170
|
-
"variable_type": "double"
|
171
|
-
"objective_function": false,
|
172
|
-
"objective_function_index": null,
|
173
|
-
"objective_function_target": null,
|
174
|
-
"scaling_factor": null
|
184
|
+
"variable_type": "double"
|
175
185
|
},
|
176
186
|
{
|
187
|
+
"units": "MJ/m2",
|
188
|
+
"objective_function": false,
|
189
|
+
"objective_function_index": 12,
|
190
|
+
"objective_function_target": null,
|
191
|
+
"objective_function_group": null,
|
192
|
+
"scaling_factor": null,
|
177
193
|
"display_name": "Equipment Electricity Intensity",
|
178
194
|
"display_name_short": "Equipment Electricity Intensity",
|
179
195
|
"metadata_id": null,
|
180
196
|
"name": "standard_report_legacy.interior_equipment_electricity",
|
181
|
-
"units": "MJ/m2",
|
182
197
|
"visualize": false,
|
183
198
|
"export": true,
|
184
|
-
"variable_type": "double"
|
185
|
-
"objective_function": false,
|
186
|
-
"objective_function_index": null,
|
187
|
-
"objective_function_target": null,
|
188
|
-
"scaling_factor": null
|
199
|
+
"variable_type": "double"
|
189
200
|
},
|
190
201
|
{
|
202
|
+
"units": "MJ/m2",
|
203
|
+
"objective_function": false,
|
204
|
+
"objective_function_index": 13,
|
205
|
+
"objective_function_target": null,
|
206
|
+
"objective_function_group": null,
|
207
|
+
"scaling_factor": null,
|
191
208
|
"display_name": "Equipment Natural Gas Intensity",
|
192
209
|
"display_name_short": "Equipment Natural Gas Intensity",
|
193
210
|
"metadata_id": null,
|
194
211
|
"name": "standard_report_legacy.interior_equipment_natural_gas",
|
195
|
-
"units": "MJ/m2",
|
196
212
|
"visualize": false,
|
197
213
|
"export": true,
|
198
|
-
"variable_type": "double"
|
199
|
-
"objective_function": false,
|
200
|
-
"objective_function_index": null,
|
201
|
-
"objective_function_target": null,
|
202
|
-
"scaling_factor": null
|
214
|
+
"variable_type": "double"
|
203
215
|
},
|
204
216
|
{
|
217
|
+
"units": "MJ/m2",
|
218
|
+
"objective_function": false,
|
219
|
+
"objective_function_index": 14,
|
220
|
+
"objective_function_target": null,
|
221
|
+
"objective_function_group": null,
|
222
|
+
"scaling_factor": null,
|
205
223
|
"display_name": "Experior Equipment Electricity Intensity",
|
206
224
|
"display_name_short": "Experior Equipment Electricity Intensity",
|
207
225
|
"metadata_id": null,
|
208
226
|
"name": "standard_report_legacy.exterior_equipment_electricity",
|
209
|
-
"units": "MJ/m2",
|
210
227
|
"visualize": false,
|
211
228
|
"export": true,
|
212
|
-
"variable_type": "double"
|
213
|
-
"objective_function": false,
|
214
|
-
"objective_function_index": null,
|
215
|
-
"objective_function_target": null,
|
216
|
-
"scaling_factor": null
|
229
|
+
"variable_type": "double"
|
217
230
|
},
|
218
231
|
{
|
232
|
+
"units": "MJ/m2",
|
233
|
+
"objective_function": false,
|
234
|
+
"objective_function_index": 15,
|
235
|
+
"objective_function_target": null,
|
236
|
+
"objective_function_group": null,
|
237
|
+
"scaling_factor": null,
|
219
238
|
"display_name": "Fans Electricity Intensity",
|
220
239
|
"display_name_short": "Fans Electricity Intensity",
|
221
240
|
"metadata_id": null,
|
222
241
|
"name": "standard_report_legacy.fans_electricity",
|
223
|
-
"units": "MJ/m2",
|
224
242
|
"visualize": false,
|
225
243
|
"export": true,
|
226
|
-
"variable_type": "double"
|
227
|
-
"objective_function": false,
|
228
|
-
"objective_function_index": null,
|
229
|
-
"objective_function_target": null,
|
230
|
-
"scaling_factor": null
|
244
|
+
"variable_type": "double"
|
231
245
|
},
|
232
246
|
{
|
247
|
+
"units": "MJ/m2",
|
248
|
+
"objective_function": false,
|
249
|
+
"objective_function_index": 16,
|
250
|
+
"objective_function_target": null,
|
251
|
+
"objective_function_group": null,
|
252
|
+
"scaling_factor": null,
|
233
253
|
"display_name": "Pumps Electricity Intensity",
|
234
254
|
"display_name_short": "Pumps Electricity Intensity",
|
235
255
|
"metadata_id": null,
|
236
256
|
"name": "standard_report_legacy.pumps_electricity",
|
237
|
-
"units": "MJ/m2",
|
238
257
|
"visualize": false,
|
239
258
|
"export": true,
|
240
|
-
"variable_type": "double"
|
241
|
-
"objective_function": false,
|
242
|
-
"objective_function_index": null,
|
243
|
-
"objective_function_target": null,
|
244
|
-
"scaling_factor": null
|
259
|
+
"variable_type": "double"
|
245
260
|
},
|
246
261
|
{
|
262
|
+
"units": "MJ/m2",
|
263
|
+
"objective_function": false,
|
264
|
+
"objective_function_index": 17,
|
265
|
+
"objective_function_target": null,
|
266
|
+
"objective_function_group": null,
|
267
|
+
"scaling_factor": null,
|
247
268
|
"display_name": "Heat Rejection Electricity Intensity",
|
248
269
|
"display_name_short": "Heat Rejection Electricity Intensity",
|
249
270
|
"metadata_id": null,
|
250
271
|
"name": "standard_report_legacy.heat_rejection_electricity",
|
251
|
-
"units": "MJ/m2",
|
252
272
|
"visualize": false,
|
253
273
|
"export": true,
|
254
|
-
"variable_type": "double"
|
255
|
-
"objective_function": false,
|
256
|
-
"objective_function_index": null,
|
257
|
-
"objective_function_target": null,
|
258
|
-
"scaling_factor": null
|
274
|
+
"variable_type": "double"
|
259
275
|
},
|
260
276
|
{
|
277
|
+
"units": "MJ/m2",
|
278
|
+
"objective_function": false,
|
279
|
+
"objective_function_index": 18,
|
280
|
+
"objective_function_target": null,
|
281
|
+
"objective_function_group": null,
|
282
|
+
"scaling_factor": null,
|
261
283
|
"display_name": "Humidification Electricity Intensity",
|
262
284
|
"display_name_short": "Humidification Electricity Intensity",
|
263
285
|
"metadata_id": null,
|
264
286
|
"name": "standard_report_legacy.humidification_electricity",
|
265
|
-
"units": "MJ/m2",
|
266
287
|
"visualize": false,
|
267
288
|
"export": true,
|
268
|
-
"variable_type": "double"
|
269
|
-
"objective_function": false,
|
270
|
-
"objective_function_index": null,
|
271
|
-
"objective_function_target": null,
|
272
|
-
"scaling_factor": null
|
289
|
+
"variable_type": "double"
|
273
290
|
},
|
274
291
|
{
|
292
|
+
"units": "MJ/m2",
|
293
|
+
"objective_function": false,
|
294
|
+
"objective_function_index": 19,
|
295
|
+
"objective_function_target": null,
|
296
|
+
"objective_function_group": null,
|
297
|
+
"scaling_factor": null,
|
275
298
|
"display_name": "Water Systems Electricity Intensity",
|
276
299
|
"display_name_short": "Water Systems Electricity Intensity",
|
277
300
|
"metadata_id": null,
|
278
301
|
"name": "standard_report_legacy.water_systems_electricity",
|
279
|
-
"units": "MJ/m2",
|
280
302
|
"visualize": false,
|
281
303
|
"export": true,
|
282
|
-
"variable_type": "double"
|
283
|
-
"objective_function": false,
|
284
|
-
"objective_function_index": null,
|
285
|
-
"objective_function_target": null,
|
286
|
-
"scaling_factor": null
|
304
|
+
"variable_type": "double"
|
287
305
|
},
|
288
306
|
{
|
307
|
+
"units": "MJ/m2",
|
308
|
+
"objective_function": false,
|
309
|
+
"objective_function_index": 20,
|
310
|
+
"objective_function_target": null,
|
311
|
+
"objective_function_group": null,
|
312
|
+
"scaling_factor": null,
|
289
313
|
"display_name": "Water Systems Natural Gas Intensity",
|
290
314
|
"display_name_short": "Water Systems Natural Gas Intensity",
|
291
315
|
"metadata_id": null,
|
292
316
|
"name": "standard_report_legacy.water_systems_natural_gas",
|
293
|
-
"units": "MJ/m2",
|
294
317
|
"visualize": false,
|
295
318
|
"export": true,
|
296
|
-
"variable_type": "double"
|
297
|
-
"objective_function": false,
|
298
|
-
"objective_function_index": null,
|
299
|
-
"objective_function_target": null,
|
300
|
-
"scaling_factor": null
|
319
|
+
"variable_type": "double"
|
301
320
|
},
|
302
321
|
{
|
322
|
+
"units": "MJ/m2",
|
323
|
+
"objective_function": false,
|
324
|
+
"objective_function_index": 21,
|
325
|
+
"objective_function_target": null,
|
326
|
+
"objective_function_group": null,
|
327
|
+
"scaling_factor": null,
|
303
328
|
"display_name": "Refrigeration Electricity Intensity",
|
304
329
|
"display_name_short": "Refrigeration Electricity Intensity",
|
305
330
|
"metadata_id": null,
|
306
331
|
"name": "standard_report_legacy.refrigeration_electricity",
|
307
|
-
"units": "MJ/m2",
|
308
332
|
"visualize": false,
|
309
333
|
"export": true,
|
310
|
-
"variable_type": "double"
|
311
|
-
"objective_function": false,
|
312
|
-
"objective_function_index": null,
|
313
|
-
"objective_function_target": null,
|
314
|
-
"scaling_factor": null
|
334
|
+
"variable_type": "double"
|
315
335
|
},
|
316
336
|
{
|
337
|
+
"units": "$",
|
338
|
+
"objective_function": false,
|
339
|
+
"objective_function_index": 22,
|
340
|
+
"objective_function_target": null,
|
341
|
+
"objective_function_group": null,
|
342
|
+
"scaling_factor": null,
|
317
343
|
"display_name": "Total Life Cycle Cost",
|
318
344
|
"display_name_short": "Total Life Cycle Cost",
|
319
345
|
"metadata_id": null,
|
320
346
|
"name": "standard_report.total_life_cycle_cost",
|
321
|
-
"units": "$",
|
322
347
|
"visualize": true,
|
323
348
|
"export": true,
|
324
|
-
"variable_type": "double"
|
325
|
-
"objective_function": false,
|
326
|
-
"objective_function_index": null,
|
327
|
-
"objective_function_target": null,
|
328
|
-
"scaling_factor": null
|
349
|
+
"variable_type": "double"
|
329
350
|
},
|
330
351
|
{
|
352
|
+
"units": "percent",
|
353
|
+
"objective_function": false,
|
354
|
+
"objective_function_index": 23,
|
355
|
+
"objective_function_target": null,
|
356
|
+
"objective_function_group": null,
|
357
|
+
"scaling_factor": null,
|
331
358
|
"display_name": "Air Handler Fan Efficiency",
|
332
359
|
"display_name_short": "Air Handler Fan Efficiency",
|
333
360
|
"metadata_id": null,
|
334
361
|
"name": "air_handler_fan_efficiency.air_handler_fan_efficiency_initial",
|
335
|
-
"units": "percent",
|
336
362
|
"visualize": false,
|
337
363
|
"export": true,
|
338
|
-
"variable_type": "double"
|
339
|
-
"objective_function": false,
|
340
|
-
"objective_function_index": null,
|
341
|
-
"objective_function_target": null,
|
342
|
-
"scaling_factor": null
|
364
|
+
"variable_type": "double"
|
343
365
|
},
|
344
366
|
{
|
367
|
+
"units": "percent",
|
368
|
+
"objective_function": false,
|
369
|
+
"objective_function_index": 24,
|
370
|
+
"objective_function_target": null,
|
371
|
+
"objective_function_group": null,
|
372
|
+
"scaling_factor": null,
|
345
373
|
"display_name": "Air Handler Fan Efficiency",
|
346
374
|
"display_name_short": "Air Handler Fan Efficiency",
|
347
375
|
"metadata_id": "air_handler_fan_efficiency",
|
348
376
|
"name": "air_handler_fan_efficiency.air_handler_fan_efficiency_final",
|
349
|
-
"units": "percent",
|
350
377
|
"visualize": true,
|
351
378
|
"export": true,
|
352
|
-
"variable_type": "double"
|
353
|
-
"objective_function": false,
|
354
|
-
"objective_function_index": null,
|
355
|
-
"objective_function_target": null,
|
356
|
-
"scaling_factor": null
|
379
|
+
"variable_type": "double"
|
357
380
|
},
|
358
381
|
{
|
382
|
+
"units": "non-dim",
|
383
|
+
"objective_function": false,
|
384
|
+
"objective_function_index": 25,
|
385
|
+
"objective_function_target": null,
|
386
|
+
"objective_function_group": null,
|
387
|
+
"scaling_factor": null,
|
359
388
|
"display_name": "Aspect Ratio",
|
360
389
|
"display_name_short": "Aspect Ratio",
|
361
390
|
"metadata_id": null,
|
362
391
|
"name": "change_geometry.aspect_ratio_initial",
|
363
|
-
"units": "non-dim",
|
364
392
|
"visualize": false,
|
365
393
|
"export": true,
|
366
|
-
"variable_type": "double"
|
367
|
-
"objective_function": false,
|
368
|
-
"objective_function_index": null,
|
369
|
-
"objective_function_target": null,
|
370
|
-
"scaling_factor": null
|
394
|
+
"variable_type": "double"
|
371
395
|
},
|
372
396
|
{
|
397
|
+
"units": "ft2",
|
398
|
+
"objective_function": false,
|
399
|
+
"objective_function_index": 26,
|
400
|
+
"objective_function_target": null,
|
401
|
+
"objective_function_group": null,
|
402
|
+
"scaling_factor": null,
|
373
403
|
"display_name": "Floor Plate Area",
|
374
404
|
"display_name_short": "Floor Plate Area",
|
375
405
|
"metadata_id": null,
|
376
406
|
"name": "change_geometry.floor_plate_area_initial",
|
377
|
-
"units": "ft2",
|
378
407
|
"visualize": false,
|
379
408
|
"export": true,
|
380
|
-
"variable_type": "double"
|
381
|
-
"objective_function": false,
|
382
|
-
"objective_function_index": null,
|
383
|
-
"objective_function_target": null,
|
384
|
-
"scaling_factor": null
|
409
|
+
"variable_type": "double"
|
385
410
|
},
|
386
411
|
{
|
412
|
+
"units": "non-dim",
|
413
|
+
"objective_function": false,
|
414
|
+
"objective_function_index": 27,
|
415
|
+
"objective_function_target": null,
|
416
|
+
"objective_function_group": null,
|
417
|
+
"scaling_factor": null,
|
387
418
|
"display_name": "Number of Floors",
|
388
419
|
"display_name_short": "Number of Floors",
|
389
420
|
"metadata_id": null,
|
390
421
|
"name": "change_geometry.number_of_floors_initial",
|
391
|
-
"units": "non-dim",
|
392
422
|
"visualize": false,
|
393
423
|
"export": true,
|
394
|
-
"variable_type": "integer"
|
395
|
-
"objective_function": false,
|
396
|
-
"objective_function_index": null,
|
397
|
-
"objective_function_target": null,
|
398
|
-
"scaling_factor": null
|
424
|
+
"variable_type": "integer"
|
399
425
|
},
|
400
426
|
{
|
427
|
+
"units": "ft2",
|
428
|
+
"objective_function": false,
|
429
|
+
"objective_function_index": 28,
|
430
|
+
"objective_function_target": null,
|
431
|
+
"objective_function_group": null,
|
432
|
+
"scaling_factor": null,
|
401
433
|
"display_name": "Total Floor Area",
|
402
434
|
"display_name_short": "Total Floor Area",
|
403
435
|
"metadata_id": null,
|
404
436
|
"name": "change_geometry.total_floor_area_initial",
|
405
|
-
"units": "ft2",
|
406
437
|
"visualize": false,
|
407
438
|
"export": true,
|
408
|
-
"variable_type": "double"
|
409
|
-
"objective_function": false,
|
410
|
-
"objective_function_index": null,
|
411
|
-
"objective_function_target": null,
|
412
|
-
"scaling_factor": null
|
439
|
+
"variable_type": "double"
|
413
440
|
},
|
414
441
|
{
|
442
|
+
"units": "non-dim",
|
443
|
+
"objective_function": false,
|
444
|
+
"objective_function_index": 29,
|
445
|
+
"objective_function_target": null,
|
446
|
+
"objective_function_group": null,
|
447
|
+
"scaling_factor": null,
|
415
448
|
"display_name": "Aspect Ratio",
|
416
449
|
"display_name_short": "Aspect Ratio",
|
417
450
|
"metadata_id": "aspect_ratio",
|
418
451
|
"name": "change_geometry.aspect_ratio_final",
|
419
|
-
"units": "non-dim",
|
420
452
|
"visualize": true,
|
421
453
|
"export": true,
|
422
|
-
"variable_type": "double"
|
423
|
-
"objective_function": false,
|
424
|
-
"objective_function_index": null,
|
425
|
-
"objective_function_target": null,
|
426
|
-
"scaling_factor": null
|
454
|
+
"variable_type": "double"
|
427
455
|
},
|
428
456
|
{
|
457
|
+
"units": "ft2",
|
458
|
+
"objective_function": false,
|
459
|
+
"objective_function_index": 30,
|
460
|
+
"objective_function_target": null,
|
461
|
+
"objective_function_group": null,
|
462
|
+
"scaling_factor": null,
|
429
463
|
"display_name": "Floor Plate Area",
|
430
464
|
"display_name_short": "Floor Plate Area",
|
431
465
|
"metadata_id": null,
|
432
466
|
"name": "change_geometry.floor_plate_area_final",
|
433
|
-
"units": "ft2",
|
434
467
|
"visualize": true,
|
435
468
|
"export": true,
|
436
|
-
"variable_type": "double"
|
437
|
-
"objective_function": false,
|
438
|
-
"objective_function_index": null,
|
439
|
-
"objective_function_target": null,
|
440
|
-
"scaling_factor": null
|
469
|
+
"variable_type": "double"
|
441
470
|
},
|
442
471
|
{
|
472
|
+
"units": "non-dim",
|
473
|
+
"objective_function": false,
|
474
|
+
"objective_function_index": 31,
|
475
|
+
"objective_function_target": null,
|
476
|
+
"objective_function_group": null,
|
477
|
+
"scaling_factor": null,
|
443
478
|
"display_name": "Number of Floors",
|
444
479
|
"display_name_short": "Number of Floors",
|
445
480
|
"metadata_id": "number_of_floors",
|
446
481
|
"name": "change_geometry.number_of_floors_final",
|
447
|
-
"units": "non-dim",
|
448
482
|
"visualize": true,
|
449
483
|
"export": true,
|
450
|
-
"variable_type": "integer"
|
451
|
-
"objective_function": false,
|
452
|
-
"objective_function_index": null,
|
453
|
-
"objective_function_target": null,
|
454
|
-
"scaling_factor": null
|
484
|
+
"variable_type": "integer"
|
455
485
|
},
|
456
486
|
{
|
487
|
+
"units": "ft2",
|
488
|
+
"objective_function": false,
|
489
|
+
"objective_function_index": 32,
|
490
|
+
"objective_function_target": null,
|
491
|
+
"objective_function_group": null,
|
492
|
+
"scaling_factor": null,
|
457
493
|
"display_name": "Total Floor Area",
|
458
494
|
"display_name_short": "Total Floor Area",
|
459
495
|
"metadata_id": "total_floor_area",
|
460
496
|
"name": "change_geometry.total_floor_area_final",
|
461
|
-
"units": "ft2",
|
462
497
|
"visualize": true,
|
463
498
|
"export": true,
|
464
|
-
"variable_type": "double"
|
465
|
-
"objective_function": false,
|
466
|
-
"objective_function_index": null,
|
467
|
-
"objective_function_target": null,
|
468
|
-
"scaling_factor": null
|
499
|
+
"variable_type": "double"
|
469
500
|
},
|
470
501
|
{
|
502
|
+
"units": "COP",
|
503
|
+
"objective_function": false,
|
504
|
+
"objective_function_index": 33,
|
505
|
+
"objective_function_target": null,
|
506
|
+
"objective_function_group": null,
|
507
|
+
"scaling_factor": null,
|
471
508
|
"display_name": "Air Source Heat Pump Cooling Efficiency",
|
472
509
|
"display_name_short": "Air Source Heat Pump Cooling Efficiency",
|
473
510
|
"metadata_id": null,
|
474
511
|
"name": "air_source_heat_pump_cooling_efficiency.air_source_heat_pump_cooling_efficiency_initial",
|
475
|
-
"units": "COP",
|
476
512
|
"visualize": false,
|
477
513
|
"export": true,
|
478
|
-
"variable_type": "double"
|
479
|
-
"objective_function": false,
|
480
|
-
"objective_function_index": null,
|
481
|
-
"objective_function_target": null,
|
482
|
-
"scaling_factor": null
|
514
|
+
"variable_type": "double"
|
483
515
|
},
|
484
516
|
{
|
517
|
+
"units": "COP",
|
518
|
+
"objective_function": false,
|
519
|
+
"objective_function_index": 34,
|
520
|
+
"objective_function_target": null,
|
521
|
+
"objective_function_group": null,
|
522
|
+
"scaling_factor": null,
|
485
523
|
"display_name": "Air Source Heat Pump Cooling Efficiency",
|
486
524
|
"display_name_short": "Air Source Heat Pump Cooling Efficiency",
|
487
525
|
"metadata_id": null,
|
488
526
|
"name": "air_source_heat_pump_cooling_efficiency.air_source_heat_pump_cooling_efficiency_final",
|
489
|
-
"units": "COP",
|
490
527
|
"visualize": true,
|
491
528
|
"export": true,
|
492
|
-
"variable_type": "double"
|
493
|
-
"objective_function": false,
|
494
|
-
"objective_function_index": null,
|
495
|
-
"objective_function_target": null,
|
496
|
-
"scaling_factor": null
|
529
|
+
"variable_type": "double"
|
497
530
|
},
|
498
531
|
{
|
532
|
+
"units": "COP",
|
533
|
+
"objective_function": false,
|
534
|
+
"objective_function_index": 35,
|
535
|
+
"objective_function_target": null,
|
536
|
+
"objective_function_group": null,
|
537
|
+
"scaling_factor": null,
|
499
538
|
"display_name": "Air Source Heat Pump Fan Efficiency",
|
500
539
|
"display_name_short": "Air Source Heat Pump Fan Efficiency",
|
501
540
|
"metadata_id": null,
|
502
541
|
"name": "air_source_heat_pump_fan_efficiency.air_source_heat_pump_fan_efficiency_initial",
|
503
|
-
"units": "COP",
|
504
542
|
"visualize": false,
|
505
543
|
"export": true,
|
506
|
-
"variable_type": "double"
|
507
|
-
"objective_function": false,
|
508
|
-
"objective_function_index": null,
|
509
|
-
"objective_function_target": null,
|
510
|
-
"scaling_factor": null
|
544
|
+
"variable_type": "double"
|
511
545
|
},
|
512
546
|
{
|
547
|
+
"units": "COP",
|
548
|
+
"objective_function": false,
|
549
|
+
"objective_function_index": 36,
|
550
|
+
"objective_function_target": null,
|
551
|
+
"objective_function_group": null,
|
552
|
+
"scaling_factor": null,
|
513
553
|
"display_name": "Air Source Heat Pump Fan Efficiency",
|
514
554
|
"display_name_short": "Air Source Heat Pump Fan Efficiency",
|
515
555
|
"metadata_id": null,
|
516
556
|
"name": "air_source_heat_pump_fan_efficiency.air_source_heat_pump_fan_efficiency_final",
|
517
|
-
"units": "COP",
|
518
557
|
"visualize": true,
|
519
558
|
"export": true,
|
520
|
-
"variable_type": "double"
|
521
|
-
"objective_function": false,
|
522
|
-
"objective_function_index": null,
|
523
|
-
"objective_function_target": null,
|
524
|
-
"scaling_factor": null
|
559
|
+
"variable_type": "double"
|
525
560
|
},
|
526
561
|
{
|
562
|
+
"units": "COP",
|
563
|
+
"objective_function": false,
|
564
|
+
"objective_function_index": 37,
|
565
|
+
"objective_function_target": null,
|
566
|
+
"objective_function_group": null,
|
567
|
+
"scaling_factor": null,
|
527
568
|
"display_name": "Air Source Heat Pump Heating Efficiency",
|
528
569
|
"display_name_short": "Air Source Heat Pump Heating Efficiency",
|
529
570
|
"metadata_id": null,
|
530
571
|
"name": "air_source_heat_pump_heating_efficiency.air_source_heat_pump_heating_efficiency_initial",
|
531
|
-
"units": "COP",
|
532
572
|
"visualize": false,
|
533
573
|
"export": true,
|
534
|
-
"variable_type": "double"
|
535
|
-
"objective_function": false,
|
536
|
-
"objective_function_index": null,
|
537
|
-
"objective_function_target": null,
|
538
|
-
"scaling_factor": null
|
574
|
+
"variable_type": "double"
|
539
575
|
},
|
540
576
|
{
|
577
|
+
"units": "COP",
|
578
|
+
"objective_function": false,
|
579
|
+
"objective_function_index": 38,
|
580
|
+
"objective_function_target": null,
|
581
|
+
"objective_function_group": null,
|
582
|
+
"scaling_factor": null,
|
541
583
|
"display_name": "Air Source Heat Pump Heating Efficiency",
|
542
584
|
"display_name_short": "Air Source Heat Pump Heating Efficiency",
|
543
585
|
"metadata_id": null,
|
544
586
|
"name": "air_source_heat_pump_heating_efficiency.air_source_heat_pump_heating_efficiency_final",
|
545
|
-
"units": "COP",
|
546
587
|
"visualize": true,
|
547
588
|
"export": true,
|
548
|
-
"variable_type": "double"
|
549
|
-
"objective_function": false,
|
550
|
-
"objective_function_index": null,
|
551
|
-
"objective_function_target": null,
|
552
|
-
"scaling_factor": null
|
589
|
+
"variable_type": "double"
|
553
590
|
},
|
554
591
|
{
|
592
|
+
"units": "percent",
|
593
|
+
"objective_function": false,
|
594
|
+
"objective_function_index": 39,
|
595
|
+
"objective_function_target": null,
|
596
|
+
"objective_function_group": null,
|
597
|
+
"scaling_factor": null,
|
555
598
|
"display_name": "Boiler Heating Efficiency",
|
556
599
|
"display_name_short": "Boiler Heating Efficiency",
|
557
600
|
"metadata_id": null,
|
558
601
|
"name": "boiler_heating_efficiency.boiler_heating_efficiency_initial",
|
559
|
-
"units": "percent",
|
560
602
|
"visualize": false,
|
561
603
|
"export": true,
|
562
|
-
"variable_type": "double"
|
563
|
-
"objective_function": false,
|
564
|
-
"objective_function_index": null,
|
565
|
-
"objective_function_target": null,
|
566
|
-
"scaling_factor": null
|
604
|
+
"variable_type": "double"
|
567
605
|
},
|
568
606
|
{
|
607
|
+
"units": "percent",
|
608
|
+
"objective_function": false,
|
609
|
+
"objective_function_index": 40,
|
610
|
+
"objective_function_target": null,
|
611
|
+
"objective_function_group": null,
|
612
|
+
"scaling_factor": null,
|
569
613
|
"display_name": "Boiler Heating Efficiency",
|
570
614
|
"display_name_short": "Boiler Heating Efficiency",
|
571
615
|
"metadata_id": null,
|
572
616
|
"name": "boiler_heating_efficiency.boiler_heating_efficiency_final",
|
573
|
-
"units": "percent",
|
574
617
|
"visualize": true,
|
575
618
|
"export": true,
|
576
|
-
"variable_type": "double"
|
577
|
-
"objective_function": false,
|
578
|
-
"objective_function_index": null,
|
579
|
-
"objective_function_target": null,
|
580
|
-
"scaling_factor": null
|
619
|
+
"variable_type": "double"
|
581
620
|
},
|
582
621
|
{
|
622
|
+
"units": "COP",
|
623
|
+
"objective_function": false,
|
624
|
+
"objective_function_index": 41,
|
625
|
+
"objective_function_target": null,
|
626
|
+
"objective_function_group": null,
|
627
|
+
"scaling_factor": null,
|
583
628
|
"display_name": "Chiller Cooling Efficiency",
|
584
629
|
"display_name_short": "Chiller Cooling Efficiency",
|
585
630
|
"metadata_id": null,
|
586
631
|
"name": "chiller_cooling_efficiency.chiller_cooling_efficiency_initial",
|
587
|
-
"units": "COP",
|
588
632
|
"visualize": false,
|
589
633
|
"export": true,
|
590
|
-
"variable_type": "double"
|
591
|
-
"objective_function": false,
|
592
|
-
"objective_function_index": null,
|
593
|
-
"objective_function_target": null,
|
594
|
-
"scaling_factor": null
|
634
|
+
"variable_type": "double"
|
595
635
|
},
|
596
636
|
{
|
637
|
+
"units": "COP",
|
638
|
+
"objective_function": false,
|
639
|
+
"objective_function_index": 42,
|
640
|
+
"objective_function_target": null,
|
641
|
+
"objective_function_group": null,
|
642
|
+
"scaling_factor": null,
|
597
643
|
"display_name": "Chiller Cooling Efficiency",
|
598
644
|
"display_name_short": "Chiller Cooling Efficiency",
|
599
645
|
"metadata_id": null,
|
600
646
|
"name": "chiller_cooling_efficiency.chiller_cooling_efficiency_final",
|
601
|
-
"units": "COP",
|
602
647
|
"visualize": true,
|
603
648
|
"export": true,
|
604
|
-
"variable_type": "double"
|
605
|
-
"objective_function": false,
|
606
|
-
"objective_function_index": null,
|
607
|
-
"objective_function_target": null,
|
608
|
-
"scaling_factor": null
|
649
|
+
"variable_type": "double"
|
609
650
|
},
|
610
651
|
{
|
652
|
+
"units": "ft-c",
|
653
|
+
"objective_function": false,
|
654
|
+
"objective_function_index": 43,
|
655
|
+
"objective_function_target": null,
|
656
|
+
"objective_function_group": null,
|
657
|
+
"scaling_factor": null,
|
611
658
|
"display_name": "Daylighting Control Setpoint",
|
612
659
|
"display_name_short": "Daylighting Control Setpoint",
|
613
660
|
"metadata_id": null,
|
614
661
|
"name": "daylighting_control_setpoint.daylighting_control_setpoint_initial",
|
615
|
-
"units": "ft-c",
|
616
662
|
"visualize": false,
|
617
663
|
"export": true,
|
618
|
-
"variable_type": "double"
|
619
|
-
"objective_function": false,
|
620
|
-
"objective_function_index": null,
|
621
|
-
"objective_function_target": null,
|
622
|
-
"scaling_factor": null
|
664
|
+
"variable_type": "double"
|
623
665
|
},
|
624
666
|
{
|
667
|
+
"units": "ft-c",
|
668
|
+
"objective_function": false,
|
669
|
+
"objective_function_index": 44,
|
670
|
+
"objective_function_target": null,
|
671
|
+
"objective_function_group": null,
|
672
|
+
"scaling_factor": null,
|
625
673
|
"display_name": "Daylighting Control Setpoint",
|
626
674
|
"display_name_short": "Daylighting Control Setpoint",
|
627
675
|
"metadata_id": null,
|
628
676
|
"name": "daylighting_control_setpoint.daylighting_control_setpoint_final",
|
629
|
-
"units": "ft-c",
|
630
677
|
"visualize": true,
|
631
678
|
"export": true,
|
632
|
-
"variable_type": "double"
|
633
|
-
"objective_function": false,
|
634
|
-
"objective_function_index": null,
|
635
|
-
"objective_function_target": null,
|
636
|
-
"scaling_factor": null
|
679
|
+
"variable_type": "double"
|
637
680
|
},
|
638
681
|
{
|
682
|
+
"units": "COP",
|
683
|
+
"objective_function": false,
|
684
|
+
"objective_function_index": 45,
|
685
|
+
"objective_function_target": null,
|
686
|
+
"objective_function_group": null,
|
687
|
+
"scaling_factor": null,
|
639
688
|
"display_name": "District Chiller Cooling Efficiency",
|
640
689
|
"display_name_short": "District Chiller Cooling Efficiency",
|
641
690
|
"metadata_id": null,
|
642
691
|
"name": "district_chiller_cooling_efficiency.district_chiller_cooling_efficiency_initial",
|
643
|
-
"units": "COP",
|
644
692
|
"visualize": false,
|
645
693
|
"export": true,
|
646
|
-
"variable_type": "double"
|
647
|
-
"objective_function": false,
|
648
|
-
"objective_function_index": null,
|
649
|
-
"objective_function_target": null,
|
650
|
-
"scaling_factor": null
|
694
|
+
"variable_type": "double"
|
651
695
|
},
|
652
696
|
{
|
697
|
+
"units": "COP",
|
698
|
+
"objective_function": false,
|
699
|
+
"objective_function_index": 46,
|
700
|
+
"objective_function_target": null,
|
701
|
+
"objective_function_group": null,
|
702
|
+
"scaling_factor": null,
|
653
703
|
"display_name": "District Chiller Cooling Efficiency",
|
654
704
|
"display_name_short": "District Chiller Cooling Efficiency",
|
655
705
|
"metadata_id": null,
|
656
706
|
"name": "district_chiller_cooling_efficiency.district_chiller_cooling_efficiency_final",
|
657
|
-
"units": "COP",
|
658
707
|
"visualize": true,
|
659
708
|
"export": true,
|
660
|
-
"variable_type": "double"
|
661
|
-
"objective_function": false,
|
662
|
-
"objective_function_index": null,
|
663
|
-
"objective_function_target": null,
|
664
|
-
"scaling_factor": null
|
709
|
+
"variable_type": "double"
|
665
710
|
},
|
666
711
|
{
|
712
|
+
"units": "percent",
|
713
|
+
"objective_function": false,
|
714
|
+
"objective_function_index": 47,
|
715
|
+
"objective_function_target": null,
|
716
|
+
"objective_function_group": null,
|
717
|
+
"scaling_factor": null,
|
667
718
|
"display_name": "District Heating Efficiency",
|
668
719
|
"display_name_short": "District Heating Efficiency",
|
669
720
|
"metadata_id": null,
|
670
721
|
"name": "district_heating_efficiency.district_heating_efficiency_initial",
|
671
|
-
"units": "percent",
|
672
722
|
"visualize": false,
|
673
723
|
"export": true,
|
674
|
-
"variable_type": "double"
|
675
|
-
"objective_function": false,
|
676
|
-
"objective_function_index": null,
|
677
|
-
"objective_function_target": null,
|
678
|
-
"scaling_factor": null
|
724
|
+
"variable_type": "double"
|
679
725
|
},
|
680
726
|
{
|
727
|
+
"units": "percent",
|
728
|
+
"objective_function": false,
|
729
|
+
"objective_function_index": 48,
|
730
|
+
"objective_function_target": null,
|
731
|
+
"objective_function_group": null,
|
732
|
+
"scaling_factor": null,
|
681
733
|
"display_name": "District Heating Efficiency",
|
682
734
|
"display_name_short": "District Heating Efficiency",
|
683
735
|
"metadata_id": null,
|
684
736
|
"name": "district_heating_efficiency.district_heating_efficiency_final",
|
685
|
-
"units": "percent",
|
686
737
|
"visualize": true,
|
687
738
|
"export": true,
|
688
|
-
"variable_type": "double"
|
689
|
-
"objective_function": false,
|
690
|
-
"objective_function_index": null,
|
691
|
-
"objective_function_target": null,
|
692
|
-
"scaling_factor": null
|
739
|
+
"variable_type": "double"
|
693
740
|
},
|
694
741
|
{
|
742
|
+
"units": "bool",
|
743
|
+
"objective_function": false,
|
744
|
+
"objective_function_index": 49,
|
745
|
+
"objective_function_target": null,
|
746
|
+
"objective_function_group": null,
|
747
|
+
"scaling_factor": null,
|
695
748
|
"display_name": "Economizer",
|
696
749
|
"display_name_short": "Economizer",
|
697
750
|
"metadata_id": null,
|
698
751
|
"name": "economizer.economizer_initial",
|
699
|
-
"units": "bool",
|
700
752
|
"visualize": false,
|
701
753
|
"export": true,
|
702
|
-
"variable_type": "bool"
|
703
|
-
"objective_function": false,
|
704
|
-
"objective_function_index": null,
|
705
|
-
"objective_function_target": null,
|
706
|
-
"scaling_factor": null
|
754
|
+
"variable_type": "bool"
|
707
755
|
},
|
708
756
|
{
|
757
|
+
"units": "bool",
|
758
|
+
"objective_function": false,
|
759
|
+
"objective_function_index": 50,
|
760
|
+
"objective_function_target": null,
|
761
|
+
"objective_function_group": null,
|
762
|
+
"scaling_factor": null,
|
709
763
|
"display_name": "Economizer",
|
710
764
|
"display_name_short": "Economizer",
|
711
765
|
"metadata_id": null,
|
712
766
|
"name": "economizer.economizer_final",
|
713
|
-
"units": "bool",
|
714
767
|
"visualize": true,
|
715
768
|
"export": true,
|
716
|
-
"variable_type": "bool"
|
717
|
-
"objective_function": false,
|
718
|
-
"objective_function_index": null,
|
719
|
-
"objective_function_target": null,
|
720
|
-
"scaling_factor": null
|
769
|
+
"variable_type": "bool"
|
721
770
|
},
|
722
771
|
{
|
772
|
+
"units": "ft",
|
773
|
+
"objective_function": false,
|
774
|
+
"objective_function_index": 51,
|
775
|
+
"objective_function_target": null,
|
776
|
+
"objective_function_group": null,
|
777
|
+
"scaling_factor": null,
|
723
778
|
"display_name": "Floor-To-Floor Height",
|
724
779
|
"display_name_short": "Floor-To-Floor Height",
|
725
780
|
"metadata_id": null,
|
726
781
|
"name": "floor_to_floor_height.floor_to_floor_height_initial",
|
727
|
-
"units": "ft",
|
728
782
|
"visualize": false,
|
729
783
|
"export": true,
|
730
|
-
"variable_type": "double"
|
731
|
-
"objective_function": false,
|
732
|
-
"objective_function_index": null,
|
733
|
-
"objective_function_target": null,
|
734
|
-
"scaling_factor": null
|
784
|
+
"variable_type": "double"
|
735
785
|
},
|
736
786
|
{
|
787
|
+
"units": null,
|
788
|
+
"objective_function": false,
|
789
|
+
"objective_function_index": 52,
|
790
|
+
"objective_function_target": null,
|
791
|
+
"objective_function_group": null,
|
792
|
+
"scaling_factor": null,
|
737
793
|
"display_name": "Floor-To-Floor Height",
|
738
794
|
"display_name_short": "Floor-To-Floor Height",
|
739
795
|
"metadata_id": null,
|
740
796
|
"name": "floor_to_floor_height.floor_to_floor_height_final",
|
741
|
-
"units": null,
|
742
797
|
"visualize": true,
|
743
798
|
"export": true,
|
744
|
-
"variable_type": "double"
|
745
|
-
"objective_function": false,
|
746
|
-
"objective_function_index": null,
|
747
|
-
"objective_function_target": null,
|
748
|
-
"scaling_factor": null
|
799
|
+
"variable_type": "double"
|
749
800
|
},
|
750
801
|
{
|
802
|
+
"units": "h ft2 F/Btu",
|
803
|
+
"objective_function": false,
|
804
|
+
"objective_function_index": 53,
|
805
|
+
"objective_function_target": null,
|
806
|
+
"objective_function_group": null,
|
807
|
+
"scaling_factor": null,
|
751
808
|
"display_name": "Floor R-Value for 24 in",
|
752
809
|
"display_name_short": "Floor R-Value for 24 in",
|
753
810
|
"metadata_id": null,
|
754
811
|
"name": "floor_u_value.floor_r_value_for_24_in_initial",
|
755
|
-
"units": "h ft2 F/Btu",
|
756
812
|
"visualize": false,
|
757
813
|
"export": true,
|
758
|
-
"variable_type": "double"
|
759
|
-
"objective_function": false,
|
760
|
-
"objective_function_index": null,
|
761
|
-
"objective_function_target": null,
|
762
|
-
"scaling_factor": null
|
814
|
+
"variable_type": "double"
|
763
815
|
},
|
764
816
|
{
|
817
|
+
"units": "h ft2 F/Btu",
|
818
|
+
"objective_function": false,
|
819
|
+
"objective_function_index": 54,
|
820
|
+
"objective_function_target": null,
|
821
|
+
"objective_function_group": null,
|
822
|
+
"scaling_factor": null,
|
765
823
|
"display_name": "Floor R-Value for 24 in",
|
766
824
|
"display_name_short": "Floor R-Value for 24 in",
|
767
825
|
"metadata_id": null,
|
768
826
|
"name": "floor_u_value.floor_r_value_for_24_in_final",
|
769
|
-
"units": "h ft2 F/Btu",
|
770
827
|
"visualize": true,
|
771
828
|
"export": true,
|
772
|
-
"variable_type": "double"
|
773
|
-
"objective_function": false,
|
774
|
-
"objective_function_index": null,
|
775
|
-
"objective_function_target": null,
|
776
|
-
"scaling_factor": null
|
829
|
+
"variable_type": "double"
|
777
830
|
},
|
778
831
|
{
|
832
|
+
"units": "W/ft2",
|
833
|
+
"objective_function": false,
|
834
|
+
"objective_function_index": 55,
|
835
|
+
"objective_function_target": null,
|
836
|
+
"objective_function_group": null,
|
837
|
+
"scaling_factor": null,
|
779
838
|
"display_name": "Interior Lighting Power Density",
|
780
839
|
"display_name_short": "Interior Lighting Power Density",
|
781
840
|
"metadata_id": null,
|
782
841
|
"name": "interior_lighting_power_density.interior_lighting_power_density_initial",
|
783
|
-
"units": "W/ft2",
|
784
842
|
"visualize": false,
|
785
843
|
"export": true,
|
786
|
-
"variable_type": "double"
|
787
|
-
"objective_function": false,
|
788
|
-
"objective_function_index": null,
|
789
|
-
"objective_function_target": null,
|
790
|
-
"scaling_factor": null
|
844
|
+
"variable_type": "double"
|
791
845
|
},
|
792
846
|
{
|
847
|
+
"units": "W/ft2",
|
848
|
+
"objective_function": false,
|
849
|
+
"objective_function_index": 56,
|
850
|
+
"objective_function_target": null,
|
851
|
+
"objective_function_group": null,
|
852
|
+
"scaling_factor": null,
|
793
853
|
"display_name": "Interior Lighting Power Density",
|
794
854
|
"display_name_short": "Interior Lighting Power Density",
|
795
855
|
"metadata_id": null,
|
796
856
|
"name": "interior_lighting_power_density.interior_lighting_power_density_final",
|
797
|
-
"units": "W/ft2",
|
798
857
|
"visualize": true,
|
799
858
|
"export": true,
|
800
|
-
"variable_type": "double"
|
801
|
-
"objective_function": false,
|
802
|
-
"objective_function_index": null,
|
803
|
-
"objective_function_target": null,
|
804
|
-
"scaling_factor": null
|
859
|
+
"variable_type": "double"
|
805
860
|
},
|
806
861
|
{
|
862
|
+
"units": null,
|
863
|
+
"objective_function": false,
|
864
|
+
"objective_function_index": 57,
|
865
|
+
"objective_function_target": null,
|
866
|
+
"objective_function_group": null,
|
867
|
+
"scaling_factor": null,
|
807
868
|
"display_name": "Location",
|
808
869
|
"display_name_short": "Location",
|
809
870
|
"metadata_id": null,
|
810
871
|
"name": "location.location_initial",
|
811
|
-
"units": null,
|
812
872
|
"visualize": false,
|
813
873
|
"export": true,
|
814
|
-
"variable_type": "string"
|
815
|
-
"objective_function": false,
|
816
|
-
"objective_function_index": null,
|
817
|
-
"objective_function_target": null,
|
818
|
-
"scaling_factor": null
|
874
|
+
"variable_type": "string"
|
819
875
|
},
|
820
876
|
{
|
877
|
+
"units": null,
|
878
|
+
"objective_function": false,
|
879
|
+
"objective_function_index": 58,
|
880
|
+
"objective_function_target": null,
|
881
|
+
"objective_function_group": null,
|
882
|
+
"scaling_factor": null,
|
821
883
|
"display_name": "Location",
|
822
884
|
"display_name_short": "Location",
|
823
885
|
"metadata_id": null,
|
824
886
|
"name": "location.location_final",
|
825
|
-
"units": null,
|
826
887
|
"visualize": true,
|
827
888
|
"export": true,
|
828
|
-
"variable_type": "string"
|
889
|
+
"variable_type": "string"
|
890
|
+
},
|
891
|
+
{
|
892
|
+
"units": "COP",
|
829
893
|
"objective_function": false,
|
830
|
-
"objective_function_index":
|
894
|
+
"objective_function_index": 59,
|
831
895
|
"objective_function_target": null,
|
832
|
-
"
|
833
|
-
|
834
|
-
{
|
896
|
+
"objective_function_group": null,
|
897
|
+
"scaling_factor": null,
|
835
898
|
"display_name": "Packaged DX Cooling Efficiency",
|
836
899
|
"display_name_short": "Packaged DX Cooling Efficiency",
|
837
900
|
"metadata_id": null,
|
838
901
|
"name": "packaged_dx_cooling_efficiency.packaged_dx_cooling_efficiency_initial",
|
839
|
-
"units": "COP",
|
840
902
|
"visualize": false,
|
841
903
|
"export": true,
|
842
|
-
"variable_type": "double"
|
843
|
-
"objective_function": false,
|
844
|
-
"objective_function_index": null,
|
845
|
-
"objective_function_target": null,
|
846
|
-
"scaling_factor": null
|
904
|
+
"variable_type": "double"
|
847
905
|
},
|
848
906
|
{
|
907
|
+
"units": "COP",
|
908
|
+
"objective_function": false,
|
909
|
+
"objective_function_index": 60,
|
910
|
+
"objective_function_target": null,
|
911
|
+
"objective_function_group": null,
|
912
|
+
"scaling_factor": null,
|
849
913
|
"display_name": "Packaged DX Cooling Efficiency",
|
850
914
|
"display_name_short": "Packaged DX Cooling Efficiency",
|
851
915
|
"metadata_id": null,
|
852
916
|
"name": "packaged_dx_cooling_efficiency.packaged_dx_cooling_efficiency_final",
|
853
|
-
"units": "COP",
|
854
917
|
"visualize": true,
|
855
918
|
"export": true,
|
856
|
-
"variable_type": "double"
|
857
|
-
"objective_function": false,
|
858
|
-
"objective_function_index": null,
|
859
|
-
"objective_function_target": null,
|
860
|
-
"scaling_factor": null
|
919
|
+
"variable_type": "double"
|
861
920
|
},
|
862
921
|
{
|
922
|
+
"units": "percent",
|
923
|
+
"objective_function": false,
|
924
|
+
"objective_function_index": 61,
|
925
|
+
"objective_function_target": null,
|
926
|
+
"objective_function_group": null,
|
927
|
+
"scaling_factor": null,
|
863
928
|
"display_name": "Packaged DX Fan Efficiency",
|
864
929
|
"display_name_short": "Packaged DX Fan Efficiency",
|
865
930
|
"metadata_id": null,
|
866
931
|
"name": "packaged_dx_fan_efficiency.packaged_dx_fan_efficiency_initial",
|
867
|
-
"units": "percent",
|
868
932
|
"visualize": false,
|
869
933
|
"export": true,
|
870
|
-
"variable_type": "double"
|
871
|
-
"objective_function": false,
|
872
|
-
"objective_function_index": null,
|
873
|
-
"objective_function_target": null,
|
874
|
-
"scaling_factor": null
|
934
|
+
"variable_type": "double"
|
875
935
|
},
|
876
936
|
{
|
937
|
+
"units": "percent",
|
938
|
+
"objective_function": false,
|
939
|
+
"objective_function_index": 62,
|
940
|
+
"objective_function_target": null,
|
941
|
+
"objective_function_group": null,
|
942
|
+
"scaling_factor": null,
|
877
943
|
"display_name": "Packaged DX Fan Efficiency",
|
878
944
|
"display_name_short": "Packaged DX Fan Efficiency",
|
879
945
|
"metadata_id": null,
|
880
946
|
"name": "packaged_dx_fan_efficiency.packaged_dx_fan_efficiency_final",
|
881
|
-
"units": "percent",
|
882
947
|
"visualize": true,
|
883
948
|
"export": true,
|
884
|
-
"variable_type": "double"
|
885
|
-
"objective_function": false,
|
886
|
-
"objective_function_index": null,
|
887
|
-
"objective_function_target": null,
|
888
|
-
"scaling_factor": null
|
949
|
+
"variable_type": "double"
|
889
950
|
},
|
890
951
|
{
|
952
|
+
"units": "percent",
|
953
|
+
"objective_function": false,
|
954
|
+
"objective_function_index": 63,
|
955
|
+
"objective_function_target": null,
|
956
|
+
"objective_function_group": null,
|
957
|
+
"scaling_factor": null,
|
891
958
|
"display_name": "Packaged DX Fan Efficiency",
|
892
959
|
"display_name_short": "Packaged DX Fan Efficiency",
|
893
960
|
"metadata_id": null,
|
894
961
|
"name": "packaged_dx_fan_efficiency.packaged_dx_fan_efficiency_initial",
|
895
|
-
"units": "percent",
|
896
962
|
"visualize": false,
|
897
963
|
"export": true,
|
898
|
-
"variable_type": "double"
|
899
|
-
"objective_function": false,
|
900
|
-
"objective_function_index": null,
|
901
|
-
"objective_function_target": null,
|
902
|
-
"scaling_factor": null
|
964
|
+
"variable_type": "double"
|
903
965
|
},
|
904
966
|
{
|
967
|
+
"units": "percent",
|
968
|
+
"objective_function": false,
|
969
|
+
"objective_function_index": 64,
|
970
|
+
"objective_function_target": null,
|
971
|
+
"objective_function_group": null,
|
972
|
+
"scaling_factor": null,
|
905
973
|
"display_name": "Packaged DX Fan Efficiency",
|
906
974
|
"display_name_short": "Packaged DX Fan Efficiency",
|
907
975
|
"metadata_id": null,
|
908
976
|
"name": "packaged_dx_fan_efficiency.packaged_dx_fan_efficiency_final",
|
909
|
-
"units": "percent",
|
910
977
|
"visualize": true,
|
911
978
|
"export": true,
|
912
|
-
"variable_type": "double"
|
913
|
-
"objective_function": false,
|
914
|
-
"objective_function_index": null,
|
915
|
-
"objective_function_target": null,
|
916
|
-
"scaling_factor": null
|
979
|
+
"variable_type": "double"
|
917
980
|
},
|
918
981
|
{
|
982
|
+
"units": "ft",
|
983
|
+
"objective_function": false,
|
984
|
+
"objective_function_index": 65,
|
985
|
+
"objective_function_target": null,
|
986
|
+
"objective_function_group": null,
|
987
|
+
"scaling_factor": null,
|
919
988
|
"display_name": "Perimeter Zone Depth",
|
920
989
|
"display_name_short": "Perimeter Zone Depth",
|
921
990
|
"metadata_id": null,
|
922
991
|
"name": "perimeter_zone_depth.perimeter_zone_depth_initial",
|
923
|
-
"units": "ft",
|
924
992
|
"visualize": false,
|
925
993
|
"export": true,
|
926
|
-
"variable_type": "double"
|
927
|
-
"objective_function": false,
|
928
|
-
"objective_function_index": null,
|
929
|
-
"objective_function_target": null,
|
930
|
-
"scaling_factor": null
|
994
|
+
"variable_type": "double"
|
931
995
|
},
|
932
996
|
{
|
997
|
+
"units": "ft",
|
998
|
+
"objective_function": false,
|
999
|
+
"objective_function_index": 66,
|
1000
|
+
"objective_function_target": null,
|
1001
|
+
"objective_function_group": null,
|
1002
|
+
"scaling_factor": null,
|
933
1003
|
"display_name": "Perimeter Zone Depth",
|
934
1004
|
"display_name_short": "Perimeter Zone Depth",
|
935
1005
|
"metadata_id": null,
|
936
1006
|
"name": "perimeter_zone_depth.perimeter_zone_depth_final",
|
937
|
-
"units": "ft",
|
938
1007
|
"visualize": true,
|
939
1008
|
"export": true,
|
940
|
-
"variable_type": "double"
|
941
|
-
"objective_function": false,
|
942
|
-
"objective_function_index": null,
|
943
|
-
"objective_function_target": null,
|
944
|
-
"scaling_factor": null
|
1009
|
+
"variable_type": "double"
|
945
1010
|
},
|
946
1011
|
{
|
1012
|
+
"units": null,
|
1013
|
+
"objective_function": false,
|
1014
|
+
"objective_function_index": 67,
|
1015
|
+
"objective_function_target": null,
|
1016
|
+
"objective_function_group": null,
|
1017
|
+
"scaling_factor": null,
|
947
1018
|
"display_name": "Roof Construction Type",
|
948
1019
|
"display_name_short": "Roof Construction Type",
|
949
1020
|
"metadata_id": null,
|
950
1021
|
"name": "roof_construction.roof_construction_type_initial",
|
951
|
-
"units": null,
|
952
1022
|
"visualize": false,
|
953
1023
|
"export": true,
|
954
|
-
"variable_type": "string"
|
955
|
-
"objective_function": false,
|
956
|
-
"objective_function_index": null,
|
957
|
-
"objective_function_target": null,
|
958
|
-
"scaling_factor": null
|
1024
|
+
"variable_type": "string"
|
959
1025
|
},
|
960
1026
|
{
|
1027
|
+
"units": "Btu/h ft2 F",
|
1028
|
+
"objective_function": false,
|
1029
|
+
"objective_function_index": 68,
|
1030
|
+
"objective_function_target": null,
|
1031
|
+
"objective_function_group": null,
|
1032
|
+
"scaling_factor": null,
|
961
1033
|
"display_name": "Roof U-Value",
|
962
1034
|
"display_name_short": "Roof U-Value",
|
963
1035
|
"metadata_id": null,
|
964
1036
|
"name": "roof_construction.roof_u_value_initial",
|
965
|
-
"units": "Btu/h ft2 F",
|
966
1037
|
"visualize": false,
|
967
1038
|
"export": true,
|
968
|
-
"variable_type": "double"
|
969
|
-
"objective_function": false,
|
970
|
-
"objective_function_index": null,
|
971
|
-
"objective_function_target": null,
|
972
|
-
"scaling_factor": null
|
1039
|
+
"variable_type": "double"
|
973
1040
|
},
|
974
1041
|
{
|
1042
|
+
"units": null,
|
1043
|
+
"objective_function": false,
|
1044
|
+
"objective_function_index": 69,
|
1045
|
+
"objective_function_target": null,
|
1046
|
+
"objective_function_group": null,
|
1047
|
+
"scaling_factor": null,
|
975
1048
|
"display_name": "Roof Construction Type",
|
976
1049
|
"display_name_short": "Roof Construction Type",
|
977
1050
|
"metadata_id": null,
|
978
1051
|
"name": "roof_construction.roof_construction_type_final",
|
979
|
-
"units": null,
|
980
1052
|
"visualize": true,
|
981
1053
|
"export": true,
|
982
|
-
"variable_type": "string"
|
983
|
-
"objective_function": false,
|
984
|
-
"objective_function_index": null,
|
985
|
-
"objective_function_target": null,
|
986
|
-
"scaling_factor": null
|
1054
|
+
"variable_type": "string"
|
987
1055
|
},
|
988
1056
|
{
|
1057
|
+
"units": "Btu/h ft2 F",
|
1058
|
+
"objective_function": false,
|
1059
|
+
"objective_function_index": 70,
|
1060
|
+
"objective_function_target": null,
|
1061
|
+
"objective_function_group": null,
|
1062
|
+
"scaling_factor": null,
|
989
1063
|
"display_name": "Roof U-Value",
|
990
1064
|
"display_name_short": "Roof U-Value",
|
991
1065
|
"metadata_id": null,
|
992
1066
|
"name": "roof_construction.roof_u_value_final",
|
993
|
-
"units": "Btu/h ft2 F",
|
994
1067
|
"visualize": true,
|
995
1068
|
"export": true,
|
996
|
-
"variable_type": "double"
|
997
|
-
"objective_function": false,
|
998
|
-
"objective_function_index": null,
|
999
|
-
"objective_function_target": null,
|
1000
|
-
"scaling_factor": null
|
1069
|
+
"variable_type": "double"
|
1001
1070
|
},
|
1002
1071
|
{
|
1072
|
+
"units": "degrees",
|
1073
|
+
"objective_function": false,
|
1074
|
+
"objective_function_index": 71,
|
1075
|
+
"objective_function_target": null,
|
1076
|
+
"objective_function_group": null,
|
1077
|
+
"scaling_factor": null,
|
1003
1078
|
"display_name": "Orientation",
|
1004
1079
|
"display_name_short": "Orientation",
|
1005
1080
|
"metadata_id": null,
|
1006
1081
|
"name": "rotate_building_relative_to_current_orientation.orientation_final",
|
1007
|
-
"units": "degrees",
|
1008
1082
|
"visualize": true,
|
1009
1083
|
"export": true,
|
1010
|
-
"variable_type": "double"
|
1011
|
-
"objective_function": false,
|
1012
|
-
"objective_function_index": null,
|
1013
|
-
"objective_function_target": null,
|
1014
|
-
"scaling_factor": null
|
1084
|
+
"variable_type": "double"
|
1015
1085
|
},
|
1016
1086
|
{
|
1087
|
+
"units": "degrees",
|
1088
|
+
"objective_function": false,
|
1089
|
+
"objective_function_index": 72,
|
1090
|
+
"objective_function_target": null,
|
1091
|
+
"objective_function_group": null,
|
1092
|
+
"scaling_factor": null,
|
1017
1093
|
"display_name": "Orientation",
|
1018
1094
|
"display_name_short": "Orientation",
|
1019
1095
|
"metadata_id": null,
|
1020
1096
|
"name": "rotate_building_relative_to_current_orientation.orientation_initial",
|
1021
|
-
"units": "degrees",
|
1022
1097
|
"visualize": false,
|
1023
1098
|
"export": true,
|
1024
|
-
"variable_type": "double"
|
1025
|
-
"objective_function": false,
|
1026
|
-
"objective_function_index": null,
|
1027
|
-
"objective_function_target": null,
|
1028
|
-
"scaling_factor": null
|
1099
|
+
"variable_type": "double"
|
1029
1100
|
},
|
1030
1101
|
{
|
1102
|
+
"units": "ft",
|
1103
|
+
"objective_function": false,
|
1104
|
+
"objective_function_index": 73,
|
1105
|
+
"objective_function_target": null,
|
1106
|
+
"objective_function_group": null,
|
1107
|
+
"scaling_factor": null,
|
1031
1108
|
"display_name": "Shading Height above Window",
|
1032
1109
|
"display_name_short": "Shading Height above Window",
|
1033
1110
|
"metadata_id": null,
|
1034
1111
|
"name": "shading_height_above_window.shading_height_above_window_initial",
|
1035
|
-
"units": "ft",
|
1036
1112
|
"visualize": false,
|
1037
1113
|
"export": true,
|
1038
|
-
"variable_type": "double"
|
1039
|
-
"objective_function": false,
|
1040
|
-
"objective_function_index": null,
|
1041
|
-
"objective_function_target": null,
|
1042
|
-
"scaling_factor": null
|
1114
|
+
"variable_type": "double"
|
1043
1115
|
},
|
1044
1116
|
{
|
1117
|
+
"units": "ft",
|
1118
|
+
"objective_function": false,
|
1119
|
+
"objective_function_index": 74,
|
1120
|
+
"objective_function_target": null,
|
1121
|
+
"objective_function_group": null,
|
1122
|
+
"scaling_factor": null,
|
1045
1123
|
"display_name": "Shading Height above Window",
|
1046
1124
|
"display_name_short": "Shading Height above Window",
|
1047
1125
|
"metadata_id": null,
|
1048
1126
|
"name": "shading_height_above_window.shading_height_above_window_final",
|
1049
|
-
"units": "ft",
|
1050
1127
|
"visualize": true,
|
1051
1128
|
"export": true,
|
1052
|
-
"variable_type": "double"
|
1053
|
-
"objective_function": false,
|
1054
|
-
"objective_function_index": null,
|
1055
|
-
"objective_function_target": null,
|
1056
|
-
"scaling_factor": null
|
1129
|
+
"variable_type": "double"
|
1057
1130
|
},
|
1058
1131
|
{
|
1132
|
+
"units": "non-dim",
|
1133
|
+
"objective_function": false,
|
1134
|
+
"objective_function_index": 75,
|
1135
|
+
"objective_function_target": null,
|
1136
|
+
"objective_function_group": null,
|
1137
|
+
"scaling_factor": null,
|
1059
1138
|
"display_name": "Shading Projection Factor",
|
1060
1139
|
"display_name_short": "Shading Projection Factor",
|
1061
1140
|
"metadata_id": null,
|
1062
1141
|
"name": "shading_projection_factor.shading_projection_factor_initial",
|
1063
|
-
"units": "non-dim",
|
1064
1142
|
"visualize": false,
|
1065
1143
|
"export": true,
|
1066
|
-
"variable_type": "double"
|
1067
|
-
"objective_function": false,
|
1068
|
-
"objective_function_index": null,
|
1069
|
-
"objective_function_target": null,
|
1070
|
-
"scaling_factor": null
|
1144
|
+
"variable_type": "double"
|
1071
1145
|
},
|
1072
1146
|
{
|
1147
|
+
"units": "non-dim",
|
1148
|
+
"objective_function": false,
|
1149
|
+
"objective_function_index": 76,
|
1150
|
+
"objective_function_target": null,
|
1151
|
+
"objective_function_group": null,
|
1152
|
+
"scaling_factor": null,
|
1073
1153
|
"display_name": "Shading Projection Factor",
|
1074
1154
|
"display_name_short": "Shading Projection Factor",
|
1075
1155
|
"metadata_id": null,
|
1076
1156
|
"name": "shading_projection_factor.shading_projection_factor_final",
|
1077
|
-
"units": "non-dim",
|
1078
1157
|
"visualize": true,
|
1079
1158
|
"export": true,
|
1080
|
-
"variable_type": "double"
|
1081
|
-
"objective_function": false,
|
1082
|
-
"objective_function_index": null,
|
1083
|
-
"objective_function_target": null,
|
1084
|
-
"scaling_factor": null
|
1159
|
+
"variable_type": "double"
|
1085
1160
|
},
|
1086
1161
|
{
|
1162
|
+
"units": null,
|
1163
|
+
"objective_function": false,
|
1164
|
+
"objective_function_index": 77,
|
1165
|
+
"objective_function_target": null,
|
1166
|
+
"objective_function_group": null,
|
1167
|
+
"scaling_factor": null,
|
1087
1168
|
"display_name": "Wall Construction Type",
|
1088
1169
|
"display_name_short": "Wall Construction Type",
|
1089
1170
|
"metadata_id": null,
|
1090
1171
|
"name": "wall_construction.wall_construction_type_initial",
|
1091
|
-
"units": null,
|
1092
1172
|
"visualize": false,
|
1093
1173
|
"export": true,
|
1094
|
-
"variable_type": "string"
|
1095
|
-
"objective_function": false,
|
1096
|
-
"objective_function_index": null,
|
1097
|
-
"objective_function_target": null,
|
1098
|
-
"scaling_factor": null
|
1174
|
+
"variable_type": "string"
|
1099
1175
|
},
|
1100
1176
|
{
|
1177
|
+
"units": "Btu/h ft2 F",
|
1178
|
+
"objective_function": false,
|
1179
|
+
"objective_function_index": 78,
|
1180
|
+
"objective_function_target": null,
|
1181
|
+
"objective_function_group": null,
|
1182
|
+
"scaling_factor": null,
|
1101
1183
|
"display_name": "Wall U-Value",
|
1102
1184
|
"display_name_short": "Wall U-Value",
|
1103
1185
|
"metadata_id": null,
|
1104
1186
|
"name": "wall_construction.wall_u_value_initial",
|
1105
|
-
"units": "Btu/h ft2 F",
|
1106
1187
|
"visualize": false,
|
1107
1188
|
"export": true,
|
1108
|
-
"variable_type": "double"
|
1109
|
-
"objective_function": false,
|
1110
|
-
"objective_function_index": null,
|
1111
|
-
"objective_function_target": null,
|
1112
|
-
"scaling_factor": null
|
1189
|
+
"variable_type": "double"
|
1113
1190
|
},
|
1114
1191
|
{
|
1192
|
+
"units": null,
|
1193
|
+
"objective_function": false,
|
1194
|
+
"objective_function_index": 79,
|
1195
|
+
"objective_function_target": null,
|
1196
|
+
"objective_function_group": null,
|
1197
|
+
"scaling_factor": null,
|
1115
1198
|
"display_name": "Wall Construction Type",
|
1116
1199
|
"display_name_short": "Wall Construction Type",
|
1117
1200
|
"metadata_id": null,
|
1118
1201
|
"name": "wall_construction.wall_construction_type_final",
|
1119
|
-
"units": null,
|
1120
1202
|
"visualize": true,
|
1121
1203
|
"export": true,
|
1122
|
-
"variable_type": "string"
|
1123
|
-
"objective_function": false,
|
1124
|
-
"objective_function_index": null,
|
1125
|
-
"objective_function_target": null,
|
1126
|
-
"scaling_factor": null
|
1204
|
+
"variable_type": "string"
|
1127
1205
|
},
|
1128
1206
|
{
|
1207
|
+
"units": "Btu/h f",
|
1208
|
+
"objective_function": false,
|
1209
|
+
"objective_function_index": 80,
|
1210
|
+
"objective_function_target": null,
|
1211
|
+
"objective_function_group": null,
|
1212
|
+
"scaling_factor": null,
|
1129
1213
|
"display_name": "Wall U-Value",
|
1130
1214
|
"display_name_short": "Wall U-Value",
|
1131
1215
|
"metadata_id": null,
|
1132
1216
|
"name": "wall_construction.wall_u_value_final",
|
1133
|
-
"units": "Btu/h f",
|
1134
1217
|
"visualize": true,
|
1135
1218
|
"export": true,
|
1136
|
-
"variable_type": "double"
|
1137
|
-
"objective_function": false,
|
1138
|
-
"objective_function_index": null,
|
1139
|
-
"objective_function_target": null,
|
1140
|
-
"scaling_factor": null
|
1219
|
+
"variable_type": "double"
|
1141
1220
|
},
|
1142
1221
|
{
|
1222
|
+
"units": "percent",
|
1223
|
+
"objective_function": false,
|
1224
|
+
"objective_function_index": 81,
|
1225
|
+
"objective_function_target": null,
|
1226
|
+
"objective_function_group": null,
|
1227
|
+
"scaling_factor": null,
|
1143
1228
|
"display_name": "Water Heater Energy Factor",
|
1144
1229
|
"display_name_short": "Water Heater Energy Factor",
|
1145
1230
|
"metadata_id": null,
|
1146
1231
|
"name": "water_heater_efficiency.water_heater_energy_factor_initial",
|
1147
|
-
"units": "percent",
|
1148
1232
|
"visualize": false,
|
1149
1233
|
"export": true,
|
1150
|
-
"variable_type": "double"
|
1151
|
-
"objective_function": false,
|
1152
|
-
"objective_function_index": null,
|
1153
|
-
"objective_function_target": null,
|
1154
|
-
"scaling_factor": null
|
1234
|
+
"variable_type": "double"
|
1155
1235
|
},
|
1156
1236
|
{
|
1237
|
+
"units": "percent",
|
1238
|
+
"objective_function": false,
|
1239
|
+
"objective_function_index": 82,
|
1240
|
+
"objective_function_target": null,
|
1241
|
+
"objective_function_group": null,
|
1242
|
+
"scaling_factor": null,
|
1157
1243
|
"display_name": "Water Heater Energy Factor",
|
1158
1244
|
"display_name_short": "Water Heater Energy Factor",
|
1159
1245
|
"metadata_id": null,
|
1160
1246
|
"name": "water_heater_efficiency.water_heater_energy_factor_final",
|
1161
|
-
"units": "percent",
|
1162
1247
|
"visualize": true,
|
1163
1248
|
"export": true,
|
1164
|
-
"variable_type": "double"
|
1165
|
-
"objective_function": false,
|
1166
|
-
"objective_function_index": null,
|
1167
|
-
"objective_function_target": null,
|
1168
|
-
"scaling_factor": null
|
1249
|
+
"variable_type": "double"
|
1169
1250
|
},
|
1170
1251
|
{
|
1252
|
+
"units": "non-dim",
|
1253
|
+
"objective_function": false,
|
1254
|
+
"objective_function_index": 83,
|
1255
|
+
"objective_function_target": null,
|
1256
|
+
"objective_function_group": null,
|
1257
|
+
"scaling_factor": null,
|
1171
1258
|
"display_name": "Window SHGC",
|
1172
1259
|
"display_name_short": "Window SHGC",
|
1173
1260
|
"metadata_id": null,
|
1174
1261
|
"name": "window_shgc.window_shgc_initial",
|
1175
|
-
"units": "non-dim",
|
1176
1262
|
"visualize": false,
|
1177
1263
|
"export": true,
|
1178
|
-
"variable_type": "double"
|
1179
|
-
"objective_function": false,
|
1180
|
-
"objective_function_index": null,
|
1181
|
-
"objective_function_target": null,
|
1182
|
-
"scaling_factor": null
|
1264
|
+
"variable_type": "double"
|
1183
1265
|
},
|
1184
1266
|
{
|
1267
|
+
"units": "non-dim",
|
1268
|
+
"objective_function": false,
|
1269
|
+
"objective_function_index": 84,
|
1270
|
+
"objective_function_target": null,
|
1271
|
+
"objective_function_group": null,
|
1272
|
+
"scaling_factor": null,
|
1185
1273
|
"display_name": "Window SHGC",
|
1186
1274
|
"display_name_short": "Window SHGC",
|
1187
1275
|
"metadata_id": null,
|
1188
1276
|
"name": "window_shgc.window_shgc_final",
|
1189
|
-
"units": "non-dim",
|
1190
1277
|
"visualize": true,
|
1191
1278
|
"export": true,
|
1192
|
-
"variable_type": "double"
|
1193
|
-
"objective_function": false,
|
1194
|
-
"objective_function_index": null,
|
1195
|
-
"objective_function_target": null,
|
1196
|
-
"scaling_factor": null
|
1279
|
+
"variable_type": "double"
|
1197
1280
|
},
|
1198
1281
|
{
|
1282
|
+
"units": "ft",
|
1283
|
+
"objective_function": false,
|
1284
|
+
"objective_function_index": 85,
|
1285
|
+
"objective_function_target": null,
|
1286
|
+
"objective_function_group": null,
|
1287
|
+
"scaling_factor": null,
|
1199
1288
|
"display_name": "Window Sill Height",
|
1200
1289
|
"display_name_short": "Window Sill Height",
|
1201
1290
|
"metadata_id": null,
|
1202
1291
|
"name": "window_sill_height.window_sill_height_initial",
|
1203
|
-
"units": "ft",
|
1204
1292
|
"visualize": false,
|
1205
1293
|
"export": true,
|
1206
|
-
"variable_type": "double"
|
1207
|
-
"objective_function": false,
|
1208
|
-
"objective_function_index": null,
|
1209
|
-
"objective_function_target": null,
|
1210
|
-
"scaling_factor": null
|
1294
|
+
"variable_type": "double"
|
1211
1295
|
},
|
1212
1296
|
{
|
1297
|
+
"units": "ft",
|
1298
|
+
"objective_function": false,
|
1299
|
+
"objective_function_index": 86,
|
1300
|
+
"objective_function_target": null,
|
1301
|
+
"objective_function_group": null,
|
1302
|
+
"scaling_factor": null,
|
1213
1303
|
"display_name": "Window Sill Height",
|
1214
1304
|
"display_name_short": "Window Sill Height",
|
1215
1305
|
"metadata_id": null,
|
1216
1306
|
"name": "window_sill_height.window_sill_height_final",
|
1217
|
-
"units": "ft",
|
1218
1307
|
"visualize": true,
|
1219
1308
|
"export": true,
|
1220
|
-
"variable_type": "double"
|
1221
|
-
"objective_function": false,
|
1222
|
-
"objective_function_index": null,
|
1223
|
-
"objective_function_target": null,
|
1224
|
-
"scaling_factor": null
|
1309
|
+
"variable_type": "double"
|
1225
1310
|
},
|
1226
1311
|
{
|
1312
|
+
"units": "non-dim",
|
1313
|
+
"objective_function": false,
|
1314
|
+
"objective_function_index": 87,
|
1315
|
+
"objective_function_target": null,
|
1316
|
+
"objective_function_group": null,
|
1317
|
+
"scaling_factor": null,
|
1227
1318
|
"display_name": "Window-To-Wall Ratio",
|
1228
1319
|
"display_name_short": "Window-To-Wall Ratio",
|
1229
1320
|
"metadata_id": null,
|
1230
1321
|
"name": "window_to_wall_ratio.window_to_wall_ratio_initial",
|
1231
|
-
"units": "non-dim",
|
1232
1322
|
"visualize": false,
|
1233
1323
|
"export": true,
|
1234
|
-
"variable_type": "double"
|
1235
|
-
"objective_function": false,
|
1236
|
-
"objective_function_index": null,
|
1237
|
-
"objective_function_target": null,
|
1238
|
-
"scaling_factor": null
|
1324
|
+
"variable_type": "double"
|
1239
1325
|
},
|
1240
1326
|
{
|
1327
|
+
"units": "non-dim",
|
1328
|
+
"objective_function": false,
|
1329
|
+
"objective_function_index": 88,
|
1330
|
+
"objective_function_target": null,
|
1331
|
+
"objective_function_group": null,
|
1332
|
+
"scaling_factor": null,
|
1241
1333
|
"display_name": "Window-To-Wall Ratio",
|
1242
1334
|
"display_name_short": "Window-To-Wall Ratio",
|
1243
1335
|
"metadata_id": null,
|
1244
1336
|
"name": "window_to_wall_ratio.window_to_wall_ratio_final",
|
1245
|
-
"units": "non-dim",
|
1246
1337
|
"visualize": true,
|
1247
1338
|
"export": true,
|
1248
|
-
"variable_type": "double"
|
1249
|
-
"objective_function": false,
|
1250
|
-
"objective_function_index": null,
|
1251
|
-
"objective_function_target": null,
|
1252
|
-
"scaling_factor": null
|
1339
|
+
"variable_type": "double"
|
1253
1340
|
},
|
1254
1341
|
{
|
1342
|
+
"units": "Btu/h ft2 F",
|
1343
|
+
"objective_function": false,
|
1344
|
+
"objective_function_index": 89,
|
1345
|
+
"objective_function_target": null,
|
1346
|
+
"objective_function_group": null,
|
1347
|
+
"scaling_factor": null,
|
1255
1348
|
"display_name": "Window U-Value",
|
1256
1349
|
"display_name_short": "Window U-Value",
|
1257
1350
|
"metadata_id": null,
|
1258
1351
|
"name": "window_u_value.window_u_value_initial",
|
1259
|
-
"units": "Btu/h ft2 F",
|
1260
1352
|
"visualize": false,
|
1261
1353
|
"export": true,
|
1262
|
-
"variable_type": "double"
|
1263
|
-
"objective_function": false,
|
1264
|
-
"objective_function_index": null,
|
1265
|
-
"objective_function_target": null,
|
1266
|
-
"scaling_factor": null
|
1354
|
+
"variable_type": "double"
|
1267
1355
|
},
|
1268
1356
|
{
|
1357
|
+
"units": "Btu/h ft2 F",
|
1358
|
+
"objective_function": false,
|
1359
|
+
"objective_function_index": 90,
|
1360
|
+
"objective_function_target": null,
|
1361
|
+
"objective_function_group": null,
|
1362
|
+
"scaling_factor": null,
|
1269
1363
|
"display_name": "Window U-Value",
|
1270
1364
|
"display_name_short": "Window U-Value",
|
1271
1365
|
"metadata_id": null,
|
1272
1366
|
"name": "window_u_value.window_u_value_final",
|
1273
|
-
"units": "Btu/h ft2 F",
|
1274
1367
|
"visualize": true,
|
1275
1368
|
"export": true,
|
1276
|
-
"variable_type": "double"
|
1277
|
-
"objective_function": false,
|
1278
|
-
"objective_function_index": null,
|
1279
|
-
"objective_function_target": null,
|
1280
|
-
"scaling_factor": null
|
1369
|
+
"variable_type": "double"
|
1281
1370
|
},
|
1282
1371
|
{
|
1372
|
+
"units": "non-dim",
|
1373
|
+
"objective_function": false,
|
1374
|
+
"objective_function_index": 91,
|
1375
|
+
"objective_function_target": null,
|
1376
|
+
"objective_function_group": null,
|
1377
|
+
"scaling_factor": null,
|
1283
1378
|
"display_name": "Window VLT",
|
1284
1379
|
"display_name_short": "Window VLT",
|
1285
1380
|
"metadata_id": null,
|
1286
1381
|
"name": "window_vlt.window_vlt_initial",
|
1287
|
-
"units": "non-dim",
|
1288
1382
|
"visualize": false,
|
1289
1383
|
"export": true,
|
1290
|
-
"variable_type": "double"
|
1291
|
-
"objective_function": false,
|
1292
|
-
"objective_function_index": null,
|
1293
|
-
"objective_function_target": null,
|
1294
|
-
"scaling_factor": null
|
1384
|
+
"variable_type": "double"
|
1295
1385
|
},
|
1296
1386
|
{
|
1387
|
+
"units": "non-dim",
|
1388
|
+
"objective_function": false,
|
1389
|
+
"objective_function_index": 92,
|
1390
|
+
"objective_function_target": null,
|
1391
|
+
"objective_function_group": null,
|
1392
|
+
"scaling_factor": null,
|
1297
1393
|
"display_name": "Window VLT",
|
1298
1394
|
"display_name_short": "Window VLT",
|
1299
1395
|
"metadata_id": null,
|
1300
1396
|
"name": "window_vlt.window_vlt_final",
|
1301
|
-
"units": "non-dim",
|
1302
1397
|
"visualize": true,
|
1303
1398
|
"export": true,
|
1304
|
-
"variable_type": "double"
|
1305
|
-
"objective_function": false,
|
1306
|
-
"objective_function_index": null,
|
1307
|
-
"objective_function_target": null,
|
1308
|
-
"scaling_factor": null
|
1399
|
+
"variable_type": "double"
|
1309
1400
|
}
|
1310
1401
|
],
|
1311
1402
|
"problem": {
|
1403
|
+
"analysis_type": "preflight",
|
1312
1404
|
"algorithm": {
|
1313
1405
|
"sample_method": "individual_variables",
|
1314
1406
|
"objective_functions": [
|
@@ -1318,32 +1410,43 @@
|
|
1318
1410
|
},
|
1319
1411
|
"workflow": [
|
1320
1412
|
{
|
1413
|
+
"name": "rotate_building_relative_to_current_orientation",
|
1414
|
+
"display_name": "Rotate Building Relative to Current Orientation",
|
1415
|
+
"measure_type": "RubyMeasure",
|
1321
1416
|
"measure_definition_class_name": "RotateBuilding",
|
1322
1417
|
"measure_definition_directory": "./measures/IncreaseInsulationRValueForRoofs",
|
1323
|
-
"
|
1324
|
-
"
|
1325
|
-
"
|
1326
|
-
"
|
1418
|
+
"measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs",
|
1419
|
+
"measure_definition_display_name": "Rotate Building Relative to Current Orientation",
|
1420
|
+
"measure_definition_name": "rotate_building_relative_to_current_orientation",
|
1421
|
+
"measure_definition_name_xml": null,
|
1422
|
+
"measure_definition_uuid": "d2b8bc0c-5370-4914-9f9b-e2f3bf0ccbc0",
|
1423
|
+
"measure_definition_version_uuid": "85d56741-68bf-4bfe-a94a-465f38966149",
|
1327
1424
|
"arguments": [
|
1328
1425
|
|
1329
1426
|
],
|
1330
|
-
"display_name": "Rotate Building Relative to Current Orientation",
|
1331
|
-
"name": "rotate_building_relative_to_current_orientation",
|
1332
1427
|
"variables": [
|
1333
1428
|
{
|
1334
1429
|
"argument": {
|
1335
1430
|
"display_name": "Orientation",
|
1336
1431
|
"display_name_short": "Orientation",
|
1337
1432
|
"name": "relative_building_rotation",
|
1338
|
-
"value_type": "double"
|
1433
|
+
"value_type": "double",
|
1434
|
+
"default_value": 0.0,
|
1435
|
+
"value": 0.0
|
1339
1436
|
},
|
1340
1437
|
"display_name": "Orientation",
|
1341
1438
|
"display_name_short": "Orientation",
|
1342
|
-
"
|
1439
|
+
"variable_type": "variable",
|
1440
|
+
"units": null,
|
1343
1441
|
"minimum": 0.0,
|
1344
|
-
"
|
1442
|
+
"maximum": 359.0,
|
1443
|
+
"relation_to_output": null,
|
1345
1444
|
"static_value": 0.0,
|
1445
|
+
"uuid": "2d3ffe0e-8758-4aee-80d8-fa21c2a12b70",
|
1446
|
+
"version_uuid": "b5bf6794-887d-4c38-a35f-022d61e392f2",
|
1447
|
+
"variable": true,
|
1346
1448
|
"uncertainty_description": {
|
1449
|
+
"type": "uniform_uncertain",
|
1347
1450
|
"attributes": [
|
1348
1451
|
{
|
1349
1452
|
"name": "lower_bounds",
|
@@ -1354,35 +1457,25 @@
|
|
1354
1457
|
"value": 359.0
|
1355
1458
|
},
|
1356
1459
|
{
|
1357
|
-
"name": "
|
1358
|
-
"value":
|
1460
|
+
"name": "modes",
|
1461
|
+
"value": 180.0
|
1359
1462
|
},
|
1360
1463
|
{
|
1361
1464
|
"name": "delta_x",
|
1362
1465
|
"value": null
|
1363
1466
|
},
|
1364
1467
|
{
|
1365
|
-
"name": "
|
1366
|
-
"value":
|
1468
|
+
"name": "stddev",
|
1469
|
+
"value": 59.833333333333336
|
1367
1470
|
}
|
1368
|
-
]
|
1369
|
-
"type": "uniform_uncertain"
|
1471
|
+
]
|
1370
1472
|
},
|
1371
|
-
"
|
1372
|
-
"value_type": "double",
|
1373
|
-
"variable": true,
|
1374
|
-
"variable_type": "RubyContinuousVariable",
|
1375
|
-
"uuid": "ed932014-2c4b-4f98-b404-145dcbee66cc",
|
1376
|
-
"version_uuid": "eb854b94-23f4-4e42-971b-0c6e8e76d3b0"
|
1473
|
+
"workflow_index": 0
|
1377
1474
|
}
|
1378
1475
|
],
|
1379
|
-
"workflow_index": 0
|
1380
|
-
"workflow_step_type": "Measure",
|
1381
|
-
"uuid": "4f1cc437-58a7-406e-9f9b-c453d5f333e5",
|
1382
|
-
"version_uuid": "0b43f0e1-603f-4560-a18c-52b5ea322bed"
|
1476
|
+
"workflow_index": 0
|
1383
1477
|
}
|
1384
|
-
]
|
1385
|
-
"analysis_type": "preflight"
|
1478
|
+
]
|
1386
1479
|
},
|
1387
1480
|
"seed": {
|
1388
1481
|
"file_type": "OSM",
|
@@ -1391,6 +1484,7 @@
|
|
1391
1484
|
"weather_file": {
|
1392
1485
|
"file_type": "EPW",
|
1393
1486
|
"path": "./weather/partial_weather.epw"
|
1394
|
-
}
|
1487
|
+
},
|
1488
|
+
"file_format_version": 1
|
1395
1489
|
}
|
1396
1490
|
}
|