openstudio-standards 0.2.15 → 0.2.16.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. checksums.yaml +4 -4
  2. data/data/geometry/ASHRAEHighriseApartment.osm +0 -27
  3. data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
  4. data/data/standards/OpenStudio_Standards-ashrae_90_1_28Jan2022.xlsx +0 -0
  5. data/data/standards/test_performance_expected_dd_results.csv +710 -710
  6. data/lib/openstudio-standards/btap/btap_result.rb +2 -2
  7. data/lib/openstudio-standards/btap/reporting.rb +2 -2
  8. data/lib/openstudio-standards/btap/simmanager.rb +2 -2
  9. data/lib/openstudio-standards/hvac_sizing/Siz.ControllerOutdoorAir.rb +0 -54
  10. data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +11 -1
  11. data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +1 -1
  12. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +26 -5
  13. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +35 -16
  14. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +23 -10
  15. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +36 -0
  16. data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +6 -6
  17. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +0 -3
  18. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +2 -2
  19. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +9 -3
  20. data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +2 -0
  21. data/lib/openstudio-standards/standards/Standards.Construction.rb +12 -6
  22. data/lib/openstudio-standards/standards/Standards.Model.rb +38 -7
  23. data/lib/openstudio-standards/standards/Standards.Space.rb +1 -1
  24. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +7 -0
  25. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Model.rb +32 -11
  26. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_properties.json +22 -742
  27. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_sets.json +2 -2
  28. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.prototype_inputs.json +3 -3
  29. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +6 -6
  30. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_properties.json +19 -559
  31. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_sets.json +2 -2
  32. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.prototype_inputs.json +3 -3
  33. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +6 -6
  34. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_properties.json +19 -559
  35. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_sets.json +2 -2
  36. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.prototype_inputs.json +5 -5
  37. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +7 -7
  38. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_properties.json +19 -559
  39. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_sets.json +2 -2
  40. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.prototype_inputs.json +5 -5
  41. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +7 -7
  42. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_properties.json +370 -910
  43. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_sets.json +2 -2
  44. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.prototype_inputs.json +6 -6
  45. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.refrigeration_system.json +0 -8
  46. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.spc_typ.json +12 -12
  47. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +19 -6
  48. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_properties.json +2380 -1300
  49. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_sets.json +2 -2
  50. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.prototype_inputs.json +6 -6
  51. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.refrigeration_system.json +0 -8
  52. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.spc_typ.json +12 -12
  53. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.constructions.json +140 -0
  54. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +1176 -312
  55. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_properties.json +172 -1132
  56. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_sets.json +14 -14
  57. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.prototype_inputs.json +2 -2
  58. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +9 -9
  59. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_properties.json +180 -1140
  60. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_sets.json +14 -14
  61. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.prototype_inputs.json +2 -2
  62. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +10 -10
  63. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.construction_properties.json +9 -9
  64. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.construction_properties.json +9 -9
  65. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +12 -6
  66. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +12 -6
  67. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +16 -8
  68. data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +10 -20
  69. data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +209 -37
  70. data/lib/openstudio-standards/standards/necb/ECMS/loads.rb +1 -0
  71. data/lib/openstudio-standards/standards/necb/ECMS/pv_ground.rb +8 -6
  72. data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +16 -9
  73. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/HighriseApartment.osm +1 -1
  74. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LowriseApartment.osm +1 -1
  75. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/MidriseApartment.osm +1 -1
  76. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +9 -5
  77. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +10 -6
  78. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +9 -5
  79. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +14 -8
  80. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +14 -8
  81. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +13 -6
  82. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +12 -6
  83. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +4 -2
  84. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +38 -19
  85. data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +2 -2
  86. data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +15 -4
  87. data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +10 -651
  88. data/lib/openstudio-standards/standards/necb/NECB2020/necb_2020.rb +8 -38
  89. data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +159 -0
  90. data/lib/openstudio-standards/standards/necb/common/btap_data.rb +41 -43
  91. data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +7 -4
  92. data/lib/openstudio-standards/version.rb +1 -1
  93. data/lib/openstudio-standards.rb +1 -0
  94. metadata +4 -2
@@ -3472,6 +3472,438 @@
3472
3472
  120.0
3473
3473
  ]
3474
3474
  },
