openstudio-standards 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/data/geometry/Geometry.hospital.osm +118 -109
  3. data/data/geometry/Geometry.hospital_original.osm +8947 -0
  4. data/data/geometry/Geometry.large_office_2010.osm +118 -102
  5. data/data/standards/OpenStudio_Standards.xlsx +0 -0
  6. data/data/standards/OpenStudio_Standards_construction_properties.json +1993 -1959
  7. data/data/standards/OpenStudio_Standards_construction_sets.json +18 -18
  8. data/data/standards/OpenStudio_Standards_constructions.json +28 -0
  9. data/data/standards/OpenStudio_Standards_ground_temperatures.json +561 -1071
  10. data/data/standards/OpenStudio_Standards_materials.json +2 -2
  11. data/data/standards/OpenStudio_Standards_prototype_inputs.json +32 -32
  12. data/data/standards/OpenStudio_Standards_schedules.json +435 -20
  13. data/data/standards/OpenStudio_Standards_space_types.json +2005 -614
  14. data/lib/openstudio-standards/hvac_sizing/HVACSizing.CoilCoolingWaterToAirHeatPumpEquationFit.rb +49 -7
  15. data/lib/openstudio-standards/hvac_sizing/HVACSizing.CoilHeatingWaterToAirHeatPumpEquationFit.rb +37 -7
  16. data/lib/openstudio-standards/hvac_sizing/HVACSizing.Model.rb +7 -0
  17. data/lib/openstudio-standards/hvac_sizing/HVACSizing.PumpVariableSpeed.rb +1 -1
  18. data/lib/openstudio-standards/prototypes/Prototype.AirTerminalSingleDuctVAVReheat.rb +14 -5
  19. data/lib/openstudio-standards/prototypes/Prototype.Model.hvac.rb +15 -5
  20. data/lib/openstudio-standards/prototypes/Prototype.Model.rb +59 -37
  21. data/lib/openstudio-standards/prototypes/Prototype.Model.swh.rb +5 -3
  22. data/lib/openstudio-standards/prototypes/Prototype.hospital.rb +86 -26
  23. data/lib/openstudio-standards/prototypes/Prototype.hvac_systems.rb +97 -16
  24. data/lib/openstudio-standards/prototypes/Prototype.outpatient.rb +217 -6
  25. data/lib/openstudio-standards/prototypes/Prototype.warehouse.rb +48 -1
  26. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +126 -27
  27. data/lib/openstudio-standards/standards/Standards.ChillerElectricEIR.rb +1 -1
  28. data/lib/openstudio-standards/standards/Standards.ScheduleConstant.rb +14 -1
  29. data/lib/openstudio-standards/standards/Standards.ScheduleRuleset.rb +40 -1
  30. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +4 -2
  31. data/lib/openstudio-standards/version.rb +1 -1
  32. metadata +3 -2
@@ -1698,7 +1698,7 @@
1698
1698
  "ground_contact_wall_standards_construction_type": "Mass",
1699
1699
  "ground_contact_wall_building_category": "Nonresidential",
1700
1700
  "ground_contact_floor_standards_construction_type": "Unheated",
1701
- "ground_contact_floor_building_category": "Nonresidential",
1701
+ "ground_contact_floor_building_category": "Semiheated",
1702
1702
  "ground_contact_ceiling_standards_construction_type": null,
1703
1703
  "ground_contact_ceiling_building_category": "Nonresidential",
1704
1704
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -1739,7 +1739,7 @@
1739
1739
  "ground_contact_wall_standards_construction_type": "Mass",
1740
1740
  "ground_contact_wall_building_category": "Nonresidential",
1741
1741
  "ground_contact_floor_standards_construction_type": "Unheated",
1742
- "ground_contact_floor_building_category": "Nonresidential",
1742
+ "ground_contact_floor_building_category": "Semiheated",
1743
1743
  "ground_contact_ceiling_standards_construction_type": null,
1744
1744
  "ground_contact_ceiling_building_category": "Nonresidential",
1745
1745
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -1780,7 +1780,7 @@
1780
1780
  "ground_contact_wall_standards_construction_type": "Mass",
1781
1781
  "ground_contact_wall_building_category": "Nonresidential",
1782
1782
  "ground_contact_floor_standards_construction_type": "Unheated",
1783
- "ground_contact_floor_building_category": "Nonresidential",
1783
+ "ground_contact_floor_building_category": "Semiheated",
1784
1784
  "ground_contact_ceiling_standards_construction_type": null,
1785
1785
  "ground_contact_ceiling_building_category": "Nonresidential",
1786
1786
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -2723,7 +2723,7 @@
2723
2723
  "ground_contact_wall_standards_construction_type": "Mass",
2724
2724
  "ground_contact_wall_building_category": "Nonresidential",
2725
2725
  "ground_contact_floor_standards_construction_type": "Unheated",
2726
- "ground_contact_floor_building_category": "Nonresidential",
2726
+ "ground_contact_floor_building_category": "Semiheated",
2727
2727
  "ground_contact_ceiling_standards_construction_type": null,
2728
2728
  "ground_contact_ceiling_building_category": "Nonresidential",
2729
2729
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -2764,7 +2764,7 @@
2764
2764
  "ground_contact_wall_standards_construction_type": "Mass",
2765
2765
  "ground_contact_wall_building_category": "Nonresidential",
2766
2766
  "ground_contact_floor_standards_construction_type": "Unheated",
2767
- "ground_contact_floor_building_category": "Nonresidential",
2767
+ "ground_contact_floor_building_category": "Semiheated",
2768
2768
  "ground_contact_ceiling_standards_construction_type": null,
2769
2769
  "ground_contact_ceiling_building_category": "Nonresidential",
2770
2770
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -2805,7 +2805,7 @@
2805
2805
  "ground_contact_wall_standards_construction_type": "Mass",
2806
2806
  "ground_contact_wall_building_category": "Nonresidential",
2807
2807
  "ground_contact_floor_standards_construction_type": "Unheated",
2808
- "ground_contact_floor_building_category": "Nonresidential",
2808
+ "ground_contact_floor_building_category": "Semiheated",
2809
2809
  "ground_contact_ceiling_standards_construction_type": null,
2810
2810
  "ground_contact_ceiling_building_category": "Nonresidential",
2811
2811
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -3748,7 +3748,7 @@
3748
3748
  "ground_contact_wall_standards_construction_type": "Mass",
3749
3749
  "ground_contact_wall_building_category": "Nonresidential",
3750
3750
  "ground_contact_floor_standards_construction_type": "Unheated",
3751
- "ground_contact_floor_building_category": "Nonresidential",
3751
+ "ground_contact_floor_building_category": "Semiheated",
3752
3752
  "ground_contact_ceiling_standards_construction_type": null,
3753
3753
  "ground_contact_ceiling_building_category": "Nonresidential",
3754
3754
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -3789,7 +3789,7 @@
3789
3789
  "ground_contact_wall_standards_construction_type": "Mass",
3790
3790
  "ground_contact_wall_building_category": "Nonresidential",
3791
3791
  "ground_contact_floor_standards_construction_type": "Unheated",
3792
- "ground_contact_floor_building_category": "Nonresidential",
3792
+ "ground_contact_floor_building_category": "Semiheated",
3793
3793
  "ground_contact_ceiling_standards_construction_type": null,
3794
3794
  "ground_contact_ceiling_building_category": "Nonresidential",
3795
3795
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -3830,7 +3830,7 @@
3830
3830
  "ground_contact_wall_standards_construction_type": "Mass",
3831
3831
  "ground_contact_wall_building_category": "Nonresidential",
3832
3832
  "ground_contact_floor_standards_construction_type": "Unheated",
3833
- "ground_contact_floor_building_category": "Nonresidential",
3833
+ "ground_contact_floor_building_category": "Semiheated",
3834
3834
  "ground_contact_ceiling_standards_construction_type": null,
3835
3835
  "ground_contact_ceiling_building_category": "Nonresidential",
3836
3836
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -4773,7 +4773,7 @@
4773
4773
  "ground_contact_wall_standards_construction_type": "Mass",
4774
4774
  "ground_contact_wall_building_category": "Nonresidential",
4775
4775
  "ground_contact_floor_standards_construction_type": "Unheated",
4776
- "ground_contact_floor_building_category": "Nonresidential",
4776
+ "ground_contact_floor_building_category": "Semiheated",
4777
4777
  "ground_contact_ceiling_standards_construction_type": null,
4778
4778
  "ground_contact_ceiling_building_category": "Nonresidential",
4779
4779
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -4814,7 +4814,7 @@
4814
4814
  "ground_contact_wall_standards_construction_type": "Mass",
4815
4815
  "ground_contact_wall_building_category": "Nonresidential",
4816
4816
  "ground_contact_floor_standards_construction_type": "Unheated",
4817
- "ground_contact_floor_building_category": "Nonresidential",
4817
+ "ground_contact_floor_building_category": "Semiheated",
4818
4818
  "ground_contact_ceiling_standards_construction_type": null,
4819
4819
  "ground_contact_ceiling_building_category": "Nonresidential",
4820
4820
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -4855,7 +4855,7 @@
4855
4855
  "ground_contact_wall_standards_construction_type": "Mass",
4856
4856
  "ground_contact_wall_building_category": "Nonresidential",
4857
4857
  "ground_contact_floor_standards_construction_type": "Unheated",
4858
- "ground_contact_floor_building_category": "Nonresidential",
4858
+ "ground_contact_floor_building_category": "Semiheated",
4859
4859
  "ground_contact_ceiling_standards_construction_type": null,
4860
4860
  "ground_contact_ceiling_building_category": "Nonresidential",
4861
4861
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -5716,7 +5716,7 @@
5716
5716
  "ground_contact_wall_standards_construction_type": "Mass",
5717
5717
  "ground_contact_wall_building_category": "Nonresidential",
5718
5718
  "ground_contact_floor_standards_construction_type": "Unheated",
5719
- "ground_contact_floor_building_category": "Nonresidential",
5719
+ "ground_contact_floor_building_category": "Semiheated",
5720
5720
  "ground_contact_ceiling_standards_construction_type": null,
5721
5721
  "ground_contact_ceiling_building_category": "Nonresidential",
5722
5722
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -5757,7 +5757,7 @@
5757
5757
  "ground_contact_wall_standards_construction_type": "Mass",
5758
5758
  "ground_contact_wall_building_category": "Nonresidential",
5759
5759
  "ground_contact_floor_standards_construction_type": "Unheated",
5760
- "ground_contact_floor_building_category": "Nonresidential",
5760
+ "ground_contact_floor_building_category": "Semiheated",
5761
5761
  "ground_contact_ceiling_standards_construction_type": null,
5762
5762
  "ground_contact_ceiling_building_category": "Nonresidential",
5763
5763
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -5798,7 +5798,7 @@
5798
5798
  "ground_contact_wall_standards_construction_type": "Mass",
5799
5799
  "ground_contact_wall_building_category": "Nonresidential",
5800
5800
  "ground_contact_floor_standards_construction_type": "Unheated",
5801
- "ground_contact_floor_building_category": "Nonresidential",
5801
+ "ground_contact_floor_building_category": "Semiheated",
5802
5802
  "ground_contact_ceiling_standards_construction_type": null,
5803
5803
  "ground_contact_ceiling_building_category": "Nonresidential",
5804
5804
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -6659,7 +6659,7 @@
6659
6659
  "ground_contact_wall_standards_construction_type": "Mass",
6660
6660
  "ground_contact_wall_building_category": "Nonresidential",
6661
6661
  "ground_contact_floor_standards_construction_type": "Unheated",
6662
- "ground_contact_floor_building_category": "Nonresidential",
6662
+ "ground_contact_floor_building_category": "Semiheated",
6663
6663
  "ground_contact_ceiling_standards_construction_type": null,
6664
6664
  "ground_contact_ceiling_building_category": "Nonresidential",
6665
6665
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -6700,7 +6700,7 @@
6700
6700
  "ground_contact_wall_standards_construction_type": "Mass",
6701
6701
  "ground_contact_wall_building_category": "Nonresidential",
6702
6702
  "ground_contact_floor_standards_construction_type": "Unheated",
