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.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -0
  3. data/README.md +6 -1
  4. data/lib/openstudio-analysis.rb +4 -0
  5. data/lib/openstudio/analysis.rb +16 -0
  6. data/lib/openstudio/analysis/algorithm_attributes.rb +4 -0
  7. data/lib/openstudio/analysis/formulation.rb +115 -49
  8. data/lib/openstudio/analysis/server_api.rb +151 -12
  9. data/lib/openstudio/analysis/support_files.rb +21 -3
  10. data/lib/openstudio/analysis/translator/excel.rb +84 -299
  11. data/lib/openstudio/analysis/version.rb +1 -1
  12. data/lib/openstudio/analysis/workflow.rb +79 -33
  13. data/lib/openstudio/analysis/workflow_step.rb +165 -39
  14. data/lib/openstudio/helpers/string.rb +1 -1
  15. data/lib/openstudio/weather/epw.rb +193 -0
  16. data/spec/files/0_1_09_outputvars.xlsx +0 -0
  17. data/spec/files/0_1_09_setup_version_2.xlsx +0 -0
  18. data/spec/files/0_3_0_dynamic_uuids.xlsx +0 -0
  19. data/spec/files/0_3_0_outputs.xlsx +0 -0
  20. data/spec/files/0_3_3_short_names.xlsx +0 -0
  21. data/spec/files/0_3_5_multiple_measure_paths.xlsx +0 -0
  22. data/spec/files/0_3_7_unique_measure_names.xlsx +0 -0
  23. data/spec/files/0_3_7_worker_init_final.xlsx +0 -0
  24. data/spec/files/0_4_0_multiple_seeds.xlsx +0 -0
  25. data/spec/files/0_4_0_pivot_test.xlsx +0 -0
  26. data/spec/files/analysis/examples/medium_office_workflow.json +1298 -0
  27. data/spec/files/analysis/medium_office.json +666 -603
  28. data/spec/files/analysis/medium_office.zip +0 -0
  29. data/spec/files/analysis/name_goes_here.json +1752 -0
  30. data/spec/files/{export/analysis/small_seed.zip → analysis/name_goes_here.zip} +0 -0
  31. data/spec/files/export/analysis/0_1_09_outputvars.json +265 -230
  32. data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
  33. data/spec/files/export/analysis/{71bebb0a-34b7-404b-b430-0ee7dab962ff.json → 0_3_0_dynamic_uuids.json} +684 -590
  34. data/spec/files/export/analysis/{67e3ba4a-2660-41b6-a7c5-d4457a4275c4.zip → 0_3_0_dynamic_uuids.zip} +0 -0
  35. data/spec/files/export/analysis/0_3_0_outputs.json +684 -590
  36. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  37. data/spec/files/export/analysis/{5b5264db-a31e-4bab-931b-94101bd23b80.json → 0_3_3_short_names.json} +697 -622
  38. data/spec/files/export/analysis/{1d8d62bb-f058-4c38-893b-8eaa7ceea254.zip → 0_3_3_short_names.zip} +0 -0
  39. data/spec/files/export/analysis/{1d8d62bb-f058-4c38-893b-8eaa7ceea254.json → 0_3_5_multiple_measure_paths.json} +717 -602
  40. data/spec/files/export/analysis/{5b5264db-a31e-4bab-931b-94101bd23b80.zip → 0_3_5_multiple_measure_paths.zip} +0 -0
  41. data/spec/files/export/analysis/{67e3ba4a-2660-41b6-a7c5-d4457a4275c4.json → 0_3_7_worker_init_final.json} +708 -613
  42. data/spec/files/export/analysis/{71bebb0a-34b7-404b-b430-0ee7dab962ff.zip → 0_3_7_worker_init_final.zip} +0 -0
  43. data/spec/files/export/analysis/{0_1_11_discrete_variables.json → example_analysis.json} +279 -214
  44. data/spec/files/export/analysis/{0_1_11_discrete_variables.zip → example_analysis.zip} +0 -0
  45. data/spec/files/export/analysis/{discrete_lhs_example.json → lhs_discrete_and_continuous_variables.json} +549 -436
  46. data/spec/files/export/analysis/{discrete_lhs_example.zip → lhs_discrete_and_continuous_variables.zip} +0 -0
  47. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_f4a73fc4-0514-4033-b54d-d1c58c77c724.json +1298 -0
  48. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_f4a73fc4-0514-4033-b54d-d1c58c77c724.zip +0 -0
  49. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_model_-_1.json +1298 -0
  50. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_model_-_1.zip +0 -0
  51. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_something_else.json +1298 -0
  52. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_something_else.zip +0 -0
  53. data/spec/files/export/analysis/pivot_test.json +1323 -0
  54. data/spec/files/export/analysis/pivot_test.zip +0 -0
  55. data/spec/files/export/analysis/{0_2_0_template_simpletest.json → simple_test.json} +201 -178
  56. data/spec/files/export/analysis/{0_2_0_template_simpletest.zip → simple_test.zip} +0 -0
  57. data/spec/files/export/analysis/{0_1_12_discrete_dynamic_columns.json → test_model.json} +189 -167
  58. data/spec/files/export/analysis/{0_1_12_discrete_dynamic_columns.zip → test_model.zip} +0 -0
  59. data/spec/files/export/weather/weather_out.epw +32 -0
  60. data/spec/files/export/weather/weather_out_appended.epw +56 -0
  61. data/spec/files/export/workflow/analysis.json +0 -1
  62. data/spec/files/measures/reduce_space_infiltration_by_percentage/measure.rb +5 -0
  63. data/spec/files/measures/reduce_space_infiltration_by_percentage/measure.xml +1 -0
  64. data/spec/files/measures/rotate_building/measure.rb +5 -0
  65. data/spec/files/measures/rotate_building/measure.xml +1 -0
  66. data/spec/files/measures/set_window_to_wall_ratio_by_facade/measure.rb +5 -0
  67. data/spec/files/measures/set_window_to_wall_ratio_by_facade/measure.xml +1 -0
  68. data/spec/files/partial_weather.epw +32 -32
  69. data/spec/openstudio/excel_spec.rb +103 -69
  70. data/spec/openstudio/formulation_spec.rb +28 -14
  71. data/spec/openstudio/support_files_spec.rb +2 -2
  72. data/spec/openstudio/weather_spec.rb +45 -0
  73. data/spec/openstudio/workflow_spec.rb +2 -1
  74. data/spec/openstudio/workflow_step_spec.rb +24 -22
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Formulation.xml +59 -10
  76. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml +2 -2
  77. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +2 -2
  78. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +1 -1
  79. data/spec/reports/SPEC-OpenStudio-Analysis-SupportFiles.xml +6 -6
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +25 -7
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +18 -5
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +5 -8
  83. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +2 -2
  84. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +2 -2
  85. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +29 -12
  86. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +5 -5
  87. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +2 -2
  88. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +2 -2
  89. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +26 -9
  90. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +2 -2
  91. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +3 -7
  92. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +20 -9
  93. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +35 -10
  94. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.xml +47 -5
  95. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.xml +3 -6
  96. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +48 -10
  97. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.xml +48 -6
  98. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml +48 -8
  99. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.0.xml +55 -6
  100. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.xml +51 -8
  101. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-4-0-multiple-seed-models.xml +165 -0
  102. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-4-0-pivot-test.xml +60 -0
  103. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +1 -1
  104. data/spec/reports/SPEC-OpenStudio-Analysis-Workflow.xml +7 -7
  105. data/spec/reports/SPEC-OpenStudio-Analysis-WorkflowStep.xml +8 -14
  106. data/spec/reports/SPEC-OpenStudio-Weather-Epw.xml +9 -0
  107. metadata +97 -50
  108. data/spec/files/export/analysis/small_seed.json +0 -593