3475
+ {
3476
+ "name": "College BLDG_Cafe_OCC_SCH",
3477
+ "category": "Occupancy",
3478
+ "units": "FRACTION",
3479
+ "day_types": "Default|WntrDsn|Wknd|Hol",
3480
+ "start_date": "2019-01-01T00:00:00+00:00",
3481
+ "end_date": "2019-05-31T00:00:00+00:00",
3482
+ "type": "Hourly",
3483
+ "notes": null,
3484
+ "values": [
3485
+ 0.0,
3486
+ 0.0,
3487
+ 0.0,
3488
+ 0.0,
3489
+ 0.0,
3490
+ 0.0,
3491
+ 0.0,
3492
+ 0.0,
3493
+ 0.0,
3494
+ 0.0,
3495
+ 0.0,
3496
+ 0.0,
3497
+ 0.0,
3498
+ 0.0,
3499
+ 0.0,
3500
+ 0.0,
3501
+ 0.0,
3502
+ 0.0,
3503
+ 0.0,
3504
+ 0.0,
3505
+ 0.0,
3506
+ 0.0,
3507
+ 0.0,
3508
+ 0.0
3509
+ ]
3510
+ },
3511
+ {
3512
+ "name": "College BLDG_Cafe_OCC_SCH",
3513
+ "category": "Occupancy",
3514
+ "units": "FRACTION",
3515
+ "day_types": "Default|WntrDsn|Wknd|Hol",
3516
+ "start_date": "2019-06-01T00:00:00+00:00",
3517
+ "end_date": "2019-08-31T00:00:00+00:00",
3518
+ "type": "Hourly",
3519
+ "notes": null,
3520
+ "values": [
3521
+ 0.0,
3522
+ 0.0,
3523
+ 0.0,
3524
+ 0.0,
3525
+ 0.0,
3526
+ 0.0,
3527
+ 0.0,
3528
+ 0.0,
3529
+ 0.0,
3530
+ 0.0,
3531
+ 0.0,
3532
+ 0.0,
3533
+ 0.0,
3534
+ 0.0,
3535
+ 0.0,
3536
+ 0.0,
3537
+ 0.0,
3538
+ 0.0,
3539
+ 0.0,
3540
+ 0.0,
3541
+ 0.0,
3542
+ 0.0,
3543
+ 0.0,
3544
+ 0.0
3545
+ ]
3546
+ },
3547
+ {
3548
+ "name": "College BLDG_Cafe_OCC_SCH",
3549
+ "category": "Occupancy",
3550
+ "units": "FRACTION",
3551
+ "day_types": "Default|WntrDsn|Wknd|Hol",
3552
+ "start_date": "2019-09-01T00:00:00+00:00",
3553
+ "end_date": "2019-12-31T00:00:00+00:00",
3554
+ "type": "Hourly",
3555
+ "notes": null,
3556
+ "values": [
3557
+ 0.0,
3558
+ 0.0,
3559
+ 0.0,
3560
+ 0.0,
3561
+ 0.0,
3562
+ 0.0,
3563
+ 0.0,
3564
+ 0.0,
3565
+ 0.0,
3566
+ 0.0,
3567
+ 0.0,
3568
+ 0.0,
3569
+ 0.0,
3570
+ 0.0,
3571
+ 0.0,
3572
+ 0.0,
3573
+ 0.0,
3574
+ 0.0,
3575
+ 0.0,
3576
+ 0.0,
3577
+ 0.0,
3578
+ 0.0,
3579
+ 0.0,
3580
+ 0.0
3581
+ ]
3582
+ },
3583
+ {
3584
+ "name": "College BLDG_Cafe_OCC_SCH",
3585
+ "category": "Occupancy",
3586
+ "units": "FRACTION",
3587
+ "day_types": "Wkdy|SmrDsn",
3588
+ "start_date": "2019-01-01T00:00:00+00:00",
3589
+ "end_date": "2019-05-31T00:00:00+00:00",
3590
+ "type": "Hourly",
3591
+ "notes": null,
3592
+ "values": [
3593
+ 0.0,
3594
+ 0.0,
3595
+ 0.0,
3596
+ 0.0,
3597
+ 0.0,
3598
+ 0.0,
3599
+ 0.0,
3600
+ 0.0,
3601
+ 0.0,
3602
+ 0.95,
3603
+ 0.95,
3604
+ 0.95,
3605
+ 0.95,
3606
+ 0.95,
3607
+ 0.95,
3608
+ 0.35,
3609
+ 0.35,
3610
+ 0.35,
3611
+ 0.35,
3612
+ 0.35,
3613
+ 0.0,
3614
+ 0.0,
3615
+ 0.0,
3616
+ 0.0
3617
+ ]
3618
+ },
3619
+ {
3620
+ "name": "College BLDG_Cafe_OCC_SCH",
3621
+ "category": "Occupancy",
3622
+ "units": "FRACTION",
3623
+ "day_types": "Wkdy|SmrDsn",
3624
+ "start_date": "2019-06-01T00:00:00+00:00",
3625
+ "end_date": "2019-08-31T00:00:00+00:00",
3626
+ "type": "Hourly",
3627
+ "notes": null,
3628
+ "values": [
3629
+ 0.0,
3630
+ 0.0,
3631
+ 0.0,
3632
+ 0.0,
3633
+ 0.0,
3634
+ 0.0,
3635
+ 0.0,
3636
+ 0.0,
3637
+ 0.0,
3638
+ 0.15,
3639
+ 0.15,
3640
+ 0.15,
3641
+ 0.15,
3642
+ 0.15,
3643
+ 0.15,
3644
+ 0.35,
3645
+ 0.35,
3646
+ 0.35,
3647
+ 0.35,
3648
+ 0.35,
3649
+ 0.0,
3650
+ 0.0,
3651
+ 0.0,
3652
+ 0.0
3653
+ ]
3654
+ },
3655
+ {
3656
+ "name": "College BLDG_Cafe_OCC_SCH",
3657
+ "category": "Occupancy",
3658
+ "units": "FRACTION",
3659
+ "day_types": "Wkdy|SmrDsn",
3660
+ "start_date": "2019-09-01T00:00:00+00:00",
3661
+ "end_date": "2019-12-31T00:00:00+00:00",
3662
+ "type": "Hourly",
3663
+ "notes": null,
3664
+ "values": [
3665
+ 0.0,
3666
+ 0.0,
3667
+ 0.0,
3668
+ 0.0,
3669
+ 0.0,
3670
+ 0.0,
3671
+ 0.0,
3672
+ 0.0,
3673
+ 0.0,
3674
+ 0.95,
3675
+ 0.95,
3676
+ 0.95,
3677
+ 0.95,
3678
+ 0.95,
3679
+ 0.95,
3680
+ 0.35,
3681
+ 0.35,
3682
+ 0.35,
3683
+ 0.35,
3684
+ 0.35,
3685
+ 0.0,
3686
+ 0.0,
3687
+ 0.0,
3688
+ 0.0
3689
+ ]
3690
+ },
3691
+ {
3692
+ "name": "College BLDG_Class_OCC_SCH",
3693
+ "category": "Occupancy",
3694
+ "units": "FRACTION",
3695
+ "day_types": "Default|WntrDsn|Wknd|Hol",
3696
+ "start_date": "2019-01-01T00:00:00+00:00",
3697
+ "end_date": "2019-05-31T00:00:00+00:00",
3698
+ "type": "Hourly",
3699
+ "notes": null,
3700
+ "values": [
3701
+ 0.0,
3702
+ 0.0,
3703
+ 0.0,
3704
+ 0.0,
3705
+ 0.0,
3706
+ 0.0,
3707
+ 0.0,
3708
+ 0.0,
3709
+ 0.0,
3710
+ 0.0,
3711
+ 0.0,
3712
+ 0.0,
3713
+ 0.0,
3714
+ 0.0,
3715
+ 0.0,
3716
+ 0.0,
3717
+ 0.0,
3718
+ 0.0,
3719
+ 0.0,
3720
+ 0.0,
3721
+ 0.0,
3722
+ 0.0,
3723
+ 0.0,
3724
+ 0.0
3725
+ ]
3726
+ },
3727
+ {
3728
+ "name": "College BLDG_Class_OCC_SCH",
3729
+ "category": "Occupancy",
3730
+ "units": "FRACTION",
3731
+ "day_types": "Default|WntrDsn|Wknd|Hol",
3732
+ "start_date": "2019-06-01T00:00:00+00:00",
3733
+ "end_date": "2019-08-31T00:00:00+00:00",
3734
+ "type": "Hourly",
3735
+ "notes": null,
3736
+ "values": [
3737
+ 0.0,
3738
+ 0.0,
3739
+ 0.0,
3740
+ 0.0,
3741
+ 0.0,
3742
+ 0.0,
3743
+ 0.0,
3744
+ 0.0,
3745
+ 0.0,
3746
+ 0.0,
3747
+ 0.0,
3748
+ 0.0,
3749
+ 0.0,
3750
+ 0.0,
3751
+ 0.0,
3752
+ 0.0,
3753
+ 0.0,
3754
+ 0.0,
3755
+ 0.0,
3756
+ 0.0,
3757
+ 0.0,
3758
+ 0.0,
3759
+ 0.0,
3760
+ 0.0
3761
+ ]
3762
+ },
3763
+ {
3764
+ "name": "College BLDG_Class_OCC_SCH",
3765
+ "category": "Occupancy",
3766
+ "units": "FRACTION",
3767
+ "day_types": "Default|WntrDsn|Wknd|Hol",
3768
+ "start_date": "2019-09-01T00:00:00+00:00",
3769
+ "end_date": "2019-12-31T00:00:00+00:00",
3770
+ "type": "Hourly",
3771
+ "notes": null,
3772
+ "values": [
3773
+ 0.0,
3774
+ 0.0,
3775
+ 0.0,
3776
+ 0.0,
3777
+ 0.0,
3778
+ 0.0,
3779
+ 0.0,
3780
+ 0.0,
3781
+ 0.0,
3782
+ 0.0,
3783
+ 0.0,
3784
+ 0.0,
3785
+ 0.0,
3786
+ 0.0,
3787
+ 0.0,
3788
+ 0.0,
3789
+ 0.0,
3790
+ 0.0,
3791
+ 0.0,
3792
+ 0.0,
3793
+ 0.0,
3794
+ 0.0,
3795
+ 0.0,
3796
+ 0.0
3797
+ ]
3798
+ },
3799
+ {
3800
+ "name": "College BLDG_Class_OCC_SCH",
3801
+ "category": "Occupancy",
3802
+ "units": "FRACTION",
3803
+ "day_types": "Wkdy|SmrDsn",
3804
+ "start_date": "2019-01-01T00:00:00+00:00",
3805
+ "end_date": "2019-05-31T00:00:00+00:00",
3806
+ "type": "Hourly",
3807
+ "notes": null,
3808
+ "values": [
3809
+ 0.0,
3810
+ 0.0,
3811
+ 0.0,
3812
+ 0.0,
3813
+ 0.0,
3814
+ 0.0,
3815
+ 0.0,
3816
+ 0.42,
3817
+ 0.42,
3818
+ 0.42,
3819
+ 0.29,
3820
+ 0.29,
3821
+ 0.42,
3822
+ 0.42,
3823
+ 0.42,
3824
+ 0.42,
3825
+ 0.15,
3826
+ 0.29,
3827
+ 0.29,
3828
+ 0.15,
3829
+ 0.0,
3830
+ 0.0,
3831
+ 0.0,
3832
+ 0.0
3833
+ ]
3834
+ },
3835
+ {
3836
+ "name": "College BLDG_Class_OCC_SCH",
3837
+ "category": "Occupancy",
3838
+ "units": "FRACTION",
3839
+ "day_types": "Wkdy|SmrDsn",
3840
+ "start_date": "2019-06-01T00:00:00+00:00",
3841
+ "end_date": "2019-08-31T00:00:00+00:00",
3842
+ "type": "Hourly",
3843
+ "notes": null,
3844
+ "values": [
3845
+ 0.0,
3846
+ 0.0,
3847
+ 0.0,
3848
+ 0.0,
3849
+ 0.0,
3850
+ 0.0,
3851
+ 0.0,
3852
+ 0.16,
3853
+ 0.16,
3854
+ 0.16,
3855
+ 0.16,
3856
+ 0.16,
3857
+ 0.16,
3858
+ 0.16,
3859
+ 0.05,
3860
+ 0.05,
3861
+ 0.05,
3862
+ 0.05,
3863
+ 0.05,
3864
+ 0.05,
3865
+ 0.0,
3866
+ 0.0,
3867
+ 0.0,
3868
+ 0.0
3869
+ ]
3870
+ },
3871
+ {
3872
+ "name": "College BLDG_Class_OCC_SCH",
3873
+ "category": "Occupancy",
3874
+ "units": "FRACTION",
3875
+ "day_types": "Wkdy|SmrDsn",
3876
+ "start_date": "2019-09-01T00:00:00+00:00",
3877
+ "end_date": "2019-12-31T00:00:00+00:00",
3878
+ "type": "Hourly",
3879
+ "notes": null,
3880
+ "values": [
3881
+ 0.0,
3882
+ 0.0,
3883
+ 0.0,
3884
+ 0.0,
3885
+ 0.0,
3886
+ 0.0,
3887
+ 0.0,
3888
+ 0.42,
3889
+ 0.42,
3890
+ 0.42,
3891
+ 0.29,
3892
+ 0.29,
3893
+ 0.42,
3894
+ 0.42,
3895
+ 0.42,
3896
+ 0.42,
3897
+ 0.15,
3898
+ 0.29,
3899
+ 0.29,
3900
+ 0.15,
3901
+ 0.0,
3902
+ 0.0,
3903
+ 0.0,
3904
+ 0.0
3905
+ ]
3906
+ },
3475
3907
  {
3476
3908
  "name": "College BLDG_ELEVATORS",
3477
3909
  "category": "Equipment",
@@ -4058,39 +4490,255 @@
4058
4490
  "type": "Hourly",
4059
4491
  "notes": null,
4060
4492
  "values": [
4061
- 0.1773,
4062
- 0.1773,
4063
- 0.1773,
4064
- 0.1773,
4065
- 0.1773,
4066
- 0.1773,
4067
- 0.1773,
4068
- 0.9,
4069
- 0.9,
4070
- 0.9,
4071
- 0.9,
4072
- 0.9,
4073
- 0.9,
4074
- 0.9,
4075
- 0.9,
4076
- 0.9,
4077
- 0.9,
4078
- 0.9,
4079
- 0.9,
4080
- 0.9,
4081
- 0.9,
4082
- 0.1773,
4083
- 0.1773,
4084
- 0.1773
4493
+ 0.1773,
4494
+ 0.1773,
4495
+ 0.1773,
4496
+ 0.1773,
4497
+ 0.1773,
4498
+ 0.1773,
4499
+ 0.1773,
4500
+ 0.9,
4501
+ 0.9,
4502
+ 0.9,
4503
+ 0.9,
4504
+ 0.9,
4505
+ 0.9,
4506
+ 0.9,
4507
+ 0.9,
4508
+ 0.9,
4509
+ 0.9,
4510
+ 0.9,
4511
+ 0.9,
4512
+ 0.9,
4513
+ 0.9,
4514
+ 0.1773,
4515
+ 0.1773,
4516
+ 0.1773
4517
+ ]
4518
+ },
4519
+ {
4520
+ "name": "College BLDG_Lab_OCC_SCH",
4521
+ "category": "Occupancy",
4522
+ "units": "FRACTION",
4523
+ "day_types": "Default|WntrDsn|Wknd|Hol",
4524
+ "start_date": "2019-01-01T00:00:00+00:00",
4525
+ "end_date": "2019-05-31T00:00:00+00:00",
4526
+ "type": "Hourly",
4527
+ "notes": null,
4528
+ "values": [
4529
+ 0.0,
4530
+ 0.0,
4531
+ 0.0,
4532
+ 0.0,
4533
+ 0.0,
4534
+ 0.0,
4535
+ 0.0,
4536
+ 0.0,
4537
+ 0.0,
4538
+ 0.0,
4539
+ 0.0,
4540
+ 0.0,
4541
+ 0.0,
4542
+ 0.0,
4543
+ 0.0,
4544
+ 0.0,
4545
+ 0.0,
4546
+ 0.0,
4547
+ 0.0,
4548
+ 0.0,
4549
+ 0.0,
4550
+ 0.0,
4551
+ 0.0,
4552
+ 0.0
4553
+ ]
4554
+ },
4555
+ {
4556
+ "name": "College BLDG_Lab_OCC_SCH",
4557
+ "category": "Occupancy",
4558
+ "units": "FRACTION",
4559
+ "day_types": "Default|WntrDsn|Wknd|Hol",
4560
+ "start_date": "2019-06-01T00:00:00+00:00",
4561
+ "end_date": "2019-08-31T00:00:00+00:00",
4562
+ "type": "Hourly",
4563
+ "notes": null,
4564
+ "values": [
4565
+ 0.0,
4566
+ 0.0,
4567
+ 0.0,
4568
+ 0.0,
4569
+ 0.0,
4570
+ 0.0,
4571
+ 0.0,
4572
+ 0.0,
4573
+ 0.0,
4574
+ 0.0,
4575
+ 0.0,
4576
+ 0.0,
4577
+ 0.0,
4578
+ 0.0,
4579
+ 0.0,
4580
+ 0.0,
4581
+ 0.0,
4582
+ 0.0,
4583
+ 0.0,
4584
+ 0.0,
4585
+ 0.0,
4586
+ 0.0,
4587
+ 0.0,
4588
+ 0.0
4589
+ ]
4590
+ },
4591
+ {
4592
+ "name": "College BLDG_Lab_OCC_SCH",
4593
+ "category": "Occupancy",
4594
+ "units": "FRACTION",
4595
+ "day_types": "Default|WntrDsn|Wknd|Hol",
4596
+ "start_date": "2019-09-01T00:00:00+00:00",
4597
+ "end_date": "2019-12-31T00:00:00+00:00",
4598
+ "type": "Hourly",
4599
+ "notes": null,
4600
+ "values": [
4601
+ 0.0,
4602
+ 0.0,
4603
+ 0.0,
4604
+ 0.0,
4605
+ 0.0,
4606
+ 0.0,
4607
+ 0.0,
4608
+ 0.0,
4609
+ 0.0,
4610
+ 0.0,
4611
+ 0.0,
4612
+ 0.0,
4613
+ 0.0,
4614
+ 0.0,
4615
+ 0.0,
4616
+ 0.0,
4617
+ 0.0,
4618
+ 0.0,
4619
+ 0.0,
4620
+ 0.0,
4621
+ 0.0,
4622
+ 0.0,
4623
+ 0.0,
4624
+ 0.0
4625
+ ]
4626
+ },
4627
+ {
4628
+ "name": "College BLDG_Lab_OCC_SCH",
4629
+ "category": "Occupancy",
4630
+ "units": "FRACTION",
4631
+ "day_types": "Wkdy|SmrDsn",
4632
+ "start_date": "2019-01-01T00:00:00+00:00",
4633
+ "end_date": "2019-05-31T00:00:00+00:00",
4634
+ "type": "Hourly",
4635
+ "notes": null,
4636
+ "values": [
4637
+ 0.0,
4638
+ 0.0,
4639
+ 0.0,
4640
+ 0.0,
4641
+ 0.0,
4642
+ 0.0,
4643
+ 0.0,
4644
+ 0.25,
4645
+ 0.25,
4646
+ 0.25,
4647
+ 0.25,
4648
+ 0.25,
4649
+ 0.25,
4650
+ 0.25,
4651
+ 0.25,
4652
+ 0.16,
4653
+ 0.16,
4654
+ 0.25,
4655
+ 0.25,
4656
+ 0.25,
4657
+ 0.16,
4658
+ 0.0,
4659
+ 0.0,
4660
+ 0.0
4661
+ ]
4662
+ },
4663
+ {
4664
+ "name": "College BLDG_Lab_OCC_SCH",
4665
+ "category": "Occupancy",
4666
+ "units": "FRACTION",
4667
+ "day_types": "Wkdy|SmrDsn",
4668
+ "start_date": "2019-06-01T00:00:00+00:00",
4669
+ "end_date": "2019-08-31T00:00:00+00:00",
4670
+ "type": "Hourly",
4671
+ "notes": null,
4672
+ "values": [
4673
+ 0.0,
4674
+ 0.0,
4675
+ 0.0,
4676
+ 0.0,
4677
+ 0.0,
4678
+ 0.0,
4679
+ 0.0,
4680
+ 0.05,
4681
+ 0.05,
4682
+ 0.05,
4683
+ 0.05,
4684
+ 0.05,
4685
+ 0.05,
4686
+ 0.05,
4687
+ 0.05,
4688
+ 0.05,
4689
+ 0.05,
4690
+ 0.05,
4691
+ 0.05,
4692
+ 0.05,
4693
+ 0.0,
4694
+ 0.0,
4695
+ 0.0,
4696
+ 0.0
4697
+ ]
4698
+ },
4699
+ {
4700
+ "name": "College BLDG_Lab_OCC_SCH",
4701
+ "category": "Occupancy",
4702
+ "units": "FRACTION",
4703
+ "day_types": "Wkdy|SmrDsn",
4704
+ "start_date": "2019-09-01T00:00:00+00:00",
4705
+ "end_date": "2019-12-31T00:00:00+00:00",
4706
+ "type": "Hourly",
4707
+ "notes": null,
4708
+ "values": [
4709
+ 0.0,
4710
+ 0.0,
4711
+ 0.0,
4712
+ 0.0,
4713
+ 0.0,
4714
+ 0.0,
4715
+ 0.0,
4716
+ 0.25,
4717
+ 0.25,
4718
+ 0.25,
4719
+ 0.25,
4720
+ 0.25,
4721
+ 0.25,
4722
+ 0.25,
4723
+ 0.25,
4724
+ 0.16,
4725
+ 0.16,
4726
+ 0.25,
4727
+ 0.25,
4728
+ 0.25,
4729
+ 0.16,
4730
+ 0.0,
4731
+ 0.0,
4732
+ 0.0
4085
4733
  ]
4086
4734
  },
