openstudio-load-flexibility-measures 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +7 -0
  2. data/.DS_Store +0 -0
  3. data/.gitignore +36 -0
  4. data/.rubocop.yml +9 -0
  5. data/CHANGELOG.md +5 -0
  6. data/Gemfile +3 -0
  7. data/README.md +42 -0
  8. data/Rakefile +15 -0
  9. data/doc_templates/LICENSE.md +27 -0
  10. data/doc_templates/README.md.erb +42 -0
  11. data/doc_templates/copyright_erb.txt +36 -0
  12. data/doc_templates/copyright_js.txt +4 -0
  13. data/doc_templates/copyright_ruby.txt +34 -0
  14. data/lib/measures/add_central_hpwh_for_load_flexibility/LICENSE.md +1 -0
  15. data/lib/measures/add_central_hpwh_for_load_flexibility/README.md +186 -0
  16. data/lib/measures/add_central_hpwh_for_load_flexibility/README.md.erb +42 -0
  17. data/lib/measures/add_central_hpwh_for_load_flexibility/docs/Flexible Domestic Hot Water Implementation Guide.pdf +0 -0
  18. data/lib/measures/add_central_hpwh_for_load_flexibility/measure.rb +648 -0
  19. data/lib/measures/add_central_hpwh_for_load_flexibility/measure.xml +398 -0
  20. data/lib/measures/add_central_hpwh_for_load_flexibility/tests/SmallHotel-2A.osm +42893 -0
  21. data/lib/measures/add_central_hpwh_for_load_flexibility/tests/add_central_hpwh_for_load_flexibility.rb +98 -0
  22. data/lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/LICENSE.md +13 -0
  23. data/lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/README.md +189 -0
  24. data/lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/measure.rb +689 -0
  25. data/lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/measure.xml +253 -0
  26. data/lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/resources/TESCurves.idf +1059 -0
  27. data/lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/tests/MeasureTest.osm +9507 -0
  28. data/lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/tests/add_distributed_ice_storage_to_air_loop_for_load_flexibility_test.rb +96 -0
  29. data/lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/LICENSE.md +13 -0
  30. data/lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/README.md +264 -0
  31. data/lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/README.md.erb +42 -0
  32. data/lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/docs/Ice Measure Implementation Guide.pdf +0 -0
  33. data/lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/measure.rb +1310 -0
  34. data/lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/measure.xml +506 -0
  35. data/lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/resources/OsLib_Schedules.rb +173 -0
  36. data/lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/tests/add_ice_storage_to_plant_loop_for_load_flexibility_test.rb +202 -0
  37. data/lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/tests/ice_test_model.osm +21523 -0
  38. data/lib/openstudio/load_flexibility_measures.rb +50 -0
  39. data/lib/openstudio/load_flexibility_measures/version.rb +40 -0
  40. data/openstudio-load-flexibility-measures.gemspec +32 -0
  41. metadata +172 -0
