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.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +9 -1
  3. data/README.md +1 -1
  4. data/Rakefile +5 -0
  5. data/lib/openstudio/workflow/adapters/input/local.rb +36 -55
  6. data/lib/openstudio/workflow/adapters/output/local.rb +2 -32
  7. data/lib/openstudio/workflow/adapters/output/socket.rb +2 -32
  8. data/lib/openstudio/workflow/adapters/output/web.rb +2 -32
  9. data/lib/openstudio/workflow/adapters/output_adapter.rb +2 -32
  10. data/lib/openstudio/workflow/job.rb +2 -32
  11. data/lib/openstudio/workflow/jobs/resources/monthly_report.idf +210 -208
  12. data/lib/openstudio/workflow/jobs/run_energyplus.rb +2 -32
  13. data/lib/openstudio/workflow/jobs/run_ep_measures.rb +2 -32
  14. data/lib/openstudio/workflow/jobs/run_initialization.rb +2 -32
  15. data/lib/openstudio/workflow/jobs/run_os_measures.rb +2 -32
  16. data/lib/openstudio/workflow/jobs/run_postprocess.rb +2 -32
  17. data/lib/openstudio/workflow/jobs/run_preprocess.rb +2 -32
  18. data/lib/openstudio/workflow/jobs/run_reporting_measures.rb +2 -32
  19. data/lib/openstudio/workflow/jobs/run_translation.rb +2 -32
  20. data/lib/openstudio/workflow/multi_delegator.rb +2 -32
  21. data/lib/openstudio/workflow/registry.rb +3 -33
  22. data/lib/openstudio/workflow/run.rb +2 -32
  23. data/lib/openstudio/workflow/time_logger.rb +2 -32
  24. data/lib/openstudio/workflow/util/energyplus.rb +226 -254
  25. data/lib/openstudio/workflow/util/io.rb +2 -32
  26. data/lib/openstudio/workflow/util/measure.rb +5 -35
  27. data/lib/openstudio/workflow/util/model.rb +2 -32
  28. data/lib/openstudio/workflow/util/post_process.rb +2 -32
  29. data/lib/openstudio/workflow/util/weather_file.rb +2 -32
  30. data/lib/openstudio/workflow/util.rb +2 -32
  31. data/lib/openstudio/workflow/version.rb +3 -33
  32. data/lib/openstudio/workflow_json.rb +2 -32
  33. data/lib/openstudio/workflow_runner.rb +2 -32
  34. data/lib/openstudio-workflow.rb +2 -32
  35. metadata +59 -31
@@ -1,224 +1,226 @@
1
- Version,9.4;
1
+ Version,
2
+ 23.2.0; !- Version Identifier
2
3
 
3
4
  Output:Table:Monthly,