4087
4735
  {
4088
- "name": "College BLDG_OCC_Extend",
4736
+ "name": "College BLDG_Lecture_OCC_SCH",
4089
4737
  "category": "Occupancy",
4090
4738
  "units": "FRACTION",
4091
4739
  "day_types": "Default|WntrDsn|Wknd|Hol",
4092
4740
  "start_date": "2019-01-01T00:00:00+00:00",
4093
- "end_date": "2019-06-30T00:00:00+00:00",
4741
+ "end_date": "2019-05-31T00:00:00+00:00",
4094
4742
  "type": "Hourly",
4095
4743
  "notes": null,
4096
4744
  "values": [
@@ -4121,11 +4769,11 @@
4121
4769
  ]
4122
4770
  },
4123
4771
  {
4124
- "name": "College BLDG_OCC_Extend",
4772
+ "name": "College BLDG_Lecture_OCC_SCH",
4125
4773
  "category": "Occupancy",
4126
4774
  "units": "FRACTION",
4127
4775
  "day_types": "Default|WntrDsn|Wknd|Hol",
4128
- "start_date": "2019-07-01T00:00:00+00:00",
4776
+ "start_date": "2019-06-01T00:00:00+00:00",
4129
4777
  "end_date": "2019-08-31T00:00:00+00:00",
4130
4778
  "type": "Hourly",
4131
4779
  "notes": null,
@@ -4157,7 +4805,7 @@
4157
4805
  ]