@@ -4,331 +4,353 @@
4
4
  "name": "lhs_discrete_and_continuous_variables",
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": "Site EUI",
9
15
  "metadata_id": "total_site_energy_intensity",
10
16
  "name": "standard_report_legacy.total_energy",
11
- "units": "MJ/m2",
12
17
  "visualize": true,
13
18
  "export": true,
14
- "variable_type": "double",
19
+ "variable_type": "double"
20
+ },
21
+ {
22
+ "units": "MJ/m2",
15
23
  "objective_function": true,
16
- "objective_function_index": 0,
24
+ "objective_function_index": 1,
17
25
  "objective_function_target": null,
26
+ "objective_function_group": 2,
18
27
  "scaling_factor": null,
19
- "objective_function_group": 1
20
- },
21
- {
22
28
  "display_name": "Total Source Energy Intensity",
23
29
  "display_name_short": "Source EUI",
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": null,
33
- "scaling_factor": null,
34
- "objective_function_group": 2
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": "NG EUI",
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": "Elec EUI",
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_reports.time_setpoint_not_met_during_occupied_cooling",
69
- "units": "hrs",
70
77
  "visualize": true,
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_reports.time_setpoint_not_met_during_occupied_heating",
83
- "units": "hrs",
84
92
  "visualize": true,
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_reports.time_setpoint_not_met_during_occupied_hours",
97
- "units": "hrs",
98
107
  "visualize": true,
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_reports.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
  ],