4
- Building Energy Performance - Electricity, !- Name
5
- 2, !- Digits After Decimal
6
- InteriorLights:Electricity, !- Variable or Meter 1 Name
7
- SumOrAverage, !- Aggregation Type for Variable or Meter 1
8
- ExteriorLights:Electricity, !- Variable or Meter 2 Name
9
- SumOrAverage, !- Aggregation Type for Variable or Meter 2
10
- InteriorEquipment:Electricity, !- Variable or Meter 3 Name
11
- SumOrAverage, !- Aggregation Type for Variable or Meter 3
12
- ExteriorEquipment:Electricity, !- Variable or Meter 4 Name
13
- SumOrAverage, !- Aggregation Type for Variable or Meter 4
14
- Fans:Electricity, !- Variable or Meter 5 Name
15
- SumOrAverage, !- Aggregation Type for Variable or Meter 5
16
- Pumps:Electricity, !- Variable or Meter 6 Name
17
- SumOrAverage, !- Aggregation Type for Variable or Meter 6
18
- Heating:Electricity, !- Variable or Meter 7 Name
19
- SumOrAverage, !- Aggregation Type for Variable or Meter 7
20
- Cooling:Electricity, !- Variable or Meter 8 Name
21
- SumOrAverage, !- Aggregation Type for Variable or Meter 8
22
- HeatRejection:Electricity, !- Variable or Meter 9 Name
23
- SumOrAverage, !- Aggregation Type for Variable or Meter 9
24
- Humidifier:Electricity, !- Variable or Meter 10 Name
25
- SumOrAverage, !- Aggregation Type for Variable or Meter 10
26
- HeatRecovery:Electricity,!- Variable or Meter 11 Name
27
- SumOrAverage, !- Aggregation Type for Variable or Meter 11
28
- WaterSystems:Electricity,!- Variable or Meter 12 Name
29
- SumOrAverage, !- Aggregation Type for Variable or Meter 12
30
- Cogeneration:Electricity,!- Variable or Meter 13 Name
31
- SumOrAverage, !- Aggregation Type for Variable or Meter 13
32
- Refrigeration:Electricity,!- Variable or Meter 14 Name
33
- SumOrAverage; !- Aggregation Type for Variable or Meter 14
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, !- Name
37
- 2, !- Digits After Decimal
38
- InteriorEquipment:NaturalGas, !- Variable or Meter 1 Name
39
- SumOrAverage, !- Aggregation Type for Variable or Meter 1
40
- ExteriorEquipment:NaturalGas, !- Variable or Meter 2 Name
41
- SumOrAverage, !- Aggregation Type for Variable or Meter 2
42
- Heating:NaturalGas, !- Variable or Meter 3 Name
43
- SumOrAverage, !- Aggregation Type for Variable or Meter 3
44
- Cooling:NaturalGas, !- Variable or Meter 4 Name
45
- SumOrAverage, !- Aggregation Type for Variable or Meter 4
46
- WaterSystems:NaturalGas, !- Variable or Meter 5 Name
47
- SumOrAverage, !- Aggregation Type for Variable or Meter 5
48
- Cogeneration:NaturalGas, !- Variable or Meter 6 Name
49
- SumOrAverage; !- Aggregation Type for Variable or Meter 6
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, !- Name
53
- 2, !- Digits After Decimal
54
- InteriorLights:DistrictHeating, !- Variable or Meter 1 Name
55
- SumOrAverage, !- Aggregation Type for Variable or Meter 1
56
- ExteriorLights:DistrictHeating, !- Variable or Meter 2 Name
57
- SumOrAverage, !- Aggregation Type for Variable or Meter 2
58
- InteriorEquipment:DistrictHeating, !- Variable or Meter 3 Name
59
- SumOrAverage, !- Aggregation Type for Variable or Meter 3
60
- ExteriorEquipment:DistrictHeating, !- Variable or Meter 4 Name
61
- SumOrAverage, !- Aggregation Type for Variable or Meter 4
62
- Fans:DistrictHeating, !- Variable or Meter 5 Name
63
- SumOrAverage, !- Aggregation Type for Variable or Meter 5
64
- Pumps:DistrictHeating, !- Variable or Meter 6 Name
65
- SumOrAverage, !- Aggregation Type for Variable or Meter 6
66
- Heating:DistrictHeating, !- Variable or Meter 7 Name
67
- SumOrAverage, !- Aggregation Type for Variable or Meter 7
68
- Cooling:DistrictHeating, !- Variable or Meter 8 Name
69
- SumOrAverage, !- Aggregation Type for Variable or Meter 8
70
- HeatRejection:DistrictHeating, !- Variable or Meter 9 Name
71
- SumOrAverage, !- Aggregation Type for Variable or Meter 9
72
- Humidifier:DistrictHeating, !- Variable or Meter 10 Name
73
- SumOrAverage, !- Aggregation Type for Variable or Meter 10
74
- HeatRecovery:DistrictHeating,!- Variable or Meter 11 Name
75
- SumOrAverage, !- Aggregation Type for Variable or Meter 11
76
- WaterSystems:DistrictHeating,!- Variable or Meter 12 Name
77
- SumOrAverage, !- Aggregation Type for Variable or Meter 12
78
- Cogeneration:DistrictHeating,!- Variable or Meter 13 Name
79
- SumOrAverage; !- Aggregation Type for Variable or Meter 13
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, !- Name
83
- 2, !- Digits After Decimal
84
- InteriorLights:DistrictCooling, !- Variable or Meter 1 Name
85
- SumOrAverage, !- Aggregation Type for Variable or Meter 1
86
- ExteriorLights:DistrictCooling, !- Variable or Meter 2 Name
87
- SumOrAverage, !- Aggregation Type for Variable or Meter 2
88
- InteriorEquipment:DistrictCooling, !- Variable or Meter 3 Name
89
- SumOrAverage, !- Aggregation Type for Variable or Meter 3
90
- ExteriorEquipment:DistrictCooling, !- Variable or Meter 4 Name
91
- SumOrAverage, !- Aggregation Type for Variable or Meter 4
92
- Fans:DistrictCooling, !- Variable or Meter 5 Name
93
- SumOrAverage, !- Aggregation Type for Variable or Meter 5
94
- Pumps:DistrictCooling, !- Variable or Meter 6 Name
95
- SumOrAverage, !- Aggregation Type for Variable or Meter 6
96
- Heating:DistrictCooling, !- Variable or Meter 7 Name
97
- SumOrAverage, !- Aggregation Type for Variable or Meter 7
98
- Cooling:DistrictCooling, !- Variable or Meter 8 Name
99
- SumOrAverage, !- Aggregation Type for Variable or Meter 8
100
- HeatRejection:DistrictCooling, !- Variable or Meter 9 Name
101
- SumOrAverage, !- Aggregation Type for Variable or Meter 9
102
- Humidifier:DistrictCooling, !- Variable or Meter 10 Name
103
- SumOrAverage, !- Aggregation Type for Variable or Meter 10
104
- HeatRecovery:DistrictCooling,!- Variable or Meter 11 Name
105
- SumOrAverage, !- Aggregation Type for Variable or Meter 11
106
- WaterSystems:DistrictCooling,!- Variable or Meter 12 Name
107
- SumOrAverage, !- Aggregation Type for Variable or Meter 12
108
- Cogeneration:DistrictCooling,!- Variable or Meter 13 Name
109
- SumOrAverage; !- Aggregation Type for Variable or Meter 13
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, !- Name
113
- 2, !- Digits After Decimal
114
- Electricity:Facility, !- Variable or Meter 1 Name
115
- Maximum, !- Aggregation Type for Variable or Meter 1
116
- InteriorLights:Electricity, !- Variable or Meter 1 Name
117
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 1
118
- ExteriorLights:Electricity, !- Variable or Meter 2 Name
119
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 2
120
- InteriorEquipment:Electricity, !- Variable or Meter 3 Name
121
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 3
122
- ExteriorEquipment:Electricity, !- Variable or Meter 4 Name
123
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 4
124
- Fans:Electricity, !- Variable or Meter 5 Name
125
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 5
126
- Pumps:Electricity, !- Variable or Meter 6 Name
127
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 6
128
- Heating:Electricity, !- Variable or Meter 7 Name
129
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 7
130
- Cooling:Electricity, !- Variable or Meter 8 Name
131
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 8
132
- HeatRejection:Electricity, !- Variable or Meter 9 Name
133
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 9
134
- Humidifier:Electricity, !- Variable or Meter 10 Name
135
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 10
136
- HeatRecovery:Electricity,!- Variable or Meter 11 Name
137
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 11
138
- WaterSystems:Electricity,!- Variable or Meter 12 Name
139
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 12
140
- Cogeneration:Electricity,!- Variable or Meter 13 Name
141
- ValueWhenMaximumOrMinimum; !- Aggregation Type for Variable or Meter 13
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, !- Name
145
- 2, !- Digits After Decimal
146
- NaturalGas:Facility, !- Variable or Meter 1 Name
147
- Maximum, !- Aggregation Type for Variable or Meter 1
148
- InteriorEquipment:NaturalGas, !- Variable or Meter 1 Name
149
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 1
150
- ExteriorEquipment:NaturalGas, !- Variable or Meter 2 Name
151
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 2
152
- Heating:NaturalGas, !- Variable or Meter 3 Name
153
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 3
154
- Cooling:NaturalGas, !- Variable or Meter 4 Name
155
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 4
156
- WaterSystems:NaturalGas, !- Variable or Meter 5 Name
157
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 5
158
- Cogeneration:NaturalGas, !- Variable or Meter 6 Name
159
- ValueWhenMaximumOrMinimum; !- Aggregation Type for Variable or Meter 6
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, !- Name
163
- 2, !- Digits After Decimal
164
- DistrictHeating:Facility, !- Variable or Meter 1 Name
165
- Maximum, !- Aggregation Type for Variable or Meter 1
166
- InteriorLights:DistrictHeating, !- Variable or Meter 1 Name
167
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 1
168
- ExteriorLights:DistrictHeating, !- Variable or Meter 2 Name
169
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 2
170
- InteriorEquipment:DistrictHeating, !- Variable or Meter 3 Name
171
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 3
172
- ExteriorEquipment:DistrictHeating, !- Variable or Meter 4 Name
173
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 4
174
- Fans:DistrictHeating, !- Variable or Meter 5 Name
175
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 5
176
- Pumps:DistrictHeating, !- Variable or Meter 6 Name
177
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 6
178
- Heating:DistrictHeating, !- Variable or Meter 7 Name
179
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 7
180
- Cooling:DistrictHeating, !- Variable or Meter 8 Name
181
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 8
182
- HeatRejection:DistrictHeating, !- Variable or Meter 9 Name
183
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 9
184
- Humidifier:DistrictHeating, !- Variable or Meter 10 Name
185
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 10
186
- HeatRecovery:DistrictHeating,!- Variable or Meter 11 Name
187
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 11
188
- WaterSystems:DistrictHeating,!- Variable or Meter 12 Name
189
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 12
190
- Cogeneration:DistrictHeating,!- Variable or Meter 13 Name
191
- ValueWhenMaximumOrMinimum; !- Aggregation Type for Variable or Meter 13
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, !- Name
195
- 2, !- Digits After Decimal
196
- DistrictCooling:Facility, !- Variable or Meter 1 Name
197
- Maximum, !- Aggregation Type for Variable or Meter 1
198
- InteriorLights:DistrictCooling, !- Variable or Meter 1 Name
199
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 1
200
- ExteriorLights:DistrictCooling, !- Variable or Meter 2 Name
201
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 2
202
- InteriorEquipment:DistrictCooling, !- Variable or Meter 3 Name
203
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 3
204
- ExteriorEquipment:DistrictCooling, !- Variable or Meter 4 Name
205
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 4
206
- Fans:DistrictCooling, !- Variable or Meter 5 Name
207
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 5
208
- Pumps:DistrictCooling, !- Variable or Meter 6 Name
209
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 6
210
- Heating:DistrictCooling, !- Variable or Meter 7 Name
211
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 7
212
- Cooling:DistrictCooling, !- Variable or Meter 8 Name
213
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 8
214
- HeatRejection:DistrictCooling, !- Variable or Meter 9 Name
215
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 9
216
- Humidifier:DistrictCooling, !- Variable or Meter 10 Name
217
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 10
218
- HeatRecovery:DistrictCooling,!- Variable or Meter 11 Name
219
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 11
220
- WaterSystems:DistrictCooling,!- Variable or Meter 12 Name
221
- ValueWhenMaximumOrMinimum, !- Aggregation Type for Variable or Meter 12
222
- Cogeneration:DistrictCooling,!- Variable or Meter 13 Name
223
- ValueWhenMaximumOrMinimum; !- Aggregation Type for Variable or Meter 13
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) 2008-2021, Alliance for Sustainable Energy, LLC.
5
- # All rights reserved.
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) 2008-2021, Alliance for Sustainable Energy, LLC.
5
- # All rights reserved.
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) 2008-2021, Alliance for Sustainable Energy, LLC.
5
- # All rights reserved.
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