4158
4806
  },
4159
4807
  {
4160
- "name": "College BLDG_OCC_Extend",
4808
+ "name": "College BLDG_Lecture_OCC_SCH",
4161
4809
  "category": "Occupancy",
4162
4810
  "units": "FRACTION",
4163
4811
  "day_types": "Default|WntrDsn|Wknd|Hol",
@@ -4193,12 +4841,12 @@
4193
4841
  ]
4194
4842
  },
4195
4843
  {
4196
- "name": "College BLDG_OCC_Extend",
4844
+ "name": "College BLDG_Lecture_OCC_SCH",
4197
4845
  "category": "Occupancy",
4198
4846
  "units": "FRACTION",
4199
4847
  "day_types": "Wkdy|SmrDsn",
4200
4848
  "start_date": "2019-01-01T00:00:00+00:00",
4201
- "end_date": "2019-06-30T00:00:00+00:00",
4849
+ "end_date": "2019-05-31T00:00:00+00:00",
4202
4850
  "type": "Hourly",
4203
4851
  "notes": null,
4204
4852
  "values": [
@@ -4209,31 +4857,31 @@
4209
4857
  0.0,
4210
4858
  0.0,
4211
4859
  0.0,
4860
+ 0.28,
4861
+ 0.28,
4862
+ 0.4,
4863
+ 0.4,
4864
+ 0.4,
4865
+ 0.28,
4866
+ 0.28,
4867
+ 0.28,
4868
+ 0.28,
4869
+ 0.28,
4870
+ 0.0,
4871
+ 0.0,
4872
+ 0.0,
4212
4873
  0.0,
4213
- 1.0,
4214
- 1.0,
4215
- 1.0,
4216
- 1.0,
4217
- 1.0,
4218
- 1.0,
4219
- 1.0,
4220
- 1.0,
4221
- 1.0,
4222
- 1.0,
4223
- 1.0,
4224
- 1.0,
4225
- 1.0,
4226
4874
  0.0,
4227
4875
  0.0,
4228
4876
  0.0
4229
4877
  ]
4230
4878
  },
4231
4879
  {
4232
- "name": "College BLDG_OCC_Extend",
4880
+ "name": "College BLDG_Lecture_OCC_SCH",
4233
4881
  "category": "Occupancy",
4234
4882
  "units": "FRACTION",
4235
4883
  "day_types": "Wkdy|SmrDsn",
4236
- "start_date": "2019-07-01T00:00:00+00:00",
4884
+ "start_date": "2019-06-01T00:00:00+00:00",
4237
4885
  "end_date": "2019-08-31T00:00:00+00:00",
4238
4886
  "type": "Hourly",
4239
4887
  "notes": null,
@@ -4246,26 +4894,26 @@
4246
4894
  0.0,
4247
4895
  0.0,
4248
4896
  0.0,
4249
- 0.5,
4250
- 0.5,
4251
- 0.5,
4252
- 0.5,
4253
- 0.5,
4254
- 0.5,
4255
- 0.5,
4256
- 0.5,
4257
- 0.5,
4258
- 0.5,
4259
- 0.5,
4260
- 0.5,
4261
- 0.5,
4897
+ 0.0,
4898
+ 0.0,
4899
+ 0.0,
4900
+ 0.0,
4901
+ 0.0,
4902
+ 0.0,
4903
+ 0.0,
4904
+ 0.0,
4905
+ 0.0,
4906
+ 0.0,
4907
+ 0.0,
4908
+ 0.0,
4909
+ 0.0,
4262
4910
  0.0,
4263
4911
  0.0,
4264
4912
  0.0
4265
4913
  ]
4266
4914
  },