6703
- "ground_contact_floor_building_category": "Nonresidential",
6703
+ "ground_contact_floor_building_category": "Semiheated",
6704
6704
  "ground_contact_ceiling_standards_construction_type": null,
6705
6705
  "ground_contact_ceiling_building_category": "Nonresidential",
6706
6706
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -6741,7 +6741,7 @@
6741
6741
  "ground_contact_wall_standards_construction_type": "Mass",
6742
6742
  "ground_contact_wall_building_category": "Nonresidential",
6743
6743
  "ground_contact_floor_standards_construction_type": "Unheated",
6744
- "ground_contact_floor_building_category": "Nonresidential",
6744
+ "ground_contact_floor_building_category": "Semiheated",
6745
6745
  "ground_contact_ceiling_standards_construction_type": null,
6746
6746
  "ground_contact_ceiling_building_category": "Nonresidential",
6747
6747
  "exterior_fixed_window_standards_construction_type": "Metal framing (all other)",
@@ -362,6 +362,20 @@
362
362
  "Typical Insulation"
363
363
  ]
364
364
  },
365
+ {
366
+ "name": "Typical Insulated Steel Framed Exterior Floor",
367
+ "intended_surface_type": "ExteriorFloor",
368
+ "standards_construction_type": "SteelFramed",
369
+ "insulation_layer": "Typical Insulation",
370
+ "sort": null,
371
+ "materials": [
372
+ "25mm Stucco",
373
+ "5/8 in. Gypsum Board",
374
+ "Typical Insulation",
375
+ "5/8 in. Gypsum Board",
376
+ "Typical Carpet Pad"
377
+ ]
378
+ },
365
379
  {
366
380
  "name": "Typical Insulated Steel Framed Exterior Wall",
367
381
  "intended_surface_type": "ExteriorWall",
@@ -375,6 +389,20 @@
375
389
  "5/8 in. Gypsum Board"
376
390
  ]
377
391
  },
392
+ {
393
+ "name": "Typical Insulated Wood Framed Exterior Floor",
394
+ "intended_surface_type": "ExteriorFloor",
395
+ "standards_construction_type": "WoodFramed",
396
+ "insulation_layer": "Typical Insulation",
397
+ "sort": null,
398
+ "materials": [
399
+ "25mm Stucco",
400
+ "5/8 in. Gypsum Board",
401
+ "Typical Insulation",
402
+ "5/8 in. Gypsum Board",
403
+ "Typical Carpet Pad"
404
+ ]
405
+ },
378
406
  {
379
407
  "name": "Typical Insulated Wood Framed Exterior Wall",
380
408
  "intended_surface_type": "ExteriorWall",
@@ -8568,23 +8568,6 @@
8568
8568
  "nov": 13.81,
8569
8569
  "dec": 13.19
8570
8570
  },
8571
- {
8572
- "building_type": "FullServiceRestaurant",
8573
- "template": "DOE Ref 1980-2004",
8574
- "climate_zone": "ASHRAE 169-2006-3B",
8575
- "jan": 20.133,
8576
- "feb": 20.114,
8577
- "mar": 20.098,
8578
- "apr": 20.195,
8579
- "may": 20.555,
8580
- "jun": 20.958,
8581
- "jul": 22.367,
8582
- "aug": 22.7,
8583
- "sep": 22.775,
8584
- "oct": 21.957,
8585
- "nov": 20.592,
8586
- "dec": 20.216
8587
- },
8588
8571
  {
8589
8572
  "building_type": "FullServiceRestaurant",
8590
8573
  "template": "DOE Ref 1980-2004",
@@ -8602,23 +8585,6 @@
8602
8585
  "nov": 19.246,
8603
8586
  "dec": 18.923
8604
8587
  },
8605
- {
8606
- "building_type": "Hospital",
8607
- "template": "DOE Ref 1980-2004",
8608
- "climate_zone": "ASHRAE 169-2006-3B",
8609
- "jan": 20.133,
8610
- "feb": 20.114,
8611
- "mar": 20.098,
8612
- "apr": 20.195,
8613
- "may": 20.555,
8614
- "jun": 20.958,
8615
- "jul": 22.367,
8616
- "aug": 22.7,
8617
- "sep": 22.775,
8618
- "oct": 21.957,
8619
- "nov": 20.592,
8620
- "dec": 20.216
8621
- },
8622
8588
  {
8623
8589
  "building_type": "Hospital",
8624
8590
  "template": "DOE Ref 1980-2004",
@@ -8636,23 +8602,6 @@
8636
8602
  "nov": 19.246,
8637
8603
  "dec": 18.923
8638
8604
  },
8639
- {
8640
- "building_type": "LargeHotel",
8641
- "template": "DOE Ref 1980-2004",
8642
- "climate_zone": "ASHRAE 169-2006-3B",
8643
- "jan": 20.133,
8644
- "feb": 20.114,
8645
- "mar": 20.098,
8646
- "apr": 20.195,
8647
- "may": 20.555,
8648
- "jun": 20.958,
8649
- "jul": 22.367,
8650
- "aug": 22.7,
8651
- "sep": 22.775,
8652
- "oct": 21.957,
8653
- "nov": 20.592,
8654
- "dec": 20.216
8655
- },
8656
8605
  {
8657
8606
  "building_type": "LargeHotel",
8658
8607
  "template": "DOE Ref 1980-2004",
@@ -8670,23 +8619,6 @@
8670
8619
  "nov": 19.246,
8671
8620
  "dec": 18.923
8672
8621
  },
8673
- {
8674
- "building_type": "LargeOffice",
8675
- "template": "DOE Ref 1980-2004",
8676
- "climate_zone": "ASHRAE 169-2006-3B",
8677
- "jan": 20.133,
8678
- "feb": 20.114,
8679
- "mar": 20.098,
8680
- "apr": 20.195,
8681
- "may": 20.555,
8682
- "jun": 20.958,
8683
- "jul": 22.367,
8684
- "aug": 22.7,
8685
- "sep": 22.775,
8686
- "oct": 21.957,
8687
- "nov": 20.592,
8688
- "dec": 20.216
8689
- },
8690
8622
  {
8691
8623
  "building_type": "LargeOffice",
8692
8624
  "template": "DOE Ref 1980-2004",
@@ -8704,23 +8636,6 @@
8704
8636
  "nov": 19.246,
8705
8637
  "dec": 18.923
8706
8638
  },
8707
- {
8708
- "building_type": "MediumOffice",
8709
- "template": "DOE Ref 1980-2004",
8710
- "climate_zone": "ASHRAE 169-2006-3B",
8711
- "jan": 20.133,
8712
- "feb": 20.114,
8713
- "mar": 20.098,
8714
- "apr": 20.195,
8715
- "may": 20.555,
8716
- "jun": 20.958,
8717
- "jul": 22.367,
8718
- "aug": 22.7,
8719
- "sep": 22.775,
8720
- "oct": 21.957,
8721
- "nov": 20.592,
8722
- "dec": 20.216
8723
- },
8724
8639
  {
8725
8640
  "building_type": "MediumOffice",
8726
8641
  "template": "DOE Ref 1980-2004",
@@ -8738,23 +8653,6 @@
8738
8653
  "nov": 19.246,
8739
8654
  "dec": 18.923
8740
8655
  },
8741
- {
8742
- "building_type": "MidriseApartment",
8743
- "template": "DOE Ref 1980-2004",
8744
- "climate_zone": "ASHRAE 169-2006-3B",
8745
- "jan": 20.133,
8746
- "feb": 20.114,
8747
- "mar": 20.098,
8748
- "apr": 20.195,
8749
- "may": 20.555,
8750
- "jun": 20.958,
8751
- "jul": 22.367,
8752
- "aug": 22.7,
8753
- "sep": 22.775,
8754
- "oct": 21.957,
8755
- "nov": 20.592,
8756
- "dec": 20.216
8757
- },
8758
8656
  {
8759
8657
  "building_type": "MidriseApartment",
8760
8658
  "template": "DOE Ref 1980-2004",
@@ -8772,23 +8670,6 @@
8772
8670
  "nov": 19.246,
8773
8671
  "dec": 18.923
8774
8672
  },
8775
- {
8776
- "building_type": "Outpatient",
8777
- "template": "DOE Ref 1980-2004",
8778
- "climate_zone": "ASHRAE 169-2006-3B",
8779
- "jan": 20.133,
8780
- "feb": 20.114,
8781
- "mar": 20.098,
8782
- "apr": 20.195,
8783
- "may": 20.555,
8784
- "jun": 20.958,
8785
- "jul": 22.367,
8786
- "aug": 22.7,
8787
- "sep": 22.775,
8788
- "oct": 21.957,
8789
- "nov": 20.592,
8790
- "dec": 20.216
8791
- },
8792
8673
  {
8793
8674
  "building_type": "Outpatient",
8794
8675
  "template": "DOE Ref 1980-2004",
@@ -8806,23 +8687,6 @@
8806
8687
  "nov": 19.246,
8807
8688
  "dec": 18.923
8808
8689
  },
8809
- {
8810
- "building_type": "PrimarySchool",
8811
- "template": "DOE Ref 1980-2004",
8812
- "climate_zone": "ASHRAE 169-2006-3B",
8813
- "jan": 20.133,
8814
- "feb": 20.114,
8815
- "mar": 20.098,
8816
- "apr": 20.195,
8817
- "may": 20.555,
8818
- "jun": 20.958,
8819
- "jul": 22.367,
8820
- "aug": 22.7,
8821
- "sep": 22.775,
8822
- "oct": 21.957,
8823
- "nov": 20.592,
8824
- "dec": 20.216
8825
- },
8826
8690
  {
8827
8691
  "building_type": "PrimarySchool",
8828
8692
  "template": "DOE Ref 1980-2004",
@@ -8840,23 +8704,6 @@
8840
8704
  "nov": 19.246,
8841
8705
  "dec": 18.923
8842
8706
  },
8843
- {
8844
- "building_type": "QuickServiceRestaurant",
8845
- "template": "DOE Ref 1980-2004",
8846
- "climate_zone": "ASHRAE 169-2006-3B",
8847
- "jan": 20.133,
8848
- "feb": 20.114,
8849
- "mar": 20.098,
8850
- "apr": 20.195,
8851
- "may": 20.555,
8852
- "jun": 20.958,
8853
- "jul": 22.367,
8854
- "aug": 22.7,
8855
- "sep": 22.775,
8856
- "oct": 21.957,
8857
- "nov": 20.592,
8858
- "dec": 20.216
8859
- },
8860
8707
  {
8861
8708
  "building_type": "QuickServiceRestaurant",
8862
8709
  "template": "DOE Ref 1980-2004",
@@ -8874,23 +8721,6 @@
8874
8721
  "nov": 19.246,
8875
8722
  "dec": 18.923
8876
8723
  },
8877
- {
8878
- "building_type": "RetailStandalone",
8879
- "template": "DOE Ref 1980-2004",
8880
- "climate_zone": "ASHRAE 169-2006-3B",
8881
- "jan": 20.133,
8882
- "feb": 20.114,
8883
- "mar": 20.098,
8884
- "apr": 20.195,
8885
- "may": 20.555,
8886
- "jun": 20.958,
8887
- "jul": 22.367,
8888
- "aug": 22.7,
8889
- "sep": 22.775,
8890
- "oct": 21.957,
8891
- "nov": 20.592,
8892
- "dec": 20.216
8893
- },
8894
8724
  {
8895
8725
  "building_type": "RetailStandalone",
8896
8726
  "template": "DOE Ref 1980-2004",
@@ -8908,23 +8738,6 @@
8908
8738
  "nov": 19.246,
8909
8739
  "dec": 18.923
8910
8740
  },
8911
- {
8912
- "building_type": "SecondarySchool",
8913
- "template": "DOE Ref 1980-2004",
8914
- "climate_zone": "ASHRAE 169-2006-3B",
8915
- "jan": 20.133,
8916
- "feb": 20.114,
8917
- "mar": 20.098,
8918
- "apr": 20.195,
8919
- "may": 20.555,
8920
- "jun": 20.958,
8921
- "jul": 22.367,
8922
- "aug": 22.7,
8923
- "sep": 22.775,
8924
- "oct": 21.957,
8925
- "nov": 20.592,
8926
- "dec": 20.216
8927
- },
8928
8741
  {
8929
8742
  "building_type": "SecondarySchool",
8930
8743
  "template": "DOE Ref 1980-2004",
@@ -8942,23 +8755,6 @@
8942
8755
  "nov": 19.246,
8943
8756
  "dec": 18.923
8944
8757
  },