331
352
  "problem": {
353
+ "analysis_type": "lhs",
332
354
  "algorithm": {
333
355
  "sample_method": "all_variables",
334
356
  "number_of_samples": 5,
@@ -339,87 +361,106 @@
339
361
  },
340
362
  "workflow": [
341
363
  {
364
+ "name": "reduce_lighting_loads_by_percentage",
365
+ "display_name": "Reduce Lighting Loads by Percentage",
366
+ "measure_type": "RubyMeasure",
342
367
  "measure_definition_class_name": "ReduceLightingLoadsByPercentage",
343
368
  "measure_definition_directory": "./measures/SetThermostatSchedules",
344
- "measure_definition_display_name": "ReduceLightingLoadsByPercentage",
345
- "measure_definition_uuid": "e302d406-274b-4d34-a61b-b1b35c271c60",
346
- "measure_definition_version_uuid": "e2eca144-9807-4115-ac9b-9bd045a9e6b3",
347
- "measure_type": "RubyMeasure",
369
+ "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
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": "f9d0b5ce-fb30-4bdd-8e12-c62bef6d8050",
374
+ "measure_definition_version_uuid": "1e40c309-9cc1-43b3-beb9-b7973af08b52",
348
375
  "arguments": [
349
376
  {
350
377
  "display_name": "Apply the Measure to a Specific Space Type or to the Entire Model.",
351
378
  "display_name_short": "Apply the Measure to a Specific Space Type or to the Entire Model.",
352
379
  "name": "space_type",
353
- "value": "*Entire Building*",
354
- "value_type": "choice"
380
+ "value_type": "string",
381
+ "default_value": "*Entire Building*",
382
+ "value": "*Entire Building*"
355
383
  },
356
384
  {
357
385
  "display_name": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
358
386
  "display_name_short": "Increase in Material and Installation Cost for Lighting per Floor Area (%).",
359
387
  "name": "material_and_installation_cost",
360
- "value": 150.0,
361
- "value_type": "double"
388
+ "value_type": "double",
389
+ "default_value": 150.0,
390
+ "value": 150.0
362
391
  },
363
392
  {
364
393
  "display_name": "Increase in Demolition Costs for Lighting per Floor Area (%).",
365
394
  "display_name_short": "Increase in Demolition Costs for Lighting per Floor Area (%).",
366
395
  "name": "demolition_cost",
367
- "value": 0.0,
368
- "value_type": "double"
396
+ "value_type": "double",
397
+ "default_value": 0.0,
398
+ "value": 0.0
369
399
  },
370
400
  {
371
401
  "display_name": "Years Until Costs Start (whole years).",
372
402
  "display_name_short": "Years Until Costs Start (whole years).",
373
403
  "name": "years_until_costs_start",
374
- "value": 0,
375
- "value_type": "integer"
404
+ "value_type": "integer",
405
+ "default_value": 0,
406
+ "value": 0
376
407
  },
377
408
  {
378
409
  "display_name": "Demolition Costs Occur During Initial Construction?",
379
410
  "display_name_short": "Demolition Costs Occur During Initial Construction?",
380
411
  "name": "demo_cost_initial_const",
381
- "value": false,
382
- "value_type": "bool"
412
+ "value_type": "bool",
413
+ "default_value": false,
414
+ "value": false
383
415
  },
384
416
  {
385
417
  "display_name": "Expected Life (whole years).",
386
418
  "display_name_short": "Expected Life (whole years).",
387
419
  "name": "expected_life",
388
- "value": 15,
389
- "value_type": "integer"
420
+ "value_type": "integer",
421
+ "default_value": 15,
422
+ "value": 15
390
423
  },
391
424
  {
392
425
  "display_name": "Increase O & M Costs for Lighting per Floor Area (%).",
393
426
  "display_name_short": "Increase O & M Costs for Lighting per Floor Area (%).",
394
427
  "name": "om_cost",
395
- "value": 0.0,
396
- "value_type": "double"
428
+ "value_type": "double",
429
+ "default_value": 0.0,
430
+ "value": 0.0
397
431
  },
398
432
  {
399
433
  "display_name": "O & M Frequency (whole years).",
400
434
  "display_name_short": "O & M Frequency (whole years).",
401
435
  "name": "om_frequency",
402
- "value": 1,
403
- "value_type": "integer"
436
+ "value_type": "integer",
437
+ "default_value": 1,
438
+ "value": 1
404
439
  }
405
440
  ],
406
- "display_name": "Reduce Lighting Loads by Percentage",
407
- "name": "reduce_lighting_loads_by_percentage",
408
441
  "variables": [
409
442
  {
410
443
  "argument": {
411
444
  "display_name": "LPD Reduction",
412
445
  "display_name_short": "LPD Reduction",
413
446
  "name": "lighting_power_reduction_percent",
414
- "value_type": "double"
447
+ "value_type": "double",
448
+ "default_value": 0.0,
449
+ "value": 0.0
415
450
  },
416
451
  "display_name": "LPD Reduction",
417
452
  "display_name_short": "LPD Reduction",
418
- "maximum": 70.0,
453
+ "variable_type": "variable",
454
+ "units": null,
419
455
  "minimum": 0.0,
420
- "relation_to_output": "",
456
+ "maximum": 70.0,
457
+ "relation_to_output": null,
421
458
  "static_value": 0.0,
459
+ "uuid": "02b10a85-89ad-459a-9160-614e50f1e258",
460
+ "version_uuid": "f6f59ce9-e941-431e-8e83-5cf4f4a7c06e",
461
+ "variable": true,
422
462
  "uncertainty_description": {
463
+ "type": "triangle_uncertain",
423
464
  "attributes": [
424
465
  {
425
466
  "name": "lower_bounds",
@@ -430,60 +471,62 @@
430
471
  "value": 70.0
431
472
  },
432
473
  {
433
- "name": "stddev",
434
- "value": 11.66666667
474
+ "name": "modes",
475
+ "value": 20.0
435
476
  },
436
477
  {
437
478
  "name": "delta_x",
438
479
  "value": 5.0
439
480
  },
440
481
  {
441
- "name": "modes",
442
- "value": 20.0
482
+ "name": "stddev",
483
+ "value": 11.66666667
443
484
  }
444
- ],
445
- "type": "triangle_uncertain"
485
+ ]
446
486
  },
447
- "units": "",
448
- "value_type": "double",
449
- "variable": true,
450
- "variable_type": "RubyContinuousVariable",
451
- "uuid": "c6d7f2bd-d03b-4472-afbb-e12d633481b7",
452
- "version_uuid": "3c2d2fdc-93f8-48b1-b16f-1db82c7aa2dc"
487
+ "workflow_index": 0
453
488
  }
454
489
  ],
455
- "workflow_index": 0,
456
- "workflow_step_type": "Measure",
457
- "uuid": "fc859b5f-d5d6-4404-b740-084df11e0bf0",
458
- "version_uuid": "cd64d2b5-0b39-4f0d-a5f8-583bf9c417c9"
490
+ "workflow_index": 0
459
491
  },
460
492
  {
493
+ "name": "rotate_building_relative_to_current_orientation",
494
+ "display_name": "Rotate Building Relative to Current Orientation",
495
+ "measure_type": "RubyMeasure",
461
496
  "measure_definition_class_name": "RotateBuilding",
462
497
  "measure_definition_directory": "./measures/SetThermostatSchedules",
463
- "measure_definition_display_name": "RotateBuilding",
464
- "measure_definition_uuid": "03b83196-3daf-440a-9ea7-c737e3da649b",
465
- "measure_definition_version_uuid": "ff03c132-abf4-4686-a011-c629f47265d0",
466
- "measure_type": "RubyMeasure",
498
+ "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
499
+ "measure_definition_display_name": "Rotate Building Relative to Current Orientation",
500
+ "measure_definition_name": "rotate_building_relative_to_current_orientation",
501
+ "measure_definition_name_xml": null,
502
+ "measure_definition_uuid": "ae9e2610-93e0-4388-b541-2161cba90a71",
503
+ "measure_definition_version_uuid": "bfcbf501-b8aa-4670-8571-8e31c21fd0ca",
467
504
  "arguments": [
468
505
 
469
506
  ],
470
- "display_name": "Rotate Building Relative to Current Orientation",
471
- "name": "rotate_building_relative_to_current_orientation",
472
507
  "variables": [
473
508
  {
474
509
  "argument": {
475
510
  "display_name": "Rotation",
476
511
  "display_name_short": "Rotation",
477
512
  "name": "relative_building_rotation",
478
- "value_type": "double"
513
+ "value_type": "double",
514
+ "default_value": 0.0,
515
+ "value": 0.0
479
516
  },
480
517
  "display_name": "Rotation",
481
518
  "display_name_short": "Rotation",
482
- "maximum": 359.0,
519
+ "variable_type": "variable",
520
+ "units": null,
483
521
  "minimum": 0.0,
484
- "relation_to_output": "",
522
+ "maximum": 359.0,
523
+ "relation_to_output": null,
485
524
  "static_value": 0.0,
525
+ "uuid": "55672847-a401-4b94-9066-a0471a7dc358",
526
+ "version_uuid": "4ce22500-88dc-4f62-940d-f2b48e2a00af",
527
+ "variable": true,
486
528
  "uncertainty_description": {
529
+ "type": "uniform_uncertain",
487
530
  "attributes": [
488
531
  {
489
532
  "name": "lower_bounds",
@@ -494,80 +537,85 @@
494
537
  "value": 359.0
495
538
  },
496
539
  {
497
- "name": "stddev",
498
- "value": 59.83333333
540
+ "name": "modes",
541
+ "value": 180.0
499
542
  },
500
543
  {
501
544
  "name": "delta_x",
502
545
  "value": null
503
546
  },
504
547
  {
505
- "name": "modes",
506
- "value": 180.0
548
+ "name": "stddev",
549
+ "value": 59.83333333
507
550
  }
508
- ],
509
- "type": "uniform_uncertain"
551
+ ]
510
552
  },
511
- "units": "",
512
- "value_type": "double",
513
- "variable": true,
514
- "variable_type": "RubyContinuousVariable",
515
- "uuid": "1366f576-7ad2-4d38-a73b-671d4a69316b",
516
- "version_uuid": "605a9529-6679-4fba-aac7-8e449fd57a0c"
553
+ "workflow_index": 0
517
554
  }
518
555
  ],
519
- "workflow_index": 1,
520
- "workflow_step_type": "Measure",
521
- "uuid": "1091faac-5928-4f50-8e38-c53d86a5db96",
522
- "version_uuid": "3167480a-3fc8-4bc4-a90c-6105de631604"
556
+ "workflow_index": 1
523
557
  },