4267
4915
  {
4268
- "name": "College BLDG_OCC_Extend",
4916
+ "name": "College BLDG_Lecture_OCC_SCH",
4269
4917
  "category": "Occupancy",
4270
4918
  "units": "FRACTION",
4271
4919
  "day_types": "Wkdy|SmrDsn",
@@ -4281,20 +4929,20 @@
4281
4929
  0.0,
4282
4930
  0.0,
4283
4931
  0.0,
4932
+ 0.28,
4933
+ 0.28,
4934
+ 0.4,
4935
+ 0.4,
4936
+ 0.4,
4937
+ 0.28,
4938
+ 0.28,
4939
+ 0.28,
4940
+ 0.28,
4941
+ 0.28,
4942
+ 0.0,
4943
+ 0.0,
4944
+ 0.0,
4284
4945
  0.0,
4285
- 1.0,
4286
- 1.0,
4287
- 1.0,
4288
- 1.0,
4289
- 1.0,
4290
- 1.0,
4291
- 1.0,
4292
- 1.0,
4293
- 1.0,
4294
- 1.0,
4295
- 1.0,
4296
- 1.0,
4297
- 1.0,
4298
4946
  0.0,
4299
4947
  0.0,
4300
4948
  0.0
@@ -4306,7 +4954,7 @@
4306
4954
  "units": "FRACTION",
4307
4955
  "day_types": "Default|WntrDsn|Wknd|Hol",
4308
4956
  "start_date": "2019-01-01T00:00:00+00:00",
4309
- "end_date": "2019-06-30T00:00:00+00:00",
4957
+ "end_date": "2019-05-31T00:00:00+00:00",
4310
4958
  "type": "Hourly",
4311
4959
  "notes": null,
4312
4960
  "values": [
@@ -4341,7 +4989,7 @@
4341
4989
  "category": "Occupancy",
4342
4990
  "units": "FRACTION",
4343
4991
  "day_types": "Default|WntrDsn|Wknd|Hol",
4344
- "start_date": "2019-07-01T00:00:00+00:00",
4992
+ "start_date": "2019-06-01T00:00:00+00:00",
4345
4993
  "end_date": "2019-08-31T00:00:00+00:00",
4346
4994
  "type": "Hourly",
4347
4995
  "notes": null,
@@ -4414,7 +5062,7 @@
4414
5062
  "units": "FRACTION",
4415
5063
  "day_types": "Wkdy|SmrDsn",
4416
5064
  "start_date": "2019-01-01T00:00:00+00:00",
4417
- "end_date": "2019-06-30T00:00:00+00:00",
5065
+ "end_date": "2019-05-31T00:00:00+00:00",
4418
5066
  "type": "Hourly",
4419
5067
  "notes": null,
4420
5068
  "values": [
@@ -4426,19 +5074,19 @@
4426
5074
  0.0,
4427
5075
  0.0,
4428
5076
  0.0,
4429
- 0.71,
4430
- 0.71,
4431
- 0.71,
4432
- 0.71,
4433
- 0.71,
4434
- 0.71,
4435
- 0.71,
4436
- 0.71,
4437
- 0.11,
4438
- 0.11,
4439
- 0.11,
4440
- 0.11,
4441
- 0.11,
5077
+ 0.95,
5078
+ 0.95,
5079
+ 0.95,
5080
+ 0.95,
5081
+ 0.95,
5082
+ 0.95,
5083
+ 0.95,
5084
+ 0.95,
5085
+ 0.15,
5086
+ 0.15,
5087
+ 0.15,
5088
+ 0.15,
5089
+ 0.15,
4442
5090
  0.0,
4443
5091
  0.0,
4444
5092
  0.0
@@ -4449,7 +5097,7 @@
4449
5097
  "category": "Occupancy",
4450
5098
  "units": "FRACTION",
4451
5099
  "day_types": "Wkdy|SmrDsn",
4452
- "start_date": "2019-07-01T00:00:00+00:00",
5100
+ "start_date": "2019-06-01T00:00:00+00:00",
4453
5101
  "end_date": "2019-08-31T00:00:00+00:00",
4454
5102
  "type": "Hourly",
4455
5103
  "notes": null,
@@ -4462,19 +5110,19 @@
4462
5110
  0.0,
4463
5111
  0.0,
4464
5112
  0.0,
4465
- 0.11,
4466
- 0.11,
4467
- 0.11,
4468
- 0.11,
4469
- 0.11,
4470
- 0.11,
4471
- 0.11,
4472
- 0.11,
4473
- 0.11,
4474
- 0.11,
4475
- 0.11,
4476
- 0.11,
4477
- 0.11,
5113
+ 0.15,
5114
+ 0.15,
5115
+ 0.15,
5116
+ 0.15,
5117
+ 0.15,
5118
+ 0.15,
5119
+ 0.15,
5120
+ 0.15,
5121
+ 0.15,
5122
+ 0.15,
5123
+ 0.15,
5124
+ 0.15,
5125
+ 0.15,
4478
5126
  0.0,
4479
5127
  0.0,
4480
5128
  0.0
@@ -4498,19 +5146,19 @@
4498
5146
  0.0,
4499
5147
  0.0,
4500
5148
  0.0,
4501
- 0.71,
4502
- 0.71,
4503
- 0.71,
4504
- 0.71,
4505
- 0.71,
4506
- 0.71,
4507
- 0.71,
4508
- 0.71,
4509
- 0.11,
4510
- 0.11,
4511
- 0.11,
4512
- 0.11,
4513
- 0.11,
5149
+ 0.95,
5150
+ 0.95,
5151
+ 0.95,
5152
+ 0.95,
5153
+ 0.95,
5154
+ 0.95,
5155
+ 0.95,
5156
+ 0.95,
5157
+ 0.15,
5158
+ 0.15,
5159
+ 0.15,
5160
+ 0.15,
5161
+ 0.15,
4514
5162
  0.0,
4515
5163
  0.0,
4516
5164
  0.0
@@ -4522,7 +5170,7 @@
4522
5170
  "units": "FRACTION",
4523
5171
  "day_types": "Default|WntrDsn|Wknd|Hol",
4524
5172
  "start_date": "2019-01-01T00:00:00+00:00",
4525
- "end_date": "2019-06-30T00:00:00+00:00",
5173
+ "end_date": "2019-05-31T00:00:00+00:00",
4526
5174
  "type": "Hourly",
4527
5175
  "notes": null,
4528
5176
  "values": [
@@ -4557,7 +5205,7 @@
4557
5205
  "category": "Occupancy",
4558
5206
  "units": "FRACTION",
4559
5207
  "day_types": "Default|WntrDsn|Wknd|Hol",
4560
- "start_date": "2019-07-01T00:00:00+00:00",
5208
+ "start_date": "2019-06-01T00:00:00+00:00",
4561
5209
  "end_date": "2019-08-31T00:00:00+00:00",
4562
5210
  "type": "Hourly",
4563
5211
  "notes": null,
@@ -4630,7 +5278,7 @@
4630
5278
  "units": "FRACTION",
4631
5279
  "day_types": "Wkdy|SmrDsn",
4632
5280
  "start_date": "2019-01-01T00:00:00+00:00",
4633
- "end_date": "2019-06-30T00:00:00+00:00",
5281
+ "end_date": "2019-05-31T00:00:00+00:00",
4634
5282
  "type": "Hourly",
4635
5283
  "notes": null,
4636
5284
  "values": [
@@ -4642,18 +5290,18 @@
4642
5290
  0.0,
4643
5291
  0.0,
4644
5292
  0.0,
4645
- 0.19,
4646
- 0.19,
4647
- 0.19,
4648
- 0.19,
4649
- 0.19,
4650
- 0.19,
4651
- 0.19,
4652
- 0.71,
4653
- 0.71,
4654
- 0.71,
4655
- 0.71,
4656
- 0.71,
5293
+ 0.25,
5294
+ 0.25,
5295
+ 0.25,
5296
+ 0.25,
5297
+ 0.25,
5298
+ 0.25,
5299
+ 0.25,
5300
+ 0.95,
5301
+ 0.95,
5302
+ 0.95,
5303
+ 0.95,
5304
+ 0.95,
4657
5305
  0.0,
4658
5306
  0.0,
4659
5307
  0.0,
@@ -4665,7 +5313,7 @@
4665
5313
  "category": "Occupancy",
4666
5314
  "units": "FRACTION",
4667
5315
  "day_types": "Wkdy|SmrDsn",
4668
- "start_date": "2019-07-01T00:00:00+00:00",
5316
+ "start_date": "2019-06-01T00:00:00+00:00",
4669
5317
  "end_date": "2019-08-31T00:00:00+00:00",
4670
5318
  "type": "Hourly",
4671
5319
  "notes": null,
@@ -4678,20 +5326,20 @@
4678
5326
  0.0,
4679
5327
  0.0,
4680
5328
  0.0,
4681
- 0.11,
4682
- 0.11,
4683
- 0.11,
4684
- 0.11,
4685
- 0.11,
4686
- 0.11,
4687
- 0.11,
4688
- 0.11,
4689
- 0.11,
4690
- 0.26,
4691
- 0.26,
4692
- 0.0,
4693
- 0.0,
4694
- 0.0,
5329
+ 0.15,
5330
+ 0.15,
5331
+ 0.15,
5332
+ 0.15,
5333
+ 0.15,
5334
+ 0.15,
5335
+ 0.15,
5336
+ 0.15,
5337
+ 0.15,
5338
+ 0.35,
5339
+ 0.35,
5340
+ 0.0,
5341
+ 0.0,
5342
+ 0.0,
4695
5343
  0.0,
4696
5344
  0.0
4697
5345
  ]
@@ -4714,18 +5362,18 @@
4714
5362
  0.0,
4715
5363
  0.0,
4716
5364
  0.0,
4717
- 0.19,
4718
- 0.19,
4719
- 0.19,
4720
- 0.19,
4721
- 0.19,
4722
- 0.19,
4723
- 0.19,
4724
- 0.71,
4725
- 0.71,
4726
- 0.71,
4727
- 0.71,
4728
- 0.71,
5365
+ 0.25,
5366
+ 0.25,
5367
+ 0.25,
5368
+ 0.25,
5369
+ 0.25,
5370
+ 0.25,
5371
+ 0.25,
5372
+ 0.95,
5373
+ 0.95,
5374
+ 0.95,
5375
+ 0.95,
5376
+ 0.95,
4729
5377
  0.0,
4730
5378
  0.0,
4731
5379
  0.0,
@@ -4738,7 +5386,7 @@
4738
5386
  "units": "FRACTION",
4739
5387
  "day_types": "Default|WntrDsn|Wknd|Hol",
4740
5388
  "start_date": "2019-01-01T00:00:00+00:00",
4741
- "end_date": "2019-06-30T00:00:00+00:00",
5389
+ "end_date": "2019-05-31T00:00:00+00:00",
4742
5390
  "type": "Hourly",
4743
5391
  "notes": null,
4744
5392
  "values": [
@@ -4773,7 +5421,7 @@
4773
5421
  "category": "Occupancy",
4774
5422
  "units": "FRACTION",
4775
5423
  "day_types": "Default|WntrDsn|Wknd|Hol",
4776
- "start_date": "2019-07-01T00:00:00+00:00",
5424
+ "start_date": "2019-06-01T00:00:00+00:00",
4777
5425
  "end_date": "2019-08-31T00:00:00+00:00",
4778
5426
  "type": "Hourly",
4779
5427
  "notes": null,
@@ -4846,7 +5494,7 @@
4846
5494
  "units": "FRACTION",
4847
5495
  "day_types": "Wkdy|SmrDsn",
4848
5496
  "start_date": "2019-01-01T00:00:00+00:00",
4849
- "end_date": "2019-06-30T00:00:00+00:00",
5497
+ "end_date": "2019-05-31T00:00:00+00:00",
4850
5498
  "type": "Hourly",
4851
5499
  "notes": null,
4852
5500
  "values": [
@@ -4881,7 +5529,7 @@
4881
5529
  "category": "Occupancy",
4882
5530
  "units": "FRACTION",
4883
5531
  "day_types": "Wkdy|SmrDsn",
4884
- "start_date": "2019-07-01T00:00:00+00:00",
5532
+ "start_date": "2019-06-01T00:00:00+00:00",
4885
5533
  "end_date": "2019-08-31T00:00:00+00:00",
4886
5534
  "type": "Hourly",
4887
5535
  "notes": null,
@@ -4954,7 +5602,7 @@
4954
5602
  "units": "FRACTION",
4955
5603
  "day_types": "Default|Sun|Hol",
4956
5604
  "start_date": "2019-01-01T00:00:00+00:00",
4957
- "end_date": "2019-06-15T00:00:00+00:00",
5605
+ "end_date": "2019-05-31T00:00:00+00:00",
4958
5606
  "type": "Hourly",
4959
5607
  "notes": null,
4960
5608
  "values": [
@@ -4989,8 +5637,8 @@
4989
5637
  "category": "Service Water Heating",
4990
5638
  "units": "FRACTION",
4991
5639
  "day_types": "Default|Sun|Hol",
4992
- "start_date": "2019-06-16T00:00:00+00:00",
4993
- "end_date": "2019-09-15T00:00:00+00:00",
5640
+ "start_date": "2019-06-01T00:00:00+00:00",
5641
+ "end_date": "2019-08-31T00:00:00+00:00",
4994
5642
  "type": "Hourly",
4995
5643
  "notes": null,
4996
5644
  "values": [
@@ -5025,7 +5673,7 @@
5025
5673
  "category": "Service Water Heating",
5026
5674
  "units": "FRACTION",
5027
5675
  "day_types": "Default|Sun|Hol",
5028
- "start_date": "2019-09-16T00:00:00+00:00",
5676
+ "start_date": "2019-09-01T00:00:00+00:00",
5029
5677
  "end_date": "2019-12-31T00:00:00+00:00",
5030
5678
  "type": "Hourly",
5031
5679
  "notes": null,
@@ -5062,7 +5710,7 @@
5062
5710
  "units": "FRACTION",
5063
5711
  "day_types": "Sat",
5064
5712
  "start_date": "2019-01-01T00:00:00+00:00",
5065
- "end_date": "2019-06-15T00:00:00+00:00",
5713
+ "end_date": "2019-05-31T00:00:00+00:00",
5066
5714
  "type": "Hourly",
5067
5715
  "notes": null,
5068
5716
  "values": [
@@ -5097,8 +5745,8 @@
5097
5745
  "category": "Service Water Heating",
5098
5746
  "units": "FRACTION",
5099
5747
  "day_types": "Sat",
5100
- "start_date": "2019-06-16T00:00:00+00:00",
5101
- "end_date": "2019-09-15T00:00:00+00:00",
5748
+ "start_date": "2019-06-01T00:00:00+00:00",
5749
+ "end_date": "2019-08-31T00:00:00+00:00",
5102
5750
  "type": "Hourly",
5103
5751
  "notes": null,
5104
5752
  "values": [
@@ -5133,7 +5781,7 @@
5133
5781
  "category": "Service Water Heating",
5134
5782
  "units": "FRACTION",
5135
5783
  "day_types": "Sat",
5136
- "start_date": "2019-09-16T00:00:00+00:00",
5784
+ "start_date": "2019-09-01T00:00:00+00:00",
5137
5785
  "end_date": "2019-12-31T00:00:00+00:00",
5138
5786
  "type": "Hourly",
5139
5787
  "notes": null,
@@ -5170,7 +5818,7 @@
5170
5818
  "units": "FRACTION",
5171
5819
  "day_types": "SmrDsn",
5172
5820
  "start_date": "2019-01-01T00:00:00+00:00",
5173
- "end_date": "2019-06-15T00:00:00+00:00",
5821
+ "end_date": "2019-05-31T00:00:00+00:00",
5174
5822
  "type": "Hourly",
5175
5823
  "notes": null,
5176
5824
  "values": [
@@ -5205,8 +5853,8 @@
5205
5853
  "category": "Service Water Heating",
5206
5854
  "units": "FRACTION",
5207
5855
  "day_types": "SmrDsn",
5208
- "start_date": "2019-06-16T00:00:00+00:00",
5209
- "end_date": "2019-09-15T00:00:00+00:00",
5856
+ "start_date": "2019-06-01T00:00:00+00:00",
5857
+ "end_date": "2019-08-31T00:00:00+00:00",
5210
5858
  "type": "Hourly",
5211
5859
  "notes": null,
5212
5860
  "values": [
@@ -5241,7 +5889,7 @@
5241
5889
  "category": "Service Water Heating",
5242
5890
  "units": "FRACTION",
5243
5891
  "day_types": "SmrDsn",
5244
- "start_date": "2019-09-16T00:00:00+00:00",
5892
+ "start_date": "2019-09-01T00:00:00+00:00",
5245
5893
  "end_date": "2019-12-31T00:00:00+00:00",
5246
5894
  "type": "Hourly",
5247
5895
  "notes": null,
@@ -5278,7 +5926,7 @@
5278
5926
  "units": "FRACTION",
5279
5927
  "day_types": "Wkdy",
5280
5928
  "start_date": "2019-01-01T00:00:00+00:00",
5281
- "end_date": "2019-06-15T00:00:00+00:00",
5929
+ "end_date": "2019-05-31T00:00:00+00:00",
5282
5930
  "type": "Hourly",
5283
5931
  "notes": null,
5284
5932
  "values": [
@@ -5313,8 +5961,8 @@
5313
5961
  "category": "Service Water Heating",
5314
5962
  "units": "FRACTION",
5315
5963
  "day_types": "Wkdy",
5316
- "start_date": "2019-06-16T00:00:00+00:00",
5317
- "end_date": "2019-09-15T00:00:00+00:00",
5964
+ "start_date": "2019-06-01T00:00:00+00:00",
5965
+ "end_date": "2019-08-31T00:00:00+00:00",
5318
5966
  "type": "Hourly",
5319
5967
  "notes": null,
5320
5968
  "values": [
@@ -5349,7 +5997,7 @@
5349
5997
  "category": "Service Water Heating",
5350
5998
  "units": "FRACTION",
5351
5999
  "day_types": "Wkdy",
5352
- "start_date": "2019-09-16T00:00:00+00:00",
6000
+ "start_date": "2019-09-01T00:00:00+00:00",
5353
6001
  "end_date": "2019-12-31T00:00:00+00:00",
5354
6002
  "type": "Hourly",
5355
6003
  "notes": null,
@@ -5386,7 +6034,79 @@
5386
6034
  "units": "FRACTION",
5387
6035
  "day_types": "WntrDsn",
5388
6036
  "start_date": "2019-01-01T00:00:00+00:00",
5389
- "end_date": "2019-06-15T00:00:00+00:00",
6037
+ "end_date": "2019-05-31T00:00:00+00:00",
6038
+ "type": "Hourly",
6039
+ "notes": null,
6040
+ "values": [
6041
+ 0.03,
6042
+ 0.03,
6043
+ 0.03,
6044
+ 0.03,
6045
+ 0.03,
6046
+ 0.03,
6047
+ 0.03,
6048
+ 0.03,
6049
+ 0.03,
6050
+ 0.05,
6051
+ 0.05,
6052
+ 0.05,
6053
+ 0.05,
6054
+ 0.03,
6055
+ 0.03,
6056
+ 0.03,
6057
+ 0.03,
6058
+ 0.03,
6059
+ 0.03,
6060
+ 0.03,
6061
+ 0.03,
6062
+ 0.03,
6063
+ 0.03,
6064
+ 0.03
6065
+ ]
6066
+ },
6067
+ {
6068
+ "name": "College BLDG_SWH_SCH",
6069
+ "category": "Service Water Heating",
6070
+ "units": "FRACTION",
6071
+ "day_types": "WntrDsn",
6072
+ "start_date": "2019-06-01T00:00:00+00:00",
6073
+ "end_date": "2019-08-31T00:00:00+00:00",
6074
+ "type": "Hourly",
6075
+ "notes": null,
6076
+ "values": [
6077
+ 0.03,
6078
+ 0.03,
6079
+ 0.03,
6080
+ 0.03,
6081
+ 0.03,
6082
+ 0.03,
6083
+ 0.03,
6084
+ 0.03,
6085
+ 0.03,
6086
+ 0.05,
6087
+ 0.05,
6088
+ 0.05,
6089
+ 0.05,
6090
+ 0.03,
6091
+ 0.03,
6092
+ 0.03,
6093
+ 0.03,
6094
+ 0.03,
6095
+ 0.03,
6096
+ 0.03,
6097
+ 0.03,
6098
+ 0.03,
6099
+ 0.03,
6100
+ 0.03
6101
+ ]
6102
+ },
6103
+ {
6104
+ "name": "College BLDG_SWH_SCH",
6105
+ "category": "Service Water Heating",
6106
+ "units": "FRACTION",
6107
+ "day_types": "WntrDsn",
6108
+ "start_date": "2019-09-01T00:00:00+00:00",
6109
+ "end_date": "2019-12-31T00:00:00+00:00",
5390
6110
  "type": "Hourly",
5391
6111
  "notes": null,
5392
6112
  "values": [
@@ -5417,82 +6137,262 @@
5417
6137
  ]
5418
6138
  },
5419
6139
  {
5420
- "name": "College BLDG_SWH_SCH",
5421
- "category": "Service Water Heating",
6140
+ "name": "College BLDG_Studio_OCC_SCH",
6141
+ "category": "Occupancy",
6142
+ "units": "FRACTION",
6143
+ "day_types": "Default|WntrDsn|Wknd|Hol",
6144
+ "start_date": "2019-01-01T00:00:00+00:00",
6145
+ "end_date": "2019-05-31T00:00:00+00:00",
6146
+ "type": "Hourly",
6147
+ "notes": null,
6148
+ "values": [
6149
+ 0.0,
6150
+ 0.0,
6151
+ 0.0,
6152
+ 0.0,
6153
+ 0.0,
6154
+ 0.0,
6155
+ 0.0,
6156
+ 0.0,
6157
+ 0.0,
6158
+ 0.0,
6159
+ 0.0,
6160
+ 0.0,
6161
+ 0.0,
6162
+ 0.0,
6163
+ 0.0,
6164
+ 0.0,
6165
+ 0.0,
6166
+ 0.0,
6167
+ 0.0,
6168
+ 0.0,
6169
+ 0.0,
6170
+ 0.0,
6171
+ 0.0,
6172
+ 0.0
6173
+ ]
6174
+ },
6175
+ {
6176
+ "name": "College BLDG_Studio_OCC_SCH",
6177
+ "category": "Occupancy",
6178
+ "units": "FRACTION",
6179
+ "day_types": "Default|WntrDsn|Wknd|Hol",
6180
+ "start_date": "2019-06-01T00:00:00+00:00",
6181
+ "end_date": "2019-08-31T00:00:00+00:00",
6182
+ "type": "Hourly",
6183
+ "notes": null,
6184
+ "values": [
6185
+ 0.0,
6186
+ 0.0,
6187
+ 0.0,
6188
+ 0.0,
6189
+ 0.0,
6190
+ 0.0,
6191
+ 0.0,
6192
+ 0.0,
6193
+ 0.0,
6194
+ 0.0,
6195
+ 0.0,
6196
+ 0.0,
6197
+ 0.0,
6198
+ 0.0,
6199
+ 0.0,
6200
+ 0.0,
6201
+ 0.0,
6202
+ 0.0,
6203
+ 0.0,
6204
+ 0.0,
6205
+ 0.0,
6206
+ 0.0,
6207
+ 0.0,
6208
+ 0.0
6209
+ ]
6210
+ },
6211
+ {
6212
+ "name": "College BLDG_Studio_OCC_SCH",
6213
+ "category": "Occupancy",
6214
+ "units": "FRACTION",
6215
+ "day_types": "Default|WntrDsn|Wknd|Hol",
6216
+ "start_date": "2019-09-01T00:00:00+00:00",
6217
+ "end_date": "2019-12-31T00:00:00+00:00",
6218
+ "type": "Hourly",
6219
+ "notes": null,
6220
+ "values": [
6221
+ 0.0,
6222
+ 0.0,
6223
+ 0.0,
6224
+ 0.0,
6225
+ 0.0,
6226
+ 0.0,
6227
+ 0.0,
6228
+ 0.0,
6229
+ 0.0,
6230
+ 0.0,
6231
+ 0.0,
6232
+ 0.0,
6233
+ 0.0,
6234
+ 0.0,
6235
+ 0.0,
6236
+ 0.0,
6237
+ 0.0,
6238
+ 0.0,
6239
+ 0.0,
6240
+ 0.0,
6241
+ 0.0,
6242
+ 0.0,
6243
+ 0.0,
6244
+ 0.0
6245
+ ]
6246
+ },
6247
+ {
6248
+ "name": "College BLDG_Studio_OCC_SCH",
6249
+ "category": "Occupancy",
6250
+ "units": "FRACTION",
6251
+ "day_types": "Wkdy|SmrDsn",
6252
+ "start_date": "2019-01-01T00:00:00+00:00",
6253
+ "end_date": "2019-05-31T00:00:00+00:00",
6254
+ "type": "Hourly",
6255
+ "notes": null,
6256
+ "values": [
6257
+ 0.0,
6258
+ 0.0,
6259
+ 0.0,
6260
+ 0.0,
6261
+ 0.0,
6262
+ 0.0,
6263
+ 0.0,
6264
+ 0.37,
6265
+ 0.37,
6266
+ 0.37,
6267
+ 0.19,
6268
+ 0.19,
6269
+ 0.37,
6270
+ 0.37,
6271
+ 0.37,
6272
+ 0.37,
6273
+ 0.37,
6274
+ 0.19,
6275
+ 0.19,
6276
+ 0.19,
6277
+ 0.0,
6278
+ 0.0,
6279
+ 0.0,
6280
+ 0.0
6281
+ ]
6282
+ },
6283
+ {
6284
+ "name": "College BLDG_Studio_OCC_SCH",
6285
+ "category": "Occupancy",
5422
6286
  "units": "FRACTION",
5423
- "day_types": "WntrDsn",
5424
- "start_date": "2019-06-16T00:00:00+00:00",
5425
- "end_date": "2019-09-15T00:00:00+00:00",
6287
+ "day_types": "Wkdy|SmrDsn",
6288
+ "start_date": "2019-06-01T00:00:00+00:00",
6289
+ "end_date": "2019-08-31T00:00:00+00:00",
5426
6290
  "type": "Hourly",
5427
6291
  "notes": null,
5428
6292
  "values": [
5429
- 0.03,
5430
- 0.03,
5431
- 0.03,
5432
- 0.03,
5433
- 0.03,
5434
- 0.03,
5435
- 0.03,
5436
- 0.03,
5437
- 0.03,
5438
- 0.05,
5439
- 0.05,
5440
- 0.05,
5441
- 0.05,
5442
- 0.03,
5443
- 0.03,
5444
- 0.03,
5445
- 0.03,
5446
- 0.03,
5447
- 0.03,
5448
- 0.03,
5449
- 0.03,
5450
- 0.03,
5451
- 0.03,
5452
- 0.03
6293
+ 0.0,
6294
+ 0.0,
6295
+ 0.0,
6296
+ 0.0,
6297
+ 0.0,
6298
+ 0.0,
6299
+ 0.0,
6300
+ 0.0,
6301
+ 0.0,
6302
+ 0.06,
6303
+ 0.06,
6304
+ 0.06,
6305
+ 0.06,
6306
+ 0.06,
6307
+ 0.06,
6308
+ 0.06,
6309
+ 0.06,
6310
+ 0.06,
6311
+ 0.06,
6312
+ 0.0,
6313
+ 0.0,
6314
+ 0.0,
6315
+ 0.0,
6316
+ 0.0
5453
6317
  ]
5454
6318
  },
5455
6319
  {
5456
- "name": "College BLDG_SWH_SCH",
5457
- "category": "Service Water Heating",
6320
+ "name": "College BLDG_Studio_OCC_SCH",
6321
+ "category": "Occupancy",
5458
6322
  "units": "FRACTION",
5459
- "day_types": "WntrDsn",
5460
- "start_date": "2019-09-16T00:00:00+00:00",
6323
+ "day_types": "Wkdy|SmrDsn",
6324
+ "start_date": "2019-09-01T00:00:00+00:00",
5461
6325
  "end_date": "2019-12-31T00:00:00+00:00",
5462
6326
  "type": "Hourly",
5463
6327
  "notes": null,
5464
6328
  "values": [
5465
- 0.03,
5466
- 0.03,
5467
- 0.03,
5468
- 0.03,
5469
- 0.03,
5470
- 0.03,
5471
- 0.03,
5472
- 0.03,
5473
- 0.03,
5474
- 0.05,
5475
- 0.05,
5476
- 0.05,
5477
- 0.05,
5478
- 0.03,
5479
- 0.03,
5480
- 0.03,
5481
- 0.03,
5482
- 0.03,
5483
- 0.03,
5484
- 0.03,
5485
- 0.03,
5486
- 0.03,
5487
- 0.03,
5488
- 0.03
6329
+ 0.0,
6330
+ 0.0,
6331
+ 0.0,
6332
+ 0.0,
6333
+ 0.0,
6334
+ 0.0,
6335
+ 0.0,
6336
+ 0.37,
6337
+ 0.37,
6338
+ 0.37,
6339
+ 0.19,
6340
+ 0.19,
6341
+ 0.37,
6342
+ 0.37,
6343
+ 0.37,
6344
+ 0.37,
6345
+ 0.37,
6346
+ 0.19,
6347
+ 0.19,
6348
+ 0.19,
6349
+ 0.0,
6350
+ 0.0,
6351
+ 0.0,
6352
+ 0.0
5489
6353
  ]
5490
6354
  },
5491
6355
  {
5492
6356
  "name": "College CLGSETP_SCH",
5493
6357
  "category": "Thermostat Setpoint",
5494
6358
  "units": "C",
5495
- "day_types": "Default|SmrDsn|Wknd|Hol",
6359
+ "day_types": "Default|WntrDsn|Wknd|Hol",
6360
+ "start_date": "2019-01-01T00:00:00+00:00",
6361
+ "end_date": "2019-12-31T00:00:00+00:00",
6362
+ "type": "Hourly",
6363
+ "notes": null,
6364
+ "values": [
6365
+ 29.44444444,
6366
+ 29.44444444,
6367
+ 29.44444444,
6368
+ 29.44444444,
6369
+ 29.44444444,
6370
+ 29.44444444,
6371
+ 29.44444444,
6372
+ 29.44444444,
6373
+ 29.44444444,
6374
+ 29.44444444,
6375
+ 29.44444444,
6376
+ 29.44444444,
6377
+ 29.44444444,
6378
+ 29.44444444,
6379
+ 29.44444444,
6380
+ 29.44444444,
6381
+ 29.44444444,
6382
+ 29.44444444,
6383
+ 29.4444444400001,
6384
+ 29.4444444400001,
6385
+ 29.4444444400001,
6386
+ 29.4444444400001,
6387
+ 29.4444444400001,
6388
+ 29.4444444400001
6389
+ ]
6390
+ },
6391
+ {
6392
+ "name": "College CLGSETP_SCH",
6393
+ "category": "Thermostat Setpoint",
6394
+ "units": "C",
6395
+ "day_types": "SmrDsn",
5496
6396
  "start_date": "2019-01-01T00:00:00+00:00",
5497
6397
  "end_date": "2019-12-31T00:00:00+00:00",
5498
6398
  "type": "Hourly",
@@ -5561,10 +6461,10 @@
5561
6461
  ]
5562
6462
  },
5563
6463
  {
5564
- "name": "College CLGSETP_SCH",
6464
+ "name": "College CLGSETP_SCH_SETUP",
5565
6465
  "category": "Thermostat Setpoint",
5566
6466
  "units": "C",
5567
- "day_types": "WntrDsn",
6467
+ "day_types": "Default|WntrDsn|Wknd|Hol",
5568
6468
  "start_date": "2019-01-01T00:00:00+00:00",
5569
6469
  "end_date": "2019-12-31T00:00:00+00:00",
5570
6470
  "type": "Hourly",
@@ -5600,7 +6500,7 @@
5600
6500
  "name": "College CLGSETP_SCH_SETUP",
5601
6501
  "category": "Thermostat Setpoint",
5602
6502
  "units": "C",
5603
- "day_types": "Default|SmrDsn|Wknd|Hol",
6503
+ "day_types": "SmrDsn",
5604
6504
  "start_date": "2019-01-01T00:00:00+00:00",
5605
6505
  "end_date": "2019-12-31T00:00:00+00:00",
5606
6506
  "type": "Hourly",
@@ -5668,42 +6568,6 @@
5668
6568
  29.44444444
5669
6569
  ]
5670
6570
  },
5671
- {
5672
- "name": "College CLGSETP_SCH_SETUP",
5673
- "category": "Thermostat Setpoint",
5674
- "units": "C",
5675
- "day_types": "WntrDsn",
5676
- "start_date": "2019-01-01T00:00:00+00:00",
5677
- "end_date": "2019-12-31T00:00:00+00:00",
5678
- "type": "Hourly",
5679
- "notes": null,
5680
- "values": [
5681
- 29.44444444,
5682
- 29.44444444,
5683
- 29.44444444,
5684
- 29.44444444,
5685
- 29.44444444,
5686
- 29.44444444,
5687
- 29.44444444,
5688
- 29.44444444,
5689
- 29.44444444,
5690
- 29.44444444,
5691
- 29.44444444,
5692
- 29.44444444,
5693
- 29.44444444,
5694
- 29.44444444,
5695
- 29.44444444,
5696
- 29.44444444,
5697
- 29.44444444,
5698
- 29.44444444,
5699
- 29.44444444,
5700
- 29.44444444,
5701
- 29.44444444,
5702
- 29.44444444,
5703
- 29.44444444,
5704
- 29.44444444
5705
- ]
5706
- },
5707
6571
  {
5708
6572
  "name": "College CW-Loop-Temp-Schedule",
5709
6573
  "category": "Thermostat Setpoint",
@@ -6283,7 +7147,7 @@
6283
7147
  {
6284
7148
  "name": "College HVACOperationSchd",
6285
7149
  "category": "Operation",
6286
- "units": "ON_OFF",
7150
+ "units": "FRACTION",
6287
7151
  "day_types": "Default|Wknd|Hol",
6288
7152
  "start_date": "2019-01-01T00:00:00+00:00",
6289
7153
  "end_date": "2019-12-31T00:00:00+00:00",
@@ -6319,7 +7183,7 @@
6319
7183
  {
6320
7184
  "name": "College HVACOperationSchd",
6321
7185
  "category": "Operation",
6322
- "units": "ON_OFF",
7186
+ "units": "FRACTION",
6323
7187
  "day_types": "Wkdy|SmrDsn|WntrDsn",
6324
7188
  "start_date": "2019-01-01T00:00:00+00:00",
6325
7189
  "end_date": "2019-12-31T00:00:00+00:00",
@@ -6332,7 +7196,7 @@
6332
7196
  0.0,
6333
7197
  0.0,
6334
7198
  0.0,
6335
- 0.0,
7199
+ 1.0,
6336
7200
  1.0,
6337
7201
  1.0,
6338
7202
  1.0,
@@ -6475,8 +7339,8 @@
6475
7339
  0.0,
6476
7340
  0.0,
6477
7341
  0.0,
6478
- 0.0,
6479
- 0.0,
7342
+ 1.0,
7343
+ 1.0,
6480
7344
  1.0,
6481
7345
  0.144,
6482
7346
  0.144,
@@ -6513,20 +7377,20 @@
6513
7377
  1.0,
6514
7378
  1.0,
6515
7379
  1.0,
6516
- 0.25,
6517
- 0.25,
6518
- 0.25,
6519
- 0.25,
6520
- 0.25,
6521
- 0.25,
6522
- 0.25,
6523
- 0.25,
6524
- 0.25,
6525
- 0.25,
6526
- 0.25,
6527
- 0.25,
6528
- 0.25,
6529
- 0.25,
7380
+ 1.0,
7381
+ 1.0,
7382
+ 1.0,
7383
+ 1.0,
7384
+ 1.0,
7385
+ 1.0,
7386
+ 1.0,
7387
+ 1.0,
7388
+ 1.0,
7389
+ 1.0,
7390
+ 1.0,
7391
+ 1.0,
7392
+ 1.0,
7393
+ 1.0,
6530
7394
  1.0,
6531
7395
  1.0,
6532
7396
  1.0
@@ -6549,20 +7413,20 @@
6549
7413
  1.0,
6550
7414
  1.0,
6551
7415
  1.0,
6552
- 0.25,
6553
- 0.25,
6554
- 0.25,
6555
- 0.25,
6556
- 0.25,
6557
- 0.25,
6558
- 0.25,
6559
- 0.25,
6560
- 0.25,
6561
- 0.25,
6562
- 0.25,
6563
- 0.25,
6564
- 0.25,
6565
- 0.25,
7416
+ 1.0,
7417
+ 1.0,
7418
+ 1.0,
7419
+ 1.0,
7420
+ 1.0,
7421
+ 1.0,
7422
+ 1.0,
7423
+ 1.0,
7424
+ 1.0,
7425
+ 1.0,
7426
+ 1.0,
7427
+ 1.0,
7428
+ 1.0,
7429
+ 1.0,
6566
7430
  1.0,
6567
7431
  1.0,
6568
7432
  1.0
@@ -6584,7 +7448,7 @@
6584
7448
  1.0,
6585
7449
  1.0,
6586
7450
  1.0,
6587
- 1.0,
7451
+ 0.25,
6588
7452
  0.25,
6589
7453
  0.25,
6590
7454
  0.25,
@@ -6656,8 +7520,8 @@
6656
7520
  0.0,
6657
7521
  0.0,
6658
7522
  0.0,
6659
- 0.0,
6660
- 0.0,
7523
+ 1.0,
7524
+ 1.0,
6661
7525
  1.0,
6662
7526
  1.0,
6663
7527
  1.0,