8945
- {
8946
- "building_type": "SmallHotel",
8947
- "template": "DOE Ref 1980-2004",
8948
- "climate_zone": "ASHRAE 169-2006-3B",
8949
- "jan": 20.133,
8950
- "feb": 20.114,
8951
- "mar": 20.098,
8952
- "apr": 20.195,
8953
- "may": 20.555,
8954
- "jun": 20.958,
8955
- "jul": 22.367,
8956
- "aug": 22.7,
8957
- "sep": 22.775,
8958
- "oct": 21.957,
8959
- "nov": 20.592,
8960
- "dec": 20.216
8961
- },
8962
8758
  {
8963
8759
  "building_type": "SmallHotel",
8964
8760
  "template": "DOE Ref 1980-2004",
@@ -8976,23 +8772,6 @@
8976
8772
  "nov": 19.246,
8977
8773
  "dec": 18.923
8978
8774
  },
8979
- {
8980
- "building_type": "SmallOffice",
8981
- "template": "DOE Ref 1980-2004",
8982
- "climate_zone": "ASHRAE 169-2006-3B",
8983
- "jan": 20.133,
8984
- "feb": 20.114,
8985
- "mar": 20.098,
8986
- "apr": 20.195,
8987
- "may": 20.555,
8988
- "jun": 20.958,
8989
- "jul": 22.367,
8990
- "aug": 22.7,
8991
- "sep": 22.775,
8992
- "oct": 21.957,
8993
- "nov": 20.592,
8994
- "dec": 20.216
8995
- },
8996
8775
  {
8997
8776
  "building_type": "SmallOffice",
8998
8777
  "template": "DOE Ref 1980-2004",
@@ -9010,23 +8789,6 @@
9010
8789
  "nov": 19.246,
9011
8790
  "dec": 18.923
9012
8791
  },
9013
- {
9014
- "building_type": "RetailStripmall",
9015
- "template": "DOE Ref 1980-2004",
9016
- "climate_zone": "ASHRAE 169-2006-3B",
9017
- "jan": 20.133,
9018
- "feb": 20.114,
9019
- "mar": 20.098,
9020
- "apr": 20.195,
9021
- "may": 20.555,
9022
- "jun": 20.958,
9023
- "jul": 22.367,
9024
- "aug": 22.7,
9025
- "sep": 22.775,
9026
- "oct": 21.957,
9027
- "nov": 20.592,
9028
- "dec": 20.216
9029
- },
9030
8792
  {
9031
8793
  "building_type": "RetailStripmall",
9032
8794
  "template": "DOE Ref 1980-2004",
@@ -9044,23 +8806,6 @@
9044
8806
  "nov": 19.246,
9045
8807
  "dec": 18.923
9046
8808
  },
9047
- {
9048
- "building_type": "Warehouse",
9049
- "template": "DOE Ref 1980-2004",
9050
- "climate_zone": "ASHRAE 169-2006-3B",
9051
- "jan": 10.57,
9052
- "feb": 10.43,
9053
- "mar": 11.51,
9054
- "apr": 13.2,
9055
- "may": 16.53,
9056
- "jun": 19.43,
9057
- "jul": 22.22,
9058
- "aug": 24.26,
9059
- "sep": 21.73,
9060
- "oct": 17.45,
9061
- "nov": 14.36,
9062
- "dec": 11.51
9063
- },
9064
8809
  {
9065
8810
  "building_type": "Warehouse",
9066
8811
  "template": "DOE Ref 1980-2004",
@@ -9078,23 +8823,6 @@
9078
8823
  "nov": 14.11,
9079
8824
  "dec": 11.29
9080
8825
  },
9081
- {
9082
- "building_type": "FullServiceRestaurant",
9083
- "template": "DOE Ref Pre-1980",
9084
- "climate_zone": "ASHRAE 169-2006-3B",
9085
- "jan": 20.133,
9086
- "feb": 20.114,
9087
- "mar": 20.098,
9088
- "apr": 20.195,
9089
- "may": 20.555,
9090
- "jun": 20.958,
9091
- "jul": 22.367,
9092
- "aug": 22.7,
9093
- "sep": 22.775,
9094
- "oct": 21.957,
9095
- "nov": 20.592,
9096
- "dec": 20.216
9097
- },
9098
8826
  {
9099
8827
  "building_type": "FullServiceRestaurant",
9100
8828
  "template": "DOE Ref Pre-1980",
@@ -9112,23 +8840,6 @@
9112
8840
  "nov": 19.246,
9113
8841
  "dec": 18.923
9114
8842
  },
9115
- {
9116
- "building_type": "Hospital",
9117
- "template": "DOE Ref Pre-1980",
9118
- "climate_zone": "ASHRAE 169-2006-3B",
9119
- "jan": 20.133,
9120
- "feb": 20.114,
9121
- "mar": 20.098,
9122
- "apr": 20.195,
9123
- "may": 20.555,
9124
- "jun": 20.958,
9125
- "jul": 22.367,
9126
- "aug": 22.7,
9127
- "sep": 22.775,
9128
- "oct": 21.957,
9129
- "nov": 20.592,
9130
- "dec": 20.216
9131
- },
9132
8843
  {
9133
8844
  "building_type": "Hospital",
9134
8845
  "template": "DOE Ref Pre-1980",
@@ -9146,23 +8857,6 @@
9146
8857
  "nov": 19.246,
9147
8858
  "dec": 18.923
9148
8859
  },
9149
- {
9150
- "building_type": "LargeHotel",
9151
- "template": "DOE Ref Pre-1980",
9152
- "climate_zone": "ASHRAE 169-2006-3B",
9153
- "jan": 20.133,
9154
- "feb": 20.114,
9155
- "mar": 20.098,
9156
- "apr": 20.195,
9157
- "may": 20.555,
9158
- "jun": 20.958,
9159
- "jul": 22.367,
9160
- "aug": 22.7,
9161
- "sep": 22.775,
9162
- "oct": 21.957,
9163
- "nov": 20.592,
9164
- "dec": 20.216
9165
- },
9166
8860
  {
9167
8861
  "building_type": "LargeHotel",
9168
8862
  "template": "DOE Ref Pre-1980",
@@ -9180,23 +8874,6 @@
9180
8874
  "nov": 19.246,
9181
8875
  "dec": 18.923
9182
8876
  },
9183
- {
9184
- "building_type": "LargeOffice",
9185
- "template": "DOE Ref Pre-1980",
9186
- "climate_zone": "ASHRAE 169-2006-3B",
9187
- "jan": 20.133,
9188
- "feb": 20.114,
9189
- "mar": 20.098,
9190
- "apr": 20.195,
9191
- "may": 20.555,
9192
- "jun": 20.958,
9193
- "jul": 22.367,
9194
- "aug": 22.7,
9195
- "sep": 22.775,
9196
- "oct": 21.957,
9197
- "nov": 20.592,
9198
- "dec": 20.216
9199
- },
9200
8877
  {
9201
8878
  "building_type": "LargeOffice",
9202
8879
  "template": "DOE Ref Pre-1980",
@@ -9214,23 +8891,6 @@
9214
8891
  "nov": 19.246,
9215
8892
  "dec": 18.923
9216
8893
  },
9217
- {
9218
- "building_type": "MediumOffice",
9219
- "template": "DOE Ref Pre-1980",
9220
- "climate_zone": "ASHRAE 169-2006-3B",
9221
- "jan": 20.133,
9222
- "feb": 20.114,
9223
- "mar": 20.098,
9224
- "apr": 20.195,
9225
- "may": 20.555,
9226
- "jun": 20.958,
9227
- "jul": 22.367,
9228
- "aug": 22.7,
9229
- "sep": 22.775,
9230
- "oct": 21.957,
9231
- "nov": 20.592,
9232
- "dec": 20.216
9233
- },
9234
8894
  {
9235
8895
  "building_type": "MediumOffice",
9236
8896
  "template": "DOE Ref Pre-1980",
@@ -9248,23 +8908,6 @@
9248
8908
  "nov": 19.246,
9249
8909
  "dec": 18.923
9250
8910
  },
9251
- {
9252
- "building_type": "MidriseApartment",
9253
- "template": "DOE Ref Pre-1980",
9254
- "climate_zone": "ASHRAE 169-2006-3B",
9255
- "jan": 20.133,
9256
- "feb": 20.114,
9257
- "mar": 20.098,
9258
- "apr": 20.195,
9259
- "may": 20.555,
9260
- "jun": 20.958,
9261
- "jul": 22.367,
9262
- "aug": 22.7,
9263
- "sep": 22.775,
9264
- "oct": 21.957,
9265
- "nov": 20.592,
9266
- "dec": 20.216
9267
- },
9268
8911
  {
9269
8912
  "building_type": "MidriseApartment",
9270
8913
  "template": "DOE Ref Pre-1980",
@@ -9282,23 +8925,6 @@
9282
8925
  "nov": 19.246,
9283
8926
  "dec": 18.923
9284
8927
  },
9285
- {
9286
- "building_type": "Outpatient",
9287
- "template": "DOE Ref Pre-1980",
9288
- "climate_zone": "ASHRAE 169-2006-3B",
9289
- "jan": 20.133,
9290
- "feb": 20.114,
9291
- "mar": 20.098,
9292
- "apr": 20.195,
9293
- "may": 20.555,
9294
- "jun": 20.958,
9295
- "jul": 22.367,
9296
- "aug": 22.7,
9297
- "sep": 22.775,
9298
- "oct": 21.957,
9299
- "nov": 20.592,
9300
- "dec": 20.216
9301
- },
9302
8928
  {
9303
8929
  "building_type": "Outpatient",
9304
8930
  "template": "DOE Ref Pre-1980",
@@ -9316,23 +8942,6 @@
9316
8942
  "nov": 19.246,
9317
8943
  "dec": 18.923
9318
8944
  },
9319
- {
9320
- "building_type": "PrimarySchool",
9321
- "template": "DOE Ref Pre-1980",
9322
- "climate_zone": "ASHRAE 169-2006-3B",
9323
- "jan": 20.133,
9324
- "feb": 20.114,
9325
- "mar": 20.098,
9326
- "apr": 20.195,
9327
- "may": 20.555,
9328
- "jun": 20.958,
9329
- "jul": 22.367,
9330
- "aug": 22.7,
9331
- "sep": 22.775,
9332
- "oct": 21.957,
9333
- "nov": 20.592,
9334
- "dec": 20.216
9335
- },
9336
8945
  {
9337
8946
  "building_type": "PrimarySchool",
9338
8947
  "template": "DOE Ref Pre-1980",
@@ -9350,23 +8959,6 @@
9350
8959
  "nov": 19.246,
9351
8960
  "dec": 18.923
9352
8961
  },
9353
- {
9354
- "building_type": "QuickServiceRestaurant",
9355
- "template": "DOE Ref Pre-1980",
9356
- "climate_zone": "ASHRAE 169-2006-3B",
9357
- "jan": 20.133,
9358
- "feb": 20.114,
9359
- "mar": 20.098,
9360
- "apr": 20.195,
9361
- "may": 20.555,
9362
- "jun": 20.958,
9363
- "jul": 22.367,
9364
- "aug": 22.7,
9365
- "sep": 22.775,
9366
- "oct": 21.957,
9367
- "nov": 20.592,
9368
- "dec": 20.216
9369
- },
9370
8962
  {
9371
8963
  "building_type": "QuickServiceRestaurant",
9372
8964
  "template": "DOE Ref Pre-1980",
@@ -9384,23 +8976,6 @@
9384
8976
  "nov": 19.246,
9385
8977
  "dec": 18.923
9386
8978
  },