524
558
  {
559
+ "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
560
+ "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
561
+ "measure_type": "RubyMeasure",
525
562
  "measure_definition_class_name": "IncreaseInsulationRValueForExteriorWalls",
526
563
  "measure_definition_directory": "./measures/SetThermostatSchedules",
527
- "measure_definition_display_name": "IncreaseInsulationRValueForExteriorWalls",
528
- "measure_definition_uuid": "f870a42b-b673-4014-a0cb-18c11313851e",
529
- "measure_definition_version_uuid": "fcb817c1-8f70-41a2-b2a8-343952455e2b",
530
- "measure_type": "RubyMeasure",
564
+ "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
565
+ "measure_definition_display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
566
+ "measure_definition_name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
567
+ "measure_definition_name_xml": null,
568
+ "measure_definition_uuid": "5a317aa7-54f2-4355-b934-208e556e36b1",
569
+ "measure_definition_version_uuid": "3904fdb7-145f-4862-884c-927aed325aa0",
531
570
  "arguments": [
532
571
  {
533
572
  "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
534
573
  "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
535
574
  "name": "material_cost_increase_ip",
536
- "value": 0.0,
537
- "value_type": "double"
575
+ "value_type": "double",
576
+ "default_value": 0.0,
577
+ "value": 0.0
538
578
  },
539
579
  {
540
580
  "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
541
581
  "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
542
582
  "name": "one_time_retrofit_cost_ip",
543
- "value": 0.0,
544
- "value_type": "double"
583
+ "value_type": "double",
584
+ "default_value": 0.0,
585
+ "value": 0.0
545
586
  },
546
587
  {
547
588
  "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
548
589
  "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
549
590
  "name": "years_until_retrofit_cost",
550
- "value": 0,
551
- "value_type": "integer"
591
+ "value_type": "integer",
592
+ "default_value": 0,
593
+ "value": 0
552
594
  }
553
595
  ],
554
- "display_name": "Set R-value of Insulation for Exterior Walls to a Specific Value",
555
- "name": "set_r_value_of_insulation_for_exterior_walls_to_a_specific_value",
556
596
  "variables": [
557
597
  {
558
598
  "argument": {
559
599
  "display_name": "Wall R-Value",
560
600
  "display_name_short": "Wall R-Value",
561
601
  "name": "r_value",
562
- "value_type": "double"
602
+ "value_type": "double",
603
+ "default_value": 13.0,
604
+ "value": 13.0
563
605
  },
564
606
  "display_name": "Wall R-Value",
565
607
  "display_name_short": "Wall R-Value",
566
- "maximum": 50.0,
608
+ "variable_type": "variable",
609
+ "units": null,
567
610
  "minimum": 0.0,
568
- "relation_to_output": "",
611
+ "maximum": 50.0,
612
+ "relation_to_output": null,
569
613
  "static_value": 13.0,
614
+ "uuid": "2425614d-5c9d-4895-9395-d1b5212075c2",
615
+ "version_uuid": "1d9cce42-1086-4df8-9509-59481cf05750",
616
+ "variable": true,
570
617
  "uncertainty_description": {
618
+ "type": "normal_uncertain",
571
619
  "attributes": [
572
620
  {
573
621
  "name": "lower_bounds",
@@ -578,80 +626,85 @@
578
626
  "value": 50.0
579
627
  },
580
628
  {
581
- "name": "stddev",
582
- "value": 8.333333333
629
+ "name": "modes",
630
+ "value": 25.0
583
631
  },
584
632
  {
585
633
  "name": "delta_x",
586
634
  "value": null
587
635
  },
588
636
  {
589
- "name": "modes",
590
- "value": 25.0
637
+ "name": "stddev",
638
+ "value": 8.333333333
591
639
  }
592
- ],
593
- "type": "normal_uncertain"
640
+ ]
594
641
  },
595
- "units": "",
596
- "value_type": "double",
597
- "variable": true,
598
- "variable_type": "RubyContinuousVariable",
599
- "uuid": "dcb946bb-e63b-4b52-8f74-636708a6cf4b",
600
- "version_uuid": "2c261cb7-c2a3-4d0e-85cb-fc062570aa53"
642
+ "workflow_index": 0
601
643
  }
602
644
  ],
603
- "workflow_index": 2,
604
- "workflow_step_type": "Measure",
605
- "uuid": "ddc42166-2ab3-41fe-9c66-32668ed64517",
606
- "version_uuid": "cc56580a-e7ad-46bb-980d-f7bfabfb34c7"
645
+ "workflow_index": 2
607
646
  },
608
647
  {
648
+ "name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
649
+ "display_name": "Set R-value of Insulation for Roofs to a Specific Value",
650
+ "measure_type": "RubyMeasure",
609
651
  "measure_definition_class_name": "IncreaseInsulationRValueForRoofs",
610
652
  "measure_definition_directory": "./measures/SetThermostatSchedules",
611
- "measure_definition_display_name": "IncreaseInsulationRValueForRoofs",
612
- "measure_definition_uuid": "d3b30d89-20e2-4d4c-9ade-2b6e760d2b04",
613
- "measure_definition_version_uuid": "7dc550b7-f769-4276-bab3-18c07013863c",
614
- "measure_type": "RubyMeasure",
653
+ "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
654
+ "measure_definition_display_name": "Set R-value of Insulation for Roofs to a Specific Value",
655
+ "measure_definition_name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
656
+ "measure_definition_name_xml": null,
657
+ "measure_definition_uuid": "3d9ccca5-1786-444f-85f8-77c7afd3fbfc",
658
+ "measure_definition_version_uuid": "b7700680-7731-48fe-8d3d-badceae8aa42",
615
659
  "arguments": [
616
660
  {
617
661
  "display_name": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
618
662
  "display_name_short": "Increase in Material and Installation Costs for Construction per Area Used ($/ft^2).",
619
663
  "name": "material_cost_increase_ip",
620
- "value": 0.0,
621
- "value_type": "double"
664
+ "value_type": "double",
665
+ "default_value": 0.0,
666
+ "value": 0.0
622
667
  },
623
668
  {
624
669
  "display_name": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
625
670
  "display_name_short": "One Time Retrofit Cost to Add Insulation to Construction ($/ft^2).",
626
671
  "name": "one_time_retrofit_cost_ip",
627
- "value": 0.0,
628
- "value_type": "double"
672
+ "value_type": "double",
673
+ "default_value": 0.0,
674
+ "value": 0.0
629
675
  },
630
676
  {
631
677
  "display_name": "Year to Incur One Time Retrofit Cost (whole years).",
632
678
  "display_name_short": "Year to Incur One Time Retrofit Cost (whole years).",
633
679
  "name": "years_until_retrofit_cost",
634
- "value": 0,
635
- "value_type": "integer"
680
+ "value_type": "integer",
681
+ "default_value": 0,
682
+ "value": 0
636
683
  }
637
684
  ],
638
- "display_name": "Set R-value of Insulation for Roofs to a Specific Value",
639
- "name": "set_r_value_of_insulation_for_roofs_to_a_specific_value",
640
685
  "variables": [
641
686
  {
642
687
  "argument": {
643
688
  "display_name": "Roof R-Value",
644
689
  "display_name_short": "Roof R-Value",
645
690
  "name": "r_value",
646
- "value_type": "double"
691
+ "value_type": "double",
692
+ "default_value": 10.0,
693
+ "value": 10.0
647
694
  },
648
695
  "display_name": "Roof R-Value",
649
696
  "display_name_short": "Roof R-Value",
650
- "maximum": 80.0,
697
+ "variable_type": "variable",
698
+ "units": null,
651
699
  "minimum": 10.0,
652
- "relation_to_output": "",
700
+ "maximum": 80.0,
701
+ "relation_to_output": null,
653
702
  "static_value": 10.0,
703
+ "uuid": "35a9890f-1ac4-44aa-9a31-d3876855aed2",
704
+ "version_uuid": "c458e8e9-2ef0-410d-9540-d21eb74131de",
705
+ "variable": true,
654
706
  "uncertainty_description": {
707
+ "type": "discrete_uncertain",
655
708
  "attributes": [
656
709
  {
657
710
  "name": "discrete",
@@ -685,63 +738,75 @@
685
738
  {
686
739
  "name": "modes",
687
740
  "value": 50.0
741
+ },
742
+ {
743
+ "name": "delta_x",
744
+ "value": null
745
+ },
746
+ {
747
+ "name": "stddev",
748
+ "value": 10.0
688
749
  }
689
- ],
690
- "type": "discrete_uncertain"
750
+ ]
691
751
  },
692
- "units": "",
693
- "value_type": "double",
694
- "variable": true,
695
- "variable_type": "RubyContinuousVariable",
696
- "uuid": "9993cfc2-91ae-433e-9e5d-45487ae1f2d4",
697
- "version_uuid": "25dbb690-797e-4e92-8aab-c2bb2e9046ba"
752
+ "workflow_index": 0
698
753
  }
699
754
  ],
700
- "workflow_index": 3,
701
- "workflow_step_type": "Measure",
702
- "uuid": "6323b397-c9a8-4760-a43a-f5ebf5573dae",
703
- "version_uuid": "7c6f8e5e-b84b-43c4-a59d-c9a19062c08d"
755
+ "workflow_index": 3
704
756
  },
