-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathDOE_Ref_Pre_1980.log
More file actions
4259 lines (4259 loc) · 392 KB
/
DOE_Ref_Pre_1980.log
File metadata and controls
4259 lines (4259 loc) · 392 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
INFO For DOE Ref Pre-1980: Boiler Hot Water 1: NaturalGas Hot Water Capacity = 150kBtu/hr; Thermal Efficiency = 0.73
INFO For DOE Ref Pre-1980: Boiler Hot Water 1: NaturalGas Hot Water Capacity = 1400kBtu/hr; Thermal Efficiency = 0.74
INFO For DOE Ref Pre-1980: Boiler Hot Water 1: NaturalGas Hot Water Capacity = 5001250kBtu/hr; Thermal Efficiency = 0.76
INFO For DOE Ref Pre-1980: AirCooled Chiller WithCondenser 75tons 1.303kW/ton: AirCooled WithCondenser Capacity = 75tons; COP = 2.7 (1.303kW/ton)
INFO For DOE Ref Pre-1980: AirCooled Chiller WithCondenser 5074tons 1.332kW/ton: AirCooled WithCondenser Capacity = 5074tons; COP = 2.6 (1.332kW/ton)
INFO For DOE Ref Pre-1980: AirCooled Chiller WithoutCondenser 75tons 1.303kW/ton: AirCooled WithoutCondenser Capacity = 75tons; COP = 2.7 (1.303kW/ton)
INFO For DOE Ref Pre-1980: AirCooled Chiller WithoutCondenser 5074tons 1.332kW/ton: AirCooled WithoutCondenser Capacity = 5074tons; COP = 2.6 (1.332kW/ton)
INFO For DOE Ref Pre-1980: WaterCooled Centrifugal Chiller 75tons 1.303kW/ton: AirCooled WithCondenser Capacity = 75tons; COP = 2.7 (1.303kW/ton)
INFO For DOE Ref Pre-1980: WaterCooled Centrifugal Chiller 225tons 1.332kW/ton: AirCooled WithCondenser Capacity = 225tons; COP = 2.6 (1.332kW/ton)
INFO For DOE Ref Pre-1980: WaterCooled Centrifugal Chiller 5150tons 1.332kW/ton: AirCooled WithCondenser Capacity = 5150tons; COP = 2.6 (1.332kW/ton)
INFO For DOE Ref Pre-1980: WaterCooled Reciprocating Chiller 75tons 1.303kW/ton: AirCooled WithCondenser Capacity = 75tons; COP = 2.7 (1.303kW/ton)
INFO For DOE Ref Pre-1980: WaterCooled Reciprocating Chiller 5074tons 1.332kW/ton: AirCooled WithCondenser Capacity = 5074tons; COP = 2.6 (1.332kW/ton)
INFO For DOE Ref Pre-1980: WaterCooled Rotary Screw Chiller 75tons 1.303kW/ton: AirCooled WithCondenser Capacity = 75tons; COP = 2.7 (1.303kW/ton)
INFO For DOE Ref Pre-1980: WaterCooled Rotary Screw Chiller 225tons 1.332kW/ton: AirCooled WithCondenser Capacity = 225tons; COP = 2.6 (1.332kW/ton)
INFO For DOE Ref Pre-1980: WaterCooled Rotary Screw Chiller 5150tons 1.332kW/ton: AirCooled WithCondenser Capacity = 5150tons; COP = 2.6 (1.332kW/ton)
INFO For DOE Ref Pre-1980: WaterCooled Scroll Chiller 75tons 1.303kW/ton: AirCooled WithCondenser Capacity = 75tons; COP = 2.7 (1.303kW/ton)
INFO For DOE Ref Pre-1980: WaterCooled Scroll Chiller 225tons 1.332kW/ton: AirCooled WithCondenser Capacity = 225tons; COP = 2.6 (1.332kW/ton)
INFO For DOE Ref Pre-1980: WaterCooled Scroll Chiller 5150tons 1.332kW/ton: AirCooled WithCondenser Capacity = 5150tons; COP = 2.6 (1.332kW/ton)
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 PTAC: AirCooled All Other Single Package Capacity = 5000kBtu/hr; EER = 8.63
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 32499.500000000015
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.06, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.06, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 32499.500000000015
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.06, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.06, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Single Package: AirCooled Single Package Capacity = 32kBtu/hr; SEER = 11.06
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 99999.49999999988
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 99999.49999999988
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Single Package: AirCooled Single Package Capacity = 100kBtu/hr; EER = 9.63
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 187499.5000000001
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 187499.5000000001
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Single Package: AirCooled Single Package Capacity = 187kBtu/hr; EER = 9.28
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 499999.49999999994
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 499999.49999999994
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Single Package: AirCooled Single Package Capacity = 500kBtu/hr; EER = 8.92
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 5379999.499999999
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 5379999.499999999
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Single Package: AirCooled Single Package Capacity = 5380kBtu/hr; EER = 8.63
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 32499.500000000015
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.09, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.09, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 32499.500000000015
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.09, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.09, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Split System: AirCooled Split System Capacity = 32kBtu/hr; SEER = 11.09
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 99999.49999999988
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 99999.49999999988
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Split System: AirCooled Split System Capacity = 100kBtu/hr; EER = 9.63
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 187499.5000000001
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 187499.5000000001
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Split System: AirCooled Split System Capacity = 187kBtu/hr; EER = 9.28
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 499999.49999999994
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 499999.49999999994
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Split System: AirCooled Split System Capacity = 500kBtu/hr; EER = 8.92
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 5379999.499999999
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 5379999.499999999
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Split System: AirCooled Split System Capacity = 5380kBtu/hr; EER = 8.63
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 PTAC: AirCooled Electric Resistance or None Single Package Capacity = 5000kBtu/hr; EER = 8.63
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 32499.500000000015
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.06, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.06, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 32499.500000000015
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.06, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.06, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Single Package: AirCooled Single Package Capacity = 32kBtu/hr; SEER = 11.06
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 99999.49999999988
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 99999.49999999988
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Single Package: AirCooled Single Package Capacity = 100kBtu/hr; EER = 9.63
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 187499.5000000001
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 187499.5000000001
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Single Package: AirCooled Single Package Capacity = 187kBtu/hr; EER = 9.28
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 499999.49999999994
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 499999.49999999994
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Single Package: AirCooled Single Package Capacity = 500kBtu/hr; EER = 8.92
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 5379999.499999999
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Single Package"}, capacity = 5379999.499999999
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Single Package", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Single Package", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Single Package: AirCooled Single Package Capacity = 5380kBtu/hr; EER = 8.63
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 32499.500000000015
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.09, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.09, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 32499.500000000015
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.09, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>0.0, "maximum_capacity"=>64999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>11.09, "minimum_energy_efficiency_ratio"=>nil, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Split System: AirCooled Split System Capacity = 32kBtu/hr; SEER = 11.09
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 99999.49999999988
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 99999.49999999988
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>65000.0, "maximum_capacity"=>134999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Split System: AirCooled Split System Capacity = 100kBtu/hr; EER = 9.63
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 187499.5000000001
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 187499.5000000001
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>135000.0, "maximum_capacity"=>239999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>9.28, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Split System: AirCooled Split System Capacity = 187kBtu/hr; EER = 9.28
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 499999.49999999994
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 499999.49999999994
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>240000.0, "maximum_capacity"=>759999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.92, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Split System: AirCooled Split System Capacity = 500kBtu/hr; EER = 8.92
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:232:in `coil_cooling_dx_single_speed_apply_efficiency_and_curves'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 5379999.499999999
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb:56:in `coil_cooling_dx_single_speed_standard_minimum_cop'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "subcategory"=>"Split System"}, capacity = 5379999.499999999
All results:
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"All Other", "subcategory"=>"Split System", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
{"template"=>"DOE Ref Pre-1980", "cooling_type"=>"AirCooled", "heating_type"=>"Electric Resistance or None", "subcategory"=>"Split System", "minimum_capacity"=>760000.0, "maximum_capacity"=>9999999.0, "start_date"=>"1919-09-09T00:00:00+00:00", "end_date"=>"2999-09-09T00:00:00+00:00", "minimum_seasonal_energy_efficiency_ratio"=>nil, "minimum_energy_efficiency_ratio"=>8.63, "minimum_integrated_part_load_value"=>nil, "minimum_integrated_energy_efficiency_ratio"=>nil, "ptac_eer_coefficient_1"=>nil, "ptac_eer_coefficient_2"=>nil, "minimum_scop"=>nil, "cool_cap_ft"=>"DOE Ref DX Clg Coil Cool-Cap-fT", "cool_cap_fflow"=>"DOE Ref DX Clg Coil Cool-CAP-fFlow", "cool_eir_ft"=>"DOE Ref DX Clg Coil Cool-EIR-fT", "cool_eir_fflow"=>"DOE Ref DX Clg Coil Cool-EIR-fFlow", "cool_plf_fplr"=>"DOE Ref DX Clg Coil Cool-PLF-fPLR", "notes"=>"From DOE Pre-1980 Reference Buildings"}
INFO For DOE Ref Pre-1980: Coil Cooling DX Single Speed 1 Split System: AirCooled Split System Capacity = 5380kBtu/hr; EER = 8.63
INFO College Art Classroom had no people, one has been created.
INFO College Art Classroom set occupancy to 20.0 people/1000 ft^2.
INFO College Art Classroom had no lights, one has been created.
INFO College Art Classroom set LPD to 2.0 W/ft^2.
INFO College Art Classroom had no electric equipment, one has been created.
INFO College Art Classroom set electric EPD to 0.93 W/ft^2.
INFO College Art Classroom had no ventilation specification, one has been created.
INFO College Art Classroom set ventilation per person to 15.0 cfm/person.
INFO College Art Classroom set occupancy schedule to College BLDG_Studio_OCC_SCH.
INFO College Art Classroom set occupant activity schedule to College ACTIVITY_SCH.
INFO College Art Classroom set lighting schedule to College BLDG_LIGHT_SCH.
INFO College Art Classroom set electric equipment schedule to College BLDG_EQUIP_SCH_Base.
INFO College Classroom had no people, one has been created.
INFO College Classroom set occupancy to 65.0 people/1000 ft^2.
INFO College Classroom had no lights, one has been created.
INFO College Classroom set LPD to 2.0 W/ft^2.
INFO College Classroom had no electric equipment, one has been created.
INFO College Classroom set electric EPD to 0.93 W/ft^2.
INFO College Classroom had no ventilation specification, one has been created.
INFO College Classroom set ventilation per person to 15.0 cfm/person.
INFO College Classroom set occupancy schedule to College BLDG_Class_OCC_SCH.
INFO College Classroom set occupant activity schedule to College ACTIVITY_SCH.
INFO College Classroom set lighting schedule to College BLDG_LIGHT_SCH.
INFO College Classroom set electric equipment schedule to College BLDG_EQUIP_SCH_Base.
INFO College Conference had no people, one has been created.
INFO College Conference set occupancy to 50.0 people/1000 ft^2.
INFO College Conference had no lights, one has been created.
INFO College Conference set LPD to 1.8 W/ft^2.
INFO College Conference had no electric equipment, one has been created.
INFO College Conference set electric EPD to 1.33 W/ft^2.
INFO College Conference had no ventilation specification, one has been created.
INFO College Conference set ventilation per person to 20.0 cfm/person.
INFO College Conference set occupancy schedule to College BLDG_OCC_SCH.
INFO College Conference set occupant activity schedule to College ACTIVITY_SCH.
INFO College Conference set lighting schedule to College BLDG_LIGHT_SCH.
INFO College Conference set electric equipment schedule to College BLDG_EQUIP_SCH_Base.
INFO College Corridor had no lights, one has been created.
INFO College Corridor set LPD to 0.8 W/ft^2.
INFO College Corridor had no electric equipment, one has been created.
INFO College Corridor set electric EPD to 0.37 W/ft^2.
INFO College Corridor had no ventilation specification, one has been created.
INFO College Corridor set ventilation per area to 0.05 cfm/ft^2.
INFO College Corridor set lighting schedule to College BLDG_LIGHT_SCH.
INFO College Corridor set electric equipment schedule to College BLDG_EQUIP_SCH_Base.
INFO College Elevator Shaft had no ventilation specification, one has been created.
INFO College Elevator Shaft set lighting schedule to College ELEV_LIGHT_FAN_SCH_24_7.
INFO College Entrance Lobby had no people, one has been created.
INFO College Entrance Lobby set occupancy to 10.0 people/1000 ft^2.
INFO College Entrance Lobby had no lights, one has been created.
INFO College Entrance Lobby set LPD to 1.0 W/ft^2.
INFO College Entrance Lobby had no electric equipment, one has been created.
INFO College Entrance Lobby set electric EPD to 0.37 W/ft^2.
INFO College Entrance Lobby had no ventilation specification, one has been created.
INFO College Entrance Lobby set ventilation per person to 15.0 cfm/person.
INFO College Entrance Lobby set occupancy schedule to College BLDG_OCC_SCH.
INFO College Entrance Lobby set occupant activity schedule to College ACTIVITY_SCH.
INFO College Entrance Lobby set lighting schedule to College BLDG_LIGHT_SCH.
INFO College Entrance Lobby set electric equipment schedule to College BLDG_EQUIP_SCH_Base.
INFO College Laboratory had no people, one has been created.
INFO College Laboratory set occupancy to 25.0 people/1000 ft^2.
INFO College Laboratory had no lights, one has been created.
INFO College Laboratory set LPD to 1.4 W/ft^2.
INFO College Laboratory had no electric equipment, one has been created.
INFO College Laboratory set electric EPD to 4.0 W/ft^2.
INFO College Laboratory had no ventilation specification, one has been created.
INFO College Laboratory set ventilation per person to 20.0 cfm/person.
INFO College Laboratory set occupancy schedule to College BLDG_Lab_OCC_SCH.
INFO College Laboratory set occupant activity schedule to College ACTIVITY_SCH.
INFO College Laboratory set lighting schedule to College BLDG_LIGHT_SCH.
INFO College Laboratory set electric equipment schedule to College BLDG_EQUIP_SCH_Base.
INFO College Lecture Hall had no people, one has been created.
INFO College Lecture Hall set occupancy to 65.0 people/1000 ft^2.
INFO College Lecture Hall had no lights, one has been created.
INFO College Lecture Hall set LPD to 1.6 W/ft^2.
INFO College Lecture Hall had no electric equipment, one has been created.
INFO College Lecture Hall set electric EPD to 0.93 W/ft^2.
INFO College Lecture Hall had no ventilation specification, one has been created.
INFO College Lecture Hall set ventilation per person to 15.0 cfm/person.
INFO College Lecture Hall set occupancy schedule to College BLDG_Lecture_OCC_SCH.
INFO College Lecture Hall set occupant activity schedule to College ACTIVITY_SCH.
INFO College Lecture Hall set lighting schedule to College BLDG_LIGHT_SCH.
INFO College Lecture Hall set electric equipment schedule to College BLDG_EQUIP_SCH_Base.
INFO College Lounge had no people, one has been created.
INFO College Lounge set occupancy to 25.0 people/1000 ft^2.
INFO College Lounge had no lights, one has been created.
INFO College Lounge set LPD to 1.3 W/ft^2.
INFO College Lounge had no electric equipment, one has been created.
INFO College Lounge set electric EPD to 1.79 W/ft^2.
INFO College Lounge had no ventilation specification, one has been created.
INFO College Lounge set ventilation per person to 20.0 cfm/person.
INFO College Lounge set occupancy schedule to College BLDG_Cafe_OCC_SCH.
INFO College Lounge set occupant activity schedule to College ACTIVITY_SCH.
INFO College Lounge set lighting schedule to College BLDG_LIGHT_SCH.
INFO College Lounge set electric equipment schedule to College BLDG_EQUIP_SCH_Base.
INFO College Media Center had no people, one has been created.
INFO College Media Center set occupancy to 10.0 people/1000 ft^2.
INFO College Media Center had no lights, one has been created.
INFO College Media Center set LPD to 1.9 W/ft^2.
INFO College Media Center had no electric equipment, one has been created.
INFO College Media Center set electric EPD to 0.93 W/ft^2.
INFO College Media Center had no ventilation specification, one has been created.
INFO College Media Center set ventilation per person to 15.0 cfm/person.
INFO College Media Center set occupancy schedule to College BLDG_Lecture_OCC_SCH.
INFO College Media Center set occupant activity schedule to College ACTIVITY_SCH.
INFO College Media Center set lighting schedule to College BLDG_LIGHT_SCH.
INFO College Media Center set electric equipment schedule to College BLDG_EQUIP_SCH_Base.
INFO College Office had no people, one has been created.
INFO College Office set occupancy to 5.0 people/1000 ft^2.
INFO College Office had no lights, one has been created.
INFO College Office set LPD to 1.8 W/ft^2.
INFO College Office had no electric equipment, one has been created.
INFO College Office set electric EPD to 1.0 W/ft^2.
INFO College Office had no ventilation specification, one has been created.
INFO College Office set ventilation per person to 20.0 cfm/person.
INFO College Office set occupancy schedule to College BLDG_OCC_SCH_Offices.
INFO College Office set occupant activity schedule to College ACTIVITY_SCH.
INFO College Office set lighting schedule to College BLDG_LIGHT_SCH.
INFO College Office set electric equipment schedule to College BLDG_EQUIP_SCH_Base.
INFO College Restroom had no lights, one has been created.
INFO College Restroom set LPD to 0.8 W/ft^2.
INFO College Restroom had no electric equipment, one has been created.
INFO College Restroom set electric EPD to 0.37 W/ft^2.
INFO College Restroom had no ventilation specification, one has been created.
INFO College Restroom set ventilation per area to 0.96 cfm/ft^2.
INFO College Restroom set lighting schedule to College BLDG_LIGHT_SCH.
INFO College Restroom set electric equipment schedule to College BLDG_EQUIP_SCH_Base.
INFO College Stairs had no lights, one has been created.
INFO College Stairs set LPD to 0.6 W/ft^2.
INFO College Stairs had no ventilation specification, one has been created.
INFO College Stairs set ventilation per area to 0.05 cfm/ft^2.
INFO College Stairs set lighting schedule to College BLDG_LIGHT_SCH.
INFO College Storage had no lights, one has been created.
INFO College Storage set LPD to 1.0 W/ft^2.
INFO College Storage had no ventilation specification, one has been created.
INFO College Storage set ventilation per area to 0.15 cfm/ft^2.
INFO College Storage set lighting schedule to College BLDG_LIGHT_SCH.
INFO College Utility had no lights, one has been created.
INFO College Utility set LPD to 1.5 W/ft^2.
INFO College Utility had no electric equipment, one has been created.
INFO College Utility set electric EPD to 0.37 W/ft^2.
INFO College Utility had no ventilation specification, one has been created.
INFO College Utility set ventilation per area to 0.05 cfm/ft^2.
INFO College Utility set lighting schedule to College BLDG_LIGHT_SCH.
INFO College Utility set electric equipment schedule to College BLDG_EQUIP_SCH_Base.
INFO Courthouse Break Room had no people, one has been created.
INFO Courthouse Break Room set occupancy to 5.0 people/1000 ft^2.
INFO Courthouse Break Room had no lights, one has been created.
INFO Courthouse Break Room set LPD to 2.28 W/ft^2.
INFO Courthouse Break Room had no electric equipment, one has been created.
INFO Courthouse Break Room set electric EPD to 5.63 W/ft^2.
INFO Courthouse Break Room had no ventilation specification, one has been created.
INFO Courthouse Break Room set ventilation per person to 15.0 cfm/person.
INFO Courthouse Break Room set occupancy schedule to Courthouse OFFICE_OCC_SCH.
INFO Courthouse Break Room set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Break Room set lighting schedule to Courthouse GENERAL_LIGHT_SCH.
INFO Courthouse Break Room set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Cell had no people, one has been created.
INFO Courthouse Cell set occupancy to 20.0 people/1000 ft^2.
INFO Courthouse Cell had no ventilation specification, one has been created.
INFO Courthouse Cell set ventilation per person to 20.0 cfm/person.
INFO Courthouse Cell set occupancy schedule to Courthouse CELL_OCC_SCH.
INFO Courthouse Cell set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Cell set lighting schedule to Courthouse GENERAL_LIGHT_SCH.
INFO Courthouse Cell set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Conference had no people, one has been created.
INFO Courthouse Conference set occupancy to 50.0 people/1000 ft^2.
INFO Courthouse Conference had no lights, one has been created.
INFO Courthouse Conference set LPD to 2.47 W/ft^2.
INFO Courthouse Conference had no electric equipment, one has been created.
INFO Courthouse Conference set electric EPD to 1.0 W/ft^2.
INFO Courthouse Conference had no ventilation specification, one has been created.
INFO Courthouse Conference set ventilation per person to 20.0 cfm/person.
INFO Courthouse Conference set occupancy schedule to Courthouse OFFICE_OCC_SCH.
INFO Courthouse Conference set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Conference set lighting schedule to Courthouse GENERAL_LIGHT_SCH.
INFO Courthouse Conference set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Corridor had no lights, one has been created.
INFO Courthouse Corridor set LPD to 0.95 W/ft^2.
INFO Courthouse Corridor had no electric equipment, one has been created.
INFO Courthouse Corridor set electric EPD to 0.29 W/ft^2.
INFO Courthouse Corridor had no ventilation specification, one has been created.
INFO Courthouse Corridor set ventilation per area to 0.05 cfm/ft^2.
INFO Courthouse Corridor set occupancy schedule to Courthouse OFFICE_OCC_SCH.
INFO Courthouse Corridor set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Corridor set lighting schedule to Courthouse GENERAL_LIGHT_SCH.
INFO Courthouse Corridor set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Courtroom had no people, one has been created.
INFO Courthouse Courtroom set occupancy to 70.0 people/1000 ft^2.
INFO Courthouse Courtroom had no ventilation specification, one has been created.
INFO Courthouse Courtroom set ventilation per person to 16.95 cfm/person.
INFO Courthouse Courtroom set occupancy schedule to Courthouse COURTROOM_OCC_SCH.
INFO Courthouse Courtroom set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Courtroom set lighting schedule to Courthouse COURTROOM_LIGHT_SCH.
INFO Courthouse Courtroom set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Courtroom Waiting had no people, one has been created.
INFO Courthouse Courtroom Waiting set occupancy to 10.0 people/1000 ft^2.
INFO Courthouse Courtroom Waiting had no lights, one has been created.
INFO Courthouse Courtroom Waiting set LPD to 2.47 W/ft^2.
INFO Courthouse Courtroom Waiting had no electric equipment, one has been created.
INFO Courthouse Courtroom Waiting set electric EPD to 0.27 W/ft^2.
INFO Courthouse Courtroom Waiting had no ventilation specification, one has been created.
INFO Courthouse Courtroom Waiting set ventilation per person to 15.0 cfm/person.
INFO Courthouse Courtroom Waiting set occupancy schedule to Courthouse COURTROOM_OCC_SCH.
INFO Courthouse Courtroom Waiting set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Courtroom Waiting set lighting schedule to Courthouse COURTROOM_LIGHT_SCH.
INFO Courthouse Courtroom Waiting set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Elevator Lobby had no people, one has been created.
INFO Courthouse Elevator Lobby set occupancy to 10.0 people/1000 ft^2.
INFO Courthouse Elevator Lobby had no lights, one has been created.
INFO Courthouse Elevator Lobby set LPD to 2.47 W/ft^2.
INFO Courthouse Elevator Lobby had no electric equipment, one has been created.
INFO Courthouse Elevator Lobby set electric EPD to 0.27 W/ft^2.
INFO Courthouse Elevator Lobby had no ventilation specification, one has been created.
INFO Courthouse Elevator Lobby set ventilation per person to 15.0 cfm/person.
INFO Courthouse Elevator Lobby set occupancy schedule to Courthouse OFFICE_OCC_SCH.
INFO Courthouse Elevator Lobby set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Elevator Lobby set lighting schedule to Courthouse GENERAL_LIGHT_SCH.
INFO Courthouse Elevator Lobby set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Elevator Shaft had no ventilation specification, one has been created.
INFO Courthouse Entrance Lobby had no people, one has been created.
INFO Courthouse Entrance Lobby set occupancy to 10.0 people/1000 ft^2.
INFO Courthouse Entrance Lobby had no lights, one has been created.
INFO Courthouse Entrance Lobby set LPD to 2.47 W/ft^2.
INFO Courthouse Entrance Lobby had no electric equipment, one has been created.
INFO Courthouse Entrance Lobby set electric EPD to 0.27 W/ft^2.
INFO Courthouse Entrance Lobby had no ventilation specification, one has been created.
INFO Courthouse Entrance Lobby set ventilation per person to 15.0 cfm/person.
INFO Courthouse Entrance Lobby set occupancy schedule to Courthouse OFFICE_OCC_SCH.
INFO Courthouse Entrance Lobby set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Entrance Lobby set lighting schedule to Courthouse GENERAL_LIGHT_SCH.
INFO Courthouse Entrance Lobby set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Judges Chamber had no people, one has been created.
INFO Courthouse Judges Chamber set occupancy to 5.0 people/1000 ft^2.
INFO Courthouse Judges Chamber had no lights, one has been created.
INFO Courthouse Judges Chamber set LPD to 2.09 W/ft^2.
INFO Courthouse Judges Chamber had no electric equipment, one has been created.
INFO Courthouse Judges Chamber set electric EPD to 0.87 W/ft^2.
INFO Courthouse Judges Chamber had no ventilation specification, one has been created.
INFO Courthouse Judges Chamber set ventilation per person to 20.0 cfm/person.
INFO Courthouse Judges Chamber set occupancy schedule to Courthouse JUDGES_CHAMBER_OCC_SCH.
INFO Courthouse Judges Chamber set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Judges Chamber set lighting schedule to Courthouse JUDGES_CHAMBER_LIGHT_SCH.
INFO Courthouse Judges Chamber set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Jury Assembly had no people, one has been created.
INFO Courthouse Jury Assembly set occupancy to 120.0 people/1000 ft^2.
INFO Courthouse Jury Assembly had no lights, one has been created.
INFO Courthouse Jury Assembly set LPD to 2.0 W/ft^2.
INFO Courthouse Jury Assembly had no ventilation specification, one has been created.
INFO Courthouse Jury Assembly set ventilation per person to 15.0 cfm/person.
INFO Courthouse Jury Assembly set occupancy schedule to Courthouse JURY_ASSEMBLY_OCC_SCH.
INFO Courthouse Jury Assembly set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Jury Assembly set lighting schedule to Courthouse JURY_ASSEMBLY_LIGHT_SCH.
INFO Courthouse Jury Assembly set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Jury Deliberation had no people, one has been created.
INFO Courthouse Jury Deliberation set occupancy to 50.0 people/1000 ft^2.
INFO Courthouse Jury Deliberation had no lights, one has been created.
INFO Courthouse Jury Deliberation set LPD to 2.47 W/ft^2.
INFO Courthouse Jury Deliberation had no electric equipment, one has been created.
INFO Courthouse Jury Deliberation set electric EPD to 1.0 W/ft^2.
INFO Courthouse Jury Deliberation had no ventilation specification, one has been created.
INFO Courthouse Jury Deliberation set ventilation per person to 20.0 cfm/person.
INFO Courthouse Jury Deliberation set occupancy schedule to Courthouse JURY_DELIBERATION_OCC_SCH.
INFO Courthouse Jury Deliberation set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Jury Deliberation set lighting schedule to Courthouse JURY_DELIBERATION_LIGHT_SCH.
INFO Courthouse Jury Deliberation set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Library had no people, one has been created.
INFO Courthouse Library set occupancy to 10.0 people/1000 ft^2.
INFO Courthouse Library had no lights, one has been created.
INFO Courthouse Library set LPD to 2.11 W/ft^2.
INFO Courthouse Library had no ventilation specification, one has been created.
INFO Courthouse Library set ventilation per person to 16.95 cfm/person.
INFO Courthouse Library set occupancy schedule to Courthouse OFFICE_OCC_SCH.
INFO Courthouse Library set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Library set lighting schedule to Courthouse GENERAL_LIGHT_SCH.
INFO Courthouse Library set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Office had no people, one has been created.
INFO Courthouse Office set occupancy to 5.0 people/1000 ft^2.
INFO Courthouse Office had no lights, one has been created.
INFO Courthouse Office set LPD to 2.09 W/ft^2.
INFO Courthouse Office had no electric equipment, one has been created.
INFO Courthouse Office set electric EPD to 0.87 W/ft^2.
INFO Courthouse Office had no ventilation specification, one has been created.
INFO Courthouse Office set ventilation per person to 20.0 cfm/person.
INFO Courthouse Office set occupancy schedule to Courthouse OFFICE_OCC_SCH.
INFO Courthouse Office set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Office set lighting schedule to Courthouse GENERAL_LIGHT_SCH.
INFO Courthouse Office set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Parking had no ventilation specification, one has been created.
INFO Courthouse Parking set ventilation per area to 1.5 cfm/ft^2.
INFO Courthouse Parking set lighting schedule to Courthouse GENERAL_LIGHT_SCH.
INFO Courthouse Parking set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.SpaceType.rb:24:in `space_type_get_standards_data'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "building_type"=>"Courthouse", "space_type"=>"Plenum"}, capacity =
All results:
{"template"=>"DOE Ref Pre-1980", "building_type"=>"Any", "space_type"=>"Plenum", "lighting_standard"=>nil, "lighting_primary_space_type"=>nil, "lighting_secondary_space_type"=>nil, "lighting_per_area"=>nil, "rcr_threshold"=>nil, "lighting_per_person"=>nil, "additional_lighting_per_area"=>nil, "lighting_fraction_to_return_air"=>nil, "lighting_fraction_radiant"=>nil, "lighting_fraction_visible"=>nil, "lighting_fraction_replaceable"=>nil, "lpd_fraction_linear_fluorescent"=>1.0, "lpd_fraction_compact_fluorescent"=>nil, "lpd_fraction_high_bay"=>nil, "lpd_fraction_specialty_lighting"=>nil, "lpd_fraction_exit_lighting"=>nil, "lighting_schedule"=>nil, "compact_fluorescent_lighting_schedule"=>nil, "high_bay_lighting_schedule"=>nil, "specialty_lighting_schedule"=>nil, "exit_lighting_schedule"=>nil, "target_illuminance_setpoint"=>nil, "psa_nongeometry_fraction"=>nil, "ssa_nongeometry_fraction"=>nil, "notes"=>nil, "gas_equipment_per_area"=>nil, "gas_equipment_fraction_latent"=>nil, "gas_equipment_fraction_radiant"=>nil, "gas_equipment_fraction_lost"=>nil, "gas_equipment_schedule"=>nil, "electric_equipment_per_area"=>nil, "electric_equipment_fraction_latent"=>nil, "electric_equipment_fraction_radiant"=>nil, "electric_equipment_fraction_lost"=>nil, "electric_equipment_schedule"=>nil, "additional_electric_equipment_schedule"=>nil, "additional_gas_equipment_schedule"=>nil, "occupancy_per_area"=>nil, "occupancy_schedule"=>nil, "occupancy_activity_schedule"=>nil, "is_residential"=>nil, "ventilation_standard"=>nil, "ventilation_primary_space_type"=>nil, "ventilation_secondary_space_type"=>nil, "ventilation_per_area"=>nil, "ventilation_per_person"=>nil, "ventilation_air_changes"=>nil, "minimum_total_air_changes"=>nil, "heating_setpoint_schedule"=>nil, "cooling_setpoint_schedule"=>nil, "service_water_heating_peak_flow_rate"=>nil, "service_water_heating_area"=>nil, "service_water_heating_peak_flow_per_area"=>nil, "service_water_heating_system_type"=>nil, "booster_water_heater_fraction"=>nil, "service_water_heating_target_temperature"=>nil, "booster_water_heating_target_temperature"=>nil, "service_water_heating_fraction_sensible"=>nil, "service_water_heating_fraction_latent"=>nil, "service_water_heating_schedule"=>nil, "manual_continuous_dimming"=>nil, "programmable_multilevel_dimming"=>nil, "multilevel_occupancy_sensors"=>nil, "occupancy_sensors"=>nil, "occupancy_sensors_with_personal_continuous_dimming"=>nil, "automatic_multilevel_switching_in_primary_sidelighted_areas"=>nil, "automatic_continuous_daylight_dimming_in_primary_sidelighted_areas"=>nil, "automatic_continuous_daylight_dimming_in_secondary_sidelighted_areas"=>nil, "automatic_continuous_daylight_dimming_in_daylighted_areas_under_skylights"=>nil, "rgb"=>nil}
{"template"=>"DOE Ref Pre-1980", "building_type"=>"Courthouse", "space_type"=>"Plenum", "lighting_standard"=>nil, "lighting_primary_space_type"=>nil, "lighting_secondary_space_type"=>nil, "lighting_per_area"=>nil, "rcr_threshold"=>nil, "lighting_per_person"=>nil, "additional_lighting_per_area"=>nil, "lighting_fraction_to_return_air"=>nil, "lighting_fraction_radiant"=>nil, "lighting_fraction_visible"=>nil, "lighting_fraction_replaceable"=>nil, "lpd_fraction_linear_fluorescent"=>1.0, "lpd_fraction_compact_fluorescent"=>nil, "lpd_fraction_high_bay"=>nil, "lpd_fraction_specialty_lighting"=>nil, "lpd_fraction_exit_lighting"=>nil, "lighting_schedule"=>nil, "compact_fluorescent_lighting_schedule"=>nil, "high_bay_lighting_schedule"=>nil, "specialty_lighting_schedule"=>nil, "exit_lighting_schedule"=>nil, "target_illuminance_setpoint"=>nil, "psa_nongeometry_fraction"=>nil, "ssa_nongeometry_fraction"=>nil, "notes"=>nil, "gas_equipment_per_area"=>nil, "gas_equipment_fraction_latent"=>nil, "gas_equipment_fraction_radiant"=>nil, "gas_equipment_fraction_lost"=>nil, "gas_equipment_schedule"=>nil, "electric_equipment_per_area"=>nil, "electric_equipment_fraction_latent"=>nil, "electric_equipment_fraction_radiant"=>nil, "electric_equipment_fraction_lost"=>nil, "electric_equipment_schedule"=>nil, "additional_electric_equipment_schedule"=>nil, "additional_gas_equipment_schedule"=>nil, "occupancy_per_area"=>0.0, "occupancy_schedule"=>nil, "occupancy_activity_schedule"=>nil, "is_residential"=>nil, "ventilation_standard"=>nil, "ventilation_primary_space_type"=>nil, "ventilation_secondary_space_type"=>nil, "ventilation_per_area"=>nil, "ventilation_per_person"=>nil, "ventilation_air_changes"=>nil, "minimum_total_air_changes"=>nil, "heating_setpoint_schedule"=>nil, "cooling_setpoint_schedule"=>nil, "service_water_heating_peak_flow_rate"=>nil, "service_water_heating_area"=>nil, "service_water_heating_peak_flow_per_area"=>nil, "service_water_heating_system_type"=>nil, "booster_water_heater_fraction"=>nil, "service_water_heating_target_temperature"=>nil, "booster_water_heating_target_temperature"=>nil, "service_water_heating_fraction_sensible"=>nil, "service_water_heating_fraction_latent"=>nil, "service_water_heating_schedule"=>nil, "manual_continuous_dimming"=>nil, "programmable_multilevel_dimming"=>nil, "multilevel_occupancy_sensors"=>nil, "occupancy_sensors"=>nil, "occupancy_sensors_with_personal_continuous_dimming"=>nil, "automatic_multilevel_switching_in_primary_sidelighted_areas"=>nil, "automatic_continuous_daylight_dimming_in_primary_sidelighted_areas"=>nil, "automatic_continuous_daylight_dimming_in_secondary_sidelighted_areas"=>nil, "automatic_continuous_daylight_dimming_in_daylighted_areas_under_skylights"=>nil, "rgb"=>"230_157_120"}
WARN Find object search criteria returned 2 results, the first one will be returned. Called from :/ruby/3.2.0/gems/openstudio-standards-0.8.5/lib/openstudio-standards/standards/Standards.SpaceType.rb:24:in `space_type_get_standards_data'.
Search criteria:
{"template"=>"DOE Ref Pre-1980", "building_type"=>"Courthouse", "space_type"=>"Plenum"}, capacity =
All results:
{"template"=>"DOE Ref Pre-1980", "building_type"=>"Any", "space_type"=>"Plenum", "lighting_standard"=>nil, "lighting_primary_space_type"=>nil, "lighting_secondary_space_type"=>nil, "lighting_per_area"=>nil, "rcr_threshold"=>nil, "lighting_per_person"=>nil, "additional_lighting_per_area"=>nil, "lighting_fraction_to_return_air"=>nil, "lighting_fraction_radiant"=>nil, "lighting_fraction_visible"=>nil, "lighting_fraction_replaceable"=>nil, "lpd_fraction_linear_fluorescent"=>1.0, "lpd_fraction_compact_fluorescent"=>nil, "lpd_fraction_high_bay"=>nil, "lpd_fraction_specialty_lighting"=>nil, "lpd_fraction_exit_lighting"=>nil, "lighting_schedule"=>nil, "compact_fluorescent_lighting_schedule"=>nil, "high_bay_lighting_schedule"=>nil, "specialty_lighting_schedule"=>nil, "exit_lighting_schedule"=>nil, "target_illuminance_setpoint"=>nil, "psa_nongeometry_fraction"=>nil, "ssa_nongeometry_fraction"=>nil, "notes"=>nil, "gas_equipment_per_area"=>nil, "gas_equipment_fraction_latent"=>nil, "gas_equipment_fraction_radiant"=>nil, "gas_equipment_fraction_lost"=>nil, "gas_equipment_schedule"=>nil, "electric_equipment_per_area"=>nil, "electric_equipment_fraction_latent"=>nil, "electric_equipment_fraction_radiant"=>nil, "electric_equipment_fraction_lost"=>nil, "electric_equipment_schedule"=>nil, "additional_electric_equipment_schedule"=>nil, "additional_gas_equipment_schedule"=>nil, "occupancy_per_area"=>nil, "occupancy_schedule"=>nil, "occupancy_activity_schedule"=>nil, "is_residential"=>nil, "ventilation_standard"=>nil, "ventilation_primary_space_type"=>nil, "ventilation_secondary_space_type"=>nil, "ventilation_per_area"=>nil, "ventilation_per_person"=>nil, "ventilation_air_changes"=>nil, "minimum_total_air_changes"=>nil, "heating_setpoint_schedule"=>nil, "cooling_setpoint_schedule"=>nil, "service_water_heating_peak_flow_rate"=>nil, "service_water_heating_area"=>nil, "service_water_heating_peak_flow_per_area"=>nil, "service_water_heating_system_type"=>nil, "booster_water_heater_fraction"=>nil, "service_water_heating_target_temperature"=>nil, "booster_water_heating_target_temperature"=>nil, "service_water_heating_fraction_sensible"=>nil, "service_water_heating_fraction_latent"=>nil, "service_water_heating_schedule"=>nil, "manual_continuous_dimming"=>nil, "programmable_multilevel_dimming"=>nil, "multilevel_occupancy_sensors"=>nil, "occupancy_sensors"=>nil, "occupancy_sensors_with_personal_continuous_dimming"=>nil, "automatic_multilevel_switching_in_primary_sidelighted_areas"=>nil, "automatic_continuous_daylight_dimming_in_primary_sidelighted_areas"=>nil, "automatic_continuous_daylight_dimming_in_secondary_sidelighted_areas"=>nil, "automatic_continuous_daylight_dimming_in_daylighted_areas_under_skylights"=>nil, "rgb"=>nil}
{"template"=>"DOE Ref Pre-1980", "building_type"=>"Courthouse", "space_type"=>"Plenum", "lighting_standard"=>nil, "lighting_primary_space_type"=>nil, "lighting_secondary_space_type"=>nil, "lighting_per_area"=>nil, "rcr_threshold"=>nil, "lighting_per_person"=>nil, "additional_lighting_per_area"=>nil, "lighting_fraction_to_return_air"=>nil, "lighting_fraction_radiant"=>nil, "lighting_fraction_visible"=>nil, "lighting_fraction_replaceable"=>nil, "lpd_fraction_linear_fluorescent"=>1.0, "lpd_fraction_compact_fluorescent"=>nil, "lpd_fraction_high_bay"=>nil, "lpd_fraction_specialty_lighting"=>nil, "lpd_fraction_exit_lighting"=>nil, "lighting_schedule"=>nil, "compact_fluorescent_lighting_schedule"=>nil, "high_bay_lighting_schedule"=>nil, "specialty_lighting_schedule"=>nil, "exit_lighting_schedule"=>nil, "target_illuminance_setpoint"=>nil, "psa_nongeometry_fraction"=>nil, "ssa_nongeometry_fraction"=>nil, "notes"=>nil, "gas_equipment_per_area"=>nil, "gas_equipment_fraction_latent"=>nil, "gas_equipment_fraction_radiant"=>nil, "gas_equipment_fraction_lost"=>nil, "gas_equipment_schedule"=>nil, "electric_equipment_per_area"=>nil, "electric_equipment_fraction_latent"=>nil, "electric_equipment_fraction_radiant"=>nil, "electric_equipment_fraction_lost"=>nil, "electric_equipment_schedule"=>nil, "additional_electric_equipment_schedule"=>nil, "additional_gas_equipment_schedule"=>nil, "occupancy_per_area"=>0.0, "occupancy_schedule"=>nil, "occupancy_activity_schedule"=>nil, "is_residential"=>nil, "ventilation_standard"=>nil, "ventilation_primary_space_type"=>nil, "ventilation_secondary_space_type"=>nil, "ventilation_per_area"=>nil, "ventilation_per_person"=>nil, "ventilation_air_changes"=>nil, "minimum_total_air_changes"=>nil, "heating_setpoint_schedule"=>nil, "cooling_setpoint_schedule"=>nil, "service_water_heating_peak_flow_rate"=>nil, "service_water_heating_area"=>nil, "service_water_heating_peak_flow_per_area"=>nil, "service_water_heating_system_type"=>nil, "booster_water_heater_fraction"=>nil, "service_water_heating_target_temperature"=>nil, "booster_water_heating_target_temperature"=>nil, "service_water_heating_fraction_sensible"=>nil, "service_water_heating_fraction_latent"=>nil, "service_water_heating_schedule"=>nil, "manual_continuous_dimming"=>nil, "programmable_multilevel_dimming"=>nil, "multilevel_occupancy_sensors"=>nil, "occupancy_sensors"=>nil, "occupancy_sensors_with_personal_continuous_dimming"=>nil, "automatic_multilevel_switching_in_primary_sidelighted_areas"=>nil, "automatic_continuous_daylight_dimming_in_primary_sidelighted_areas"=>nil, "automatic_continuous_daylight_dimming_in_secondary_sidelighted_areas"=>nil, "automatic_continuous_daylight_dimming_in_daylighted_areas_under_skylights"=>nil, "rgb"=>"230_157_120"}
INFO Courthouse Restrooms had no lights, one has been created.
INFO Courthouse Restrooms set LPD to 1.71 W/ft^2.
INFO Courthouse Restrooms had no electric equipment, one has been created.
INFO Courthouse Restrooms set electric EPD to 0.27 W/ft^2.
INFO Courthouse Restrooms had no ventilation specification, one has been created.
INFO Courthouse Restrooms set occupancy schedule to Courthouse OFFICE_OCC_SCH.
INFO Courthouse Restrooms set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Restrooms set lighting schedule to Courthouse GENERAL_LIGHT_SCH.
INFO Courthouse Restrooms set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Security Screening had no people, one has been created.
INFO Courthouse Security Screening set occupancy to 10.0 people/1000 ft^2.
INFO Courthouse Security Screening had no lights, one has been created.
INFO Courthouse Security Screening set LPD to 2.47 W/ft^2.
INFO Courthouse Security Screening had no ventilation specification, one has been created.
INFO Courthouse Security Screening set ventilation per person to 15.0 cfm/person.
INFO Courthouse Security Screening set occupancy schedule to Courthouse OFFICE_OCC_SCH.
INFO Courthouse Security Screening set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Security Screening set lighting schedule to Courthouse GENERAL_LIGHT_SCH.
INFO Courthouse Security Screening set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Service Shaft had no ventilation specification, one has been created.
INFO Courthouse Stairs had no lights, one has been created.
INFO Courthouse Stairs set LPD to 1.14 W/ft^2.
INFO Courthouse Stairs had no ventilation specification, one has been created.
INFO Courthouse Stairs set ventilation per area to 0.05 cfm/ft^2.
INFO Courthouse Stairs set lighting schedule to Courthouse GENERAL_LIGHT_SCH.
INFO Courthouse Stairs set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Storage had no lights, one has been created.
INFO Courthouse Storage set LPD to 1.539 W/ft^2.
INFO Courthouse Storage had no ventilation specification, one has been created.
INFO Courthouse Storage set ventilation per area to 0.15 cfm/ft^2.
INFO Courthouse Storage set occupancy schedule to Courthouse OFFICE_OCC_SCH.
INFO Courthouse Storage set occupant activity schedule to Courthouse ACTIVITY_SCH.
INFO Courthouse Storage set lighting schedule to Courthouse GENERAL_LIGHT_SCH.
INFO Courthouse Storage set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO Courthouse Utility had no lights, one has been created.
INFO Courthouse Utility set LPD to 2.85 W/ft^2.
INFO Courthouse Utility had no electric equipment, one has been created.
INFO Courthouse Utility set electric EPD to 0.27 W/ft^2.
INFO Courthouse Utility had no ventilation specification, one has been created.
INFO Courthouse Utility set ventilation per area to 0.05 cfm/ft^2.
INFO Courthouse Utility set lighting schedule to Courthouse GENERAL_LIGHT_SCH.
INFO Courthouse Utility set electric equipment schedule to Courthouse BLDG_EQUIP_SCH.
INFO FullServiceRestaurant Dining had no people, one has been created.
INFO FullServiceRestaurant Dining set occupancy to 67.0 people/1000 ft^2.
INFO FullServiceRestaurant Dining had no lights, one has been created.
INFO FullServiceRestaurant Dining set LPD to 2.54 W/ft^2.
INFO FullServiceRestaurant Dining had no electric equipment, one has been created.
INFO FullServiceRestaurant Dining set electric EPD to 5.6 W/ft^2.
INFO FullServiceRestaurant Dining had no ventilation specification, one has been created.
INFO FullServiceRestaurant Dining set ventilation per person to 20.0 cfm/person.
INFO FullServiceRestaurant Dining set occupancy schedule to FullServiceRestaurant Bldg Occ.
INFO FullServiceRestaurant Dining set occupant activity schedule to FullServiceRestaurant Activity.
INFO FullServiceRestaurant Dining set lighting schedule to FullServiceRestaurant Bldg Light.
INFO FullServiceRestaurant Dining set electric equipment schedule to FullServiceRestaurant Bldg Equip.
INFO FullServiceRestaurant Kitchen had no people, one has been created.
INFO FullServiceRestaurant Kitchen set occupancy to 5.0 people/1000 ft^2.
INFO FullServiceRestaurant Kitchen had no lights, one has been created.
INFO FullServiceRestaurant Kitchen set LPD to 1.52 W/ft^2.
INFO FullServiceRestaurant Kitchen had no electric equipment, one has been created.
INFO FullServiceRestaurant Kitchen set electric EPD to 35.0 W/ft^2.
INFO FullServiceRestaurant Kitchen had no gas equipment, one has been created.
INFO FullServiceRestaurant Kitchen set gas EPD to 378.75 Btu/hr*ft^2.
INFO FullServiceRestaurant Kitchen had no ventilation specification, one has been created.
INFO FullServiceRestaurant Kitchen set ventilation per area to 0.47 cfm/ft^2.
INFO FullServiceRestaurant Kitchen set occupancy schedule to FullServiceRestaurant Bldg Occ.
INFO FullServiceRestaurant Kitchen set occupant activity schedule to FullServiceRestaurant Activity.
INFO FullServiceRestaurant Kitchen set lighting schedule to FullServiceRestaurant Bldg Light.
INFO FullServiceRestaurant Kitchen set electric equipment schedule to FullServiceRestaurant Bldg Equip.
INFO FullServiceRestaurant Kitchen set gas equipment schedule to FullServiceRestaurant Gas Equip.
INFO Hospital Basement had no people, one has been created.
INFO Hospital Basement set occupancy to 2.5 people/1000 ft^2.
INFO Hospital Basement had no lights, one has been created.
INFO Hospital Basement set LPD to 1.8 W/ft^2.
INFO Hospital Basement had no electric equipment, one has been created.
INFO Hospital Basement set electric EPD to 0.749 W/ft^2.
INFO Hospital Basement had no ventilation specification, one has been created.
INFO Hospital Basement set ventilation per person to 21.186 cfm/person.
INFO Hospital Basement set occupancy schedule to Hospital BLDG_OCC_SCH.
INFO Hospital Basement set occupant activity schedule to Hospital ACTIVITY_SCH.
INFO Hospital Basement set lighting schedule to Hospital Admin Light.
INFO Hospital Basement set electric equipment schedule to Hospital Admin Equipment.
INFO Hospital Corridor had no people, one has been created.
INFO Hospital Corridor set occupancy to 1.0 people/1000 ft^2.
INFO Hospital Corridor had no lights, one has been created.
INFO Hospital Corridor set LPD to 1.355 W/ft^2.
INFO Hospital Corridor had no ventilation specification, one has been created.
INFO Hospital Corridor set ventilation per area to 0.05 cfm/ft^2.
INFO Hospital Corridor set occupancy schedule to Hospital Critical Occ.
INFO Hospital Corridor set occupant activity schedule to Hospital Activity.
INFO Hospital Corridor set lighting schedule to Hospital Admin Light.
INFO Hospital Corridor set electric equipment schedule to Hospital Admin Equipment.
INFO Hospital Dining had no people, one has been created.
INFO Hospital Dining set occupancy to 10.0 people/1000 ft^2.
INFO Hospital Dining had no lights, one has been created.
INFO Hospital Dining set LPD to 2.575 W/ft^2.
INFO Hospital Dining had no electric equipment, one has been created.
INFO Hospital Dining set electric EPD to 1.0 W/ft^2.
INFO Hospital Dining had no ventilation specification, one has been created.
INFO Hospital Dining set ventilation per person to 20.0 cfm/person.
INFO Hospital Dining set occupancy schedule to Hospital Critical Occ.
INFO Hospital Dining set occupant activity schedule to Hospital Activity.
INFO Hospital Dining set lighting schedule to Hospital Admin Light.
INFO Hospital Dining set electric equipment schedule to Hospital Admin Equipment.
INFO Hospital ER_Exam had no people, one has been created.
INFO Hospital ER_Exam set occupancy to 20.0 people/1000 ft^2.
INFO Hospital ER_Exam had no lights, one has been created.
INFO Hospital ER_Exam set LPD to 3.841 W/ft^2.
INFO Hospital ER_Exam had no electric equipment, one has been created.
INFO Hospital ER_Exam set electric EPD to 1.5000000000000002 W/ft^2.
INFO Hospital ER_Exam had no ventilation specification, one has been created.
INFO Hospital ER_Exam set ventilation per area to 0.47 cfm/ft^2.
INFO Hospital ER_Exam set occupancy schedule to Hospital Critical Occ.
INFO Hospital ER_Exam set occupant activity schedule to Hospital Activity.
INFO Hospital ER_Exam set lighting schedule to Hospital Critical Light.
INFO Hospital ER_Exam set electric equipment schedule to Hospital Critical Equip.
INFO Hospital ER_NurseStn had no people, one has been created.
INFO Hospital ER_NurseStn set occupancy to 6.25 people/1000 ft^2.
INFO Hospital ER_NurseStn had no lights, one has been created.
INFO Hospital ER_NurseStn set LPD to 1.66 W/ft^2.
INFO Hospital ER_NurseStn had no electric equipment, one has been created.
INFO Hospital ER_NurseStn set electric EPD to 1.36 W/ft^2.
INFO Hospital ER_NurseStn had no ventilation specification, one has been created.
INFO Hospital ER_NurseStn set ventilation per person to 20.0 cfm/person.
INFO Hospital ER_NurseStn set occupancy schedule to Hospital Critical Occ.
INFO Hospital ER_NurseStn set occupant activity schedule to Hospital Activity.
INFO Hospital ER_NurseStn set lighting schedule to Hospital Admin Light.
INFO Hospital ER_NurseStn set electric equipment schedule to Hospital Admin Equipment.
INFO Hospital ER_Trauma had no people, one has been created.
INFO Hospital ER_Trauma set occupancy to 20.0 people/1000 ft^2.
INFO Hospital ER_Trauma had no lights, one has been created.
INFO Hospital ER_Trauma set LPD to 3.841 W/ft^2.
INFO Hospital ER_Trauma had no electric equipment, one has been created.
INFO Hospital ER_Trauma set electric EPD to 4.0 W/ft^2.
INFO Hospital ER_Trauma had no ventilation specification, one has been created.
INFO Hospital ER_Trauma set ventilation per area to 0.47 cfm/ft^2.
INFO Hospital ER_Trauma set occupancy schedule to Hospital Critical Occ.
INFO Hospital ER_Trauma set occupant activity schedule to Hospital Activity.
INFO Hospital ER_Trauma set lighting schedule to Hospital Critical Light.
INFO Hospital ER_Trauma set electric equipment schedule to Hospital Critical Equip.
INFO Hospital ER_Triage had no people, one has been created.
INFO Hospital ER_Triage set occupancy to 20.0 people/1000 ft^2.
INFO Hospital ER_Triage had no lights, one has been created.
INFO Hospital ER_Triage set LPD to 3.841 W/ft^2.
INFO Hospital ER_Triage had no electric equipment, one has been created.
INFO Hospital ER_Triage set electric EPD to 2.67 W/ft^2.
INFO Hospital ER_Triage had no ventilation specification, one has been created.
INFO Hospital ER_Triage set ventilation per area to 0.47 cfm/ft^2.
INFO Hospital ER_Triage set occupancy schedule to Hospital Critical Occ.
INFO Hospital ER_Triage set occupant activity schedule to Hospital Activity.
INFO Hospital ER_Triage set lighting schedule to Hospital Critical Light.
INFO Hospital ER_Triage set electric equipment schedule to Hospital Critical Equip.
INFO Hospital ICU_NurseStn had no people, one has been created.
INFO Hospital ICU_NurseStn set occupancy to 5.0 people/1000 ft^2.
INFO Hospital ICU_NurseStn had no lights, one has been created.
INFO Hospital ICU_NurseStn set LPD to 1.71 W/ft^2.
INFO Hospital ICU_NurseStn had no electric equipment, one has been created.
INFO Hospital ICU_NurseStn set electric EPD to 2.0 W/ft^2.
INFO Hospital ICU_NurseStn had no ventilation specification, one has been created.
INFO Hospital ICU_NurseStn set ventilation per person to 20.0 cfm/person.
INFO Hospital ICU_NurseStn set occupancy schedule to Hospital Critical Occ.
INFO Hospital ICU_NurseStn set occupant activity schedule to Hospital Activity.
INFO Hospital ICU_NurseStn set lighting schedule to Hospital Admin Light.
INFO Hospital ICU_NurseStn set electric equipment schedule to Hospital Critical Equip.
INFO Hospital ICU_Open had no people, one has been created.
INFO Hospital ICU_Open set occupancy to 20.0 people/1000 ft^2.
INFO Hospital ICU_Open had no lights, one has been created.
INFO Hospital ICU_Open set LPD to 3.841 W/ft^2.
INFO Hospital ICU_Open had no electric equipment, one has been created.
INFO Hospital ICU_Open set electric EPD to 3.0000000000000004 W/ft^2.
INFO Hospital ICU_Open had no ventilation specification, one has been created.
INFO Hospital ICU_Open set ventilation per area to 0.47 cfm/ft^2.
INFO Hospital ICU_Open set occupancy schedule to Hospital Critical Occ.
INFO Hospital ICU_Open set occupant activity schedule to Hospital Activity.
INFO Hospital ICU_Open set lighting schedule to Hospital Critical Light.
INFO Hospital ICU_Open set electric equipment schedule to Hospital Admin Equipment.
INFO Hospital ICU_PatRm had no people, one has been created.
INFO Hospital ICU_PatRm set occupancy to 5.0 people/1000 ft^2.
INFO Hospital ICU_PatRm had no lights, one has been created.
INFO Hospital ICU_PatRm set LPD to 3.841 W/ft^2.
INFO Hospital ICU_PatRm had no electric equipment, one has been created.
INFO Hospital ICU_PatRm set electric EPD to 3.0000000000000004 W/ft^2.
INFO Hospital ICU_PatRm had no ventilation specification, one has been created.
INFO Hospital ICU_PatRm set ventilation per area to 0.47 cfm/ft^2.
INFO Hospital ICU_PatRm set occupancy schedule to Hospital Critical Occ.
INFO Hospital ICU_PatRm set occupant activity schedule to Hospital Activity.
INFO Hospital ICU_PatRm set lighting schedule to Hospital Critical Light.
INFO Hospital ICU_PatRm set electric equipment schedule to Hospital Critical Equip.
INFO Hospital Kitchen had no people, one has been created.
INFO Hospital Kitchen set occupancy to 5.0 people/1000 ft^2.
INFO Hospital Kitchen had no lights, one has been created.
INFO Hospital Kitchen set LPD to 1.42 W/ft^2.
INFO Hospital Kitchen had no electric equipment, one has been created.
INFO Hospital Kitchen set electric EPD to 7.5 W/ft^2.
INFO Hospital Kitchen had no gas equipment, one has been created.
INFO Hospital Kitchen set gas EPD to 96.7 Btu/hr*ft^2.
INFO Hospital Kitchen had no ventilation specification, one has been created.
INFO Hospital Kitchen set ventilation per area to 0.371 cfm/ft^2.
INFO Hospital Kitchen set occupancy schedule to Hospital Bldg Occ.
INFO Hospital Kitchen set occupant activity schedule to Hospital Activity.
INFO Hospital Kitchen set lighting schedule to Hospital Admin Light.
INFO Hospital Kitchen set electric equipment schedule to Hospital Kitchen_Elec_Equip_SCH.
INFO Hospital Kitchen set gas equipment schedule to Hospital Kitchen Gas.
INFO Hospital Lab had no people, one has been created.
INFO Hospital Lab set occupancy to 5.0 people/1000 ft^2.
INFO Hospital Lab had no lights, one has been created.
INFO Hospital Lab set LPD to 2.1 W/ft^2.
INFO Hospital Lab had no electric equipment, one has been created.
INFO Hospital Lab set electric EPD to 4.0 W/ft^2.
INFO Hospital Lab had no ventilation specification, one has been created.
INFO Hospital Lab set ventilation per area to 1.4 cfm/ft^2.
INFO Hospital Lab set occupancy schedule to Hospital Bldg Occ.
INFO Hospital Lab set occupant activity schedule to Hospital Activity.
INFO Hospital Lab set lighting schedule to Hospital Admin Light.
INFO Hospital Lab set electric equipment schedule to Hospital Admin Equipment.
INFO Hospital Lobby had no people, one has been created.
INFO Hospital Lobby set occupancy to 7.14 people/1000 ft^2.
INFO Hospital Lobby had no lights, one has been created.
INFO Hospital Lobby set LPD to 1.03 W/ft^2.
INFO Hospital Lobby had no electric equipment, one has been created.
INFO Hospital Lobby set electric EPD to 0.09999999999999999 W/ft^2.
INFO Hospital Lobby had no ventilation specification, one has been created.
INFO Hospital Lobby set ventilation per person to 20.0 cfm/person.
INFO Hospital Lobby set occupancy schedule to Hospital Bldg Occ.
INFO Hospital Lobby set occupant activity schedule to Hospital Activity.
INFO Hospital Lobby set lighting schedule to Hospital Admin Light.
INFO Hospital Lobby set electric equipment schedule to Hospital Admin Equipment.
INFO Hospital NurseStn had no people, one has been created.
INFO Hospital NurseStn set occupancy to 7.14 people/1000 ft^2.
INFO Hospital NurseStn had no lights, one has been created.
INFO Hospital NurseStn set LPD to 1.458 W/ft^2.
INFO Hospital NurseStn had no electric equipment, one has been created.
INFO Hospital NurseStn set electric EPD to 1.04 W/ft^2.
INFO Hospital NurseStn had no ventilation specification, one has been created.
INFO Hospital NurseStn set ventilation per person to 20.0 cfm/person.
INFO Hospital NurseStn set occupancy schedule to Hospital Bldg Occ.
INFO Hospital NurseStn set occupant activity schedule to Hospital Activity.
INFO Hospital NurseStn set lighting schedule to Hospital Admin Light.
INFO Hospital NurseStn set electric equipment schedule to Hospital Admin Equipment.
INFO Hospital OR had no people, one has been created.
INFO Hospital OR set occupancy to 5.0 people/1000 ft^2.
INFO Hospital OR had no lights, one has been created.
INFO Hospital OR set LPD to 9.745 W/ft^2.
INFO Hospital OR had no electric equipment, one has been created.
INFO Hospital OR set electric EPD to 4.0 W/ft^2.
INFO Hospital OR had no ventilation specification, one has been created.
INFO Hospital OR set ventilation per area to 0.7 cfm/ft^2.
INFO Hospital OR set occupancy schedule to Hospital Critical Occ.
INFO Hospital OR set occupant activity schedule to Hospital Activity.
INFO Hospital OR set lighting schedule to Hospital Critical Light.
INFO Hospital OR set electric equipment schedule to Hospital Critical Equip.
INFO Hospital Office had no people, one has been created.
INFO Hospital Office set occupancy to 6.99 people/1000 ft^2.
INFO Hospital Office had no lights, one has been created.
INFO Hospital Office set LPD to 2.395 W/ft^2.
INFO Hospital Office had no electric equipment, one has been created.
INFO Hospital Office set electric EPD to 1.0 W/ft^2.
INFO Hospital Office had no ventilation specification, one has been created.
INFO Hospital Office set ventilation per person to 20.0 cfm/person.
INFO Hospital Office set occupancy schedule to Hospital Bldg Occ.
INFO Hospital Office set occupant activity schedule to Hospital Activity.
INFO Hospital Office set lighting schedule to Hospital Admin Light.
INFO Hospital Office set electric equipment schedule to Hospital Admin Equipment.
INFO Hospital PatCorridor had no people, one has been created.
INFO Hospital PatCorridor set occupancy to 1.0 people/1000 ft^2.
INFO Hospital PatCorridor had no lights, one has been created.
INFO Hospital PatCorridor set LPD to 1.32 W/ft^2.
INFO Hospital PatCorridor had no ventilation specification, one has been created.
INFO Hospital PatCorridor set ventilation per area to 0.05 cfm/ft^2.
INFO Hospital PatCorridor set occupancy schedule to Hospital Critical Occ.
INFO Hospital PatCorridor set occupant activity schedule to Hospital Activity.
INFO Hospital PatCorridor set lighting schedule to Hospital Admin Light.
INFO Hospital PatCorridor set electric equipment schedule to Hospital Admin Equipment.
INFO Hospital PatRoom had no people, one has been created.
INFO Hospital PatRoom set occupancy to 5.0 people/1000 ft^2.
INFO Hospital PatRoom had no lights, one has been created.
INFO Hospital PatRoom set LPD to 2.188 W/ft^2.
INFO Hospital PatRoom had no electric equipment, one has been created.
INFO Hospital PatRoom set electric EPD to 2.0 W/ft^2.
INFO Hospital PatRoom had no ventilation specification, one has been created.
INFO Hospital PatRoom set ventilation per area to 0.47 cfm/ft^2.
INFO Hospital PatRoom set occupancy schedule to Hospital Critical Occ.
INFO Hospital PatRoom set occupant activity schedule to Hospital Activity.
INFO Hospital PatRoom set lighting schedule to Hospital Critical Light.
INFO Hospital PatRoom set electric equipment schedule to Hospital Critical Equip.
INFO Hospital PhysTherapy had no people, one has been created.
INFO Hospital PhysTherapy set occupancy to 5.0 people/1000 ft^2.
INFO Hospital PhysTherapy had no lights, one has been created.
INFO Hospital PhysTherapy set LPD to 2.51 W/ft^2.
INFO Hospital PhysTherapy had no electric equipment, one has been created.
INFO Hospital PhysTherapy set electric EPD to 1.5 W/ft^2.
INFO Hospital PhysTherapy had no ventilation specification, one has been created.
INFO Hospital PhysTherapy set ventilation per area to 0.47 cfm/ft^2.
INFO Hospital PhysTherapy set occupancy schedule to Hospital Bldg Occ.
INFO Hospital PhysTherapy set occupant activity schedule to Hospital Activity.
INFO Hospital PhysTherapy set lighting schedule to Hospital Admin Light.
INFO Hospital PhysTherapy set electric equipment schedule to Hospital Admin Equipment.
INFO Hospital Radiology had no people, one has been created.
INFO Hospital Radiology set occupancy to 5.0 people/1000 ft^2.
INFO Hospital Radiology had no lights, one has been created.
INFO Hospital Radiology set LPD to 2.21 W/ft^2.
INFO Hospital Radiology had no electric equipment, one has been created.
INFO Hospital Radiology set electric EPD to 4.93 W/ft^2.
INFO Hospital Radiology had no ventilation specification, one has been created.
INFO Hospital Radiology set ventilation per area to 0.7 cfm/ft^2.
INFO Hospital Radiology set occupancy schedule to Hospital Bldg Occ.
INFO Hospital Radiology set occupant activity schedule to Hospital Activity.
INFO Hospital Radiology set lighting schedule to Hospital Admin Light.
INFO Hospital Radiology set electric equipment schedule to Hospital Admin Equipment.
INFO LargeHotel Banquet had no people, one has been created.
INFO LargeHotel Banquet set occupancy to 67.0 people/1000 ft^2.
INFO LargeHotel Banquet had no lights, one has been created.
INFO LargeHotel Banquet set LPD to 2.56 W/ft^2.
INFO LargeHotel Banquet had no electric equipment, one has been created.
INFO LargeHotel Banquet set electric EPD to 6.3 W/ft^2.
INFO LargeHotel Banquet had no ventilation specification, one has been created.
INFO LargeHotel Banquet set ventilation per person to 21.2 cfm/person.
INFO LargeHotel Banquet set occupancy schedule to LargeHotel Common Occ.
INFO LargeHotel Banquet set occupant activity schedule to LargeHotel Activity.
INFO LargeHotel Banquet set lighting schedule to LargeHotel Bldg Light.
INFO LargeHotel Banquet set electric equipment schedule to LargeHotel Kitchen_Elec_Equip_SCH.
INFO LargeHotel Basement had no people, one has been created.
INFO LargeHotel Basement set occupancy to 2.5 people/1000 ft^2.
INFO LargeHotel Basement had no lights, one has been created.
INFO LargeHotel Basement set LPD to 0.7 W/ft^2.
INFO LargeHotel Basement had no electric equipment, one has been created.
INFO LargeHotel Basement set electric EPD to 0.5 W/ft^2.
INFO LargeHotel Basement had no ventilation specification, one has been created.
INFO LargeHotel Basement set ventilation per area to 0.05 cfm/ft^2.
INFO LargeHotel Basement set occupancy schedule to LargeHotel Common Occ.
INFO LargeHotel Basement set occupant activity schedule to LargeHotel Activity.
INFO LargeHotel Basement set lighting schedule to LargeHotel Bldg Light.
INFO LargeHotel Basement set electric equipment schedule to LargeHotel Bldg Equip.
INFO LargeHotel Cafe had no people, one has been created.
INFO LargeHotel Cafe set occupancy to 67.0 people/1000 ft^2.
INFO LargeHotel Cafe had no lights, one has been created.
INFO LargeHotel Cafe set LPD to 2.56 W/ft^2.
INFO LargeHotel Cafe had no electric equipment, one has been created.
INFO LargeHotel Cafe set electric EPD to 0.5 W/ft^2.
INFO LargeHotel Cafe had no ventilation specification, one has been created.
INFO LargeHotel Cafe set ventilation per person to 20.0 cfm/person.
INFO LargeHotel Cafe set occupancy schedule to LargeHotel Common Occ.
INFO LargeHotel Cafe set occupant activity schedule to LargeHotel Activity.
INFO LargeHotel Cafe set lighting schedule to LargeHotel Bldg Light.
INFO LargeHotel Cafe set electric equipment schedule to LargeHotel Bldg Equip.
INFO LargeHotel Corridor had no people, one has been created.
INFO LargeHotel Corridor set occupancy to 1.0 people/1000 ft^2.
INFO LargeHotel Corridor had no lights, one has been created.
INFO LargeHotel Corridor set LPD to 1.22 W/ft^2.
INFO LargeHotel Corridor had no ventilation specification, one has been created.
INFO LargeHotel Corridor set ventilation per area to 0.05 cfm/ft^2.
INFO LargeHotel Corridor set occupancy schedule to LargeHotel Common Occ.
INFO LargeHotel Corridor set occupant activity schedule to LargeHotel Activity.
INFO LargeHotel Corridor set lighting schedule to LargeHotel Bldg Light.
INFO LargeHotel Corridor set electric equipment schedule to LargeHotel Bldg Equip.
INFO LargeHotel Corridor2 had no people, one has been created.
INFO LargeHotel Corridor2 set occupancy to 1.0 people/1000 ft^2.
INFO LargeHotel Corridor2 had no lights, one has been created.
INFO LargeHotel Corridor2 set LPD to 1.22 W/ft^2.
INFO LargeHotel Corridor2 had no ventilation specification, one has been created.
INFO LargeHotel Corridor2 set ventilation per area to 0.05 cfm/ft^2.
INFO LargeHotel Corridor2 set occupancy schedule to LargeHotel Common Occ.
INFO LargeHotel Corridor2 set occupant activity schedule to LargeHotel Activity.
INFO LargeHotel Corridor2 set lighting schedule to LargeHotel Bldg Light.
INFO LargeHotel Corridor2 set electric equipment schedule to LargeHotel Bldg Equip.
INFO LargeHotel GuestRoom had no people, one has been created.
INFO LargeHotel GuestRoom set occupancy to 3.57 people/1000 ft^2.
INFO LargeHotel GuestRoom had no lights, one has been created.
INFO LargeHotel GuestRoom set LPD to 1.77 W/ft^2.
INFO LargeHotel GuestRoom had no electric equipment, one has been created.
INFO LargeHotel GuestRoom set electric EPD to 1.33 W/ft^2.
INFO LargeHotel GuestRoom had no ventilation specification, one has been created.
INFO LargeHotel GuestRoom set ventilation per person to 15.0 cfm/person.
INFO LargeHotel GuestRoom set occupancy schedule to LargeHotel GuestRoom Occ.
INFO LargeHotel GuestRoom set occupant activity schedule to LargeHotel Activity.
INFO LargeHotel GuestRoom set lighting schedule to LargeHotel GuestRoom_Ltg_Sch_Base.
INFO LargeHotel GuestRoom set electric equipment schedule to LargeHotel GuestRoom Equip.
INFO LargeHotel GuestRoom2 had no people, one has been created.
INFO LargeHotel GuestRoom2 set occupancy to 5.68 people/1000 ft^2.
INFO LargeHotel GuestRoom2 had no lights, one has been created.
INFO LargeHotel GuestRoom2 set LPD to 1.77 W/ft^2.
INFO LargeHotel GuestRoom2 had no electric equipment, one has been created.
INFO LargeHotel GuestRoom2 set electric EPD to 1.33 W/ft^2.
INFO LargeHotel GuestRoom2 had no ventilation specification, one has been created.
INFO LargeHotel GuestRoom2 set ventilation per person to 15.0 cfm/person.
INFO LargeHotel GuestRoom2 set occupancy schedule to LargeHotel GuestRoom Occ.
INFO LargeHotel GuestRoom2 set occupant activity schedule to LargeHotel Activity.
INFO LargeHotel GuestRoom2 set lighting schedule to LargeHotel GuestRoom_Ltg_Sch_Base.
INFO LargeHotel GuestRoom2 set electric equipment schedule to LargeHotel GuestRoom Equip.
INFO LargeHotel GuestRoom3 had no people, one has been created.
INFO LargeHotel GuestRoom3 set occupancy to 3.57 people/1000 ft^2.
INFO LargeHotel GuestRoom3 had no lights, one has been created.
INFO LargeHotel GuestRoom3 set LPD to 1.77 W/ft^2.
INFO LargeHotel GuestRoom3 had no electric equipment, one has been created.
INFO LargeHotel GuestRoom3 set electric EPD to 1.33 W/ft^2.
INFO LargeHotel GuestRoom3 had no ventilation specification, one has been created.
INFO LargeHotel GuestRoom3 set ventilation per person to 15.0 cfm/person.
INFO LargeHotel GuestRoom3 set occupancy schedule to LargeHotel GuestRoom Occ.
INFO LargeHotel GuestRoom3 set occupant activity schedule to LargeHotel Activity.
INFO LargeHotel GuestRoom3 set lighting schedule to LargeHotel GuestRoom_Ltg_Sch_Base.
INFO LargeHotel GuestRoom3 set electric equipment schedule to LargeHotel GuestRoom Equip.
INFO LargeHotel GuestRoom4 had no people, one has been created.
INFO LargeHotel GuestRoom4 set occupancy to 5.68 people/1000 ft^2.
INFO LargeHotel GuestRoom4 had no lights, one has been created.
INFO LargeHotel GuestRoom4 set LPD to 1.77 W/ft^2.
INFO LargeHotel GuestRoom4 had no electric equipment, one has been created.
INFO LargeHotel GuestRoom4 set electric EPD to 1.33 W/ft^2.
INFO LargeHotel GuestRoom4 had no ventilation specification, one has been created.
INFO LargeHotel GuestRoom4 set ventilation per person to 15.0 cfm/person.
INFO LargeHotel GuestRoom4 set occupancy schedule to LargeHotel GuestRoom Occ.
INFO LargeHotel GuestRoom4 set occupant activity schedule to LargeHotel Activity.
INFO LargeHotel GuestRoom4 set lighting schedule to LargeHotel GuestRoom_Ltg_Sch_Base.
INFO LargeHotel GuestRoom4 set electric equipment schedule to LargeHotel GuestRoom Equip.
INFO LargeHotel Kitchen had no people, one has been created.
INFO LargeHotel Kitchen set occupancy to 5.0 people/1000 ft^2.
INFO LargeHotel Kitchen had no lights, one has been created.
INFO LargeHotel Kitchen set LPD to 1.56 W/ft^2.
INFO LargeHotel Kitchen had no electric equipment, one has been created.