@@ -0,0 +1,253 @@
1
+ <?xml version="1.0"?>
2
+ <measure>
3
+ <schema_version>3.0</schema_version>
4
+ <name>add_distributed_ice_storage_to_air_loop_for_load_flexibility</name>
5
+ <uid>2aa8c128-53b9-49fd-9aaf-9253a1f05936</uid>
6
+ <version_id>58142df5-609b-4ec5-9312-35d9a76a94ea</version_id>
7
+ <version_modified>20200727T193248Z</version_modified>
8
+ <xml_checksum>2617824F</xml_checksum>
9
+ <class_name>AddDistributedIceStorageToAirLoopForLoadFlexibility</class_name>
10
+ <display_name>Add Distributed Ice Storage to Air Loop for Load Flexibility</display_name>
11
+ <description>This measure removes the cooling coils in the model and replaces them with packaged air conditioning units with integrated ice storage.</description>
12
+ <modeler_description>This measure applies to packaged single zone air conditioning systems or packaged variable air volume systems that were originally modeled with CoilSystem:Cooling:DX or AirLoopHVAC:UnitarySystem container objects. It adds a Coil:Cooling:DX:SingleSpeed:ThermalStorage coil object to each user-selected thermal zone and deletes the existing cooling coil.
13
+
14
+ Users inputs are accepted for cooling coil size, ice storage size, system control method, modes of operation, and operating schedule.
15
+
16
+ The measure requires schedule objects and performance curves from an included resource file TESCurves.idf. Output variables of typical interest are included as well.</modeler_description>
17
+ <arguments>
18
+ <argument>
19
+ <name>delimiter</name>
20
+ <display_name>Select Coils to Replace:</display_name>
21
+ <type>String</type>
22
+ <required>false</required>
23
+ <model_dependent>false</model_dependent>
24
+ <default_value>-----------------------------------------------------------------</default_value>
25
+ </argument>
26
+ <argument>
27
+ <name>ice_cap</name>
28
+ <display_name>Input the ice storage capacity [ton-hours]</display_name>
29
+ <description>To specify by coil, in alphabetical order, enter values for each separated by comma.</description>
30
+ <type>String</type>
31
+ <required>true</required>
32
+ <model_dependent>false</model_dependent>
33
+ <default_value>AutoSize</default_value>
34
+ </argument>
35
+ <argument>
36
+ <name>size_mult</name>
37
+ <display_name>Enter a sizing multiplier to manually adjust the autosize results for ice tank capacities.</display_name>
38
+ <type>String</type>
39
+ <required>false</required>
40
+ <model_dependent>false</model_dependent>
41
+ <default_value>1.0</default_value>
42
+ </argument>
43
+ <argument>
44
+ <name>ctl</name>
45
+ <display_name>Select ice storage control method</display_name>
46
+ <type>Choice</type>
47
+ <required>true</required>
48
+ <model_dependent>false</model_dependent>
49
+ <default_value>EMSControlled</default_value>
50
+ <choices>
51
+ <choice>
52
+ <value>ScheduledModes</value>
53
+ <display_name>ScheduledModes</display_name>
54
+ </choice>
55
+ <choice>
56
+ <value>EMSControlled</value>
57
+ <display_name>EMSControlled</display_name>
58
+ </choice>
59
+ </choices>
60
+ </argument>
61
+ <argument>
62
+ <name>sched</name>
63
+ <display_name>Select the operating mode schedule for the new TES coils</display_name>
64
+ <description>Use the fields below to set a simple daily ice charge/discharge schedule. Or, select from pre-defined options.</description>
65
+ <type>Choice</type>
66
+ <required>true</required>
67
+ <model_dependent>false</model_dependent>
68
+ <default_value>Simple User Sched</default_value>
69
+ <choices>
70
+ <choice>
71
+ <value>Simple User Sched</value>
72
+ <display_name>Simple User Sched</display_name>
73
+ </choice>
74
+ <choice>
75
+ <value>TES Sched 1: TES Off</value>
76
+ <display_name>TES Sched 1: TES Off</display_name>
77
+ </choice>
78
+ <choice>
79
+ <value>TES Sched 2: 1-5 Peak</value>
80
+ <display_name>TES Sched 2: 1-5 Peak</display_name>
81
+ </choice>
82
+ <choice>
83
+ <value>TES Sched 3: 3-8 Peak</value>
84
+ <display_name>TES Sched 3: 3-8 Peak</display_name>
85
+ </choice>
86
+ <choice>
87
+ <value>TES Sched 4: GSS-T</value>
88
+ <display_name>TES Sched 4: GSS-T</display_name>
89
+ </choice>
90
+ </choices>
91
+ </argument>
92
+ <argument>
93
+ <name>wknd</name>
94
+ <display_name>Run TES on the weekends?</display_name>
95
+ <description>Select if building is occupied on weekends.</description>
96
+ <type>Boolean</type>
97
+ <required>false</required>
98
+ <model_dependent>false</model_dependent>
99
+ <default_value>true</default_value>
100
+ <choices>
101
+ <choice>
102
+ <value>true</value>
103
+ <display_name>true</display_name>
104
+ </choice>
105
+ <choice>
106
+ <value>false</value>
107
+ <display_name>false</display_name>
108
+ </choice>
109
+ </choices>
110
+ </argument>
111
+ <argument>
112
+ <name>season</name>
113
+ <display_name>Select season during which the ice cooling may be used:</display_name>
114
+ <description>Use MM/DD-MM/DD format</description>
115
+ <type>String</type>
116
+ <required>false</required>
117
+ <model_dependent>false</model_dependent>
118
+ <default_value>01/01-12/31</default_value>
119
+ </argument>
120
+ <argument>
121
+ <name>charge_start</name>
122
+ <display_name>Input start time for ice charge (hr:min)</display_name>
123
+ <description>Use 24 hour format</description>
124
+ <type>String</type>
125
+ <required>false</required>
126
+ <model_dependent>false</model_dependent>
127
+ <default_value>22:00</default_value>
128
+ </argument>
129
+ <argument>
130
+ <name>charge_end</name>
131
+ <display_name>Input end time for ice charge (hr:min)</display_name>
132
+ <description>Use 24 hour format</description>
133
+ <type>String</type>
134
+ <required>false</required>
135
+ <model_dependent>false</model_dependent>
136
+ <default_value>07:00</default_value>
137
+ </argument>
138
+ <argument>
139
+ <name>discharge_start</name>
140
+ <display_name>Input start time for ice discharge (hr:min)</display_name>
141
+ <description>Use 24hour format.
142
+ If 'AutoSize' is selected for ice capacity, these inputs set an ice capacity sizing factor. Otherwise, these only affect discharging schedule.</description>
143
+ <type>String</type>
144
+ <required>false</required>
145
+ <model_dependent>false</model_dependent>
146
+ <default_value>12:00</default_value>
147
+ </argument>
148
+ <argument>
149
+ <name>discharge_end</name>
150
+ <display_name>Input target end time for ice discharge (hr:min)</display_name>
151
+ <description>Use 24 hour format</description>
152
+ <type>String</type>
153
+ <required>false</required>
154
+ <model_dependent>false</model_dependent>
155
+ <default_value>18:00</default_value>
156
+ </argument>
157
+ </arguments>
158
+ <outputs />
159
+ <provenances />
160
+ <tags>
161
+ <tag>HVAC.Cooling</tag>
162
+ </tags>
163
+ <attributes>
164
+ <attribute>
165
+ <name>Intended Software Tool</name>
166
+ <value>OpenStudio Application</value>
167
+ <datatype>string</datatype>
168
+ </attribute>
169
+ <attribute>
170
+ <name>Intended Software Tool</name>
171
+ <value>Parametric Analysis Tool</value>
172
+ <datatype>string</datatype>
173
+ </attribute>
174
+ <attribute>
175
+ <name>Intended Use Case</name>
176
+ <value>Model Articulation</value>
177
+ <datatype>string</datatype>
178
+ </attribute>
179
+ <attribute>
180
+ <name>Measure Type</name>
181
+ <value>EnergyPlusMeasure</value>
182
+ <datatype>string</datatype>
183
+ </attribute>
184
+ <attribute>
185
+ <name>Intended Software Tool</name>
186
+ <value>OpenStudio Application</value>
187
+ <datatype>string</datatype>
188
+ </attribute>
189
+ <attribute>
190
+ <name>Intended Software Tool</name>
191
+ <value>Parametric Analysis Tool</value>
192
+ <datatype>string</datatype>
193
+ </attribute>
194
+ <attribute>
195
+ <name>Intended Use Case</name>
196
+ <value>Model Articulation</value>
197
+ <datatype>string</datatype>
198
+ </attribute>
199
+ <attribute>
200
+ <name>Intended Use Case</name>
201
+ <value>New Construction EE</value>
202
+ <datatype>string</datatype>
203
+ </attribute>
204
+ <attribute>
205
+ <name>Intended Use Case</name>
206
+ <value>Retrofit EE</value>
207
+ <datatype>string</datatype>
208
+ </attribute>
209
+ </attributes>
210
+ <files>
211
+ <file>
212
+ <filename>LICENSE.md</filename>
213
+ <filetype>md</filetype>
214
+ <usage_type>license</usage_type>
215
+ <checksum>59B484B4</checksum>
216
+ </file>
217
+ <file>
218
+ <filename>TESCurves.idf</filename>
219
+ <filetype>idf</filetype>
220
+ <usage_type>resource</usage_type>
221
+ <checksum>E919566C</checksum>
222
+ </file>
223
+ <file>
224
+ <filename>MeasureTest.osm</filename>
225
+ <filetype>osm</filetype>
226
+ <usage_type>test</usage_type>
227
+ <checksum>DC0DCC4B</checksum>
228
+ </file>
229
+ <file>
230
+ <filename>README.md</filename>
231
+ <filetype>md</filetype>
232
+ <usage_type>readme</usage_type>
233
+ <checksum>B27484F2</checksum>
234
+ </file>
235
+ <file>
236
+ <filename>add_distributed_ice_storage_to_air_loop_for_load_flexibility_test.rb</filename>
237
+ <filetype>rb</filetype>
238
+ <usage_type>test</usage_type>
239
+ <checksum>FE5F5343</checksum>
240
+ </file>
241
+ <file>
242
+ <version>
243
+ <software_program>OpenStudio</software_program>
244
+ <identifier>3.0.0</identifier>
245
+ <min_compatible>3.0.0</min_compatible>
246
+ </version>
247
+ <filename>measure.rb</filename>
248
+ <filetype>rb</filetype>
249
+ <usage_type>script</usage_type>
250
+ <checksum>65E65993</checksum>
251
+ </file>
252
+ </files>
253
+ </measure>
@@ -0,0 +1,1059 @@
1
+ !-Generator IDFEditor 1.51
2
+ !-Option SortedOrder UseSpecialFormat
3
+
4
+ !-NOTE: All comments with '!-' are ignored by the IDFEditor and are generated automatically.
5
+ !- Use '!' comments if they need to be retained when using the IDFEditor.
6
+
7
+ !- =========== ALL OBJECTS IN CLASS: VERSION ===========
8
+
9
+ Version,9.3;
10
+
11
+ !- =========== ALL OBJECTS IN CLASS: TYPELIMITS ===========
12
+
13
+
14
+ ScheduleTypeLimits,
15
+ TES Control Modes, !- Name
16
+ 0, !- Lower Limit Value
17
+ 5, !- Upper Limit Value
18
+ Discrete; !- Numeric Type
19
+
20
+ ScheduleTypeLimits,
21
+ Fractional 1, !- Name
22
+ 0, !- Lower Limit Value
23
+ 1, !- Upper Limit Value
24
+ Continuous, !- Numeric Type
25
+ Dimensionless; !- Unit Type
26
+
27
+
28
+ !- =========== ALL OBJECTS IN CLASS: SCHEDULE:COMPACT ===========
29
+
30
+ Schedule:Compact,
31
+ Simple User Sched, !- Name
32
+ TES Control Modes, !- Schedule Type Limits Name
33
+ Through: 12/31, !- Field 1
34
+ For: AllDays, !- Field 2
35
+ Until: 12:00, 1.0, !- Field 4
36
+ Until: 24:00, 5.0; !- Field 6
37
+
38
+ Schedule:Compact,
39
+ TES Sched 1: TES Off, !- Name
40
+ TES Control Modes, !- Schedule Type Limits Name
41
+ Through: 12/31, !- Field 1
42
+ For: AllDays, !- Field 2
43
+ Until: 24:00, 1.0; !- Field 4
44
+
45
+ Schedule:Compact,
46
+ TES Sched 2: 1-5 Peak, !- Name
47
+ TES Control Modes, !- Schedule Type Limits Name
48
+ Through: 12/31, !- Field 1
49
+ For: AllDays, !- Field 2
50
+ Until: 04:00, 4.0, !- Field 4
51
+ Until: 13:00, 1.0, !- Field 6
52
+ Until: 17:00, 5.0, !- Field 8
53
+ Until: 22:00, 1.0, !- Field 10
54
+ Until: 24:00, 4.0; !- Field 12
55
+
56
+ Schedule:Compact,
57
+ TES Sched 3: 3-8 Peak, !- Name
58
+ TES Control Modes, !- Schedule Type Limits Name
59
+ Through: 12/31, !- Field 1
60
+ For: AllDays, !- Field 2
61
+ Until: 06:00, 4.0, !- Field 4
62
+ Until: 15:00, 1.0, !- Field 6
63
+ Until: 20:00, 5.0, !- Field 8
64
+ Until: 24:00, 1.0; !- Field 10
65
+
66
+ Schedule:Compact,
67
+ TES Sched 4: GSS-T, !- Name
68
+ TES Control Modes, !- Schedule Type Limits Name
69
+ Through: 05/30, !- Field 1
70
+ For: AllDays, !- Field 2
71
+ Until: 24:00, 1.0, !- Field 4
72
+ Through: 10/01, !- Field 5
73
+ For: AllDays, !- Field 6
74
+ Until: 07:00, 4.0, !- Field 8
75
+ Until: 15:00, 1.0, !- Field 10
76
+ Until: 20:00, 5.0, !- Field 12
77
+ Until: 23:00, 1.0, !- Field 14
78
+ Until: 24:00, 4.0, !- Field 16
79
+ Through: 12/31, !- Field 17
80
+ For: AllDays, !- Field 18
81
+ Until: 24:00, 1.0; !- Field 20
82
+
83
+
84
+ !- =========== ALL OBJECTS IN CLASS: SCHEDULE:CONSTANT ===========
85
+
86
+ Schedule:Constant,Always On Continuous,Fractional 1,1;
87
+
88
+ !- =========== ALL OBJECTS IN CLASS: CURVE:QUADRATIC ===========
89
+
90
+
91
+ Curve:Quadratic,
92
+ Cool-PLF-fPLR, !- Name
93
+ 0.90949556, !- Coefficient1 Constant
94
+ 0.09864773, !- Coefficient2 x
95
+ -0.00819488, !- Coefficient3 x**2
96
+ 0, !- Minimum Value of x
97
+ 1, !- Maximum Value of x
98
+ 0.7, !- Minimum Curve Output
99
+ 1; !- Maximum Curve Output
100
+
101
+ Curve:Quadratic,
102
+ Measured_CoolCStandard10Ton_CapFF, !- Name
103
+ 0.7685, !- Coefficient1 Constant
104
+ 0.2315, !- Coefficient2 x
105
+ 0, !- Coefficient3 x**2
106
+ 0.776, !- Minimum Value of x
107
+ 1.197; !- Maximum Value of x
108
+
109
+ Curve:Quadratic,
110
+ Measured_CoolCStandard10Ton_EIRFFF, !- Name
111
+ 1.192, !- Coefficient1 Constant
112
+ -0.1917, !- Coefficient2 x
113
+ 0, !- Coefficient3 x**2
114
+ 0.776, !- Minimum Value of x
115
+ 1.197; !- Maximum Value of x
116
+
117
+ Curve:Quadratic,
118
+ No_PLR_Degredation, !- Name
119
+ 1.0, !- Coefficient1 Constant
120
+ 0, !- Coefficient2 x
121
+ 0, !- Coefficient3 x**2
122
+ 0.0, !- Minimum Value of x
123
+ 1.0; !- Maximum Value of x
124
+
125
+ Curve:Quadratic,
126
+ Cool-SHR-fFF, !- Name
127
+ 0.9317, !- Coefficient1 Constant
128
+ -0.0077, !- Coefficient2 x
129
+ 0.0760, !- Coefficient3 x**2
130
+ 0.69, !- Minimum Value of x
131
+ 1.30; !- Maximum Value of x
132
+
133
+ Curve:Quadratic,
134
+ Discharge-SHR-fFF, !- Name
135
+ 0.60557628, !- Coefficient1 Constant
136
+ 0.506516665, !- Coefficient2 x
137
+ -0.12647141, !- Coefficient3 x**2
138
+ 0.2, !- Minimum Value of x
139
+ 1.00; !- Maximum Value of x
140
+
141
+
142
+ !- =========== ALL OBJECTS IN CLASS: CURVE:CUBIC ===========
143
+
144
+ Curve:Cubic,
145
+ ConstantCubic, !- Name
146
+ 1, !- Coefficient1 Constant
147
+ 0, !- Coefficient2 x
148
+ 0, !- Coefficient3 x**2
149
+ 0, !- Coefficient4 x**3
150
+ -100, !- Minimum Value of x
151
+ 100; !- Maximum Value of x
152
+
153
+ Curve:Cubic,
154
+ Discharge-Cap-fFF, !- Name
155
+ 0.743258739392434, !- Coefficient1 Constant
156
+ 0.167765026703717, !- Coefficient2 x
157
+ 0.0852727911986869, !- Coefficient3 x**2
158
+ 0, !- Coefficient4 x**3
159
+ -100, !- Minimum Value of x
160
+ 100; !- Maximum Value of x
161
+
162
+
163
+ !- =========== ALL OBJECTS IN CLASS: CURVE:BIQUADRATIC ===========
164
+
165
+ Curve:Biquadratic,
166
+ Cool-Cap-fT, !- Name
167
+ 0.9712123, !- Coefficient1 Constant
168
+ -0.015275502, !- Coefficient2 x
169
+ 0.0014434524, !- Coefficient3 x**2
170
+ -0.00039321, !- Coefficient4 y
171
+ -0.0000068364, !- Coefficient5 y**2
172
+ -0.0002905956, !- Coefficient6 x*y
173
+ -100, !- Minimum Value of x
174
+ 100, !- Maximum Value of x
175
+ -100, !- Minimum Value of y
176
+ 100; !- Maximum Value of y
177
+
178
+ Curve:Biquadratic,
179
+ Cool-EIR-fT, !- Name
180
+ 0.28687133, !- Coefficient1 Constant
181
+ 0.023902164, !- Coefficient2 x
182
+ -0.000810648, !- Coefficient3 x**2
183
+ 0.013458546, !- Coefficient4 y
184
+ 0.0003389364, !- Coefficient5 y**2
185
+ -0.0004870044, !- Coefficient6 x*y
186
+ -100, !- Minimum Value of x
187
+ 100, !- Maximum Value of x
188
+ -100, !- Minimum Value of y
189
+ 100; !- Maximum Value of y
190
+
191
+ Curve:Biquadratic,
192
+ Measured_LowSpeedCoolCapLSFT, !- Name
193
+ 0.4136, !- Coefficient1 Constant
194
+ 0.03105, !- Coefficient2 x
195
+ 0, !- Coefficient3 x**2
196
+ 0.006952, !- Coefficient4 y
197
+ -0.00021280, !- Coefficient5 y**2
198
+ 0, !- Coefficient6 x*y
199
+ 11.1, !- Minimum Value of x
200
+ 29.4, !- Maximum Value of x
201
+ 10.0, !- Minimum Value of y
202
+ 50.3; !- Maximum Value of y
203
+
204
+ Curve:Biquadratic,
205
+ Measured_CoolCStandard10Ton_CapFT, !- Name
206
+ 0.52357, !- Coefficient1 Constant
207
+ 0.03478, !- Coefficient2 x
208
+ 0, !- Coefficient3 x**2
209
+ -0.001915, !- Coefficient4 y
210
+ -0.00010838, !- Coefficient5 y**2
211
+ 0, !- Coefficient6 x*y
212
+ 11.1, !- Minimum Value of x
213
+ 29.4, !- Maximum Value of x
214
+ 10.0, !- Minimum Value of y
215
+ 50.3; !- Maximum Value of y
216
+
217
+ Curve:Biquadratic,
218
+ Measured_LowSpeedCoolEIRLSFT, !- Name
219
+ 1.1389, !- Coefficient1 Constant
220
+ -0.04518, !- Coefficient2 x
221
+ 0.0014298, !- Coefficient3 x**2
222
+ 0.006044, !- Coefficient4 y
223
+ 0.0006745, !- Coefficient5 y**2
224
+ -0.0012325, !- Coefficient6 x*y
225
+ 11.1, !- Minimum Value of x
226
+ 29.4, !- Maximum Value of x
227
+ 10.0, !- Minimum Value of y
228
+ 50.3; !- Maximum Value of y
229
+
230
+ Curve:Biquadratic,
231
+ Measured_CoolCStandard10Ton_EIRFT, !- Name
232
+ 0.9847, !- Coefficient1 Constant
233
+ -0.04285, !- Coefficient2 x
234
+ 0.0013562, !- Coefficient3 x**2
235
+ 0.009934, !- Coefficient4 y
236
+ 0.0006398, !- Coefficient5 y**2
237
+ -0.0011690, !- Coefficient6 x*y
238
+ 11.1, !- Minimum Value of x
239
+ 29.4, !- Maximum Value of x
240
+ 10.0, !- Minimum Value of y
241
+ 50.3; !- Maximum Value of y
242
+
243
+ Curve:Biquadratic,
244
+ Cool-SHR-fT, !- Name
245
+ 1.3294540786, !- Coefficient1 Constant
246
+ -0.0990649255, !- Coefficient2 x
247
+ 0.0008310043, !- Coefficient3 x**2
248
+ 0.0652277735, !- Coefficient4 y
249
+ -0.0000793358, !- Coefficient5 y**2
250
+ -0.0005874422, !- Coefficient6 x*y
251
+ 24.44, !- Minimum Value of x
252
+ 26.67, !- Maximum Value of x
253
+ 29.44, !- Minimum Value of y
254
+ 46.1, !- Maximum Value of y
255
+ 0.6661, !- Minimum Curve Output
256
+ 1.6009, !- Maximum Curve Output
257
+ Temperature, !- Input Unit Type for X
258
+ Temperature, !- Input Unit Type for Y
259
+ Dimensionless; !- Output Unit Type
260
+
261
+ Curve:Biquadratic,
262
+ ConstantBi, !- Name
263
+ 1.0, !- Coefficient1 Constant
264
+ 0.0, !- Coefficient2 x
265
+ 0.0, !- Coefficient3 x**2
266
+ 0.0, !- Coefficient4 y
267
+ 0.0, !- Coefficient5 y**2
268
+ 0.0, !- Coefficient6 x*y
269
+ -100, !- Minimum Value of x
270
+ 100, !- Maximum Value of x
271
+ -100, !- Minimum Value of y
272
+ 100; !- Maximum Value of y
273
+
274
+ Curve:Biquadratic,
275
+ Discharge-Cap-fT, !- Name
276
+ -0.561476105575098, !- Coefficient1 Constant
277
+ 0.133948946696947, !- Coefficient2 x
278
+ -0.0027652398813276, !- Coefficient3 x**2
279
+ 0.0, !- Coefficient4 y
280
+ 0.0, !- Coefficient5 y**2
281
+ 0.0, !- Coefficient6 x*y
282
+ -100, !- Minimum Value of x
283
+ 100, !- Maximum Value of x
284
+ -100, !- Minimum Value of y
285
+ 100; !- Maximum Value of y
286
+
287
+ Curve:Biquadratic,
288
+ Charge-EIR-fT, !- Name
289
+ 0.28687133, !- Coefficient1 Constant
290
+ 0.013458546, !- Coefficient2 x
291
+ 0.0003389364, !- Coefficient3 x**2
292
+ 0.0, !- Coefficient4 y
293
+ 0.0, !- Coefficient5 y**2
294
+ 0.0, !- Coefficient6 x*y
295
+ -100, !- Minimum Value of x
296
+ 100, !- Maximum Value of x
297
+ -100, !- Minimum Value of y
298
+ 100; !- Maximum Value of y
299
+
300
+ Curve:Biquadratic,
301
+ Charge-Cap-fT, !- Name
302
+ 0.9712123, !- Coefficient1 Constant
303
+ -0.00039321, !- Coefficient2 x
304
+ -0.0000068364, !- Coefficient3 x**2
305
+ 0.0, !- Coefficient4 y
306
+ 0.0, !- Coefficient5 y**2
307
+ 0.0, !- Coefficient6 x*y
308
+ -100, !- Minimum Value of x
309
+ 100, !- Maximum Value of x
310
+ -100, !- Minimum Value of y
311
+ 100; !- Maximum Value of y
312
+
313
+ Curve:Biquadratic,
314
+ Discharge-SHR-fT, !- Name
315
+ -76.3312028672366, !- Coefficient1 Constant
316
+ 3.69083877577677, !- Coefficient2 x
317
+ 0.00402614182268047, !- Coefficient3 x**2
318
+ 3.120670734078, !- Coefficient4 y
319
+ -0.00297662635327143, !- Coefficient5 y**2
320
+ -0.148603418986272, !- Coefficient6 x*y
321
+ 24.44, !- Minimum Value of x
322
+ 26.67, !- Maximum Value of x
323
+ 29.44, !- Minimum Value of y
324
+ 46.1, !- Maximum Value of y
325
+ 0.2, !- Minimum Curve Output
326
+ 1.0, !- Maximum Curve Output
327
+ Temperature, !- Input Unit Type for X
328
+ Temperature, !- Input Unit Type for Y
329
+ Dimensionless; !- Output Unit Type
330
+
331
+ Curve:Biquadratic,
332
+ Discharge-SHR-fT-NREL, !- Name
333
+ -3.129846005, !- Coefficient1 Constant
334
+ 0.108185126, !- Coefficient2 x
335
+ 0, !- Coefficient3 x**2
336
+ 0.235966025, !- Coefficient4 y
337
+ 0, !- Coefficient5 y**2
338
+ -.008227635, !- Coefficient6 x*y
339
+ 16.1, !- Minimum Value of x
340
+ 23.9, !- Maximum Value of x
341
+ 23.9, !- Minimum Value of y
342
+ 29.4, !- Maximum Value of y
343
+ 0.2, !- Minimum Curve Output
344
+ 2, !- Maximum Curve Output
345
+ Temperature, !- Input Unit Type for X
346
+ Temperature, !- Input Unit Type for Y
347
+ Dimensionless; !- Output Unit Type
348
+
349
+
350
+ !- =========== ALL OBJECTS IN CLASS: CURVE:TRIQUADRATIC ===========
351
+
352
+ Curve:Triquadratic,
353
+ CoolCharge-Cool-Cap-fT, !- Name
354
+ 0.9712123, !- Coefficient1 Constant
355
+ 0.0014434524, !- Coefficient2 x**2
356
+ -0.015275502, !- Coefficient3 x
357
+ -0.0000068364, !- Coefficient4 y**2
358
+ -0.00039321, !- Coefficient5 y
359
+ 0.0, !- Coefficient6 z**2
360
+ 0.0, !- Coefficient7 z
361
+ 0.0, !- Coefficient8 x**2*y**2
362
+ -0.0002905956, !- Coefficient9 x*y
363
+ 0.0, !- Coefficient10 x*y**2
364
+ 0.0, !- Coefficient11 x**2*y
365
+ 0.0, !- Coefficient12 x**2*z**2
366
+ 0.0, !- Coefficient13 x*z
367
+ 0.0, !- Coefficient14 x*z**2
368
+ 0.0, !- Coefficient15 x**2*z
369
+ 0.0, !- Coefficient16 y**2*z**2
370
+ 0.0, !- Coefficient17 y*z
371
+ 0.0, !- Coefficient18 y*z**2
372
+ 0.0, !- Coefficient19 y**2*z
373
+ 0.0, !- Coefficient20 x**2*y**2*z**2
374
+ 0.0, !- Coefficient21 x**2*y**2*z
375
+ 0.0, !- Coefficient22 x**2*y*z**2
376
+ 0.0, !- Coefficient23 x*y**2*z**2
377
+ 0.0, !- Coefficient24 x**2*y*z
378
+ 0.0, !- Coefficient25 x*y**2*z
379
+ 0.0, !- Coefficient26 x*y*z**2
380
+ 0.0, !- Coefficient27 x*y*z
381
+ -100.0, !- Minimum Value of x
382
+ 100.0, !- Maximum Value of x
383
+ -100.0, !- Minimum Value of y
384
+ 100.0, !- Maximum Value of y
385
+ -100.0, !- Minimum Value of z
386
+ 100.0; !- Maximum Value of z
387
+
388
+ Curve:Triquadratic,
389
+ CoolCharge-Cool-EIR-fT, !- Name
390
+ 0.28687133, !- Coefficient1 Constant
391
+ -0.000810648, !- Coefficient2 x**2
392
+ 0.023902164, !- Coefficient3 x
393
+ 0.0003389364, !- Coefficient4 y**2
394
+ 0.013458546, !- Coefficient5 y
395
+ 0.0, !- Coefficient6 z**2
396
+ 0.0, !- Coefficient7 z
397
+ 0.0, !- Coefficient8 x**2*y**2
398
+ -0.0004870044, !- Coefficient9 x*y
399
+ 0.0, !- Coefficient10 x*y**2
400
+ 0.0, !- Coefficient11 x**2*y
401
+ 0.0, !- Coefficient12 x**2*z**2
402
+ 0.0, !- Coefficient13 x*z
403
+ 0.0, !- Coefficient14 x*z**2
404
+ 0.0, !- Coefficient15 x**2*z
405
+ 0.0, !- Coefficient16 y**2*z**2
406
+ 0.0, !- Coefficient17 y*z
407
+ 0.0, !- Coefficient18 y*z**2
408
+ 0.0, !- Coefficient19 y**2*z
409
+ 0.0, !- Coefficient20 x**2*y**2*z**2
410
+ 0.0, !- Coefficient21 x**2*y**2*z
411
+ 0.0, !- Coefficient22 x**2*y*z**2
412
+ 0.0, !- Coefficient23 x*y**2*z**2
413
+ 0.0, !- Coefficient24 x**2*y*z
414
+ 0.0, !- Coefficient25 x*y**2*z
415
+ 0.0, !- Coefficient26 x*y*z**2
416
+ 0.0, !- Coefficient27 x*y*z
417
+ -100.0, !- Minimum Value of x
418
+ 100.0, !- Maximum Value of x
419
+ -100.0, !- Minimum Value of y
420
+ 100.0, !- Maximum Value of y
421
+ -100.0, !- Minimum Value of z
422
+ 100.0; !- Maximum Value of z
423
+
424
+ Table:IndependentVariable,
425
+ ChargeOnly-Cap-fT_IndependentVariable1, !- Name
426
+ Cubic, !- Interpolation Method
427
+ Linear, !- Extrapolation Method
428
+ -100, !- Minimum Value {BasedOnField A4}
429
+ 100, !- Maximum Value {BasedOnField A4}
430
+ , !- Normalization Reference Value {BasedOnField A4}
431
+ Temperature, !- Unit Type
432
+ , !- External File Name
433
+ , !- External File Column Number
434
+ , !- External File Starting Row Number
435
+ -30, !- Value 1
436
+ -22, !- Value 2
437
+ -14, !- Value 3
438
+ -6, !- Value 4
439
+ 2, !- Value 5
440
+ 10, !- Value 6
441
+ 18, !- Value 7
442
+ 26, !- Value 8
443
+ 34, !- Value 9
444
+ 42, !- Value 10
445
+ 50; !- Value 11
446
+
447
+ Table:IndependentVariable,
448
+ ChargeOnly-Cap-fT_IndependentVariable2, !- Name
449
+ Cubic, !- Interpolation Method
450
+ Linear, !- Extrapolation Method
451
+ 0, !- Minimum Value {BasedOnField A4}
452
+ 1, !- Maximum Value {BasedOnField A4}
453
+ , !- Normalization Reference Value {BasedOnField A4}
454
+ Dimensionless, !- Unit Type
455
+ , !- External File Name
456
+ , !- External File Column Number
457
+ , !- External File Starting Row Number
458
+ 0, !- Value 1
459
+ 0.0165, !- Value 2
460
+ 0.033, !- Value 3
461
+ 0.0495, !- Value 4
462
+ 0.066, !- Value 5
463
+ 0.0825, !- Value 6
464
+ 0.099, !- Value 7
465
+ 0.1155, !- Value 8
466
+ 0.132, !- Value 9
467
+ 0.1485, !- Value 10
468
+ 0.165, !- Value 11
469
+ 0.2485, !- Value 12
470
+ 0.332, !- Value 13
471
+ 0.4155, !- Value 14
472
+ 0.499, !- Value 15
473
+ 0.5825, !- Value 16
474
+ 0.666, !- Value 17
475
+ 0.7495, !- Value 18
476
+ 0.833, !- Value 19
477
+ 0.9165, !- Value 20
478
+ 1; !- Value 21
479
+
480
+ Table:IndependentVariableList,
481
+ ChargeOnly-Cap-fT_IndependentVariableList, !- Name
482
+ ChargeOnly-Cap-fT_IndependentVariable1, !- Independent Variable Name 1
483
+ ChargeOnly-Cap-fT_IndependentVariable2; !- Independent Variable Name 2
484
+
485
+ Table:Lookup,
486
+ ChargeOnly-Cap-fT, !- Name
487
+ ChargeOnly-Cap-fT_IndependentVariableList, !- Independent Variable List Name
488
+ , !- Normalization Method
489
+ , !- Normalization Divisor
490
+ , !- Minimum Output {BasedOnField A4}
491
+ , !- Maximum Output {BasedOnField A4}
492
+ Dimensionless, !- Output Unit Type
493
+ , !- External File Name
494
+ , !- External File Column Number
495
+ , !- External File Starting Row Number
496
+ 1.49824556678101, !- Output Value 1 {BasedOnField A4}
497
+ 1.46806170364912, !- Output Value 2 {BasedOnField A4}
498
+ 1.44052617800393, !- Output Value 3 {BasedOnField A4}
499
+ 1.41563898984543, !- Output Value 4 {BasedOnField A4}
500
+ 1.39340013917363, !- Output Value 5 {BasedOnField A4}
501
+ 1.37380962598852, !- Output Value 6 {BasedOnField A4}
502
+ 1.35686745029011, !- Output Value 7 {BasedOnField A4}
503
+ 1.3425736120784, !- Output Value 8 {BasedOnField A4}
504
+ 1.33092811135338, !- Output Value 9 {BasedOnField A4}
505
+ 1.32193094811506, !- Output Value 10 {BasedOnField A4}
506
+ 1.42668437190192, !- Output Value 11 {BasedOnField A4}
507
+ 1.41338906040552, !- Output Value 12 {BasedOnField A4}
508
+ 1.40035311136274, !- Output Value 13 {BasedOnField A4}
509
+ 1.3875765247736, !- Output Value 14 {BasedOnField A4}
510
+ 1.37505930063809, !- Output Value 15 {BasedOnField A4}
511
+ 1.36280143895621, !- Output Value 16 {BasedOnField A4}
512
+ 1.35080293972796, !- Output Value 17 {BasedOnField A4}
513
+ 1.33906380295334, !- Output Value 18 {BasedOnField A4}
514
+ 1.32758402863235, !- Output Value 19 {BasedOnField A4}
515
+ 1.31636361676499, !- Output Value 20 {BasedOnField A4}
516
+ 1.30540256735126, !- Output Value 21 {BasedOnField A4}
517
+ 1.50015546707142, !- Output Value 22 {BasedOnField A4}
518
+ 1.4705835604194, !- Output Value 23 {BasedOnField A4}
519
+ 1.44365999125407, !- Output Value 24 {BasedOnField A4}
520
+ 1.41938475957544, !- Output Value 25 {BasedOnField A4}
521
+ 1.3977578653835, !- Output Value 26 {BasedOnField A4}
522
+ 1.37877930867826, !- Output Value 27 {BasedOnField A4}
523
+ 1.36244908945972, !- Output Value 28 {BasedOnField A4}
524
+ 1.34876720772787, !- Output Value 29 {BasedOnField A4}
525
+ 1.33773366348272, !- Output Value 30 {BasedOnField A4}
526
+ 1.32934845672426, !- Output Value 31 {BasedOnField A4}
527
+ 1.40282715364577, !- Output Value 32 {BasedOnField A4}
528
+ 1.39042093324161, !- Output Value 33 {BasedOnField A4}
529
+ 1.37827407529108, !- Output Value 34 {BasedOnField A4}
530
+ 1.36638657979418, !- Output Value 35 {BasedOnField A4}
531
+ 1.35475844675091, !- Output Value 36 {BasedOnField A4}
532
+ 1.34338967616127, !- Output Value 37 {BasedOnField A4}
533
+ 1.33228026802526, !- Output Value 38 {BasedOnField A4}
534
+ 1.32143022234288, !- Output Value 39 {BasedOnField A4}
535
+ 1.31083953911413, !- Output Value 40 {BasedOnField A4}
536
+ 1.30050821833902, !- Output Value 41 {BasedOnField A4}
537
+ 1.29043626001753, !- Output Value 42 {BasedOnField A4}
538
+ 1.48443264447972, !- Output Value 43 {BasedOnField A4}
539
+ 1.45547269430757, !- Output Value 44 {BasedOnField A4}
540
+ 1.4291610816221, !- Output Value 45 {BasedOnField A4}
541
+ 1.40549780642334, !- Output Value 46 {BasedOnField A4}
542
+ 1.38448286871126, !- Output Value 47 {BasedOnField A4}
543
+ 1.36611626848589, !- Output Value 48 {BasedOnField A4}
544
+ 1.35039800574721, !- Output Value 49 {BasedOnField A4}
545
+ 1.33732808049523, !- Output Value 50 {BasedOnField A4}
546
+ 1.32690649272994, !- Output Value 51 {BasedOnField A4}
547
+ 1.31913324245135, !- Output Value 52 {BasedOnField A4}
548
+ 1.3664290373131, !- Output Value 53 {BasedOnField A4}
549
+ 1.35491190800118, !- Output Value 54 {BasedOnField A4}
550
+ 1.34365414114289, !- Output Value 55 {BasedOnField A4}
551
+ 1.33265573673823, !- Output Value 56 {BasedOnField A4}
552
+ 1.3219166947872, !- Output Value 57 {BasedOnField A4}
553
+ 1.31143701528981, !- Output Value 58 {BasedOnField A4}
554
+ 1.30121669824604, !- Output Value 59 {BasedOnField A4}
555
+ 1.2912557436559, !- Output Value 60 {BasedOnField A4}
556
+ 1.2815541515194, !- Output Value 61 {BasedOnField A4}
557
+ 1.27211192183652, !- Output Value 62 {BasedOnField A4}
558
+ 1.26292905460728, !- Output Value 63 {BasedOnField A4}
559
+ 1.45107709900591, !- Output Value 64 {BasedOnField A4}
560
+ 1.42272910531362, !- Output Value 65 {BasedOnField A4}
561
+ 1.39702944910802, !- Output Value 66 {BasedOnField A4}
562
+ 1.37397813038912, !- Output Value 67 {BasedOnField A4}
563
+ 1.35357514915692, !- Output Value 68 {BasedOnField A4}
564
+ 1.33582050541141, !- Output Value 69 {BasedOnField A4}
565
+ 1.32071419915259, !- Output Value 70 {BasedOnField A4}
566
+ 1.30825623038047, !- Output Value 71 {BasedOnField A4}
567
+ 1.29844659909505, !- Output Value 72 {BasedOnField A4}
568
+ 1.29128530529632, !- Output Value 73 {BasedOnField A4}
569
+ 1.31749002290391, !- Output Value 74 {BasedOnField A4}
570
+ 1.30686198468423, !- Output Value 75 {BasedOnField A4}
571
+ 1.29649330891818, !- Output Value 76 {BasedOnField A4}
572
+ 1.28638399560576, !- Output Value 77 {BasedOnField A4}
573
+ 1.27653404474698, !- Output Value 78 {BasedOnField A4}
574
+ 1.26694345634182, !- Output Value 79 {BasedOnField A4}
575
+ 1.25761223039029, !- Output Value 80 {BasedOnField A4}
576
+ 1.2485403668924, !- Output Value 81 {BasedOnField A4}
577
+ 1.23972786584814, !- Output Value 82 {BasedOnField A4}
578
+ 1.2311747272575, !- Output Value 83 {BasedOnField A4}
579
+ 1.2228809511205, !- Output Value 84 {BasedOnField A4}
580
+ 1.40008883064999, !- Output Value 85 {BasedOnField A4}
581
+ 1.37235279343756, !- Output Value 86 {BasedOnField A4}
582
+ 1.34726509371183, !- Output Value 87 {BasedOnField A4}
583
+ 1.32482573147279, !- Output Value 88 {BasedOnField A4}
584
+ 1.30503470672045, !- Output Value 89 {BasedOnField A4}
585
+ 1.28789201945481, !- Output Value 90 {BasedOnField A4}
586
+ 1.27339766967586, !- Output Value 91 {BasedOnField A4}
587
+ 1.26155165738361, !- Output Value 92 {BasedOnField A4}
588
+ 1.25235398257805, !- Output Value 93 {BasedOnField A4}
589
+ 1.24580464525919, !- Output Value 94 {BasedOnField A4}
590
+ 1.25601011041819, !- Output Value 95 {BasedOnField A4}
591
+ 1.24627116329075, !- Output Value 96 {BasedOnField A4}
592
+ 1.23679157861694, !- Output Value 97 {BasedOnField A4}
593
+ 1.22757135639677, !- Output Value 98 {BasedOnField A4}
594
+ 1.21861049663022, !- Output Value 99 {BasedOnField A4}
595
+ 1.20990899931731, !- Output Value 100 {BasedOnField A4}
596
+ 1.20146686445803, !- Output Value 101 {BasedOnField A4}
597
+ 1.19328409205237, !- Output Value 102 {BasedOnField A4}
598
+ 1.18536068210035, !- Output Value 103 {BasedOnField A4}
599
+ 1.17769663460196, !- Output Value 104 {BasedOnField A4}
600
+ 1.1702919495572, !- Output Value 105 {BasedOnField A4}
601
+ 1.33146783941196, !- Output Value 106 {BasedOnField A4}
602
+ 1.30434375867939, !- Output Value 107 {BasedOnField A4}
603
+ 1.27986801543353, !- Output Value 108 {BasedOnField A4}
604
+ 1.25804060967436, !- Output Value 109 {BasedOnField A4}
605
+ 1.23886154140188, !- Output Value 110 {BasedOnField A4}
606
+ 1.2223308106161, !- Output Value 111 {BasedOnField A4}
607
+ 1.20844841731702, !- Output Value 112 {BasedOnField A4}
608
+ 1.19721436150463, !- Output Value 113 {BasedOnField A4}
609
+ 1.18862864317894, !- Output Value 114 {BasedOnField A4}
610
+ 1.18269126233994, !- Output Value 115 {BasedOnField A4}
611
+ 1.18198929985595, !- Output Value 116 {BasedOnField A4}
612
+ 1.17313944382075, !- Output Value 117 {BasedOnField A4}
613
+ 1.16454895023919, !- Output Value 118 {BasedOnField A4}
614
+ 1.15621781911125, !- Output Value 119 {BasedOnField A4}
615
+ 1.14814605043695, !- Output Value 120 {BasedOnField A4}
616
+ 1.14033364421628, !- Output Value 121 {BasedOnField A4}
617
+ 1.13278060044923, !- Output Value 122 {BasedOnField A4}
618
+ 1.12548691913582, !- Output Value 123 {BasedOnField A4}
619
+ 1.11845260027604, !- Output Value 124 {BasedOnField A4}
620
+ 1.11167764386989, !- Output Value 125 {BasedOnField A4}
621
+ 1.10516204991738, !- Output Value 126 {BasedOnField A4}
622
+ 1.24521412529181, !- Output Value 127 {BasedOnField A4}
623
+ 1.21870200103912, !- Output Value 128 {BasedOnField A4}
624
+ 1.19483821427311, !- Output Value 129 {BasedOnField A4}
625
+ 1.17362276499381, !- Output Value 130 {BasedOnField A4}
626
+ 1.1550556532012, !- Output Value 131 {BasedOnField A4}
627
+ 1.13913687889529, !- Output Value 132 {BasedOnField A4}
628
+ 1.12586644207607, !- Output Value 133 {BasedOnField A4}
629
+ 1.11524434274355, !- Output Value 134 {BasedOnField A4}
630
+ 1.10727058089772, !- Output Value 135 {BasedOnField A4}
631
+ 1.10194515653859, !- Output Value 136 {BasedOnField A4}
632
+ 1.09542759121718, !- Output Value 137 {BasedOnField A4}
633
+ 1.08746682627423, !- Output Value 138 {BasedOnField A4}
634
+ 1.0797654237849, !- Output Value 139 {BasedOnField A4}
635
+ 1.07232338374921, !- Output Value 140 {BasedOnField A4}
636
+ 1.06514070616715, !- Output Value 141 {BasedOnField A4}
637
+ 1.05821739103872, !- Output Value 142 {BasedOnField A4}
638
+ 1.05155343836392, !- Output Value 143 {BasedOnField A4}
639
+ 1.04514884814275, !- Output Value 144 {BasedOnField A4}
640
+ 1.03900362037521, !- Output Value 145 {BasedOnField A4}
641
+ 1.0331177550613, !- Output Value 146 {BasedOnField A4}
642
+ 1.02749125220103, !- Output Value 147 {BasedOnField A4}
643
+ 1.14132768828956, !- Output Value 148 {BasedOnField A4}
644
+ 1.11542752051673, !- Output Value 149 {BasedOnField A4}
645
+ 1.09217569023059, !- Output Value 150 {BasedOnField A4}
646
+ 1.07157219743115, !- Output Value 151 {BasedOnField A4}
647
+ 1.05361704211841, !- Output Value 152 {BasedOnField A4}
648
+ 1.03831022429236, !- Output Value 153 {BasedOnField A4}
649
+ 1.025651743953, !- Output Value 154 {BasedOnField A4}
650
+ 1.01564160110035, !- Output Value 155 {BasedOnField A4}
651
+ 1.00827979573439, !- Output Value 156 {BasedOnField A4}
652
+ 1.00356632785512, !- Output Value 157 {BasedOnField A4}
653
+ 0.996324984501889, !- Output Value 158 {BasedOnField A4}
654
+ 0.989253310651177, !- Output Value 159 {BasedOnField A4}
655
+ 0.982440999254095, !- Output Value 160 {BasedOnField A4}
656
+ 0.975888050310645, !- Output Value 161 {BasedOnField A4}
657
+ 0.969594463820825, !- Output Value 162 {BasedOnField A4}
658
+ 0.963560239784636, !- Output Value 163 {BasedOnField A4}
659
+ 0.957785378202078, !- Output Value 164 {BasedOnField A4}
660
+ 0.952269879073151, !- Output Value 165 {BasedOnField A4}
661
+ 0.947013742397854, !- Output Value 166 {BasedOnField A4}
662
+ 0.942016968176189, !- Output Value 167 {BasedOnField A4}
663
+ 0.937279556408154, !- Output Value 168 {BasedOnField A4}
664
+ 1.01980852840519, !- Output Value 169 {BasedOnField A4}
665
+ 0.994520317112224, !- Output Value 170 {BasedOnField A4}
666
+ 0.971880443305954, !- Output Value 171 {BasedOnField A4}
667
+ 0.951888906986379, !- Output Value 172 {BasedOnField A4}
668
+ 0.9345457081535, !- Output Value 173 {BasedOnField A4}
669
+ 0.919850846807317, !- Output Value 174 {BasedOnField A4}
670
+ 0.90780432294783, !- Output Value 175 {BasedOnField A4}
671
+ 0.898406136575038, !- Output Value 176 {BasedOnField A4}
672
+ 0.891656287688942, !- Output Value 177 {BasedOnField A4}
673
+ 0.887554776289542, !- Output Value 178 {BasedOnField A4}
674
+ 0.884681479710075, !- Output Value 179 {BasedOnField A4}
675
+ 0.878498896951605, !- Output Value 180 {BasedOnField A4}
676
+ 0.872575676646765, !- Output Value 181 {BasedOnField A4}
677
+ 0.866911818795556, !- Output Value 182 {BasedOnField A4}
678
+ 0.861507323397978, !- Output Value 183 {BasedOnField A4}
679
+ 0.856362190454031, !- Output Value 184 {BasedOnField A4}
680
+ 0.851476419963715, !- Output Value 185 {BasedOnField A4}
681
+ 0.846850011927029, !- Output Value 186 {BasedOnField A4}
682
+ 0.842482966343974, !- Output Value 187 {BasedOnField A4}
683
+ 0.838375283214551, !- Output Value 188 {BasedOnField A4}
684
+ 0.834526962538758, !- Output Value 189 {BasedOnField A4}
685
+ 0.880656645638712, !- Output Value 190 {BasedOnField A4}
686
+ 0.855980390825611, !- Output Value 191 {BasedOnField A4}
687
+ 0.833952473499206, !- Output Value 192 {BasedOnField A4}
688
+ 0.814572893659497, !- Output Value 193 {BasedOnField A4}
689
+ 0.797841651306483, !- Output Value 194 {BasedOnField A4}
690
+ 0.783758746440166, !- Output Value 195 {BasedOnField A4}
691
+ 0.772324179060544, !- Output Value 196 {BasedOnField A4}
692
+ 0.763537949167617, !- Output Value 197 {BasedOnField A4}
693
+ 0.757400056761387, !- Output Value 198 {BasedOnField A4}
694
+ 0.753910501841852, !- Output Value 199 {BasedOnField A4}
695
+ 0.760497076841737, !- Output Value 200 {BasedOnField A4}
696
+ 0.755203585175508, !- Output Value 201 {BasedOnField A4}
697
+ 0.75016945596291, !- Output Value 202 {BasedOnField A4}
698
+ 0.745394689203943, !- Output Value 203 {BasedOnField A4}
699
+ 0.740879284898607, !- Output Value 204 {BasedOnField A4}
700
+ 0.736623243046902, !- Output Value 205 {BasedOnField A4}
701
+ 0.732626563648827, !- Output Value 206 {BasedOnField A4}
702
+ 0.728889246704383, !- Output Value 207 {BasedOnField A4}
703
+ 0.72541129221357, !- Output Value 208 {BasedOnField A4}
704
+ 0.722192700176388, !- Output Value 209 {BasedOnField A4}
705
+ 0.719233470592837, !- Output Value 210 {BasedOnField A4}
706
+ 0.723872039990123, !- Output Value 211 {BasedOnField A4}
707
+ 0.699807741656888, !- Output Value 212 {BasedOnField A4}
708
+ 0.678391780810348, !- Output Value 213 {BasedOnField A4}
709
+ 0.659624157450504, !- Output Value 214 {BasedOnField A4}
710
+ 0.643504871577356, !- Output Value 215 {BasedOnField A4}
711
+ 0.630033923190903, !- Output Value 216 {BasedOnField A4}
712
+ 0.619211312291147, !- Output Value 217 {BasedOnField A4}
713
+ 0.611037038878086, !- Output Value 218 {BasedOnField A4}
714
+ 0.605511102951721, !- Output Value 219 {BasedOnField A4}
715
+ 0.602633504512051, !- Output Value 220 {BasedOnField A4}
716
+ 0.623771775896875, !- Output Value 221 {BasedOnField A4}
717
+ 0.619367375322888, !- Output Value 222 {BasedOnField A4}
718
+ 0.615222337202532, !- Output Value 223 {BasedOnField A4}
719
+ 0.611336661535807, !- Output Value 224 {BasedOnField A4}
720
+ 0.607710348322712, !- Output Value 225 {BasedOnField A4}
721
+ 0.604343397563249, !- Output Value 226 {BasedOnField A4}
722
+ 0.601235809257416, !- Output Value 227 {BasedOnField A4}
723
+ 0.598387583405214, !- Output Value 228 {BasedOnField A4}
724
+ 0.595798720006643, !- Output Value 229 {BasedOnField A4}
725
+ 0.593469219061702, !- Output Value 230 {BasedOnField A4}
726
+ 0.591399080570393; !- Output Value 231 {BasedOnField A4}
727
+
728
+ Table:IndependentVariable,
729
+ ChargeOnly-EIR-fT_IndependentVariable1, !- Name
730
+ Cubic, !- Interpolation Method
731
+ Linear, !- Extrapolation Method
732
+ -100, !- Minimum Value {BasedOnField A4}
733
+ 100, !- Maximum Value {BasedOnField A4}
734
+ , !- Normalization Reference Value {BasedOnField A4}
735
+ Temperature, !- Unit Type
736
+ , !- External File Name
737
+ , !- External File Column Number
738
+ , !- External File Starting Row Number
739
+ -30, !- Value 1
740
+ -22, !- Value 2
741
+ -14, !- Value 3
742
+ -6, !- Value 4
743
+ 2, !- Value 5
744
+ 10, !- Value 6
745
+ 18, !- Value 7
746
+ 26, !- Value 8
747
+ 34, !- Value 9
748
+ 42, !- Value 10
749
+ 50; !- Value 11
750
+
751
+ Table:IndependentVariable,
752
+ ChargeOnly-EIR-fT_IndependentVariable2, !- Name
753
+ Cubic, !- Interpolation Method
754
+ Linear, !- Extrapolation Method
755
+ 0, !- Minimum Value {BasedOnField A4}
756
+ 1, !- Maximum Value {BasedOnField A4}
757
+ , !- Normalization Reference Value {BasedOnField A4}
758
+ Dimensionless, !- Unit Type
759
+ , !- External File Name
760
+ , !- External File Column Number
761
+ , !- External File Starting Row Number
762
+ 0, !- Value 1
763
+ 0.0165, !- Value 2
764
+ 0.033, !- Value 3
765
+ 0.0495, !- Value 4
766
+ 0.066, !- Value 5
767
+ 0.0825, !- Value 6
768
+ 0.099, !- Value 7
769
+ 0.1155, !- Value 8
770
+ 0.132, !- Value 9
771
+ 0.1485, !- Value 10
772
+ 0.165, !- Value 11
773
+ 0.2485, !- Value 12
774
+ 0.332, !- Value 13
775
+ 0.4155, !- Value 14
776
+ 0.499, !- Value 15
777
+ 0.5825, !- Value 16
778
+ 0.666, !- Value 17
779
+ 0.7495, !- Value 18
780
+ 0.833, !- Value 19
781
+ 0.9165, !- Value 20
782
+ 1; !- Value 21
783
+
784
+ Table:IndependentVariableList,
785
+ ChargeOnly-EIR-fT_IndependentVariableList, !- Name
786
+ ChargeOnly-EIR-fT_IndependentVariable1, !- Independent Variable Name 1
787
+ ChargeOnly-EIR-fT_IndependentVariable2; !- Independent Variable Name 2
788
+
789
+ Table:Lookup,
790
+ ChargeOnly-EIR-fT, !- Name
791
+ ChargeOnly-EIR-fT_IndependentVariableList, !- Independent Variable List Name
792
+ , !- Normalization Method
793
+ , !- Normalization Divisor
794
+ , !- Minimum Output {BasedOnField A4}
795
+ , !- Maximum Output {BasedOnField A4}
796
+ Dimensionless, !- Output Unit Type
797
+ , !- External File Name
798
+ , !- External File Column Number
799
+ , !- External File Starting Row Number
800
+ 1.510765188, !- Output Value 1 {BasedOnField A4}
801
+ 1.51113820746276, !- Output Value 2 {BasedOnField A4}
802
+ 1.51071413909006, !- Output Value 3 {BasedOnField A4}
803
+ 1.50949298288187, !- Output Value 4 {BasedOnField A4}
804
+ 1.50747473883822, !- Output Value 5 {BasedOnField A4}
805
+ 1.50465940695909, !- Output Value 6 {BasedOnField A4}
806
+ 1.5010469872445, !- Output Value 7 {BasedOnField A4}
807
+ 1.49663747969442, !- Output Value 8 {BasedOnField A4}
808
+ 1.49143088430888, !- Output Value 9 {BasedOnField A4}
809
+ 1.48542720108786, !- Output Value 10 {BasedOnField A4}
810
+ 1.3408428051994, !- Output Value 11 {BasedOnField A4}
811
+ 1.33798668570241, !- Output Value 12 {BasedOnField A4}
812
+ 1.33510998668922, !- Output Value 13 {BasedOnField A4}
813
+ 1.33221270815981, !- Output Value 14 {BasedOnField A4}
814
+ 1.32929485011418, !- Output Value 15 {BasedOnField A4}
815
+ 1.32635641255235, !- Output Value 16 {BasedOnField A4}
816
+ 1.3233973954743, !- Output Value 17 {BasedOnField A4}
817
+ 1.32041779888005, !- Output Value 18 {BasedOnField A4}
818
+ 1.31741762276958, !- Output Value 19 {BasedOnField A4}
819
+ 1.31439686714289, !- Output Value 20 {BasedOnField A4}
820
+ 1.311355532, !- Output Value 21 {BasedOnField A4}
821
+ 1.136458956, !- Output Value 22 {BasedOnField A4}
822
+ 1.13867291544276, !- Output Value 23 {BasedOnField A4}
823
+ 1.14008978705006, !- Output Value 24 {BasedOnField A4}
824
+ 1.14070957082187, !- Output Value 25 {BasedOnField A4}
825
+ 1.14053226675822, !- Output Value 26 {BasedOnField A4}
826
+ 1.13955787485909, !- Output Value 27 {BasedOnField A4}
827
+ 1.1377863951245, !- Output Value 28 {BasedOnField A4}
828
+ 1.13521782755442, !- Output Value 29 {BasedOnField A4}
829
+ 1.13185217214888, !- Output Value 30 {BasedOnField A4}
830
+ 1.12768942890786, !- Output Value 31 {BasedOnField A4}
831
+ 1.0231481569594, !- Output Value 32 {BasedOnField A4}
832
+ 1.02151088228641, !- Output Value 33 {BasedOnField A4}
833
+ 1.01985302809722, !- Output Value 34 {BasedOnField A4}
834
+ 1.01817459439181, !- Output Value 35 {BasedOnField A4}
835
+ 1.01647558117018, !- Output Value 36 {BasedOnField A4}
836
+ 1.01475598843235, !- Output Value 37 {BasedOnField A4}
837
+ 1.0130158161783, !- Output Value 38 {BasedOnField A4}
838
+ 1.01125506440805, !- Output Value 39 {BasedOnField A4}
839
+ 1.00947373312158, !- Output Value 40 {BasedOnField A4}
840
+ 1.00767182231889, !- Output Value 41 {BasedOnField A4}
841
+ 1.005849332, !- Output Value 42 {BasedOnField A4}
842
+ 0.860350612, !- Output Value 43 {BasedOnField A4}
843
+ 0.864405511422764, !- Output Value 44 {BasedOnField A4}
844
+ 0.867663323010055, !- Output Value 45 {BasedOnField A4}
845
+ 0.870124046761874, !- Output Value 46 {BasedOnField A4}
846
+ 0.87178768267822, !- Output Value 47 {BasedOnField A4}
847
+ 0.872654230759094, !- Output Value 48 {BasedOnField A4}
848
+ 0.872723691004495, !- Output Value 49 {BasedOnField A4}
849
+ 0.871996063414424, !- Output Value 50 {BasedOnField A4}
850
+ 0.87047134798888, !- Output Value 51 {BasedOnField A4}
851
+ 0.868149544727864, !- Output Value 52 {BasedOnField A4}
852
+ 0.7975331247194, !- Output Value 53 {BasedOnField A4}
853
+ 0.797114694870414, !- Output Value 54 {BasedOnField A4}
854
+ 0.796675685505216, !- Output Value 55 {BasedOnField A4}
855
+ 0.796216096623806, !- Output Value 56 {BasedOnField A4}
856
+ 0.795735928226184, !- Output Value 57 {BasedOnField A4}
857
+ 0.79523518031235, !- Output Value 58 {BasedOnField A4}
858
+ 0.794713852882304, !- Output Value 59 {BasedOnField A4}
859
+ 0.794171945936046, !- Output Value 60 {BasedOnField A4}
860
+ 0.793609459473576, !- Output Value 61 {BasedOnField A4}
861
+ 0.793026393494894, !- Output Value 62 {BasedOnField A4}
862
+ 0.792422748, !- Output Value 63 {BasedOnField A4}
863
+ 0.682440156, !- Output Value 64 {BasedOnField A4}
864
+ 0.688335995402764, !- Output Value 65 {BasedOnField A4}
865
+ 0.693434746970055, !- Output Value 66 {BasedOnField A4}
866
+ 0.697736410701874, !- Output Value 67 {BasedOnField A4}
867
+ 0.70124098659822, !- Output Value 68 {BasedOnField A4}
868
+ 0.703948474659094, !- Output Value 69 {BasedOnField A4}
869
+ 0.705858874884495, !- Output Value 70 {BasedOnField A4}
870
+ 0.706972187274424, !- Output Value 71 {BasedOnField A4}
871
+ 0.70728841182888, !- Output Value 72 {BasedOnField A4}
872
+ 0.706807548547864, !- Output Value 73 {BasedOnField A4}
873
+ 0.6639977084794, !- Output Value 74 {BasedOnField A4}
874
+ 0.664798123454414, !- Output Value 75 {BasedOnField A4}
875
+ 0.665577958913216, !- Output Value 76 {BasedOnField A4}
876
+ 0.666337214855806, !- Output Value 77 {BasedOnField A4}
877
+ 0.667075891282184, !- Output Value 78 {BasedOnField A4}
878
+ 0.66779398819235, !- Output Value 79 {BasedOnField A4}
879
+ 0.668491505586304, !- Output Value 80 {BasedOnField A4}
880
+ 0.669168443464046, !- Output Value 81 {BasedOnField A4}
881
+ 0.669824801825576, !- Output Value 82 {BasedOnField A4}
882
+ 0.670460580670894, !- Output Value 83 {BasedOnField A4}
883
+ 0.67107578, !- Output Value 84 {BasedOnField A4}
884
+ 0.602727588, !- Output Value 85 {BasedOnField A4}
885
+ 0.610464367382764, !- Output Value 86 {BasedOnField A4}
886
+ 0.617404058930055, !- Output Value 87 {BasedOnField A4}
887
+ 0.623546662641874, !- Output Value 88 {BasedOnField A4}
888
+ 0.62889217851822, !- Output Value 89 {BasedOnField A4}
889
+ 0.633440606559094, !- Output Value 90 {BasedOnField A4}
890
+ 0.637191946764495, !- Output Value 91 {BasedOnField A4}
891
+ 0.640146199134424, !- Output Value 92 {BasedOnField A4}
892
+ 0.64230336366888, !- Output Value 93 {BasedOnField A4}
893
+ 0.643663440367864, !- Output Value 94 {BasedOnField A4}
894
+ 0.6225419082394, !- Output Value 95 {BasedOnField A4}
895
+ 0.624561168038414, !- Output Value 96 {BasedOnField A4}
896
+ 0.626559848321216, !- Output Value 97 {BasedOnField A4}
897
+ 0.628537949087806, !- Output Value 98 {BasedOnField A4}
898
+ 0.630495470338184, !- Output Value 99 {BasedOnField A4}
899
+ 0.63243241207235, !- Output Value 100 {BasedOnField A4}
900
+ 0.634348774290304, !- Output Value 101 {BasedOnField A4}
901
+ 0.636244556992046, !- Output Value 102 {BasedOnField A4}
902
+ 0.638119760177576, !- Output Value 103 {BasedOnField A4}
903
+ 0.639974383846894, !- Output Value 104 {BasedOnField A4}
904
+ 0.641808428, !- Output Value 105 {BasedOnField A4}
905
+ 0.621212908, !- Output Value 106 {BasedOnField A4}
906
+ 0.630790627362764, !- Output Value 107 {BasedOnField A4}
907
+ 0.639571258890055, !- Output Value 108 {BasedOnField A4}
908
+ 0.647554802581874, !- Output Value 109 {BasedOnField A4}
909
+ 0.65474125843822, !- Output Value 110 {BasedOnField A4}
910
+ 0.661130626459094, !- Output Value 111 {BasedOnField A4}
911
+ 0.666722906644495, !- Output Value 112 {BasedOnField A4}
912
+ 0.671518098994424, !- Output Value 113 {BasedOnField A4}
913
+ 0.67551620350888, !- Output Value 114 {BasedOnField A4}
914
+ 0.678717220187864, !- Output Value 115 {BasedOnField A4}
915
+ 0.6731657239994, !- Output Value 116 {BasedOnField A4}
916
+ 0.676403828622414, !- Output Value 117 {BasedOnField A4}
917
+ 0.679621353729216, !- Output Value 118 {BasedOnField A4}
918
+ 0.682818299319806, !- Output Value 119 {BasedOnField A4}
919
+ 0.685994665394184, !- Output Value 120 {BasedOnField A4}
920
+ 0.68915045195235, !- Output Value 121 {BasedOnField A4}
921
+ 0.692285658994304, !- Output Value 122 {BasedOnField A4}
922
+ 0.695400286520046, !- Output Value 123 {BasedOnField A4}
923
+ 0.698494334529576, !- Output Value 124 {BasedOnField A4}
924
+ 0.701567803022894, !- Output Value 125 {BasedOnField A4}
925
+ 0.704620692, !- Output Value 126 {BasedOnField A4}
926
+ 0.737896116, !- Output Value 127 {BasedOnField A4}
927
+ 0.749314775342764, !- Output Value 128 {BasedOnField A4}
928
+ 0.759936346850055, !- Output Value 129 {BasedOnField A4}
929
+ 0.769760830521874, !- Output Value 130 {BasedOnField A4}
930
+ 0.77878822635822, !- Output Value 131 {BasedOnField A4}
931
+ 0.787018534359094, !- Output Value 132 {BasedOnField A4}
932
+ 0.794451754524495, !- Output Value 133 {BasedOnField A4}
933
+ 0.801087886854424, !- Output Value 134 {BasedOnField A4}
934
+ 0.80692693134888, !- Output Value 135 {BasedOnField A4}
935
+ 0.811968888007864, !- Output Value 136 {BasedOnField A4}
936
+ 0.8158691557594, !- Output Value 137 {BasedOnField A4}
937
+ 0.820326105206414, !- Output Value 138 {BasedOnField A4}
938
+ 0.824762475137216, !- Output Value 139 {BasedOnField A4}
939
+ 0.829178265551806, !- Output Value 140 {BasedOnField A4}
940
+ 0.833573476450184, !- Output Value 141 {BasedOnField A4}
941
+ 0.83794810783235, !- Output Value 142 {BasedOnField A4}
942
+ 0.842302159698304, !- Output Value 143 {BasedOnField A4}
943
+ 0.846635632048046, !- Output Value 144 {BasedOnField A4}
944
+ 0.850948524881576, !- Output Value 145 {BasedOnField A4}
945
+ 0.855240838198894, !- Output Value 146 {BasedOnField A4}
946
+ 0.859512572, !- Output Value 147 {BasedOnField A4}
947
+ 0.952777212, !- Output Value 148 {BasedOnField A4}
948
+ 0.966036811322764, !- Output Value 149 {BasedOnField A4}
949
+ 0.978499322810055, !- Output Value 150 {BasedOnField A4}
950
+ 0.990164746461874, !- Output Value 151 {BasedOnField A4}
951
+ 1.00103308227822, !- Output Value 152 {BasedOnField A4}
952
+ 1.01110433025909, !- Output Value 153 {BasedOnField A4}
953
+ 1.0203784904045, !- Output Value 154 {BasedOnField A4}
954
+ 1.02885556271442, !- Output Value 155 {BasedOnField A4}
955
+ 1.03653554718888, !- Output Value 156 {BasedOnField A4}
956
+ 1.04341844382786, !- Output Value 157 {BasedOnField A4}
957
+ 1.0506522035194, !- Output Value 158 {BasedOnField A4}
958
+ 1.05632799779041, !- Output Value 159 {BasedOnField A4}
959
+ 1.06198321254522, !- Output Value 160 {BasedOnField A4}
960
+ 1.06761784778381, !- Output Value 161 {BasedOnField A4}
961
+ 1.07323190350618, !- Output Value 162 {BasedOnField A4}
962
+ 1.07882537971235, !- Output Value 163 {BasedOnField A4}
963
+ 1.0843982764023, !- Output Value 164 {BasedOnField A4}
964
+ 1.08995059357605, !- Output Value 165 {BasedOnField A4}
965
+ 1.09548233123358, !- Output Value 166 {BasedOnField A4}
966
+ 1.10099348937489, !- Output Value 167 {BasedOnField A4}
967
+ 1.106484068, !- Output Value 168 {BasedOnField A4}
968
+ 1.265856196, !- Output Value 169 {BasedOnField A4}
969
+ 1.28095673530276, !- Output Value 170 {BasedOnField A4}
970
+ 1.29526018677006, !- Output Value 171 {BasedOnField A4}
971
+ 1.30876655040187, !- Output Value 172 {BasedOnField A4}
972
+ 1.32147582619822, !- Output Value 173 {BasedOnField A4}
973
+ 1.33338801415909, !- Output Value 174 {BasedOnField A4}
974
+ 1.3445031142845, !- Output Value 175 {BasedOnField A4}
975
+ 1.35482112657442, !- Output Value 176 {BasedOnField A4}
976
+ 1.36434205102888, !- Output Value 177 {BasedOnField A4}
977
+ 1.37306588764786, !- Output Value 178 {BasedOnField A4}
978
+ 1.3775148672794, !- Output Value 179 {BasedOnField A4}
979
+ 1.38440950637441, !- Output Value 180 {BasedOnField A4}
980
+ 1.39128356595322, !- Output Value 181 {BasedOnField A4}
981
+ 1.39813704601581, !- Output Value 182 {BasedOnField A4}
982
+ 1.40496994656218, !- Output Value 183 {BasedOnField A4}
983
+ 1.41178226759235, !- Output Value 184 {BasedOnField A4}
984
+ 1.4185740091063, !- Output Value 185 {BasedOnField A4}
985
+ 1.42534517110405, !- Output Value 186 {BasedOnField A4}
986
+ 1.43209575358558, !- Output Value 187 {BasedOnField A4}
987
+ 1.43882575655089, !- Output Value 188 {BasedOnField A4}
988
+ 1.44553518, !- Output Value 189 {BasedOnField A4}
989
+ 1.677133068, !- Output Value 190 {BasedOnField A4}
990
+ 1.69407454728276, !- Output Value 191 {BasedOnField A4}
991
+ 1.71021893873006, !- Output Value 192 {BasedOnField A4}
992
+ 1.72556624234187, !- Output Value 193 {BasedOnField A4}
993
+ 1.74011645811822, !- Output Value 194 {BasedOnField A4}
994
+ 1.75386958605909, !- Output Value 195 {BasedOnField A4}
995
+ 1.7668256261645, !- Output Value 196 {BasedOnField A4}
996
+ 1.77898457843442, !- Output Value 197 {BasedOnField A4}
997
+ 1.79034644286888, !- Output Value 198 {BasedOnField A4}
998
+ 1.80091121946786, !- Output Value 199 {BasedOnField A4}
999
+ 1.7964571470394, !- Output Value 200 {BasedOnField A4}
1000
+ 1.80457063095841, !- Output Value 201 {BasedOnField A4}
1001
+ 1.81266353536122, !- Output Value 202 {BasedOnField A4}
1002
+ 1.82073586024781, !- Output Value 203 {BasedOnField A4}
1003
+ 1.82878760561818, !- Output Value 204 {BasedOnField A4}
1004
+ 1.83681877147235, !- Output Value 205 {BasedOnField A4}
1005
+ 1.8448293578103, !- Output Value 206 {BasedOnField A4}
1006
+ 1.85281936463205, !- Output Value 207 {BasedOnField A4}
1007
+ 1.86078879193758, !- Output Value 208 {BasedOnField A4}
1008
+ 1.86873763972689, !- Output Value 209 {BasedOnField A4}
1009
+ 1.876665908, !- Output Value 210 {BasedOnField A4}
1010
+ 2.186607828, !- Output Value 211 {BasedOnField A4}
1011
+ 2.20539024726276, !- Output Value 212 {BasedOnField A4}
1012
+ 2.22337557869005, !- Output Value 213 {BasedOnField A4}
1013
+ 2.24056382228187, !- Output Value 214 {BasedOnField A4}
1014
+ 2.25695497803822, !- Output Value 215 {BasedOnField A4}
1015
+ 2.27254904595909, !- Output Value 216 {BasedOnField A4}
1016
+ 2.28734602604449, !- Output Value 217 {BasedOnField A4}
1017
+ 2.30134591829442, !- Output Value 218 {BasedOnField A4}
1018
+ 2.31454872270888, !- Output Value 219 {BasedOnField A4}
1019
+ 2.32695443928786, !- Output Value 220 {BasedOnField A4}
1020
+ 2.3074790427994, !- Output Value 221 {BasedOnField A4}
1021
+ 2.31681137154241, !- Output Value 222 {BasedOnField A4}
1022
+ 2.32612312076922, !- Output Value 223 {BasedOnField A4}
1023
+ 2.33541429047981, !- Output Value 224 {BasedOnField A4}
1024
+ 2.34468488067418, !- Output Value 225 {BasedOnField A4}
1025
+ 2.35393489135235, !- Output Value 226 {BasedOnField A4}
1026
+ 2.3631643225143, !- Output Value 227 {BasedOnField A4}
1027
+ 2.37237317416005, !- Output Value 228 {BasedOnField A4}
1028
+ 2.38156144628958, !- Output Value 229 {BasedOnField A4}
1029
+ 2.39072913890289, !- Output Value 230 {BasedOnField A4}
1030
+ 2.399876252; !- Output Value 231 {BasedOnField A4}
1031
+
1032
+ !- =========== ALL OBJECTS IN CLASS: OUTPUT:ENERGYMANAGEMENTSYSTEM ===========
1033
+
1034
+ Output:EnergyManagementSystem,
1035
+ Verbose, !- Actuator Availability Dictionary Reporting
1036
+ Verbose, !- Internal Variable Availability Dictionary Reporting
1037
+ Verbose; !- EMS Runtime Language Debug Output Level
1038
+
1039
+ !- =========== ALL OBJECTS IN CLASS: OUTPUT:VARIABLE ===========
1040
+
1041
+ Output:Variable,*,Site Outdoor Air Drybulb Temperature,Timestep;
1042
+ Output:Variable,*,Site Outdoor Air Wetbulb Temperature,Timestep;
1043
+ Output:Variable,*,Zone Thermostat Cooling Setpoint Temperature,Timestep;
1044
+ Output:Variable,*,Zone Air Temperature,Timestep;
1045
+ Output:Variable,*,Zone Air Relative Humidity,Timestep;
1046
+ Output:Variable,*,Cooling Coil Operating Mode Index,Timestep;
1047
+ Output:Variable,*,Cooling Coil Ice Thermal Storage End Fraction,Timestep;
1048
+ Output:Variable,*,Cooling Coil Total Cooling Rate,Timestep;
1049
+ Output:Variable,*,Cooling Coil Electric Power,Timestep;
1050
+ Output:Variable,*,Cooling Coil Thermal Storage Ambient Heat Transfer Rate,Timestep;
1051
+ Output:Variable,*,Cooling Coil Thermal Storage Mechanical Heat Transfer Rate,Timestep;
1052
+
1053
+ !- =========== ALL OBJECTS IN CLASS: OUTPUT:METER ===========
1054
+
1055
+ Output:Meter,Electricity:Facility,Timestep;
1056
+ Output:Meter,Electricity:Building,Timestep;
1057
+ Output:Meter,Electricity:HVAC,Timestep;
1058
+ Output:Meter,Cooling:Electricity,Timestep;
1059
+ Output:Meter,Fans:Electricity,Timestep;