705
757
  {
758
+ "name": "window_to_wall_ratio_south",
759
+ "display_name": "Window to Wall Ratio South",
760
+ "measure_type": "RubyMeasure",
706
761
  "measure_definition_class_name": "SetWindowToWallRatioByFacade",
707
762
  "measure_definition_directory": "./measures/SetThermostatSchedules",
708
- "measure_definition_display_name": "SetWindowToWallRatioByFacade",
709
- "measure_definition_uuid": "00dfb3ac-33c0-49f2-bb7b-c71f4e061580",
710
- "measure_definition_version_uuid": "006c2a56-d872-4155-a557-edaabb0db48f",
711
- "measure_type": "RubyMeasure",
763
+ "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
764
+ "measure_definition_display_name": "Window to Wall Ratio South",
765
+ "measure_definition_name": "window_to_wall_ratio_south",
766
+ "measure_definition_name_xml": null,
767
+ "measure_definition_uuid": "12e72c76-40cb-4537-bc48-cefb3e654506",
768
+ "measure_definition_version_uuid": "9e832c6f-30e0-4729-944e-9be73d8167ea",
712
769
  "arguments": [
713
770
  {
714
771
  "display_name": "Sill Height (in).",
715
772
  "display_name_short": "Sill Height (in).",
716
773
  "name": "sillHeight",
717
- "value": 30.0,
718
- "value_type": "double"
774
+ "value_type": "double",
775
+ "default_value": 30.0,
776
+ "value": 30.0
719
777
  },
720
778
  {
721
779
  "display_name": "Cardinal Direction.",
722
780
  "display_name_short": "Cardinal Direction.",
723
781
  "name": "facade",
724
- "value": "South",
725
- "value_type": "choice"
782
+ "value_type": "string",
783
+ "default_value": "South",
784
+ "value": "South"
726
785
  }
727
786
  ],
728
- "display_name": "Window to Wall Ratio South",
729
- "name": "window_to_wall_ratio_south",
730
787
  "variables": [
731
788
  {
732
789
  "argument": {
733
790
  "display_name": "South WWR",
734
791
  "display_name_short": "South WWR",
735
792
  "name": "wwr",
736
- "value_type": "double"
793
+ "value_type": "double",
794
+ "default_value": 0.4,
795
+ "value": 0.4
737
796
  },
738
797
  "display_name": "South WWR",
739
798
  "display_name_short": "South WWR",
740
- "maximum": 0.95,
799
+ "variable_type": "variable",
800
+ "units": null,
741
801
  "minimum": 0.05,
742
- "relation_to_output": "",
802
+ "maximum": 0.95,
803
+ "relation_to_output": null,
743
804
  "static_value": 0.4,
805
+ "uuid": "568cf664-3ac4-4507-a8ea-faaed14500c4",
806
+ "version_uuid": "cb0ff149-9425-42c4-85b2-83174bdb920e",
807
+ "variable": true,
744
808
  "uncertainty_description": {
809
+ "type": "triangle_uncertain",
745
810
  "attributes": [
746
811
  {
747
812
  "name": "lower_bounds",
@@ -752,73 +817,77 @@
752
817
  "value": 0.95
753
818
  },
754
819
  {
755
- "name": "stddev",
756
- "value": 0.15
820
+ "name": "modes",
821
+ "value": 0.4
757
822
  },
758
823
  {
759
824
  "name": "delta_x",
760
825
  "value": null
761
826
  },
762
827
  {
763
- "name": "modes",
764
- "value": 0.4
828
+ "name": "stddev",
829
+ "value": 0.15
765
830
  }
766
- ],
767
- "type": "triangle_uncertain"
831
+ ]
768
832
  },
769
- "units": "",
770
- "value_type": "double",
771
- "variable": true,
772
- "variable_type": "RubyContinuousVariable",
773
- "uuid": "2f25acd0-15f7-4e38-9dcc-6b173ada31e8",
774
- "version_uuid": "55f0f502-438d-44ed-a719-2e720ac2ce98"
833
+ "workflow_index": 0
775
834
  }
776
835
  ],
777
- "workflow_index": 4,
778
- "workflow_step_type": "Measure",
779
- "uuid": "dfc12c86-523d-456d-98e3-ed6f53155edb",
780
- "version_uuid": "ef5945ce-e5d4-43e8-a599-e2eae5a30f6e"
836
+ "workflow_index": 4
781
837
  },
782
838
  {
839
+ "name": "window_to_wall_ratio_west",
840
+ "display_name": "Window to Wall Ratio West",
841
+ "measure_type": "RubyMeasure",
783
842
  "measure_definition_class_name": "SetWindowToWallRatioByFacade",
784
843
  "measure_definition_directory": "./measures/SetThermostatSchedules",
785
- "measure_definition_display_name": "SetWindowToWallRatioByFacade",
786
- "measure_definition_uuid": "5ffd22e7-1995-4874-a870-5739206fdfbd",
787
- "measure_definition_version_uuid": "54c59c5d-eb5c-48b9-a42a-bd8f3e9910f5",
788
- "measure_type": "RubyMeasure",
844
+ "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
845
+ "measure_definition_display_name": "Window to Wall Ratio West",
846
+ "measure_definition_name": "window_to_wall_ratio_west",
847
+ "measure_definition_name_xml": null,
848
+ "measure_definition_uuid": "27265d0c-073b-4c0e-82fd-45d3613067ea",
849
+ "measure_definition_version_uuid": "36e3f07c-48b7-4b33-bb47-0af79ee9347c",
789
850
  "arguments": [
790
851
  {
791
852
  "display_name": "Sill Height (in).",
792
853
  "display_name_short": "Sill Height (in).",
793
854
  "name": "sillHeight",
794
- "value": 30.0,
795
- "value_type": "double"
855
+ "value_type": "double",
856
+ "default_value": 30.0,
857
+ "value": 30.0
796
858
  },
797
859
  {
798
860
  "display_name": "Cardinal Direction.",
799
861
  "display_name_short": "Cardinal Direction.",
800
862
  "name": "facade",
801
- "value": "West",
802
- "value_type": "choice"
863
+ "value_type": "string",
864
+ "default_value": "West",
865
+ "value": "West"
803
866
  }
804
867
  ],
805
- "display_name": "Window to Wall Ratio West",
806
- "name": "window_to_wall_ratio_west",
807
868
  "variables": [
808
869
  {
809
870
  "argument": {
810
871
  "display_name": "West WWR",
811
872
  "display_name_short": "West WWR",
812
873
  "name": "wwr",
813
- "value_type": "double"
874
+ "value_type": "double",
875
+ "default_value": 0.4,
876
+ "value": 0.4
814
877
  },
815
878
  "display_name": "West WWR",
816
879
  "display_name_short": "West WWR",
817
- "maximum": 0.95,
880
+ "variable_type": "variable",
881
+ "units": null,
818
882
  "minimum": 0.05,
819
- "relation_to_output": "",
883
+ "maximum": 0.95,
884
+ "relation_to_output": null,
820
885
  "static_value": 0.4,
886
+ "uuid": "73b1af0d-d7f5-4aee-a7fb-975786a5f7e5",
887
+ "version_uuid": "b56bda14-5f19-4d54-a0d4-031af8ddb64b",
888
+ "variable": true,
821
889
  "uncertainty_description": {
890
+ "type": "triangle_uncertain",
822
891
  "attributes": [
823
892
  {
824
893
  "name": "lower_bounds",
@@ -829,73 +898,77 @@
829
898
  "value": 0.95
830
899
  },
831
900
  {
832
- "name": "stddev",
833
- "value": 0.15
901
+ "name": "modes",
902
+ "value": 0.4
834
903
  },
835
904
  {
836
905
  "name": "delta_x",
837
906
  "value": null
838
907
  },
839
908
  {
840
- "name": "modes",
841
- "value": 0.4
909
+ "name": "stddev",
910
+ "value": 0.15
842
911
  }
843
- ],
844
- "type": "triangle_uncertain"
912
+ ]
845
913
  },
846
- "units": "",
847
- "value_type": "double",
848
- "variable": true,
849
- "variable_type": "RubyContinuousVariable",
850
- "uuid": "534dbab4-872d-4ee2-983d-80a62cb8c7b0",
851
- "version_uuid": "2fb4c703-70d4-486b-825b-071e2b761a26"
914
+ "workflow_index": 0
852
915
  }
853
916
  ],