9387
- {
9388
- "building_type": "RetailStandalone",
9389
- "template": "DOE Ref Pre-1980",
9390
- "climate_zone": "ASHRAE 169-2006-3B",
9391
- "jan": 20.133,
9392
- "feb": 20.114,
9393
- "mar": 20.098,
9394
- "apr": 20.195,
9395
- "may": 20.555,
9396
- "jun": 20.958,
9397
- "jul": 22.367,
9398
- "aug": 22.7,
9399
- "sep": 22.775,
9400
- "oct": 21.957,
9401
- "nov": 20.592,
9402
- "dec": 20.216
9403
- },
9404
8979
  {
9405
8980
  "building_type": "RetailStandalone",
9406
8981
  "template": "DOE Ref Pre-1980",
@@ -9418,23 +8993,6 @@
9418
8993
  "nov": 19.246,
9419
8994
  "dec": 18.923
9420
8995
  },
9421
- {
9422
- "building_type": "SecondarySchool",
9423
- "template": "DOE Ref Pre-1980",
9424
- "climate_zone": "ASHRAE 169-2006-3B",
9425
- "jan": 20.133,
9426
- "feb": 20.114,
9427
- "mar": 20.098,
9428
- "apr": 20.195,
9429
- "may": 20.555,
9430
- "jun": 20.958,
9431
- "jul": 22.367,
9432
- "aug": 22.7,
9433
- "sep": 22.775,
9434
- "oct": 21.957,
9435
- "nov": 20.592,
9436
- "dec": 20.216
9437
- },
9438
8996
  {
9439
8997
  "building_type": "SecondarySchool",
9440
8998
  "template": "DOE Ref Pre-1980",
@@ -9452,23 +9010,6 @@
9452
9010
  "nov": 19.246,
9453
9011
  "dec": 18.923
9454
9012
  },
9455
- {
9456
- "building_type": "SmallHotel",
9457
- "template": "DOE Ref Pre-1980",
9458
- "climate_zone": "ASHRAE 169-2006-3B",
9459
- "jan": 20.133,
9460
- "feb": 20.114,
9461
- "mar": 20.098,
9462
- "apr": 20.195,
9463
- "may": 20.555,
9464
- "jun": 20.958,
9465
- "jul": 22.367,
9466
- "aug": 22.7,
9467
- "sep": 22.775,
9468
- "oct": 21.957,
9469
- "nov": 20.592,
9470
- "dec": 20.216
9471
- },
9472
9013
  {
9473
9014
  "building_type": "SmallHotel",
9474
9015
  "template": "DOE Ref Pre-1980",
@@ -9486,23 +9027,6 @@
9486
9027
  "nov": 19.246,
9487
9028
  "dec": 18.923
9488
9029
  },
9489
- {
9490
- "building_type": "SmallOffice",
9491
- "template": "DOE Ref Pre-1980",
9492
- "climate_zone": "ASHRAE 169-2006-3B",
9493
- "jan": 20.133,
9494
- "feb": 20.114,
9495
- "mar": 20.098,
9496
- "apr": 20.195,
9497
- "may": 20.555,
9498
- "jun": 20.958,
9499
- "jul": 22.367,
9500
- "aug": 22.7,
9501
- "sep": 22.775,
9502
- "oct": 21.957,
9503
- "nov": 20.592,
9504
- "dec": 20.216
9505
- },
9506
9030
  {
9507
9031
  "building_type": "SmallOffice",
9508
9032
  "template": "DOE Ref Pre-1980",
@@ -9520,23 +9044,6 @@
9520
9044
  "nov": 19.246,
9521
9045
  "dec": 18.923
9522
9046
  },
9523
- {
9524
- "building_type": "RetailStripmall",
9525
- "template": "DOE Ref Pre-1980",
9526
- "climate_zone": "ASHRAE 169-2006-3B",
9527
- "jan": 20.133,
9528
- "feb": 20.114,
9529
- "mar": 20.098,
9530
- "apr": 20.195,
9531
- "may": 20.555,
9532
- "jun": 20.958,
9533
- "jul": 22.367,
9534
- "aug": 22.7,
9535
- "sep": 22.775,
9536
- "oct": 21.957,
9537
- "nov": 20.592,
9538
- "dec": 20.216
9539
- },
9540
9047
  {
9541
9048
  "building_type": "RetailStripmall",
9542
9049
  "template": "DOE Ref Pre-1980",
@@ -9554,23 +9061,6 @@
9554
9061
  "nov": 19.246,
9555
9062
  "dec": 18.923
9556
9063
  },
