openstudio-workflow 2.3.1 → 2.5.0
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 +9 -1
- data/README.md +1 -1
- data/Rakefile +5 -0
- data/lib/openstudio/workflow/adapters/input/local.rb +36 -55
- data/lib/openstudio/workflow/adapters/output/local.rb +2 -32
- data/lib/openstudio/workflow/adapters/output/socket.rb +2 -32
- data/lib/openstudio/workflow/adapters/output/web.rb +2 -32
- data/lib/openstudio/workflow/adapters/output_adapter.rb +2 -32
- data/lib/openstudio/workflow/job.rb +2 -32
- data/lib/openstudio/workflow/jobs/resources/monthly_report.idf +210 -208
- data/lib/openstudio/workflow/jobs/run_energyplus.rb +2 -32
- data/lib/openstudio/workflow/jobs/run_ep_measures.rb +2 -32
- data/lib/openstudio/workflow/jobs/run_initialization.rb +2 -32
- data/lib/openstudio/workflow/jobs/run_os_measures.rb +2 -32
- data/lib/openstudio/workflow/jobs/run_postprocess.rb +2 -32
- data/lib/openstudio/workflow/jobs/run_preprocess.rb +2 -32
- data/lib/openstudio/workflow/jobs/run_reporting_measures.rb +2 -32
- data/lib/openstudio/workflow/jobs/run_translation.rb +2 -32
- data/lib/openstudio/workflow/multi_delegator.rb +2 -32
- data/lib/openstudio/workflow/registry.rb +3 -33
- data/lib/openstudio/workflow/run.rb +2 -32
- data/lib/openstudio/workflow/time_logger.rb +2 -32
- data/lib/openstudio/workflow/util/energyplus.rb +226 -254
- data/lib/openstudio/workflow/util/io.rb +2 -32
- data/lib/openstudio/workflow/util/measure.rb +5 -35
- data/lib/openstudio/workflow/util/model.rb +2 -32
- data/lib/openstudio/workflow/util/post_process.rb +2 -32
- data/lib/openstudio/workflow/util/weather_file.rb +2 -32
- data/lib/openstudio/workflow/util.rb +2 -32
- data/lib/openstudio/workflow/version.rb +3 -33
- data/lib/openstudio/workflow_json.rb +2 -32
- data/lib/openstudio/workflow_runner.rb +2 -32
- data/lib/openstudio-workflow.rb +2 -32
- metadata +59 -31
@@ -1,224 +1,226 @@
|
|
1
|
-
Version,
|
1
|
+
Version,
|
2
|
+
23.2.0; !- Version Identifier
|
2
3
|
|
3
4
|
Output:Table:Monthly,
|
4
|
-
Building Energy Performance - Electricity,
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
5
|
+
Building Energy Performance - Electricity, !- Name
|
6
|
+
2, !- Digits After Decimal
|
7
|
+
InteriorLights:Electricity, !- Variable or Meter Name 1
|
8
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 1
|
9
|
+
ExteriorLights:Electricity, !- Variable or Meter Name 2
|
10
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 2
|
11
|
+
InteriorEquipment:Electricity, !- Variable or Meter Name 3
|
12
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 3
|
13
|
+
ExteriorEquipment:Electricity, !- Variable or Meter Name 4
|
14
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 4
|
15
|
+
Fans:Electricity, !- Variable or Meter Name 5
|
16
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 5
|
17
|
+
Pumps:Electricity, !- Variable or Meter Name 6
|
18
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 6
|
19
|
+
Heating:Electricity, !- Variable or Meter Name 7
|
20
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 7
|
21
|
+
Cooling:Electricity, !- Variable or Meter Name 8
|
22
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 8
|
23
|
+
HeatRejection:Electricity, !- Variable or Meter Name 9
|
24
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 9
|
25
|
+
Humidifier:Electricity, !- Variable or Meter Name 10
|
26
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 10
|
27
|
+
HeatRecovery:Electricity, !- Variable or Meter Name 11
|
28
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 11
|
29
|
+
WaterSystems:Electricity, !- Variable or Meter Name 12
|
30
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 12
|
31
|
+
Cogeneration:Electricity, !- Variable or Meter Name 13
|
32
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 13
|
33
|
+
Refrigeration:Electricity, !- Variable or Meter Name 14
|
34
|
+
SumOrAverage; !- Aggregation Type for Variable or Meter 14
|
34
35
|
|
35
36
|
Output:Table:Monthly,
|
36
|
-
Building Energy Performance - Natural Gas,
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
37
|
+
Building Energy Performance - Natural Gas, !- Name
|
38
|
+
2, !- Digits After Decimal
|
39
|
+
InteriorEquipment:NaturalGas, !- Variable or Meter Name 1
|
40
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 1
|
41
|
+
ExteriorEquipment:NaturalGas, !- Variable or Meter Name 2
|
42
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 2
|
43
|
+
Heating:NaturalGas, !- Variable or Meter Name 3
|
44
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 3
|
45
|
+
Cooling:NaturalGas, !- Variable or Meter Name 4
|
46
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 4
|
47
|
+
WaterSystems:NaturalGas, !- Variable or Meter Name 5
|
48
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 5
|
49
|
+
Cogeneration:NaturalGas, !- Variable or Meter Name 6
|
50
|
+
SumOrAverage; !- Aggregation Type for Variable or Meter 6
|
50
51
|
|
51
52
|
Output:Table:Monthly,
|
52
|
-
Building Energy Performance - District Heating,
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
53
|
+
Building Energy Performance - District Heating Water, !- Name
|
54
|
+
2, !- Digits After Decimal
|
55
|
+
InteriorLights:DistrictHeatingWater, !- Variable or Meter Name 1
|
56
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 1
|
57
|
+
ExteriorLights:DistrictHeatingWater, !- Variable or Meter Name 2
|
58
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 2
|
59
|
+
InteriorEquipment:DistrictHeatingWater, !- Variable or Meter Name 3
|
60
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 3
|
61
|
+
ExteriorEquipment:DistrictHeatingWater, !- Variable or Meter Name 4
|
62
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 4
|
63
|
+
Fans:DistrictHeatingWater, !- Variable or Meter Name 5
|
64
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 5
|
65
|
+
Pumps:DistrictHeatingWater, !- Variable or Meter Name 6
|
66
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 6
|
67
|
+
Heating:DistrictHeatingWater, !- Variable or Meter Name 7
|
68
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 7
|
69
|
+
Cooling:DistrictHeatingWater, !- Variable or Meter Name 8
|
70
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 8
|
71
|
+
HeatRejection:DistrictHeatingWater, !- Variable or Meter Name 9
|
72
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 9
|
73
|
+
Humidifier:DistrictHeatingWater, !- Variable or Meter Name 10
|
74
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 10
|
75
|
+
HeatRecovery:DistrictHeatingWater, !- Variable or Meter Name 11
|
76
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 11
|
77
|
+
WaterSystems:DistrictHeatingWater, !- Variable or Meter Name 12
|
78
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 12
|
79
|
+
Cogeneration:DistrictHeatingWater, !- Variable or Meter Name 13
|
80
|
+
SumOrAverage; !- Aggregation Type for Variable or Meter 13
|
80
81
|
|
81
82
|
Output:Table:Monthly,
|
82
|
-
Building Energy Performance - District Cooling,
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
83
|
+
Building Energy Performance - District Cooling, !- Name
|
84
|
+
2, !- Digits After Decimal
|
85
|
+
InteriorLights:DistrictCooling, !- Variable or Meter Name 1
|
86
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 1
|
87
|
+
ExteriorLights:DistrictCooling, !- Variable or Meter Name 2
|
88
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 2
|
89
|
+
InteriorEquipment:DistrictCooling, !- Variable or Meter Name 3
|
90
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 3
|
91
|
+
ExteriorEquipment:DistrictCooling, !- Variable or Meter Name 4
|
92
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 4
|
93
|
+
Fans:DistrictCooling, !- Variable or Meter Name 5
|
94
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 5
|
95
|
+
Pumps:DistrictCooling, !- Variable or Meter Name 6
|
96
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 6
|
97
|
+
Heating:DistrictCooling, !- Variable or Meter Name 7
|
98
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 7
|
99
|
+
Cooling:DistrictCooling, !- Variable or Meter Name 8
|
100
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 8
|
101
|
+
HeatRejection:DistrictCooling, !- Variable or Meter Name 9
|
102
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 9
|
103
|
+
Humidifier:DistrictCooling, !- Variable or Meter Name 10
|
104
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 10
|
105
|
+
HeatRecovery:DistrictCooling, !- Variable or Meter Name 11
|
106
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 11
|
107
|
+
WaterSystems:DistrictCooling, !- Variable or Meter Name 12
|
108
|
+
SumOrAverage, !- Aggregation Type for Variable or Meter 12
|
109
|
+
Cogeneration:DistrictCooling, !- Variable or Meter Name 13
|
110
|
+
SumOrAverage; !- Aggregation Type for Variable or Meter 13
|
110
111
|
|
111
112
|
Output:Table:Monthly,
|
112
|
-
Building Energy Performance - Electricity Peak Demand,
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
113
|
+
Building Energy Performance - Electricity Peak Demand, !- Name
|
114
|
+
2, !- Digits After Decimal
|
115
|
+
Electricity:Facility, !- Variable or Meter Name 1
|
116
|
+
Maximum, !- Aggregation Type for Variable or Meter 1
|
117
|
+
InteriorLights:Electricity, !- Variable or Meter Name 2
|
118
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 2
|
119
|
+
ExteriorLights:Electricity, !- Variable or Meter Name 3
|
120
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 3
|
121
|
+
InteriorEquipment:Electricity, !- Variable or Meter Name 4
|
122
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 4
|
123
|
+
ExteriorEquipment:Electricity, !- Variable or Meter Name 5
|
124
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 5
|
125
|
+
Fans:Electricity, !- Variable or Meter Name 6
|
126
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 6
|
127
|
+
Pumps:Electricity, !- Variable or Meter Name 7
|
128
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 7
|
129
|
+
Heating:Electricity, !- Variable or Meter Name 8
|
130
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 8
|
131
|
+
Cooling:Electricity, !- Variable or Meter Name 9
|
132
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 9
|
133
|
+
HeatRejection:Electricity, !- Variable or Meter Name 10
|
134
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 10
|
135
|
+
Humidifier:Electricity, !- Variable or Meter Name 11
|
136
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 11
|
137
|
+
HeatRecovery:Electricity, !- Variable or Meter Name 12
|
138
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 12
|
139
|
+
WaterSystems:Electricity, !- Variable or Meter Name 13
|
140
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 13
|
141
|
+
Cogeneration:Electricity, !- Variable or Meter Name 14
|
142
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 14
|
143
|
+
Refrigeration:Electricity, !- Variable or Meter Name 15
|
144
|
+
ValueWhenMaximumOrMinimum; !- Aggregation Type for Variable or Meter 15
|
142
145
|
|
143
146
|
Output:Table:Monthly,
|
144
|
-
Building Energy Performance - Natural Gas Peak Demand,
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
147
|
+
Building Energy Performance - Natural Gas Peak Demand, !- Name
|
148
|
+
2, !- Digits After Decimal
|
149
|
+
NaturalGas:Facility, !- Variable or Meter Name 1
|
150
|
+
Maximum, !- Aggregation Type for Variable or Meter 1
|
151
|
+
InteriorEquipment:NaturalGas, !- Variable or Meter Name 2
|
152
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 2
|
153
|
+
ExteriorEquipment:NaturalGas, !- Variable or Meter Name 3
|
154
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 3
|
155
|
+
Heating:NaturalGas, !- Variable or Meter Name 4
|
156
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 4
|
157
|
+
Cooling:NaturalGas, !- Variable or Meter Name 5
|
158
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 5
|
159
|
+
WaterSystems:NaturalGas, !- Variable or Meter Name 6
|
160
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 6
|
161
|
+
Cogeneration:NaturalGas, !- Variable or Meter Name 7
|
162
|
+
ValueWhenMaximumOrMinimum; !- Aggregation Type for Variable or Meter 7
|
160
163
|
|
161
164
|
Output:Table:Monthly,
|
162
|
-
Building Energy Performance - District Heating Peak Demand,
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
165
|
+
Building Energy Performance - District Heating Water Peak Demand, !- Name
|
166
|
+
2, !- Digits After Decimal
|
167
|
+
DistrictHeatingWater:Facility, !- Variable or Meter Name 1
|
168
|
+
Maximum, !- Aggregation Type for Variable or Meter 1
|
169
|
+
InteriorLights:DistrictHeatingWater, !- Variable or Meter Name 2
|
170
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 2
|
171
|
+
ExteriorLights:DistrictHeatingWater, !- Variable or Meter Name 3
|
172
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 3
|
173
|
+
InteriorEquipment:DistrictHeatingWater, !- Variable or Meter Name 4
|
174
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 4
|
175
|
+
ExteriorEquipment:DistrictHeatingWater, !- Variable or Meter Name 5
|
176
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 5
|
177
|
+
Fans:DistrictHeatingWater, !- Variable or Meter Name 6
|
178
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 6
|
179
|
+
Pumps:DistrictHeatingWater, !- Variable or Meter Name 7
|
180
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 7
|
181
|
+
Heating:DistrictHeatingWater, !- Variable or Meter Name 8
|
182
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 8
|
183
|
+
Cooling:DistrictHeatingWater, !- Variable or Meter Name 9
|
184
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 9
|
185
|
+
HeatRejection:DistrictHeatingWater, !- Variable or Meter Name 10
|
186
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 10
|
187
|
+
Humidifier:DistrictHeatingWater, !- Variable or Meter Name 11
|
188
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 11
|
189
|
+
HeatRecovery:DistrictHeatingWater, !- Variable or Meter Name 12
|
190
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 12
|
191
|
+
WaterSystems:DistrictHeatingWater, !- Variable or Meter Name 13
|
192
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 13
|
193
|
+
Cogeneration:DistrictHeatingWater, !- Variable or Meter Name 14
|
194
|
+
ValueWhenMaximumOrMinimum; !- Aggregation Type for Variable or Meter 14
|
192
195
|
|
193
196
|
Output:Table:Monthly,
|
194
|
-
Building Energy Performance - District Cooling Peak Demand,
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
197
|
+
Building Energy Performance - District Cooling Peak Demand, !- Name
|
198
|
+
2, !- Digits After Decimal
|
199
|
+
DistrictCooling:Facility, !- Variable or Meter Name 1
|
200
|
+
Maximum, !- Aggregation Type for Variable or Meter 1
|
201
|
+
InteriorLights:DistrictCooling, !- Variable or Meter Name 2
|
202
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 2
|
203
|
+
ExteriorLights:DistrictCooling, !- Variable or Meter Name 3
|
204
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 3
|
205
|
+
InteriorEquipment:DistrictCooling, !- Variable or Meter Name 4
|
206
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 4
|
207
|
+
ExteriorEquipment:DistrictCooling, !- Variable or Meter Name 5
|
208
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 5
|
209
|
+
Fans:DistrictCooling, !- Variable or Meter Name 6
|
210
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 6
|
211
|
+
Pumps:DistrictCooling, !- Variable or Meter Name 7
|
212
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 7
|
213
|
+
Heating:DistrictCooling, !- Variable or Meter Name 8
|
214
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 8
|
215
|
+
Cooling:DistrictCooling, !- Variable or Meter Name 9
|
216
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 9
|
217
|
+
HeatRejection:DistrictCooling, !- Variable or Meter Name 10
|
218
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 10
|
219
|
+
Humidifier:DistrictCooling, !- Variable or Meter Name 11
|
220
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 11
|
221
|
+
HeatRecovery:DistrictCooling, !- Variable or Meter Name 12
|
222
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 12
|
223
|
+
WaterSystems:DistrictCooling, !- Variable or Meter Name 13
|
224
|
+
ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 13
|
225
|
+
Cogeneration:DistrictCooling, !- Variable or Meter Name 14
|
226
|
+
ValueWhenMaximumOrMinimum; !- Aggregation Type for Variable or Meter 14
|
@@ -1,38 +1,8 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
# *******************************************************************************
|
4
|
-
# OpenStudio(R), Copyright (c)
|
5
|
-
#
|
6
|
-
# Redistribution and use in source and binary forms, with or without
|
7
|
-
# modification, are permitted provided that the following conditions are met:
|
8
|
-
#
|
9
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
10
|
-
# this list of conditions and the following disclaimer.
|
11
|
-
#
|
12
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
13
|
-
# this list of conditions and the following disclaimer in the documentation
|
14
|
-
# and/or other materials provided with the distribution.
|
15
|
-
#
|
16
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
17
|
-
# may be used to endorse or promote products derived from this software without
|
18
|
-
# specific prior written permission from the respective party.
|
19
|
-
#
|
20
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
21
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
22
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
23
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
24
|
-
#
|
25
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
26
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
27
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
28
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
29
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
30
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
31
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
32
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
33
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
34
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
35
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
4
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
5
|
+
# See also https://openstudio.net/license
|
36
6
|
# *******************************************************************************
|
37
7
|
|
38
8
|
# This class runs the EnergyPlus simulation
|
@@ -1,38 +1,8 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
# *******************************************************************************
|
4
|
-
# OpenStudio(R), Copyright (c)
|
5
|
-
#
|
6
|
-
# Redistribution and use in source and binary forms, with or without
|
7
|
-
# modification, are permitted provided that the following conditions are met:
|
8
|
-
#
|
9
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
10
|
-
# this list of conditions and the following disclaimer.
|
11
|
-
#
|
12
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
13
|
-
# this list of conditions and the following disclaimer in the documentation
|
14
|
-
# and/or other materials provided with the distribution.
|
15
|
-
#
|
16
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
17
|
-
# may be used to endorse or promote products derived from this software without
|
18
|
-
# specific prior written permission from the respective party.
|
19
|
-
#
|
20
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
21
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
22
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
23
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
24
|
-
#
|
25
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
26
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
27
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
28
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
29
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
30
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
31
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
32
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
33
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
34
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
35
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
4
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
5
|
+
# See also https://openstudio.net/license
|
36
6
|
# *******************************************************************************
|
37
7
|
|
38
8
|
# This class runs all EnergyPlus measures defined in the OSW
|
@@ -1,38 +1,8 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
# *******************************************************************************
|
4
|
-
# OpenStudio(R), Copyright (c)
|
5
|
-
#
|
6
|
-
# Redistribution and use in source and binary forms, with or without
|
7
|
-
# modification, are permitted provided that the following conditions are met:
|
8
|
-
#
|
9
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
10
|
-
# this list of conditions and the following disclaimer.
|
11
|
-
#
|
12
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
13
|
-
# this list of conditions and the following disclaimer in the documentation
|
14
|
-
# and/or other materials provided with the distribution.
|
15
|
-
#
|
16
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
17
|
-
# may be used to endorse or promote products derived from this software without
|
18
|
-
# specific prior written permission from the respective party.
|
19
|
-
#
|
20
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
21
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
22
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
23
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
24
|
-
#
|
25
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
26
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
27
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
28
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
29
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
30
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
31
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
32
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
33
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
34
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
35
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
4
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
5
|
+
# See also https://openstudio.net/license
|
36
6
|
# *******************************************************************************
|
37
7
|
|
38
8
|
# Run the initialization job to run validations and initializations
|