854
- "workflow_index": 5,
855
- "workflow_step_type": "Measure",
856
- "uuid": "404ba16d-e9fc-42c8-932a-00ff12f5fe6e",
857
- "version_uuid": "ee75f591-dd3d-4394-85fe-f28a86033baa"
917
+ "workflow_index": 5
858
918
  },
859
919
  {
920
+ "name": "window_to_wall_ratio_east",
921
+ "display_name": "Window to Wall Ratio East",
922
+ "measure_type": "RubyMeasure",
860
923
  "measure_definition_class_name": "SetWindowToWallRatioByFacade",
861
924
  "measure_definition_directory": "./measures/SetThermostatSchedules",
862
- "measure_definition_display_name": "SetWindowToWallRatioByFacade",
863
- "measure_definition_uuid": "da0d4fd8-776c-4c62-8a05-76dc6c65188f",
864
- "measure_definition_version_uuid": "d224abf7-83b3-4c5b-bff2-f45e8a0e41ed",
865
- "measure_type": "RubyMeasure",
925
+ "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
926
+ "measure_definition_display_name": "Window to Wall Ratio East",
927
+ "measure_definition_name": "window_to_wall_ratio_east",
928
+ "measure_definition_name_xml": null,
929
+ "measure_definition_uuid": "3a27abdf-685a-40c0-b61b-7f33c2b05cc9",
930
+ "measure_definition_version_uuid": "1a12270f-162b-4497-b297-29c01f16a04d",
866
931
  "arguments": [
867
932
  {
868
933
  "display_name": "Sill Height (in).",
869
934
  "display_name_short": "Sill Height (in).",
870
935
  "name": "sillHeight",
871
- "value": 30.0,
872
- "value_type": "double"
936
+ "value_type": "double",
937
+ "default_value": 30.0,
938
+ "value": 30.0
873
939
  },
874
940
  {
875
941
  "display_name": "Cardinal Direction.",
876
942
  "display_name_short": "Cardinal Direction.",
877
943
  "name": "facade",
878
- "value": "East",
879
- "value_type": "choice"
944
+ "value_type": "string",
945
+ "default_value": "East",
946
+ "value": "East"
880
947
  }
881
948
  ],
882
- "display_name": "Window to Wall Ratio East",
883
- "name": "window_to_wall_ratio_east",
884
949
  "variables": [
885
950
  {
886
951
  "argument": {
887
952
  "display_name": "East WWR",
888
953
  "display_name_short": "East WWR",
889
954
  "name": "wwr",
890
- "value_type": "double"
955
+ "value_type": "double",
956
+ "default_value": 0.4,
957
+ "value": 0.4
891
958
  },
892
959
  "display_name": "East WWR",
893
960
  "display_name_short": "East WWR",
894
- "maximum": 0.95,
961
+ "variable_type": "variable",
962
+ "units": null,
895
963
  "minimum": 0.05,
896
- "relation_to_output": "",
964
+ "maximum": 0.95,
965
+ "relation_to_output": null,
897
966
  "static_value": 0.4,
967
+ "uuid": "d95e762f-7b55-40c4-af95-64d2953b9be7",
968
+ "version_uuid": "8967294d-2375-4c12-a044-a95b564e8972",
969
+ "variable": true,
898
970
  "uncertainty_description": {
971
+ "type": "triangle_uncertain",
899
972
  "attributes": [
900
973
  {
901
974
  "name": "lower_bounds",
@@ -906,88 +979,104 @@
906
979
  "value": 0.95
907
980
  },
908
981
  {
909
- "name": "stddev",
910
- "value": 0.15
982
+ "name": "modes",
983
+ "value": 0.4
911
984
  },
912
985
  {
913
986
  "name": "delta_x",
914
987
  "value": null
915
988
  },
916
989
  {
917
- "name": "modes",
918
- "value": 0.4
990
+ "name": "stddev",
991
+ "value": 0.15
919
992
  }
920
- ],
921
- "type": "triangle_uncertain"
993
+ ]
922
994
  },
923
- "units": "",
924
- "value_type": "double",
925
- "variable": true,
926
- "variable_type": "RubyContinuousVariable",
927
- "uuid": "d4a67832-7804-48db-b7b9-b9a46e4c79eb",
928
- "version_uuid": "b5cf17b3-8477-4bf7-83c7-7a0e47332ae4"
995
+ "workflow_index": 0
929
996
  }
930
997
  ],
931
- "workflow_index": 6,
932
- "workflow_step_type": "Measure",
933
- "uuid": "99167189-2c13-450e-9ec8-27132217c2ae",
934
- "version_uuid": "476ee5a5-7df4-418f-8c4c-6eb0d4987f7e"
998
+ "workflow_index": 6
935
999
  },