9557
- {
9558
- "building_type": "Warehouse",
9559
- "template": "DOE Ref Pre-1980",
9560
- "climate_zone": "ASHRAE 169-2006-3B",
9561
- "jan": 10.57,
9562
- "feb": 10.43,
9563
- "mar": 11.51,
9564
- "apr": 13.2,
9565
- "may": 16.53,
9566
- "jun": 19.43,
9567
- "jul": 22.22,
9568
- "aug": 24.26,
9569
- "sep": 21.73,
9570
- "oct": 17.45,
9571
- "nov": 14.36,
9572
- "dec": 11.51
9573
- },
9574
9064
  {
9575
9065
  "building_type": "Warehouse",
9576
9066
  "template": "DOE Ref Pre-1980",
@@ -23548,7 +23038,7 @@
23548
23038
  {
23549
23039
  "building_type": "MediumOffice",
23550
23040
  "template": "90.1-2004",
23551
- "climate_zone": "ASHRAE 169-2006-7",
23041
+ "climate_zone": "ASHRAE 169-2006-7A",
23552
23042
  "jan": 19.93,
23553
23043
  "feb": 19.87,
23554
23044
  "mar": 19.98,
@@ -23718,7 +23208,7 @@
23718
23208
  {
23719
23209
  "building_type": "Warehouse",
23720
23210
  "template": "90.1-2004",
23721
- "climate_zone": "ASHRAE 169-2006-7",
23211
+ "climate_zone": "ASHRAE 169-2006-7A",
23722
23212
  "jan": 12.35,
23723
23213
  "feb": 12.31,
23724
23214
  "mar": 12.37,
@@ -23820,7 +23310,7 @@
23820
23310
  {
23821
23311
  "building_type": "MediumOffice",
23822
23312
  "template": "90.1-2007",
23823
- "climate_zone": "ASHRAE 169-2006-7",
23313
+ "climate_zone": "ASHRAE 169-2006-7A",
23824
23314
  "jan": 20.28,
23825
23315
  "feb": 20.21,
23826
23316
  "mar": 20.24,
@@ -23990,7 +23480,7 @@
23990
23480
  {
23991
23481
  "building_type": "Warehouse",
23992
23482
  "template": "90.1-2007",
23993
- "climate_zone": "ASHRAE 169-2006-7",
23483
+ "climate_zone": "ASHRAE 169-2006-7A",
23994
23484
  "jan": 12.35,
23995
23485
  "feb": 12.31,
23996
23486
  "mar": 12.37,
@@ -24092,7 +23582,7 @@
24092
23582
  {
24093
23583
  "building_type": "MediumOffice",
24094
23584
  "template": "90.1-2010",
24095
- "climate_zone": "ASHRAE 169-2006-7",
23585
+ "climate_zone": "ASHRAE 169-2006-7A",
24096
23586
  "jan": 20.28,
24097
23587
  "feb": 20.21,
24098
23588
  "mar": 20.24,
@@ -24262,7 +23752,7 @@
24262
23752
  {
24263
23753
  "building_type": "Warehouse",
24264
23754
  "template": "90.1-2010",
24265
- "climate_zone": "ASHRAE 169-2006-7",
23755
+ "climate_zone": "ASHRAE 169-2006-7A",
24266
23756
  "jan": 12.35,
24267
23757
  "feb": 12.31,
24268
23758
  "mar": 12.37,
@@ -24364,7 +23854,7 @@
24364
23854
  {
24365
23855
  "building_type": "MediumOffice",
24366
23856
  "template": "90.1-2013",
24367
- "climate_zone": "ASHRAE 169-2006-7",
23857
+ "climate_zone": "ASHRAE 169-2006-7A",
24368
23858
  "jan": 20.32,
24369
23859
  "feb": 20.24,
24370
23860
  "mar": 20.27,
@@ -24534,7 +24024,7 @@
24534
24024
  {
24535
24025
  "building_type": "Warehouse",
24536
24026
  "template": "90.1-2013",
24537
- "climate_zone": "ASHRAE 169-2006-7",
24027
+ "climate_zone": "ASHRAE 169-2006-7A",
24538
24028
  "jan": 12.35,
24539
24029
  "feb": 12.31,
24540
24030
  "mar": 12.37,
@@ -24565,23 +24055,6 @@
24565
24055
  "nov": 19.433,
24566
24056
  "dec": 19.279
24567
24057
  },
24568
- {
24569
- "building_type": "FullServiceRestaurant",
24570
- "template": "DOE Ref 1980-2004",
24571
- "climate_zone": "ASHRAE 169-2006-7",
24572
- "jan": 18.433,
24573
- "feb": 18.408,
24574
- "mar": 18.536,
24575
- "apr": 18.706,
24576
- "may": 18.864,
24577
- "jun": 19.112,
24578
- "jul": 19.608,
24579
- "aug": 19.23,
24580
- "sep": 19.106,
24581
- "oct": 18.966,
24582
- "nov": 18.725,
24583
- "dec": 18.567
24584
- },
24585
24058
  {
24586
24059
  "building_type": "Hospital",
24587
24060
  "template": "DOE Ref 1980-2004",
@@ -24599,23 +24072,6 @@
24599
24072
  "nov": 19.433,
24600
24073
  "dec": 19.279
24601
24074
  },
24602
- {
24603
- "building_type": "Hospital",
24604
- "template": "DOE Ref 1980-2004",
24605
- "climate_zone": "ASHRAE 169-2006-7",
24606
- "jan": 18.433,
24607
- "feb": 18.408,
24608
- "mar": 18.536,
24609
- "apr": 18.706,
24610
- "may": 18.864,
24611
- "jun": 19.112,
24612
- "jul": 19.608,
24613
- "aug": 19.23,
24614
- "sep": 19.106,
24615
- "oct": 18.966,
24616
- "nov": 18.725,
24617
- "dec": 18.567
24618
- },
24619
24075
  {
24620
24076
  "building_type": "LargeHotel",
24621
24077
  "template": "DOE Ref 1980-2004",
@@ -24633,27 +24089,10 @@
24633
24089
  "nov": 19.433,
24634
24090
  "dec": 19.279
24635
24091
  },
24636
- {
24637
- "building_type": "LargeHotel",
24638
- "template": "DOE Ref 1980-2004",
24639
- "climate_zone": "ASHRAE 169-2006-7",
24640
- "jan": 18.433,
24641
- "feb": 18.408,
24642
- "mar": 18.536,
24643
- "apr": 18.706,
24644
- "may": 18.864,
24645
- "jun": 19.112,
24646
- "jul": 19.608,
24647
- "aug": 19.23,
24648
- "sep": 19.106,
24649
- "oct": 18.966,
24650
- "nov": 18.725,
24651
- "dec": 18.567
24652
- },
24653
24092
  {
24654
24093
  "building_type": "LargeOffice",
24655
24094
  "template": "DOE Ref 1980-2004",
24656
- "climate_zone": "ASHRAE 169-2006-7",
24095
+ "climate_zone": "ASHRAE 169-2006-7A",
24657
24096
  "jan": 19.18,
24658
24097
  "feb": 19.14,
24659
24098
  "mar": 19.229,
@@ -24667,27 +24106,10 @@
24667
24106
  "nov": 19.433,
24668
24107
  "dec": 19.279
24669
24108
  },
24670
- {
24671
- "building_type": "LargeOffice",
24672
- "template": "DOE Ref 1980-2004",
24673
- "climate_zone": "ASHRAE 169-2006-7",
24674
- "jan": 18.433,
24675
- "feb": 18.408,
24676
- "mar": 18.536,
24677
- "apr": 18.706,
24678
- "may": 18.864,
24679
- "jun": 19.112,
24680
- "jul": 19.608,
24681
- "aug": 19.23,
24682
- "sep": 19.106,
24683
- "oct": 18.966,
24684
- "nov": 18.725,
24685
- "dec": 18.567
24686
- },
24687
24109
  {
24688
24110
  "building_type": "MediumOffice",
24689
24111
  "template": "DOE Ref 1980-2004",
24690
- "climate_zone": "ASHRAE 169-2006-7",
24112
+ "climate_zone": "ASHRAE 169-2006-7A",
24691
24113
  "jan": 19.18,
24692
24114
  "feb": 19.14,
24693
24115
  "mar": 19.229,
@@ -24702,24 +24124,24 @@
24702
24124
  "dec": 19.279
24703
24125
  },
24704
24126
  {
24705
- "building_type": "MediumOffice",
24127
+ "building_type": "MidriseApartment",
24706
24128
  "template": "DOE Ref 1980-2004",
24707
24129
  "climate_zone": "ASHRAE 169-2006-7",
24708
- "jan": 18.433,
24709
- "feb": 18.408,
24710
- "mar": 18.536,
24711
- "apr": 18.706,
24712
- "may": 18.864,
24713
- "jun": 19.112,
24714
- "jul": 19.608,
24715
- "aug": 19.23,
24716
- "sep": 19.106,
24717
- "oct": 18.966,
24718
- "nov": 18.725,
24719
- "dec": 18.567
24130
+ "jan": 19.18,
24131
+ "feb": 19.14,
24132
+ "mar": 19.229,
24133
+ "apr": 19.325,
24134
+ "may": 19.396,
24135
+ "jun": 19.767,
24136
+ "jul": 20.94,
24137
+ "aug": 20.468,
24138
+ "sep": 19.761,
24139
+ "oct": 19.556,
24140
+ "nov": 19.433,
24141
+ "dec": 19.279
24720
24142
  },
24721
24143
  {
24722
- "building_type": "MidriseApartment",
24144
+ "building_type": "Outpatient",
24723
24145
  "template": "DOE Ref 1980-2004",
24724
24146
  "climate_zone": "ASHRAE 169-2006-7",
24725
24147
  "jan": 19.18,
@@ -24735,57 +24157,6 @@
24735
24157
  "nov": 19.433,
24736
24158
  "dec": 19.279
24737
24159
  },
24738
- {
24739
- "building_type": "MidriseApartment",
24740
- "template": "DOE Ref 1980-2004",
24741
- "climate_zone": "ASHRAE 169-2006-7",
24742
- "jan": 18.433,
24743
- "feb": 18.408,
24744
- "mar": 18.536,
24745
- "apr": 18.706,
24746
- "may": 18.864,
24747
- "jun": 19.112,
24748
- "jul": 19.608,
24749
- "aug": 19.23,
24750
- "sep": 19.106,
24751
- "oct": 18.966,
24752
- "nov": 18.725,
24753
- "dec": 18.567
24754
- },
24755
- {
24756
- "building_type": "Outpatient",
24757
- "template": "DOE Ref 1980-2004",
24758
- "climate_zone": "ASHRAE 169-2006-7",
24759
- "jan": 19.18,
24760
- "feb": 19.14,
24761
- "mar": 19.229,
24762
- "apr": 19.325,
24763
- "may": 19.396,
24764
- "jun": 19.767,
24765
- "jul": 20.94,
24766
- "aug": 20.468,
24767
- "sep": 19.761,
24768
- "oct": 19.556,
24769
- "nov": 19.433,
24770
- "dec": 19.279
24771
- },
24772
- {
24773
- "building_type": "Outpatient",
24774
- "template": "DOE Ref 1980-2004",
24775
- "climate_zone": "ASHRAE 169-2006-7",
24776
- "jan": 18.433,
24777
- "feb": 18.408,
24778
- "mar": 18.536,
24779
- "apr": 18.706,
24780
- "may": 18.864,
24781
- "jun": 19.112,
24782
- "jul": 19.608,
24783
- "aug": 19.23,
24784
- "sep": 19.106,
24785
- "oct": 18.966,
24786
- "nov": 18.725,
24787
- "dec": 18.567
24788
- },
24789
24160
  {
24790
24161
  "building_type": "PrimarySchool",
24791
24162
  "template": "DOE Ref 1980-2004",
@@ -24803,23 +24174,6 @@
24803
24174
  "nov": 19.433,
24804
24175
  "dec": 19.279
24805
24176
  },
24806
- {
24807
- "building_type": "PrimarySchool",
24808
- "template": "DOE Ref 1980-2004",
24809
- "climate_zone": "ASHRAE 169-2006-7",
24810
- "jan": 18.433,
24811
- "feb": 18.408,
24812
- "mar": 18.536,
24813
- "apr": 18.706,
24814
- "may": 18.864,
24815
- "jun": 19.112,
24816
- "jul": 19.608,
24817
- "aug": 19.23,
24818
- "sep": 19.106,
24819
- "oct": 18.966,
24820
- "nov": 18.725,
24821
- "dec": 18.567
24822
- },
24823
24177
  {
24824
24178
  "building_type": "QuickServiceRestaurant",
24825
24179
  "template": "DOE Ref 1980-2004",
@@ -24837,23 +24191,6 @@
24837
24191
  "nov": 19.433,
24838
24192
  "dec": 19.279
24839
24193
  },
24840
- {
24841
- "building_type": "QuickServiceRestaurant",
24842
- "template": "DOE Ref 1980-2004",
24843
- "climate_zone": "ASHRAE 169-2006-7",
24844
- "jan": 18.433,
24845
- "feb": 18.408,
24846
- "mar": 18.536,
24847
- "apr": 18.706,
24848
- "may": 18.864,
24849
- "jun": 19.112,
24850
- "jul": 19.608,
24851
- "aug": 19.23,
24852
- "sep": 19.106,
24853
- "oct": 18.966,
24854
- "nov": 18.725,
24855
- "dec": 18.567
24856
- },
24857
24194
  {
24858
24195
  "building_type": "RetailStandalone",
24859
24196
  "template": "DOE Ref 1980-2004",
@@ -24871,23 +24208,6 @@
24871
24208
  "nov": 19.433,
24872
24209
  "dec": 19.279
24873
24210
  },
24874
- {
24875
- "building_type": "RetailStandalone",
24876
- "template": "DOE Ref 1980-2004",
24877
- "climate_zone": "ASHRAE 169-2006-7",
24878
- "jan": 18.433,
24879
- "feb": 18.408,
24880
- "mar": 18.536,
24881
- "apr": 18.706,
24882
- "may": 18.864,
24883
- "jun": 19.112,
24884
- "jul": 19.608,
24885
- "aug": 19.23,
24886
- "sep": 19.106,
24887
- "oct": 18.966,
24888
- "nov": 18.725,
24889
- "dec": 18.567
24890
- },
24891
24211
  {
24892
24212
  "building_type": "SecondarySchool",
24893
24213
  "template": "DOE Ref 1980-2004",
@@ -24905,23 +24225,6 @@
24905
24225
  "nov": 19.433,
24906
24226
  "dec": 19.279
24907
24227
  },
24908
- {
24909
- "building_type": "SecondarySchool",
24910
- "template": "DOE Ref 1980-2004",
24911
- "climate_zone": "ASHRAE 169-2006-7",
24912
- "jan": 18.433,
24913
- "feb": 18.408,
24914
- "mar": 18.536,
24915
- "apr": 18.706,
24916
- "may": 18.864,
24917
- "jun": 19.112,
24918
- "jul": 19.608,
24919
- "aug": 19.23,
24920
- "sep": 19.106,
24921
- "oct": 18.966,
24922
- "nov": 18.725,
24923
- "dec": 18.567
24924
- },
24925
24228
  {
24926
24229
  "building_type": "SmallHotel",
24927
24230
  "template": "DOE Ref 1980-2004",
@@ -24939,23 +24242,6 @@
24939
24242
  "nov": 19.433,
24940
24243
  "dec": 19.279
24941
24244
  },
24942
- {
24943
- "building_type": "SmallHotel",
24944
- "template": "DOE Ref 1980-2004",
24945
- "climate_zone": "ASHRAE 169-2006-7",
24946
- "jan": 18.433,
24947
- "feb": 18.408,
24948
- "mar": 18.536,
24949
- "apr": 18.706,
24950
- "may": 18.864,
24951
- "jun": 19.112,
24952
- "jul": 19.608,
24953
- "aug": 19.23,
24954
- "sep": 19.106,
24955
- "oct": 18.966,
24956
- "nov": 18.725,
24957
- "dec": 18.567
24958
- },
24959
24245
  {
24960
24246
  "building_type": "SmallOffice",
24961
24247
  "template": "DOE Ref 1980-2004",
@@ -24973,23 +24259,6 @@
24973
24259
  "nov": 19.433,
24974
24260
  "dec": 19.279
24975
24261
  },
24976
- {
24977
- "building_type": "SmallOffice",
24978
- "template": "DOE Ref 1980-2004",
24979
- "climate_zone": "ASHRAE 169-2006-7",
24980
- "jan": 18.433,
24981
- "feb": 18.408,
24982
- "mar": 18.536,
24983
- "apr": 18.706,
24984
- "may": 18.864,
24985
- "jun": 19.112,
24986
- "jul": 19.608,
24987
- "aug": 19.23,
24988
- "sep": 19.106,
24989
- "oct": 18.966,
24990
- "nov": 18.725,
24991
- "dec": 18.567
24992
- },
24993
24262
  {
24994
24263
  "building_type": "RetailStripmall",
24995
24264
  "template": "DOE Ref 1980-2004",
@@ -25007,27 +24276,10 @@
25007
24276
  "nov": 19.433,
25008
24277
  "dec": 19.279
25009
24278
  },
25010
- {
25011
- "building_type": "RetailStripmall",
25012
- "template": "DOE Ref 1980-2004",
25013
- "climate_zone": "ASHRAE 169-2006-7",
25014
- "jan": 18.433,
25015
- "feb": 18.408,
25016
- "mar": 18.536,
25017
- "apr": 18.706,
25018
- "may": 18.864,
25019
- "jun": 19.112,
25020
- "jul": 19.608,
25021
- "aug": 19.23,
25022
- "sep": 19.106,
25023
- "oct": 18.966,
25024
- "nov": 18.725,
25025
- "dec": 18.567
25026
- },
25027
24279
  {
25028
24280
  "building_type": "Warehouse",
25029
24281
  "template": "DOE Ref 1980-2004",
25030
- "climate_zone": "ASHRAE 169-2006-7",
24282
+ "climate_zone": "ASHRAE 169-2006-7A",
25031
24283
  "jan": 10.19,
25032
24284
  "feb": 10.01,
25033
24285
  "mar": 11.18,
@@ -25041,23 +24293,6 @@
25041
24293
  "nov": 14.14,
25042
24294
  "dec": 11.19
25043
24295
  },
25044
- {
25045
- "building_type": "Warehouse",
25046
- "template": "DOE Ref 1980-2004",
25047
- "climate_zone": "ASHRAE 169-2006-7",
25048
- "jan": 9.87,
25049
- "feb": 9.72,
25050
- "mar": 10.93,
25051
- "apr": 12.79,
25052
- "may": 16.23,
25053
- "jun": 19.19,
25054
- "jul": 22.03,
25055
- "aug": 24.08,
25056
- "sep": 21.53,
25057
- "oct": 17.14,
25058
- "nov": 13.85,
25059
- "dec": 10.9
25060
- },
25061
24296
  {
25062
24297
  "building_type": "FullServiceRestaurant",
25063
24298
  "template": "DOE Ref Pre-1980",
@@ -25075,23 +24310,6 @@
25075
24310
  "nov": 19.433,
25076
24311
  "dec": 19.279
25077
24312
  },
25078
- {
25079
- "building_type": "FullServiceRestaurant",
25080
- "template": "DOE Ref Pre-1980",
25081
- "climate_zone": "ASHRAE 169-2006-7",
25082
- "jan": 18.433,
25083
- "feb": 18.408,
25084
- "mar": 18.536,
25085
- "apr": 18.706,
25086
- "may": 18.864,
25087
- "jun": 19.112,
25088
- "jul": 19.608,
25089
- "aug": 19.23,
25090
- "sep": 19.106,
25091
- "oct": 18.966,
25092
- "nov": 18.725,
25093
- "dec": 18.567
25094
- },
25095
24313
  {
25096
24314
  "building_type": "Hospital",
25097
24315
  "template": "DOE Ref Pre-1980",
@@ -25109,23 +24327,6 @@
25109
24327
  "nov": 19.433,
25110
24328
  "dec": 19.279
25111
24329
  },
25112
- {
25113
- "building_type": "Hospital",
25114
- "template": "DOE Ref Pre-1980",
25115
- "climate_zone": "ASHRAE 169-2006-7",
25116
- "jan": 18.433,
25117
- "feb": 18.408,
25118
- "mar": 18.536,
25119
- "apr": 18.706,
25120
- "may": 18.864,
25121
- "jun": 19.112,
25122
- "jul": 19.608,
25123
- "aug": 19.23,
25124
- "sep": 19.106,
25125
- "oct": 18.966,
25126
- "nov": 18.725,
25127
- "dec": 18.567
25128
- },
25129
24330
  {
25130
24331
  "building_type": "LargeHotel",
25131
24332
  "template": "DOE Ref Pre-1980",
@@ -25144,26 +24345,26 @@
25144
24345
  "dec": 19.279
25145
24346
  },
25146
24347
  {
25147
- "building_type": "LargeHotel",
24348
+ "building_type": "LargeOffice",
25148
24349
  "template": "DOE Ref Pre-1980",
25149
- "climate_zone": "ASHRAE 169-2006-7",
25150
- "jan": 18.433,
25151
- "feb": 18.408,
25152
- "mar": 18.536,
25153
- "apr": 18.706,
25154
- "may": 18.864,
25155
- "jun": 19.112,
25156
- "jul": 19.608,
25157
- "aug": 19.23,
25158
- "sep": 19.106,
25159
- "oct": 18.966,
25160
- "nov": 18.725,
25161
- "dec": 18.567
24350
+ "climate_zone": "ASHRAE 169-2006-7A",
24351
+ "jan": 19.18,
24352
+ "feb": 19.14,
24353
+ "mar": 19.229,
24354
+ "apr": 19.325,
24355
+ "may": 19.396,
24356
+ "jun": 19.767,
24357
+ "jul": 20.94,
24358
+ "aug": 20.468,
24359
+ "sep": 19.761,
24360
+ "oct": 19.556,
24361
+ "nov": 19.433,
24362
+ "dec": 19.279
25162
24363
  },
25163
24364
  {
25164
- "building_type": "LargeOffice",
24365
+ "building_type": "MediumOffice",
25165
24366
  "template": "DOE Ref Pre-1980",
25166
- "climate_zone": "ASHRAE 169-2006-7",
24367
+ "climate_zone": "ASHRAE 169-2006-7A",
25167
24368
  "jan": 19.18,
25168
24369
  "feb": 19.14,
25169
24370
  "mar": 19.229,
@@ -25178,58 +24379,7 @@
25178
24379
  "dec": 19.279
25179
24380
  },
25180
24381
  {
25181
- "building_type": "LargeOffice",
25182
- "template": "DOE Ref Pre-1980",
25183
- "climate_zone": "ASHRAE 169-2006-7",
25184
- "jan": 18.433,
25185
- "feb": 18.408,
25186
- "mar": 18.536,
25187
- "apr": 18.706,
25188
- "may": 18.864,
25189
- "jun": 19.112,
25190
- "jul": 19.608,
25191
- "aug": 19.23,
25192
- "sep": 19.106,
25193
- "oct": 18.966,
25194
- "nov": 18.725,
25195
- "dec": 18.567
25196
- },
25197
- {
25198
- "building_type": "MediumOffice",
25199
- "template": "DOE Ref Pre-1980",
25200
- "climate_zone": "ASHRAE 169-2006-7",
25201
- "jan": 19.18,
25202
- "feb": 19.14,
25203
- "mar": 19.229,
25204
- "apr": 19.325,
25205
- "may": 19.396,
25206
- "jun": 19.767,
25207
- "jul": 20.94,
25208
- "aug": 20.468,
25209
- "sep": 19.761,
25210
- "oct": 19.556,
25211
- "nov": 19.433,
25212
- "dec": 19.279
25213
- },
25214
- {
25215
- "building_type": "MediumOffice",
25216
- "template": "DOE Ref Pre-1980",
25217
- "climate_zone": "ASHRAE 169-2006-7",
25218
- "jan": 18.433,
25219
- "feb": 18.408,
25220
- "mar": 18.536,
25221
- "apr": 18.706,
25222
- "may": 18.864,
25223
- "jun": 19.112,
25224
- "jul": 19.608,
25225
- "aug": 19.23,
25226
- "sep": 19.106,
25227
- "oct": 18.966,
25228
- "nov": 18.725,
25229
- "dec": 18.567
25230
- },
25231
- {
25232
- "building_type": "MidriseApartment",
24382
+ "building_type": "MidriseApartment",
25233
24383
  "template": "DOE Ref Pre-1980",
25234
24384
  "climate_zone": "ASHRAE 169-2006-7",
25235
24385
  "jan": 19.18,
@@ -25245,23 +24395,6 @@
25245
24395
  "nov": 19.433,
25246
24396
  "dec": 19.279
25247
24397
  },
25248
- {
25249
- "building_type": "MidriseApartment",
25250
- "template": "DOE Ref Pre-1980",
25251
- "climate_zone": "ASHRAE 169-2006-7",
25252
- "jan": 18.433,
25253
- "feb": 18.408,
25254
- "mar": 18.536,
25255
- "apr": 18.706,
25256
- "may": 18.864,
25257
- "jun": 19.112,
25258
- "jul": 19.608,
25259
- "aug": 19.23,
25260
- "sep": 19.106,
25261
- "oct": 18.966,
25262
- "nov": 18.725,
25263
- "dec": 18.567
25264
- },
25265
24398
  {
25266
24399
  "building_type": "Outpatient",
25267
24400
  "template": "DOE Ref Pre-1980",
@@ -25279,23 +24412,6 @@
25279
24412
  "nov": 19.433,
25280
24413
  "dec": 19.279
25281
24414
  },
25282
- {
25283
- "building_type": "Outpatient",
25284
- "template": "DOE Ref Pre-1980",
25285
- "climate_zone": "ASHRAE 169-2006-7",
25286
- "jan": 18.433,
25287
- "feb": 18.408,
25288
- "mar": 18.536,
25289
- "apr": 18.706,
25290
- "may": 18.864,
25291
- "jun": 19.112,
25292
- "jul": 19.608,
25293
- "aug": 19.23,
25294
- "sep": 19.106,
25295
- "oct": 18.966,
25296
- "nov": 18.725,
25297
- "dec": 18.567
25298
- },
25299
24415
  {
25300
24416
  "building_type": "PrimarySchool",
25301
24417
  "template": "DOE Ref Pre-1980",
@@ -25313,23 +24429,6 @@
25313
24429
  "nov": 19.433,
25314
24430
  "dec": 19.279
25315
24431
  },
25316
- {
25317
- "building_type": "PrimarySchool",
25318
- "template": "DOE Ref Pre-1980",
25319
- "climate_zone": "ASHRAE 169-2006-7",
25320
- "jan": 18.433,
25321
- "feb": 18.408,
25322
- "mar": 18.536,
25323
- "apr": 18.706,
25324
- "may": 18.864,
25325
- "jun": 19.112,
25326
- "jul": 19.608,
25327
- "aug": 19.23,
25328
- "sep": 19.106,
25329
- "oct": 18.966,
25330
- "nov": 18.725,
25331
- "dec": 18.567
25332
- },
25333
24432
  {
25334
24433
  "building_type": "QuickServiceRestaurant",
25335
24434
  "template": "DOE Ref Pre-1980",
@@ -25347,23 +24446,6 @@
25347
24446
  "nov": 19.433,
25348
24447
  "dec": 19.279
25349
24448
  },
25350
- {
25351
- "building_type": "QuickServiceRestaurant",
25352
- "template": "DOE Ref Pre-1980",
25353
- "climate_zone": "ASHRAE 169-2006-7",
25354
- "jan": 18.433,
25355
- "feb": 18.408,
25356
- "mar": 18.536,
25357
- "apr": 18.706,
25358
- "may": 18.864,
25359
- "jun": 19.112,
25360
- "jul": 19.608,
25361
- "aug": 19.23,
25362
- "sep": 19.106,
25363
- "oct": 18.966,
25364
- "nov": 18.725,
25365
- "dec": 18.567
25366
- },
25367
24449
  {
25368
24450
  "building_type": "RetailStandalone",
25369
24451
  "template": "DOE Ref Pre-1980",
@@ -25381,23 +24463,6 @@
25381
24463
  "nov": 19.433,
25382
24464
  "dec": 19.279
25383
24465
  },
25384
- {
25385
- "building_type": "RetailStandalone",
25386
- "template": "DOE Ref Pre-1980",
25387
- "climate_zone": "ASHRAE 169-2006-7",
25388
- "jan": 18.433,
25389
- "feb": 18.408,
25390
- "mar": 18.536,
25391
- "apr": 18.706,
25392
- "may": 18.864,
25393
- "jun": 19.112,
25394
- "jul": 19.608,
25395
- "aug": 19.23,
25396
- "sep": 19.106,
25397
- "oct": 18.966,
25398
- "nov": 18.725,
25399
- "dec": 18.567
25400
- },
25401
24466
  {
25402
24467
  "building_type": "SecondarySchool",
25403
24468
  "template": "DOE Ref Pre-1980",
@@ -25415,23 +24480,6 @@
25415
24480
  "nov": 19.433,
25416
24481
  "dec": 19.279
25417
24482
  },
25418
- {
25419
- "building_type": "SecondarySchool",
25420
- "template": "DOE Ref Pre-1980",
25421
- "climate_zone": "ASHRAE 169-2006-7",
25422
- "jan": 18.433,
25423
- "feb": 18.408,
25424
- "mar": 18.536,
25425
- "apr": 18.706,
25426
- "may": 18.864,
25427
- "jun": 19.112,
25428
- "jul": 19.608,
25429
- "aug": 19.23,
25430
- "sep": 19.106,
25431
- "oct": 18.966,
25432
- "nov": 18.725,
25433
- "dec": 18.567
25434
- },
25435
24483
  {
25436
24484
  "building_type": "SmallHotel",
25437
24485
  "template": "DOE Ref Pre-1980",
@@ -25449,23 +24497,6 @@
25449
24497
  "nov": 19.433,
25450
24498
  "dec": 19.279
25451
24499
  },
25452
- {
25453
- "building_type": "SmallHotel",
25454
- "template": "DOE Ref Pre-1980",
25455
- "climate_zone": "ASHRAE 169-2006-7",
25456
- "jan": 18.433,
25457
- "feb": 18.408,
25458
- "mar": 18.536,
25459
- "apr": 18.706,
25460
- "may": 18.864,
25461
- "jun": 19.112,
25462
- "jul": 19.608,
25463
- "aug": 19.23,
25464
- "sep": 19.106,
25465
- "oct": 18.966,
25466
- "nov": 18.725,
25467
- "dec": 18.567
25468
- },
25469
24500
  {
25470
24501
  "building_type": "SmallOffice",
25471
24502
  "template": "DOE Ref Pre-1980",
@@ -25483,23 +24514,6 @@
25483
24514
  "nov": 19.433,
25484
24515
  "dec": 19.279
25485
24516
  },
25486
- {
25487
- "building_type": "SmallOffice",
25488
- "template": "DOE Ref Pre-1980",
25489
- "climate_zone": "ASHRAE 169-2006-7",
25490
- "jan": 18.433,
25491
- "feb": 18.408,
25492
- "mar": 18.536,
25493
- "apr": 18.706,
25494
- "may": 18.864,
25495
- "jun": 19.112,
25496
- "jul": 19.608,
25497
- "aug": 19.23,
25498
- "sep": 19.106,
25499
- "oct": 18.966,
25500
- "nov": 18.725,
25501
- "dec": 18.567
25502
- },
25503
24517
  {
25504
24518
  "building_type": "RetailStripmall",
25505
24519
  "template": "DOE Ref Pre-1980",
@@ -25517,27 +24531,10 @@
25517
24531
  "nov": 19.433,
25518
24532
  "dec": 19.279
25519
24533
  },
25520
- {
25521
- "building_type": "RetailStripmall",
25522
- "template": "DOE Ref Pre-1980",
25523
- "climate_zone": "ASHRAE 169-2006-7",
25524
- "jan": 18.433,
25525
- "feb": 18.408,
25526
- "mar": 18.536,
25527
- "apr": 18.706,
25528
- "may": 18.864,
25529
- "jun": 19.112,
25530
- "jul": 19.608,
25531
- "aug": 19.23,
25532
- "sep": 19.106,
25533
- "oct": 18.966,
25534
- "nov": 18.725,
25535
- "dec": 18.567
25536
- },
25537
24534
  {
25538
24535
  "building_type": "Warehouse",
25539
24536
  "template": "DOE Ref Pre-1980",
25540
- "climate_zone": "ASHRAE 169-2006-7",
24537
+ "climate_zone": "ASHRAE 169-2006-7A",
25541
24538
  "jan": 10.19,
25542
24539
  "feb": 10.01,
25543
24540
  "mar": 11.18,
@@ -25551,23 +24548,6 @@
25551
24548
  "nov": 14.14,
25552
24549
  "dec": 11.19
25553
24550
  },
25554
- {
25555
- "building_type": "Warehouse",
25556
- "template": "DOE Ref Pre-1980",
25557
- "climate_zone": "ASHRAE 169-2006-7",
25558
- "jan": 9.87,
25559
- "feb": 9.72,
25560
- "mar": 10.93,
25561
- "apr": 12.79,
25562
- "may": 16.23,
25563
- "jun": 19.19,
25564
- "jul": 22.03,
25565
- "aug": 24.08,
25566
- "sep": 21.53,
25567
- "oct": 17.14,
25568
- "nov": 13.85,
25569
- "dec": 10.9
25570
- },
25571
24551
  {
25572
24552
  "building_type": "FullServiceRestaurant",
25573
24553
  "template": "90.1-2004",
@@ -25656,7 +24636,7 @@
25656
24636
  {
25657
24637
  "building_type": "MediumOffice",
25658
24638
  "template": "90.1-2004",
25659
- "climate_zone": "ASHRAE 169-2006-8",
24639
+ "climate_zone": "ASHRAE 169-2006-8A",
25660
24640
  "jan": 19.87,
25661
24641
  "feb": 19.79,
25662
24642
  "mar": 19.85,
@@ -25826,7 +24806,7 @@
25826
24806
  {
25827
24807
  "building_type": "Warehouse",
25828
24808
  "template": "90.1-2004",
25829
- "climate_zone": "ASHRAE 169-2006-8",
24809
+ "climate_zone": "ASHRAE 169-2006-8A",
25830
24810
  "jan": 12.06,
25831
24811
  "feb": 12.03,
25832
24812
  "mar": 12.11,
@@ -25928,7 +24908,7 @@
25928
24908
  {
25929
24909
  "building_type": "MediumOffice",
25930
24910
  "template": "90.1-2007",
25931
- "climate_zone": "ASHRAE 169-2006-8",
24911
+ "climate_zone": "ASHRAE 169-2006-8A",
25932
24912
  "jan": 19.93,
25933
24913
  "feb": 19.85,
25934
24914
  "mar": 19.9,
@@ -26098,7 +25078,7 @@
26098
25078
  {
26099
25079
  "building_type": "Warehouse",
26100
25080
  "template": "90.1-2007",
26101
- "climate_zone": "ASHRAE 169-2006-8",
25081
+ "climate_zone": "ASHRAE 169-2006-8A",
26102
25082
  "jan": 12.06,
26103
25083
  "feb": 12.03,
26104
25084
  "mar": 12.11,
@@ -26200,7 +25180,7 @@
26200
25180
  {
26201
25181
  "building_type": "MediumOffice",
26202
25182
  "template": "90.1-2010",
26203
- "climate_zone": "ASHRAE 169-2006-8",
25183
+ "climate_zone": "ASHRAE 169-2006-8A",
26204
25184
  "jan": 19.93,
26205
25185
  "feb": 19.85,
26206
25186
  "mar": 19.9,
@@ -26370,7 +25350,7 @@
26370
25350
  {
26371
25351
  "building_type": "Warehouse",
26372
25352
  "template": "90.1-2010",
26373
- "climate_zone": "ASHRAE 169-2006-8",
25353
+ "climate_zone": "ASHRAE 169-2006-8A",
26374
25354
  "jan": 12.06,
26375
25355
  "feb": 12.03,
26376
25356
  "mar": 12.11,
@@ -26472,7 +25452,7 @@
26472
25452
  {
26473
25453
  "building_type": "MediumOffice",
26474
25454
  "template": "90.1-2013",
26475
- "climate_zone": "ASHRAE 169-2006-8",
25455
+ "climate_zone": "ASHRAE 169-2006-8A",
26476
25456
  "jan": 20.12,
26477
25457
  "feb": 20.04,
26478
25458
  "mar": 20.06,
@@ -26642,7 +25622,7 @@
26642
25622
  {
26643
25623
  "building_type": "Warehouse",
26644
25624
  "template": "90.1-2013",
26645
- "climate_zone": "ASHRAE 169-2006-8",
25625
+ "climate_zone": "ASHRAE 169-2006-8A",
26646
25626
  "jan": 12.29,
26647
25627
  "feb": 12.25,
26648
25628
  "mar": 12.28,
@@ -26655,6 +25635,516 @@
26655
25635
  "oct": 12.63,
26656
25636
  "nov": 12.48,
26657
25637
  "dec": 12.38
25638
+ },
25639
+ {
25640
+ "building_type": "FullServiceRestaurant",
25641
+ "template": "DOE Ref 1980-2004",
25642
+ "climate_zone": "ASHRAE 169-2006-8",
25643
+ "jan": 18.433,
25644
+ "feb": 18.408,
25645
+ "mar": 18.536,
25646
+ "apr": 18.706,
25647
+ "may": 18.864,
25648
+ "jun": 19.112,
25649
+ "jul": 19.608,
25650
+ "aug": 19.23,
25651
+ "sep": 19.106,
25652
+ "oct": 18.966,
25653
+ "nov": 18.725,
25654
+ "dec": 18.567
25655
+ },
25656
+ {
25657
+ "building_type": "Hospital",
25658
+ "template": "DOE Ref 1980-2004",
25659
+ "climate_zone": "ASHRAE 169-2006-8",
25660
+ "jan": 18.433,
25661
+ "feb": 18.408,
25662
+ "mar": 18.536,
25663
+ "apr": 18.706,
25664
+ "may": 18.864,
25665
+ "jun": 19.112,
25666
+ "jul": 19.608,
25667
+ "aug": 19.23,
25668
+ "sep": 19.106,
25669
+ "oct": 18.966,
25670
+ "nov": 18.725,
25671
+ "dec": 18.567
25672
+ },
25673
+ {
25674
+ "building_type": "LargeHotel",
25675
+ "template": "DOE Ref 1980-2004",
25676
+ "climate_zone": "ASHRAE 169-2006-8",
25677
+ "jan": 18.433,
25678
+ "feb": 18.408,
25679
+ "mar": 18.536,
25680
+ "apr": 18.706,
25681
+ "may": 18.864,
25682
+ "jun": 19.112,
25683
+ "jul": 19.608,
25684
+ "aug": 19.23,
25685
+ "sep": 19.106,
25686
+ "oct": 18.966,
25687
+ "nov": 18.725,
25688
+ "dec": 18.567
25689
+ },
25690
+ {
25691
+ "building_type": "LargeOffice",
25692
+ "template": "DOE Ref 1980-2004",
25693
+ "climate_zone": "ASHRAE 169-2006-8A",
25694
+ "jan": 18.433,
25695
+ "feb": 18.408,
25696
+ "mar": 18.536,
25697
+ "apr": 18.706,
25698
+ "may": 18.864,
25699
+ "jun": 19.112,
25700
+ "jul": 19.608,
25701
+ "aug": 19.23,
25702
+ "sep": 19.106,
25703
+ "oct": 18.966,
25704
+ "nov": 18.725,
25705
+ "dec": 18.567
25706
+ },
25707
+ {
25708
+ "building_type": "MediumOffice",
25709
+ "template": "DOE Ref 1980-2004",
25710
+ "climate_zone": "ASHRAE 169-2006-8A",
25711
+ "jan": 18.433,
25712
+ "feb": 18.408,
25713
+ "mar": 18.536,
25714
+ "apr": 18.706,
25715
+ "may": 18.864,
25716
+ "jun": 19.112,
25717
+ "jul": 19.608,
25718
+ "aug": 19.23,
25719
+ "sep": 19.106,
25720
+ "oct": 18.966,
25721
+ "nov": 18.725,
25722
+ "dec": 18.567
25723
+ },
25724
+ {
25725
+ "building_type": "MidriseApartment",
25726
+ "template": "DOE Ref 1980-2004",
25727
+ "climate_zone": "ASHRAE 169-2006-8",
25728
+ "jan": 18.433,
25729
+ "feb": 18.408,
25730
+ "mar": 18.536,
25731
+ "apr": 18.706,
25732
+ "may": 18.864,
25733
+ "jun": 19.112,
25734
+ "jul": 19.608,
25735
+ "aug": 19.23,
25736
+ "sep": 19.106,
25737
+ "oct": 18.966,
25738
+ "nov": 18.725,
25739
+ "dec": 18.567
25740
+ },
25741
+ {
25742
+ "building_type": "Outpatient",
25743
+ "template": "DOE Ref 1980-2004",
25744
+ "climate_zone": "ASHRAE 169-2006-8",
25745
+ "jan": 18.433,
25746
+ "feb": 18.408,
25747
+ "mar": 18.536,
25748
+ "apr": 18.706,
25749
+ "may": 18.864,
25750
+ "jun": 19.112,
25751
+ "jul": 19.608,
25752
+ "aug": 19.23,
25753
+ "sep": 19.106,
25754
+ "oct": 18.966,
25755
+ "nov": 18.725,
25756
+ "dec": 18.567
25757
+ },
25758
+ {
25759
+ "building_type": "PrimarySchool",
25760
+ "template": "DOE Ref 1980-2004",
25761
+ "climate_zone": "ASHRAE 169-2006-8",
25762
+ "jan": 18.433,
25763
+ "feb": 18.408,
25764
+ "mar": 18.536,
25765
+ "apr": 18.706,
25766
+ "may": 18.864,
25767
+ "jun": 19.112,
25768
+ "jul": 19.608,
25769
+ "aug": 19.23,
25770
+ "sep": 19.106,
25771
+ "oct": 18.966,
25772
+ "nov": 18.725,
25773
+ "dec": 18.567
25774
+ },
25775
+ {
25776
+ "building_type": "QuickServiceRestaurant",
25777
+ "template": "DOE Ref 1980-2004",
25778
+ "climate_zone": "ASHRAE 169-2006-8",
25779
+ "jan": 18.433,
25780
+ "feb": 18.408,
25781
+ "mar": 18.536,
25782
+ "apr": 18.706,
25783
+ "may": 18.864,
25784
+ "jun": 19.112,
25785
+ "jul": 19.608,
25786
+ "aug": 19.23,
25787
+ "sep": 19.106,
25788
+ "oct": 18.966,
25789
+ "nov": 18.725,
25790
+ "dec": 18.567
25791
+ },
25792
+ {
25793
+ "building_type": "RetailStandalone",
25794
+ "template": "DOE Ref 1980-2004",
25795
+ "climate_zone": "ASHRAE 169-2006-8",
25796
+ "jan": 18.433,
25797
+ "feb": 18.408,
25798
+ "mar": 18.536,
25799
+ "apr": 18.706,
25800
+ "may": 18.864,
25801
+ "jun": 19.112,
25802
+ "jul": 19.608,
25803
+ "aug": 19.23,
25804
+ "sep": 19.106,
25805
+ "oct": 18.966,
25806
+ "nov": 18.725,
25807
+ "dec": 18.567
25808
+ },
25809
+ {
25810
+ "building_type": "SecondarySchool",
25811
+ "template": "DOE Ref 1980-2004",
25812
+ "climate_zone": "ASHRAE 169-2006-8",
25813
+ "jan": 18.433,
25814
+ "feb": 18.408,
25815
+ "mar": 18.536,
25816
+ "apr": 18.706,
25817
+ "may": 18.864,
25818
+ "jun": 19.112,
25819
+ "jul": 19.608,
25820
+ "aug": 19.23,
25821
+ "sep": 19.106,
25822
+ "oct": 18.966,
25823
+ "nov": 18.725,
25824
+ "dec": 18.567
25825
+ },
25826
+ {
25827
+ "building_type": "SmallHotel",
25828
+ "template": "DOE Ref 1980-2004",
25829
+ "climate_zone": "ASHRAE 169-2006-8",
25830
+ "jan": 18.433,
25831
+ "feb": 18.408,
25832
+ "mar": 18.536,
25833
+ "apr": 18.706,
25834
+ "may": 18.864,
25835
+ "jun": 19.112,
25836
+ "jul": 19.608,
25837
+ "aug": 19.23,
25838
+ "sep": 19.106,
25839
+ "oct": 18.966,
25840
+ "nov": 18.725,
25841
+ "dec": 18.567
25842
+ },
25843
+ {
25844
+ "building_type": "SmallOffice",
25845
+ "template": "DOE Ref 1980-2004",
25846
+ "climate_zone": "ASHRAE 169-2006-8",
25847
+ "jan": 18.433,
25848
+ "feb": 18.408,
25849
+ "mar": 18.536,
25850
+ "apr": 18.706,
25851
+ "may": 18.864,
25852
+ "jun": 19.112,
25853
+ "jul": 19.608,
25854
+ "aug": 19.23,
25855
+ "sep": 19.106,
25856
+ "oct": 18.966,
25857
+ "nov": 18.725,
25858
+ "dec": 18.567
25859
+ },
25860
+ {
25861
+ "building_type": "RetailStripmall",
25862
+ "template": "DOE Ref 1980-2004",
25863
+ "climate_zone": "ASHRAE 169-2006-8",
25864
+ "jan": 18.433,
25865
+ "feb": 18.408,
25866
+ "mar": 18.536,
25867
+ "apr": 18.706,
25868
+ "may": 18.864,
25869
+ "jun": 19.112,
25870
+ "jul": 19.608,
25871
+ "aug": 19.23,
25872
+ "sep": 19.106,
25873
+ "oct": 18.966,
25874
+ "nov": 18.725,
25875
+ "dec": 18.567
25876
+ },
25877
+ {
25878
+ "building_type": "Warehouse",
25879
+ "template": "DOE Ref 1980-2004",
25880
+ "climate_zone": "ASHRAE 169-2006-8A",
25881
+ "jan": 9.87,
25882
+ "feb": 9.72,
25883
+ "mar": 10.93,
25884
+ "apr": 12.79,
25885
+ "may": 16.23,
25886
+ "jun": 19.19,
25887
+ "jul": 22.03,
25888
+ "aug": 24.08,
25889
+ "sep": 21.53,
25890
+ "oct": 17.14,
25891
+ "nov": 13.85,
25892
+ "dec": 10.9
25893
+ },
25894
+ {
25895
+ "building_type": "FullServiceRestaurant",
25896
+ "template": "DOE Ref Pre-1980",
25897
+ "climate_zone": "ASHRAE 169-2006-8",
25898
+ "jan": 18.433,
25899
+ "feb": 18.408,
25900
+ "mar": 18.536,
25901
+ "apr": 18.706,
25902
+ "may": 18.864,
25903
+ "jun": 19.112,
25904
+ "jul": 19.608,
25905
+ "aug": 19.23,
25906
+ "sep": 19.106,
25907
+ "oct": 18.966,
25908
+ "nov": 18.725,
25909
+ "dec": 18.567
25910
+ },
25911
+ {
25912
+ "building_type": "Hospital",
25913
+ "template": "DOE Ref Pre-1980",
25914
+ "climate_zone": "ASHRAE 169-2006-8",
25915
+ "jan": 18.433,
25916
+ "feb": 18.408,
25917
+ "mar": 18.536,
25918
+ "apr": 18.706,
25919
+ "may": 18.864,
25920
+ "jun": 19.112,
25921
+ "jul": 19.608,
25922
+ "aug": 19.23,
25923
+ "sep": 19.106,
25924
+ "oct": 18.966,
25925
+ "nov": 18.725,
25926
+ "dec": 18.567
25927
+ },
25928
+ {
25929
+ "building_type": "LargeHotel",
25930
+ "template": "DOE Ref Pre-1980",
25931
+ "climate_zone": "ASHRAE 169-2006-8",
25932
+ "jan": 18.433,
25933
+ "feb": 18.408,
25934
+ "mar": 18.536,
25935
+ "apr": 18.706,
25936
+ "may": 18.864,
25937
+ "jun": 19.112,
25938
+ "jul": 19.608,
25939
+ "aug": 19.23,
25940
+ "sep": 19.106,
25941
+ "oct": 18.966,
25942
+ "nov": 18.725,
25943
+ "dec": 18.567
25944
+ },
25945
+ {
25946
+ "building_type": "LargeOffice",
25947
+ "template": "DOE Ref Pre-1980",
25948
+ "climate_zone": "ASHRAE 169-2006-8A",
25949
+ "jan": 18.433,
25950
+ "feb": 18.408,
25951
+ "mar": 18.536,
25952
+ "apr": 18.706,
25953
+ "may": 18.864,
25954
+ "jun": 19.112,
25955
+ "jul": 19.608,
25956
+ "aug": 19.23,
25957
+ "sep": 19.106,
25958
+ "oct": 18.966,
25959
+ "nov": 18.725,
25960
+ "dec": 18.567
25961
+ },
25962
+ {
25963
+ "building_type": "MediumOffice",
25964
+ "template": "DOE Ref Pre-1980",
25965
+ "climate_zone": "ASHRAE 169-2006-8A",
25966
+ "jan": 18.433,
25967
+ "feb": 18.408,
25968
+ "mar": 18.536,
25969
+ "apr": 18.706,
25970
+ "may": 18.864,
25971
+ "jun": 19.112,
25972
+ "jul": 19.608,
25973
+ "aug": 19.23,
25974
+ "sep": 19.106,
25975
+ "oct": 18.966,
25976
+ "nov": 18.725,
25977
+ "dec": 18.567
25978
+ },
25979
+ {
25980
+ "building_type": "MidriseApartment",
25981
+ "template": "DOE Ref Pre-1980",
25982
+ "climate_zone": "ASHRAE 169-2006-8",
25983
+ "jan": 18.433,
25984
+ "feb": 18.408,
25985
+ "mar": 18.536,
25986
+ "apr": 18.706,
25987
+ "may": 18.864,
25988
+ "jun": 19.112,
25989
+ "jul": 19.608,
25990
+ "aug": 19.23,
25991
+ "sep": 19.106,
25992
+ "oct": 18.966,
25993
+ "nov": 18.725,
25994
+ "dec": 18.567
25995
+ },
25996
+ {
25997
+ "building_type": "Outpatient",
25998
+ "template": "DOE Ref Pre-1980",
25999
+ "climate_zone": "ASHRAE 169-2006-8",
26000
+ "jan": 18.433,
26001
+ "feb": 18.408,
26002
+ "mar": 18.536,
26003
+ "apr": 18.706,
26004
+ "may": 18.864,
26005
+ "jun": 19.112,
26006
+ "jul": 19.608,
26007
+ "aug": 19.23,
26008
+ "sep": 19.106,
26009
+ "oct": 18.966,
26010
+ "nov": 18.725,
26011
+ "dec": 18.567
26012
+ },
26013
+ {
26014
+ "building_type": "PrimarySchool",
26015
+ "template": "DOE Ref Pre-1980",
26016
+ "climate_zone": "ASHRAE 169-2006-8",
26017
+ "jan": 18.433,
26018
+ "feb": 18.408,
26019
+ "mar": 18.536,
26020
+ "apr": 18.706,
26021
+ "may": 18.864,
26022
+ "jun": 19.112,
26023
+ "jul": 19.608,
26024
+ "aug": 19.23,
26025
+ "sep": 19.106,
26026
+ "oct": 18.966,
26027
+ "nov": 18.725,
26028
+ "dec": 18.567
26029
+ },
26030
+ {
26031
+ "building_type": "QuickServiceRestaurant",
26032
+ "template": "DOE Ref Pre-1980",
26033
+ "climate_zone": "ASHRAE 169-2006-8",
26034
+ "jan": 18.433,
26035
+ "feb": 18.408,
26036
+ "mar": 18.536,
26037
+ "apr": 18.706,
26038
+ "may": 18.864,
26039
+ "jun": 19.112,
26040
+ "jul": 19.608,
26041
+ "aug": 19.23,
26042
+ "sep": 19.106,
26043
+ "oct": 18.966,
26044
+ "nov": 18.725,
26045
+ "dec": 18.567
26046
+ },
26047
+ {
26048
+ "building_type": "RetailStandalone",
26049
+ "template": "DOE Ref Pre-1980",
26050
+ "climate_zone": "ASHRAE 169-2006-8",
26051
+ "jan": 18.433,
26052
+ "feb": 18.408,
26053
+ "mar": 18.536,
26054
+ "apr": 18.706,
26055
+ "may": 18.864,
26056
+ "jun": 19.112,
26057
+ "jul": 19.608,
26058
+ "aug": 19.23,
26059
+ "sep": 19.106,
26060
+ "oct": 18.966,
26061
+ "nov": 18.725,
26062
+ "dec": 18.567
26063
+ },
26064
+ {
26065
+ "building_type": "SecondarySchool",
26066
+ "template": "DOE Ref Pre-1980",
26067
+ "climate_zone": "ASHRAE 169-2006-8",
26068
+ "jan": 18.433,
26069
+ "feb": 18.408,
26070
+ "mar": 18.536,
26071
+ "apr": 18.706,
26072
+ "may": 18.864,
26073
+ "jun": 19.112,
26074
+ "jul": 19.608,
26075
+ "aug": 19.23,
26076
+ "sep": 19.106,
26077
+ "oct": 18.966,
26078
+ "nov": 18.725,
26079
+ "dec": 18.567
26080
+ },
26081
+ {
26082
+ "building_type": "SmallHotel",
26083
+ "template": "DOE Ref Pre-1980",
26084
+ "climate_zone": "ASHRAE 169-2006-8",
26085
+ "jan": 18.433,
26086
+ "feb": 18.408,
26087
+ "mar": 18.536,
26088
+ "apr": 18.706,
26089
+ "may": 18.864,
26090
+ "jun": 19.112,
26091
+ "jul": 19.608,
26092
+ "aug": 19.23,
26093
+ "sep": 19.106,
26094
+ "oct": 18.966,
26095
+ "nov": 18.725,
26096
+ "dec": 18.567
26097
+ },
26098
+ {
26099
+ "building_type": "SmallOffice",
26100
+ "template": "DOE Ref Pre-1980",
26101
+ "climate_zone": "ASHRAE 169-2006-8",
26102
+ "jan": 18.433,
26103
+ "feb": 18.408,
26104
+ "mar": 18.536,
26105
+ "apr": 18.706,
26106
+ "may": 18.864,
26107
+ "jun": 19.112,
26108
+ "jul": 19.608,
26109
+ "aug": 19.23,
26110
+ "sep": 19.106,
26111
+ "oct": 18.966,
26112
+ "nov": 18.725,
26113
+ "dec": 18.567
26114
+ },
26115
+ {
26116
+ "building_type": "RetailStripmall",
26117
+ "template": "DOE Ref Pre-1980",
26118
+ "climate_zone": "ASHRAE 169-2006-8",
26119
+ "jan": 18.433,
26120
+ "feb": 18.408,
26121
+ "mar": 18.536,
26122
+ "apr": 18.706,
26123
+ "may": 18.864,
26124
+ "jun": 19.112,
26125
+ "jul": 19.608,
26126
+ "aug": 19.23,
26127
+ "sep": 19.106,
26128
+ "oct": 18.966,
26129
+ "nov": 18.725,
26130
+ "dec": 18.567
26131
+ },
26132
+ {
26133
+ "building_type": "Warehouse",
26134
+ "template": "DOE Ref Pre-1980",
26135
+ "climate_zone": "ASHRAE 169-2006-8A",
26136
+ "jan": 9.87,
26137
+ "feb": 9.72,
26138
+ "mar": 10.93,
26139
+ "apr": 12.79,
26140
+ "may": 16.23,
26141
+ "jun": 19.19,
26142
+ "jul": 22.03,
26143
+ "aug": 24.08,
26144
+ "sep": 21.53,
26145
+ "oct": 17.14,
26146
+ "nov": 13.85,
26147
+ "dec": 10.9
26658
26148
  }
26659
26149
  ]
26660
26150
  }