936
1000
  {
1001
+ "name": "overhangs_pf_south",
1002
+ "display_name": "Overhangs PF South",
1003
+ "measure_type": "RubyMeasure",
937
1004
  "measure_definition_class_name": "AddOverhangsByProjectionFactor",
938
1005
  "measure_definition_directory": "./measures/SetThermostatSchedules",
939
- "measure_definition_display_name": "AddOverhangsByProjectionFactor",
940
- "measure_definition_uuid": "dd814433-6d21-41ad-b653-64d3d4dade91",
941
- "measure_definition_version_uuid": "df0b5ad7-8232-4cc2-b67d-8b0c582a361f",
942
- "measure_type": "RubyMeasure",
1006
+ "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
1007
+ "measure_definition_display_name": "Overhangs PF South",
1008
+ "measure_definition_name": "overhangs_pf_south",
1009
+ "measure_definition_name_xml": null,
1010
+ "measure_definition_uuid": "1f2cde0d-a887-456f-bcb0-bad38d6be5ee",
1011
+ "measure_definition_version_uuid": "385ea348-44db-4ce8-9108-8160b776d6cf",
943
1012
  "arguments": [
944
1013
  {
945
1014
  "display_name": "Cardinal Direction",
946
1015
  "display_name_short": "Cardinal Direction",
947
1016
  "name": "facade",
948
- "value": "South",
949
- "value_type": "choice"
1017
+ "value_type": "string",
1018
+ "default_value": "South",
1019
+ "value": "South"
950
1020
  },
951
1021
  {
952
1022
  "display_name": "Remove Existing Space Shading Surfaces From the Model?",
953
1023
  "display_name_short": "Remove Existing Space Shading Surfaces From the Model?",
954
1024
  "name": "remove_ext_space_shading",
955
- "value": false,
956
- "value_type": "bool"
1025
+ "value_type": "bool",
1026
+ "default_value": false,
1027
+ "value": false
1028
+ },
1029
+ {
1030
+ "display_name": "Optionally Choose a Construction for the Overhangs.",
1031
+ "display_name_short": "Optionally Choose a Construction for the Overhangs.",
1032
+ "name": "construction",
1033
+ "value_type": "string",
1034
+ "default_value": null,
1035
+ "value": null
957
1036
  }
958
1037
  ],
959
- "display_name": "Overhangs PF South",
960
- "name": "overhangs_pf_south",
961
1038
  "variables": [
962
1039
  {
963
1040
  "argument": {
964
1041
  "display_name": "South Projection Factor",
965
1042
  "display_name_short": "South PF",
966
1043
  "name": "projection_factor",
967
- "value_type": "integer"
1044
+ "value_type": "integer",
1045
+ "default_value": 0,
1046
+ "value": 0
968
1047
  },
969
1048
  "display_name": "South Projection Factor",
970
1049
  "display_name_short": "South PF",
971
- "maximum": 10,
1050
+ "variable_type": "variable",
1051
+ "units": null,
972
1052
  "minimum": 0,
973
- "relation_to_output": "",
1053
+ "maximum": 10,
1054
+ "relation_to_output": null,
974
1055
  "static_value": 0,
1056
+ "uuid": "45d81f45-021f-4ff5-b9b9-a04875a5fab7",
1057
+ "version_uuid": "1265016f-9be1-4bba-8702-f5b2ca5b38e0",
1058
+ "variable": true,
975
1059
  "uncertainty_description": {
1060
+ "type": "discrete_uncertain",
976
1061
  "attributes": [
977
1062
  {
978
1063
  "name": "discrete",
979
1064
  "values_and_weights": [
980
1065
  {
981
- "value": 1
1066
+ "value": 1,
1067
+ "weight": 0.25
982
1068
  },
983
1069
  {
984
- "value": 2
1070
+ "value": 2,
1071
+ "weight": 0.25
985
1072
  },
986
1073
  {
987
- "value": 3
1074
+ "value": 3,
1075
+ "weight": 0.25
988
1076
  },
989
1077
  {
990
- "value": 4
1078
+ "value": 4,
1079
+ "weight": 0.25
991
1080
  }
992
1081
  ]
993
1082
  },
@@ -1002,56 +1091,75 @@
1002
1091
  {
1003
1092
  "name": "modes",
1004
1093
  "value": 5
1094
+ },
1095
+ {
1096
+ "name": "delta_x",
1097
+ "value": null
1098
+ },
1099
+ {
1100
+ "name": "stddev",
1101
+ "value": 1
1005
1102
  }
1006
- ],
1007
- "type": "discrete_uncertain"
1103
+ ]
1008
1104
  },
1009
- "units": "",
1010
- "value_type": "integer",
1011
- "variable": true,
1012
- "variable_type": "RubyContinuousVariable",
1013
- "uuid": "72e87dda-1150-4a4e-8b4f-6d7860cccdf7",
1014
- "version_uuid": "68c57984-23b7-4054-b6d6-559af2b998a7"
1105
+ "workflow_index": 0
1015
1106
  }
1016
1107
  ],
1017
- "workflow_index": 7,
1018
- "workflow_step_type": "Measure",
1019
- "uuid": "3194028d-571c-421f-9060-85795fba32c2",
1020
- "version_uuid": "a5c278ac-c992-4464-a6ab-20e26b5d3b19"
1108
+ "workflow_index": 7
1021
1109
  },
1022
1110
  {
1111
+ "name": "overhangs_pf_east",
1112
+ "display_name": "Overhangs PF East",
1113
+ "measure_type": "RubyMeasure",
1023
1114
  "measure_definition_class_name": "AddOverhangsByProjectionFactor",
1024
1115
  "measure_definition_directory": "./measures/SetThermostatSchedules",
1025
- "measure_definition_display_name": "AddOverhangsByProjectionFactor",
1026
- "measure_definition_uuid": "d448b701-c545-42a9-9461-870339a3c613",
1027
- "measure_definition_version_uuid": "c1d13355-c90f-4270-9a31-4c686ab14bb1",
1028
- "measure_type": "RubyMeasure",
1116
+ "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
1117
+ "measure_definition_display_name": "Overhangs PF East",
1118
+ "measure_definition_name": "overhangs_pf_east",
1119
+ "measure_definition_name_xml": null,
1120
+ "measure_definition_uuid": "c77f8102-3bff-400b-bdf0-a951e8a5d682",
1121
+ "measure_definition_version_uuid": "a9088906-f7a1-41e3-8c0f-f3aba6363ca3",
1029
1122
  "arguments": [
1030
1123
  {
1031
1124
  "display_name": "Cardinal Direction",
1032
1125
  "display_name_short": "Cardinal Direction",
1033
1126
  "name": "facade",
1034
- "value": "East",
1035
- "value_type": "choice"
1127
+ "value_type": "string",
1128
+ "default_value": "East",
1129
+ "value": "East"
1130
+ },
1131
+ {
1132
+ "display_name": "Optionally Choose a Construction for the Overhangs.",
1133
+ "display_name_short": "Optionally Choose a Construction for the Overhangs.",
1134
+ "name": "construction",
1135
+ "value_type": "string",
1136
+ "default_value": null,
1137
+ "value": null
1036
1138
  }
1037
1139
  ],
1038
- "display_name": "Overhangs PF East",
1039
- "name": "overhangs_pf_east",
1040
1140
  "variables": [
1041
1141
  {
1042
1142
  "argument": {
1043
1143
  "display_name": "East Projection Factor",
1044
1144
  "display_name_short": "East PF",
1045
1145
  "name": "projection_factor",
1046
- "value_type": "double"
1146
+ "value_type": "double",
1147
+ "default_value": 0.0,
1148
+ "value": 0.0
1047
1149
  },
1048
1150
  "display_name": "East Projection Factor",
1049
1151
  "display_name_short": "East PF",
1050
- "maximum": 1.0,
1152
+ "variable_type": "variable",
1153
+ "units": null,
1051
1154
  "minimum": 0.0,
1052
- "relation_to_output": "",
1155
+ "maximum": 1.0,
1156
+ "relation_to_output": null,
1053
1157
  "static_value": 0.0,
1158
+ "uuid": "6b929e30-a178-42ff-813e-a389553f2f9f",
1159
+ "version_uuid": "5b099929-4084-4d43-bbd5-0db939218c56",
1160
+ "variable": true,
1054
1161
  "uncertainty_description": {
1162
+ "type": "uniform_uncertain",
1055
1163
  "attributes": [
1056
1164
  {
1057
1165
  "name": "lower_bounds",
@@ -1062,50 +1170,54 @@
1062
1170
  "value": 1.0
1063
1171
  },
1064
1172
  {
1065
- "name": "stddev",
1066
- "value": 0.133333333
1173
+ "name": "modes",
1174
+ "value": 0.5
1067
1175
  },
1068
1176
  {
1069
1177
  "name": "delta_x",
1070
1178
  "value": null
1071
1179
  },
1072
1180
  {
1073
- "name": "modes",
1074
- "value": 0.5
1181
+ "name": "stddev",
1182
+ "value": 0.133333333
1075
1183
  }
1076
- ],
1077
- "type": "uniform_uncertain"
1184
+ ]
1078
1185
  },
1079
- "units": "",
1080
- "value_type": "double",
1081
- "variable": true,
1082
- "variable_type": "RubyContinuousVariable",
1083
- "uuid": "11ebbafa-f884-4213-b67c-bf6f3fcbe2cd",
1084
- "version_uuid": "d2f7a88a-58e0-4b37-959a-07a861026e99"
1186
+ "workflow_index": 0
1085
1187
  },
1086
1188
  {
1087
1189
  "argument": {
1088
1190
  "display_name": "Remove Existing Space Shading Surfaces From the Model?",
1089
1191
  "display_name_short": "Remove Existing Space Shading Surfaces From the Model?",
1090
1192
  "name": "remove_ext_space_shading",
1091
- "value_type": "bool"
1193
+ "value_type": "bool",
1194
+ "default_value": false,
1195
+ "value": false
1092
1196
  },
1093
1197
  "display_name": "Remove Existing Space Shading Surfaces From the Model?",
1094
1198
  "display_name_short": "Remove Existing Space Shading Surfaces From the Model?",
1199
+ "variable_type": "variable",
1200
+ "units": null,
1201
+ "minimum": false,
1095
1202
  "maximum": true,
1096
- "minimum": null,
1097
- "relation_to_output": "",
1203
+ "relation_to_output": null,
1204
+ "uuid": "d12821e6-e18c-49fd-b599-2998a5be871d",
1205
+ "version_uuid": "ad4837f7-d0c4-4af7-b190-0bcd81340a56",
1206
+ "variable": true,
1098
1207
  "static_value": false,
1099
1208
  "uncertainty_description": {
1209
+ "type": "discrete_uncertain",
1100
1210
  "attributes": [
1101
1211
  {
1102
1212
  "name": "discrete",
1103
1213
  "values_and_weights": [
1104
1214
  {
1105
- "value": false
1215
+ "value": false,
1216
+ "weight": 0.5
1106
1217
  },
1107
1218
  {
1108
- "value": true
1219
+ "value": true,
1220
+ "weight": 0.5
1109
1221
  }
1110
1222
  ]
1111
1223
  },
@@ -1120,58 +1232,58 @@
1120
1232
  {
1121
1233
  "name": "modes",
1122
1234
  "value": true
1235
+ },
1236
+ {
1237
+ "name": "delta_x",
1238
+ "value": null
1239
+ },
1240
+ {
1241
+ "name": "stddev",
1242
+ "value": true
1123
1243
  }
1124
- ],
1125
- "type": "discrete_uncertain"
1244
+ ]
1126
1245
  },
1127
- "units": "",
1128
- "value_type": "bool",
1129
- "variable": true,
1130
- "variable_type": "RubyContinuousVariable",
1131
- "uuid": "a6effba1-d789-4956-9e9d-34491947baf7",
1132
- "version_uuid": "25811013-37a8-42db-a7bc-171fd27b69fe"
1246
+ "workflow_index": 1
1133
1247
  }
1134
1248
  ],
1135
- "workflow_index": 8,
1136
- "workflow_step_type": "Measure",
1137
- "uuid": "c0c83bec-9b05-4362-8d8f-2b3aeb7efed1",
1138
- "version_uuid": "596a581e-8a43-4b62-b8ab-d58182d6419b"
1249
+ "workflow_index": 8
1139
1250
  },
1140
1251
  {
1252
+ "name": "xcel_eda_tariff_selection_and_model_setup",
1253
+ "display_name": "Xcel EDA Tariff Selection and Model Setup",
1254
+ "measure_type": "EnergyPlusMeasure",
1141
1255
  "measure_definition_class_name": "XcelEDATariffSelectionandModelSetup",
1142
1256
  "measure_definition_directory": "./measures/SetThermostatSchedules",
1143
- "measure_definition_display_name": "XcelEDATariffSelectionandModelSetup",
1144
- "measure_definition_uuid": "640834ea-f867-4cce-8b09-13d3da300eeb",
1145
- "measure_definition_version_uuid": "1b0dbdb7-f95a-4637-afa7-8e786c2e3feb",
1146
- "measure_type": "EnergyPlusMeasure",
1257
+ "measure_definition_directory_local": "/Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules",
1258
+ "measure_definition_display_name": "Xcel EDA Tariff Selection and Model Setup",
1259
+ "measure_definition_name": "xcel_eda_tariff_selection_and_model_setup",
1260
+ "measure_definition_name_xml": null,
1261
+ "measure_definition_uuid": "7f146f69-ad4c-4404-a846-222f40cd2739",
1262
+ "measure_definition_version_uuid": "72427701-470b-41d1-a22b-82df578af80e",
1147
1263
  "arguments": [
1148
1264
  {
1149
1265
  "display_name": "Select an Electricity Tariff.",
1150
1266
  "display_name_short": "Select an Electricity Tariff.",
1151
1267
  "name": "elec_tar",
1152
- "value": "Secondary General",
1153
- "value_type": "choice"
1268
+ "value_type": "string",
1269
+ "default_value": "Secondary General",
1270
+ "value": "Secondary General"
1154
1271
  },
1155
1272
  {
1156
1273
  "display_name": "Select a Gas Tariff.",
1157
1274
  "display_name_short": "Select a Gas Tariff.",
1158
1275
  "name": "gas_tar",
1159
- "value": "Large CG",
1160
- "value_type": "choice"
1276
+ "value_type": "string",
1277
+ "default_value": "Large CG",
1278
+ "value": "Large CG"
1161
1279
  }
1162
1280
  ],
1163
- "display_name": "Xcel EDA Tariff Selection and Model Setup",
1164
- "name": "xcel_eda_tariff_selection_and_model_setup",
1165
1281
  "variables": [
1166
1282
 
1167
1283
  ],
1168
- "workflow_index": 9,
1169
- "workflow_step_type": "Measure",
1170
- "uuid": "bb1d6a6b-4cc4-4466-b205-b9e7806b73fe",
1171
- "version_uuid": "e5d05075-f55a-4cef-b672-00854e6064df"
1284
+ "workflow_index": 9
1172
1285
  }
1173
- ],
1174
- "analysis_type": "lhs"
1286
+ ]
1175
1287
  },
1176
1288
  "seed": {
1177
1289
  "file_type": "OSM",
@@ -1180,6 +1292,7 @@
1180
1292
  "weather_file": {
1181
1293
  "file_type": "EPW",
1182
1294
  "path": "./weather/partial_weather.epw"
1183
- }
1295
+ },
1296
+ "file_format_version": 1
1184
1297
  }
1185
1298
  }