openstudio-standards 0.8.2 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
- data/data/standards/openstudio_standards_duplicates_log.csv +7962 -0
- data/lib/openstudio-standards/btap/costing/README.md +502 -0
- data/lib/openstudio-standards/btap/costing/btap_costing.rb +473 -0
- data/lib/openstudio-standards/btap/costing/btap_measure_helper.rb +359 -0
- data/lib/openstudio-standards/btap/costing/btap_workflow.rb +117 -0
- data/lib/openstudio-standards/btap/costing/common_paths.rb +78 -0
- data/lib/openstudio-standards/btap/costing/common_resources/ConstructionProperties.csv +52 -0
- data/lib/openstudio-standards/btap/costing/common_resources/Constructions.csv +37 -0
- data/lib/openstudio-standards/btap/costing/common_resources/construction_sets.csv +1270 -0
- data/lib/openstudio-standards/btap/costing/common_resources/constructions_glazing.csv +61 -0
- data/lib/openstudio-standards/btap/costing/common_resources/constructions_opaque.csv +2256 -0
- data/lib/openstudio-standards/btap/costing/common_resources/costs.csv +1904 -0
- data/lib/openstudio-standards/btap/costing/common_resources/costs_local_factors.csv +2315 -0
- data/lib/openstudio-standards/btap/costing/common_resources/hvac_vent_ahu.csv +925 -0
- data/lib/openstudio-standards/btap/costing/common_resources/lighting.csv +364 -0
- data/lib/openstudio-standards/btap/costing/common_resources/lighting_sets.csv +2667 -0
- data/lib/openstudio-standards/btap/costing/common_resources/locations.csv +75 -0
- data/lib/openstudio-standards/btap/costing/common_resources/materials_glazing.csv +35 -0
- data/lib/openstudio-standards/btap/costing/common_resources/materials_hvac.csv +1699 -0
- data/lib/openstudio-standards/btap/costing/common_resources/materials_lighting.csv +267 -0
- data/lib/openstudio-standards/btap/costing/common_resources/materials_opaque.csv +164 -0
- data/lib/openstudio-standards/btap/costing/copy_test_results_files_to_expected_results.rb +11 -0
- data/lib/openstudio-standards/btap/costing/cost_building_from_file.rb +136 -0
- data/lib/openstudio-standards/btap/costing/costing_database_wrapper.rb +177 -0
- data/lib/openstudio-standards/btap/costing/daylighting_sensor_control_costing.rb +353 -0
- data/lib/openstudio-standards/btap/costing/dcv_costing.rb +314 -0
- data/lib/openstudio-standards/btap/costing/dummy.epw +8768 -0
- data/lib/openstudio-standards/btap/costing/dummy.osm +5320 -0
- data/lib/openstudio-standards/btap/costing/envelope_costing.rb +284 -0
- data/lib/openstudio-standards/btap/costing/heating_cooling_costing.rb +2584 -0
- data/lib/openstudio-standards/btap/costing/led_lighting_costing.rb +155 -0
- data/lib/openstudio-standards/btap/costing/lighting_costing.rb +209 -0
- data/lib/openstudio-standards/btap/costing/mech_sizing.json +502 -0
- data/lib/openstudio-standards/btap/costing/neb_end_use_prices.csv +42 -0
- data/lib/openstudio-standards/btap/costing/necb_2011_spacetype_info.csv +225 -0
- data/lib/openstudio-standards/btap/costing/necb_reference_runs.csv +28705 -0
- data/lib/openstudio-standards/btap/costing/nv_costing.rb +547 -0
- data/lib/openstudio-standards/btap/costing/parallel_tests.rb +92 -0
- data/lib/openstudio-standards/btap/costing/pv_ground_costing.rb +687 -0
- data/lib/openstudio-standards/btap/costing/shw_costing.rb +705 -0
- data/lib/openstudio-standards/btap/costing/test_list.txt +17 -0
- data/lib/openstudio-standards/btap/costing/test_run_all_test_locally.rb +26 -0
- data/lib/openstudio-standards/btap/costing/test_run_costing_tests.rb +80 -0
- data/lib/openstudio-standards/btap/costing/ventilation_costing.rb +2616 -0
- data/lib/openstudio-standards/constructions/modify.rb +2 -1
- data/lib/openstudio-standards/refrigeration/create_case.rb +58 -21
- data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +4 -2
- data/lib/openstudio-standards/refrigeration/create_walkin.rb +57 -22
- data/lib/openstudio-standards/refrigeration/data/refrigerated_cases.csv +31 -31
- data/lib/openstudio-standards/refrigeration/data/refrigerated_walkins.csv +76 -76
- data/lib/openstudio-standards/service_water_heating/create_typical.rb +10 -10
- data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +10 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +16 -3
- data/lib/openstudio-standards/service_water_heating/data/convert_data.rb +9 -9
- data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.csv +49 -49
- data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.json +159 -159
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +7 -18
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +10 -20
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +6 -15
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +5 -6
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +93 -43
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +5 -5
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +135 -37
- data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.Model.rb +48 -13
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps.json +648 -326
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +371 -90
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_heaters.json +66 -22
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps.json +1012 -296
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +443 -79
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_heaters.json +66 -22
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps.json +672 -306
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +354 -74
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_heaters.json +72 -24
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +8 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps.json +930 -604
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +415 -111
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_heaters.json +72 -24
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.computer_room_acs.json +602 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps.json +1005 -333
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps_heating.json +642 -88
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.water_heaters.json +78 -26
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.computer_room_acs.json +722 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps.json +1741 -426
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps_heating.json +1108 -111
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.water_heaters.json +186 -62
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +62 -232
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +7 -18
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +9 -7
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps.json +154 -69
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps_heating.json +72 -72
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.water_heaters.json +382 -295
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/ashrae_90_1_prm.UserData.rb +6 -1
- data/lib/openstudio-standards/standards/deer/data/deer.schedules.json +62 -232
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +2 -27
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps_heating.json +6 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +68 -27
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +64 -25
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +9 -14
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +46 -20
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +635 -248
- data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +43 -7
- data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +7 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/HighriseApartmentMult.osm +14272 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +6 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/necb_2015_table_c1.json +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +437 -437
- data/lib/openstudio-standards/standards/necb/NECB2011/data/systems.json +516 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/systems_including_sys5.json +588 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_namer.rb +489 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +16 -6
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +48 -5
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +2 -2
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +35 -27
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +34 -23
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +8 -6
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +43 -14
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +214 -25
- data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +61 -1
- data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +8 -0
- data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +636 -636
- data/lib/openstudio-standards/standards/necb/NECB2015/data/unitary_acs.json +38 -38
- data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +15 -6
- data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +636 -636
- data/lib/openstudio-standards/standards/necb/NECB2020/data/chillers.json +71 -71
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +20 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +10 -0
- data/lib/openstudio-standards/standards/necb/README.md +343 -0
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +190 -28
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +14 -5
- data/lib/openstudio-standards/standards/necb/common/eccc_electric_grid_intensity_20250311.csv +14 -0
- data/lib/openstudio-standards/standards/necb/common/nir_gas_grid_intensity_20250311.csv +14 -0
- data/lib/openstudio-standards/standards/necb/common/system_types.yaml +0 -0
- data/lib/openstudio-standards/utilities/logging.rb +18 -14
- data/lib/openstudio-standards/utilities/simulation.rb +3 -2
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards/weather/modify.rb +2 -2
- data/lib/openstudio-standards.rb +12 -0
- metadata +56 -3
@@ -0,0 +1,502 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"component": "piping",
|
4
|
+
"table": [
|
5
|
+
{
|
6
|
+
"ahu_airflow_range_Literpers": [
|
7
|
+
0,
|
8
|
+
1000
|
9
|
+
],
|
10
|
+
"heat_valve_pipe_dia_inch": 1.0,
|
11
|
+
"cool_valve_pipe_dia_inch": 1.25
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"ahu_airflow_range_Literpers": [
|
15
|
+
1000,
|
16
|
+
2500
|
17
|
+
],
|
18
|
+
"heat_valve_pipe_dia_inch": 1.25,
|
19
|
+
"cool_valve_pipe_dia_inch": 1.5
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"ahu_airflow_range_Literpers": [
|
23
|
+
2500,
|
24
|
+
4000
|
25
|
+
],
|
26
|
+
"heat_valve_pipe_dia_inch": 1.5,
|
27
|
+
"cool_valve_pipe_dia_inch": 2.0
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"ahu_airflow_range_Literpers": [
|
31
|
+
4000,
|
32
|
+
6000
|
33
|
+
],
|
34
|
+
"heat_valve_pipe_dia_inch": 2.0,
|
35
|
+
"cool_valve_pipe_dia_inch": 2.5
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"ahu_airflow_range_Literpers": [
|
39
|
+
6000,
|
40
|
+
8000
|
41
|
+
],
|
42
|
+
"heat_valve_pipe_dia_inch": 2.0,
|
43
|
+
"cool_valve_piep_dia_inch": 2.5
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"ahu_airflow_range_Literpers": [
|
47
|
+
8000,
|
48
|
+
12000
|
49
|
+
],
|
50
|
+
"heat_valve_pipe_dia_inch": 2.5,
|
51
|
+
"cool_valve_pipe_dia_inch": 3.0
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"ahu_airflow_range_Literpers": [
|
55
|
+
12000,
|
56
|
+
15000
|
57
|
+
],
|
58
|
+
"heat_valve_pipe_dia_inch": 3.0,
|
59
|
+
"cool_valve_pipe_dia_inch": 4.0
|
60
|
+
}
|
61
|
+
]
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"component": "trunk",
|
65
|
+
"table": [
|
66
|
+
{
|
67
|
+
"max_flow_range_m3pers": [
|
68
|
+
0,
|
69
|
+
0.14
|
70
|
+
],
|
71
|
+
"duct_dia_inch": 5
|
72
|
+
}, {
|
73
|
+
"max_flow_range_m3pers": [
|
74
|
+
0.14,
|
75
|
+
0.19
|
76
|
+
],
|
77
|
+
"duct_dia_inch": 6
|
78
|
+
}, {
|
79
|
+
"max_flow_range_m3pers": [
|
80
|
+
0.19,
|
81
|
+
0.25
|
82
|
+
],
|
83
|
+
"duct_dia_inch": 7
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"max_flow_range_m3pers": [
|
87
|
+
0.25,
|
88
|
+
0.35
|
89
|
+
],
|
90
|
+
"duct_dia_inch": 8
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"max_flow_range_m3pers": [
|
94
|
+
0.35,
|
95
|
+
0.59
|
96
|
+
],
|
97
|
+
"duct_dia_inch": 10
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"max_flow_range_m3pers": [
|
101
|
+
0.59,
|
102
|
+
0.94
|
103
|
+
],
|
104
|
+
"duct_dia_inch": 12
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"max_flow_range_m3pers": [
|
108
|
+
0.94,
|
109
|
+
1.39
|
110
|
+
],
|
111
|
+
"duct_dia_inch": 14
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"max_flow_range_m3pers": [
|
115
|
+
1.39,
|
116
|
+
1.95
|
117
|
+
],
|
118
|
+
"duct_dia_inch": 16
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"max_flow_range_m3pers": [
|
122
|
+
1.95,
|
123
|
+
2.75
|
124
|
+
],
|
125
|
+
"duct_dia_inch": 18
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"max_flow_range_m3pers": [
|
129
|
+
2.75,
|
130
|
+
3.8
|
131
|
+
],
|
132
|
+
"duct_dia_inch": 20
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"max_flow_range_m3pers": [
|
136
|
+
3.8,
|
137
|
+
4.7
|
138
|
+
],
|
139
|
+
"duct_dia_inch": 22
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"max_flow_range_m3pers": [
|
143
|
+
4.7,
|
144
|
+
5.9
|
145
|
+
],
|
146
|
+
"duct_dia_inch": 24
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"max_flow_range_m3pers": [
|
150
|
+
5.9,
|
151
|
+
9.5
|
152
|
+
],
|
153
|
+
"duct_dia_inch": 30
|
154
|
+
},
|
155
|
+
{
|
156
|
+
"max_flow_range_m3pers": [
|
157
|
+
9.5,
|
158
|
+
9999
|
159
|
+
],
|
160
|
+
"duct_dia_inch": 36
|
161
|
+
}
|
162
|
+
]
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"component": "diff_duct",
|
166
|
+
"table": [
|
167
|
+
{
|
168
|
+
"max_flow_range_m3pers": [
|
169
|
+
0,
|
170
|
+
0.094
|
171
|
+
],
|
172
|
+
"diff_num": 2,
|
173
|
+
"duct_weight_lbs": 55,
|
174
|
+
"duct_ins_ft2": 40,
|
175
|
+
"flex_duct_LinFt": 16
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"max_flow_range_m3pers": [
|
179
|
+
0.094,
|
180
|
+
0.188
|
181
|
+
],
|
182
|
+
"diff_num": 3,
|
183
|
+
"duct_weight_lbs": 125,
|
184
|
+
"duct_ins_ft2": 96,
|
185
|
+
"flex_duct_LinFt": 24
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"max_flow_range_m3pers": [
|
189
|
+
0.188,
|
190
|
+
0.283
|
191
|
+
],
|
192
|
+
"diff_num": 4,
|
193
|
+
"duct_weight_lbs": 190,
|
194
|
+
"duct_ins_ft2": 144,
|
195
|
+
"flex_duct_LinFt": 32
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"max_flow_range_m3pers": [
|
199
|
+
0.283,
|
200
|
+
0.377
|
201
|
+
],
|
202
|
+
"diff_num": 4,
|
203
|
+
"duct_weight_lbs": 225,
|
204
|
+
"duct_ins_ft2": 196,
|
205
|
+
"flex_duct_LinFt": 32
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"max_flow_range_m3pers": [
|
209
|
+
0.377,
|
210
|
+
0.472
|
211
|
+
],
|
212
|
+
"diff_num": 5,
|
213
|
+
"duct_weight_lbs": 290,
|
214
|
+
"duct_ins_ft2": 224,
|
215
|
+
"flex_duct_LinFt": 40
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"max_flow_range_m3pers": [
|
219
|
+
0.472,
|
220
|
+
0.59
|
221
|
+
],
|
222
|
+
"diff_num": 6,
|
223
|
+
"duct_weight_lbs": 395,
|
224
|
+
"duct_ins_ft2": 306,
|
225
|
+
"flex_duct_LinFt": 48
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"max_flow_range_m3pers": [
|
229
|
+
0.59,
|
230
|
+
0.707
|
231
|
+
],
|
232
|
+
"diff_num": 6,
|
233
|
+
"duct_weight_lbs": 495,
|
234
|
+
"duct_ins_ft2": 380,
|
235
|
+
"flex_duct_LinFt": 48
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"max_flow_range_m3pers": [
|
239
|
+
0.707,
|
240
|
+
0.944
|
241
|
+
],
|
242
|
+
"diff_num": 8,
|
243
|
+
"duct_weight_lbs": 795,
|
244
|
+
"duct_ins_ft2": 528,
|
245
|
+
"flex_duct_LinFt": 64
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"max_flow_range_m3pers": [
|
249
|
+
0.944,
|
250
|
+
999
|
251
|
+
],
|
252
|
+
"diff_num": 0.12,
|
253
|
+
"duct_weight_lbs": 40,
|
254
|
+
"duct_ins_ft2": 25,
|
255
|
+
"flex_duct_LinFt": 10
|
256
|
+
}
|
257
|
+
]
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"component": "vel_prof",
|
261
|
+
"table" : [
|
262
|
+
{
|
263
|
+
"vel_fpm": 1800,
|
264
|
+
"space_types": [
|
265
|
+
"Food preparation",
|
266
|
+
"Food preparation - vented",
|
267
|
+
"Lab - classrooms",
|
268
|
+
"Lab - research",
|
269
|
+
"Workshop space",
|
270
|
+
"Automotive - repair",
|
271
|
+
"Fire station - engine room",
|
272
|
+
"Hospital - laundry/washing",
|
273
|
+
"Mfg - detailed",
|
274
|
+
"Mfg - equipment",
|
275
|
+
"Mfg - bay H < 7.5m",
|
276
|
+
"Mfg - bay H > 15m",
|
277
|
+
"Mfg - 7.5 <= bay H <= 15m",
|
278
|
+
"Museum - restoration",
|
279
|
+
"Parking garage space",
|
280
|
+
"Transp. baggage",
|
281
|
+
"Warehouse - fine",
|
282
|
+
"Warehouse - fine - refrigerated",
|
283
|
+
"Warehouse - med/blk",
|
284
|
+
"Warehouse - med/blk - refrigerated",
|
285
|
+
"Warehouse - med/blk2",
|
286
|
+
"Warehouse - med/blk2 - refrigerated",
|
287
|
+
"Storage area",
|
288
|
+
"Storage area - occsens",
|
289
|
+
"Storage area - refrigerated",
|
290
|
+
"Storage area - refrigerated - occsens",
|
291
|
+
"Copy/Print room",
|
292
|
+
"Emergency vehicle garage",
|
293
|
+
"Food preparation area",
|
294
|
+
"Laboratory - classrooms",
|
295
|
+
"Laboratory - other",
|
296
|
+
"Laundry/Washing area",
|
297
|
+
"Loading dock interior",
|
298
|
+
"Workshop",
|
299
|
+
"Manufacturing facility detailed manufacturing area",
|
300
|
+
"Manufacturing facility equipment room",
|
301
|
+
"Manufacturing facility extra high bay area (> 15 m floor-to-ceiling height)",
|
302
|
+
"Manufacturing facility high bay area (7.5 to 15 m floor-to-ceiling height)",
|
303
|
+
"Manufacturing facility low bay area (< 7.5 m floor-to-ceiling height)",
|
304
|
+
"Museum restoration room",
|
305
|
+
"Post office sorting area",
|
306
|
+
"Transportation facility baggage/carousel area",
|
307
|
+
"Warehouse storage area medium to bulky palletized items",
|
308
|
+
"Warehouse storage area small hand-carried items(4)"
|
309
|
+
]
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"vel_fpm": 800,
|
313
|
+
"space_types": [
|
314
|
+
"Dormitory - living quarters",
|
315
|
+
"Dwelling Unit(s)",
|
316
|
+
"Fire station - quarters",
|
317
|
+
"Hospital - patient room",
|
318
|
+
"Hotel/Motel - rooms",
|
319
|
+
"Hway lodging - rooms",
|
320
|
+
"Guest room",
|
321
|
+
"Dormitory living quarters",
|
322
|
+
"Dwelling units general",
|
323
|
+
"Dwelling units long-term",
|
324
|
+
"Fire station sleeping quarters",
|
325
|
+
"Health care facility patient room"
|
326
|
+
]
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"vel_fpm": 1400,
|
330
|
+
"space_types": [
|
331
|
+
"other"
|
332
|
+
]
|
333
|
+
}
|
334
|
+
]
|
335
|
+
},
|
336
|
+
{
|
337
|
+
"component": "tz_dist_info",
|
338
|
+
"table": [
|
339
|
+
{
|
340
|
+
"airflow_m3ps": [0, 0.094],
|
341
|
+
"diffusers": 2,
|
342
|
+
"ducting_lbs": 55,
|
343
|
+
"duct_insulation_ft2": 40,
|
344
|
+
"flex_duct_ft": 16
|
345
|
+
},
|
346
|
+
{
|
347
|
+
"airflow_m3ps": [0.094, 0.188],
|
348
|
+
"diffusers": 3,
|
349
|
+
"ducting_lbs": 125,
|
350
|
+
"duct_insulation_ft2": 96,
|
351
|
+
"flex_duct_ft": 24
|
352
|
+
},
|
353
|
+
{
|
354
|
+
"airflow_m3ps": [0.188, 0.283],
|
355
|
+
"diffusers": 4,
|
356
|
+
"ducting_lbs": 190,
|
357
|
+
"duct_insulation_ft2": 144,
|
358
|
+
"flex_duct_ft": 32
|
359
|
+
},
|
360
|
+
{
|
361
|
+
"airflow_m3ps": [0.283, 0.377],
|
362
|
+
"diffusers": 4,
|
363
|
+
"ducting_lbs": 225,
|
364
|
+
"duct_insulation_ft2": 196,
|
365
|
+
"flex_duct_ft": 32
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"airflow_m3ps": [0.377, 0.472],
|
369
|
+
"diffusers": 5,
|
370
|
+
"ducting_lbs": 290,
|
371
|
+
"duct_insulation_ft2": 224,
|
372
|
+
"flex_duct_ft": 40
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"airflow_m3ps": [0.472, 0.59],
|
376
|
+
"diffusers": 6,
|
377
|
+
"ducting_lbs": 395,
|
378
|
+
"duct_insulation_ft2": 306,
|
379
|
+
"flex_duct_ft": 48
|
380
|
+
},
|
381
|
+
{
|
382
|
+
"airflow_m3ps": [0.59, 0.707],
|
383
|
+
"diffusers": 6,
|
384
|
+
"ducting_lbs": 495,
|
385
|
+
"duct_insulation_ft2": 380,
|
386
|
+
"flex_duct_ft": 48
|
387
|
+
},
|
388
|
+
{
|
389
|
+
"airflow_m3ps": [0.707, 0.944],
|
390
|
+
"diffusers": 8,
|
391
|
+
"ducting_lbs": 795,
|
392
|
+
"duct_insulation_ft2": 528,
|
393
|
+
"flex_duct_ft": 64
|
394
|
+
},
|
395
|
+
{
|
396
|
+
"airflow_m3ps": [0.944, 999],
|
397
|
+
"diffusers": 0.12,
|
398
|
+
"ducting_lbs": 40,
|
399
|
+
"duct_insulation_ft2": 25,
|
400
|
+
"flex_duct_ft": 10
|
401
|
+
}
|
402
|
+
]
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"component": "flex_duct",
|
406
|
+
"table": [
|
407
|
+
{
|
408
|
+
"airflow_m3ps": [0, 0.1],
|
409
|
+
"diameter_in": 4
|
410
|
+
},
|
411
|
+
{
|
412
|
+
"airflow_m3ps": [0.1, 0.5],
|
413
|
+
"diameter_in": 6
|
414
|
+
},
|
415
|
+
{
|
416
|
+
"airflow_m3ps": [0.5, 0.944],
|
417
|
+
"diameter_in": 10
|
418
|
+
},
|
419
|
+
{
|
420
|
+
"airflow_m3ps": [0.944, 999],
|
421
|
+
"diameter_in": 12
|
422
|
+
}
|
423
|
+
]
|
424
|
+
},
|
425
|
+
{
|
426
|
+
"component": "shw_space_types",
|
427
|
+
"table": [
|
428
|
+
"Confinement cell",
|
429
|
+
"Dormitory",
|
430
|
+
"Dwelling",
|
431
|
+
"Electrical/Mechanical",
|
432
|
+
"Food preparation",
|
433
|
+
"Guest",
|
434
|
+
"patient room",
|
435
|
+
"Lab",
|
436
|
+
"laundry",
|
437
|
+
"Locker room",
|
438
|
+
"Lounge",
|
439
|
+
"Washroom",
|
440
|
+
"Workshop"
|
441
|
+
]
|
442
|
+
},
|
443
|
+
{
|
444
|
+
"component": "exclusive_shw_space_types",
|
445
|
+
"table": [
|
446
|
+
"Washroom"
|
447
|
+
]
|
448
|
+
},
|
449
|
+
{
|
450
|
+
"component": "ahu_airflow",
|
451
|
+
"table": [
|
452
|
+
{
|
453
|
+
"ahu_airflow_range_lps": [
|
454
|
+
0,
|
455
|
+
1000
|
456
|
+
],
|
457
|
+
"DX_coil_sizing_kW": 22,
|
458
|
+
"htg_coil_sizing_kW": 35.91
|
459
|
+
},
|
460
|
+
{
|
461
|
+
"ahu_airflow_range_lps": [
|
462
|
+
1000,
|
463
|
+
2500
|
464
|
+
],
|
465
|
+
"DX_coil_sizing_kW": 55,
|
466
|
+
"htg_coil_sizing_kW": 89.78
|
467
|
+
},
|
468
|
+
{
|
469
|
+
"ahu_airflow_range_lps": [
|
470
|
+
2500,
|
471
|
+
5000
|
472
|
+
],
|
473
|
+
"DX_coil_sizing_kW": 110,
|
474
|
+
"htg_coil_sizing_kW": 179.57
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"ahu_airflow_range_lps": [
|
478
|
+
5000,
|
479
|
+
7500
|
480
|
+
],
|
481
|
+
"DX_coil_sizing_kW": 165,
|
482
|
+
"htg_coil_sizing_kW": 269.35
|
483
|
+
},
|
484
|
+
{
|
485
|
+
"ahu_airflow_range_lps": [
|
486
|
+
7500,
|
487
|
+
10000
|
488
|
+
],
|
489
|
+
"DX_coil_sizing_kW": 220,
|
490
|
+
"htg_coil_sizing_kW": 359.14
|
491
|
+
},
|
492
|
+
{
|
493
|
+
"ahu_airflow_range_lps": [
|
494
|
+
10000,
|
495
|
+
15001
|
496
|
+
],
|
497
|
+
"DX_coil_sizing_kW": 330,
|
498
|
+
"htg_coil_sizing_kW": 538.70
|
499
|
+
}
|
500
|
+
]
|
501
|
+
}
|
502
|
+
]
|
@@ -0,0 +1,42 @@
|
|
1
|
+
building_type,province,fuel_type,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040
|
2
|
+
Commercial,Alberta,Electricity,24.54,27.07,30.02,37.34,28.34,23.85,27.21,30.08,47.62,26.06,20.91,21.9,21.97,22.03,21.9,20.8,22.16,23.51,23.95,24.39,25.34,25.42,25.49,25.37,25.54,25.72,25.99,26.12,26.16,26.37,26.53,26.67,26.88,27.04,27.22,27.44,27.61,27.74,27.92,28.07,28.25,28.43,28.56,28.74,28.91,29.09
|
3
|
+
Commercial,Alberta,Natural Gas,10.7,8.78,8.08,9.01,5.67,4.82,4.37,2.82,2.93,4.12,2.62,2.1,3.23,3.51,2.34,3.6,4.16,4.73,4.77,4.81,4.84,4.91,5,5.1,5.16,5.24,5.21,5.19,5.16,5.14,5.13,5.12,5.13,5.14,5.15,5.16,5.15,5.12,5.1,5.08,5.05,5.02,4.99,4.96,4.93,4.91
|
4
|
+
Commercial,Alberta,Oil,23.36,24.5,25.91,31.14,22.8,25.4,27.14,28.95,26.59,32.01,24.11,21.94,25.14,29.54,27.79,23.4,25.17,28.17,30.11,30.9,31.68,32.56,32.4,32.29,32.08,31.9,31.74,31.58,31.41,31.26,31.11,30.98,30.91,30.83,30.77,30.69,30.62,30.52,30.43,30.35,30.23,30.12,30.01,29.9,29.79,29.69
|
5
|
+
Commercial,British Columbia,Electricity,19.52,18.87,18.76,18.85,20.26,20.84,19.17,22.09,23.35,24.78,26.42,27.34,27.74,28.03,28.16,28.3,26.03,27.98,26.69,26.93,27.33,28.12,29.02,29.24,29.72,30.25,30.73,31.07,31.47,31.86,32.26,32.66,33.05,33.45,33.84,34.24,34.44,34.65,34.85,35.05,35.52,35.68,35.66,35.78,35.95,36.15
|
6
|
+
Commercial,British Columbia,Natural Gas,12.77,13.35,12.05,12.45,13.12,13.2,11.99,11.21,11.33,12.22,11.59,9.22,10.9,10.75,11.09,11.31,11.83,11.9,12,12.09,12.27,12.57,12.88,13.28,13.65,14.12,14.48,14.43,14.38,14.34,14.3,14.27,14.26,14.25,14.25,14.24,14.21,14.16,14.12,14.08,14.03,13.99,13.94,13.89,13.85,13.81
|
7
|
+
Commercial,British Columbia,Oil,26.99,26.74,27.34,33.71,25.79,29.2,32.9,34.46,35.7,36.74,30.98,28.68,32.85,37.39,35.83,29.92,31.43,33.57,35.48,36.25,37,37.86,37.67,37.52,37.28,37.06,36.87,36.68,36.47,36.29,36.12,35.97,35.86,35.76,35.68,35.58,35.48,35.35,35.24,35.13,35,34.86,34.73,34.6,34.47,34.35
|
8
|
+
Commercial,Manitoba,Electricity,18.57,17.83,17.51,16.68,18.27,18.45,18.21,18.35,18.48,18.91,19.64,20.27,20.48,20.68,20.89,21.61,21.65,21.7,21.89,21.93,22.18,22.4,22.65,22.66,22.86,23.76,23.95,24.14,24.36,24.6,24.78,24.91,25.26,25.43,25.61,25.81,25.9,26.08,26.5,26.7,27,27.44,27.57,28.03,28.36,28.65
|
9
|
+
Commercial,Manitoba,Natural Gas,11.37,10.47,8.57,9.07,7.94,6.62,5.62,4.26,4.64,5.51,4.93,6.28,6.59,6.03,6.93,7.68,8.23,8.78,8.82,8.86,8.9,8.97,9.06,9.16,9.23,9.3,9.28,9.26,9.23,9.21,9.2,9.19,9.2,9.21,9.23,9.24,9.23,9.2,9.18,9.16,9.13,9.1,9.07,9.04,9.02,8.99
|
10
|
+
Commercial,Manitoba,Oil,23.11,23.31,24.77,30.59,22.18,24.79,29.01,29.22,29.58,30.78,23.55,20.98,22.98,27.44,27.01,21.32,22.66,25.22,27.23,28.1,28.95,29.9,29.79,29.72,29.57,29.45,29.34,29.23,29.11,29.01,28.91,28.82,28.78,28.73,28.71,28.67,28.63,28.56,28.5,28.45,28.37,28.29,28.21,28.13,28.06,27.99
|
11
|
+
Commercial,New Brunswick,Electricity,33.33,32.98,33.49,34.21,36.07,35.09,35,34.58,34,34.02,35,35.29,35.33,35.36,36.25,36.93,37.67,38.33,39,39.59,40.18,40.79,41.4,41.86,42.31,42.77,43.23,43.69,44.15,44.61,45.07,45.53,45.99,46.44,46.9,47.36,47.82,48.28,48.74,49.2,49.66,50.12,50.57,51.03,51.49,51.95
|
12
|
+
Commercial,New Brunswick,Natural Gas,12.54,12.75,7.59,9.8,7.9,11.54,12.11,9.24,8.47,9.44,9.88,9.97,9.66,9.22,10.46,11.17,11.69,12.22,12.26,12.31,12.35,12.43,12.52,12.62,12.69,12.77,12.75,12.73,12.71,12.69,12.68,12.67,12.69,12.7,12.72,12.73,12.72,12.7,12.68,12.66,12.63,12.61,12.58,12.55,12.53,12.51
|
13
|
+
Commercial,New Brunswick,Oil,24.13,24.07,24.8,30.86,21.72,24.6,28.95,30.36,29.29,30.69,25.21,21.7,23.74,27.47,28.57,23.46,25.22,28.22,30.16,30.95,31.73,31.85,32.02,32.11,32.07,31.95,31.79,31.64,31.46,31.31,31.17,31.04,30.96,30.89,30.83,30.75,30.68,30.58,30.49,30.4,30.29,30.18,30.07,29.96,29.85,29.75
|
14
|
+
Commercial,Newfoundland and Labrador,Electricity,27.03,27.42,27.68,25.96,28.61,26.34,26.25,28.53,30.44,28.32,29.27,26.81,27.35,27.35,27.48,29.24,30.84,32.77,33.39,33.87,34.38,34.87,35.45,35.83,36.38,36.82,37.09,37.37,37.61,37.87,38.1,38.3,38.58,38.77,39.01,39.45,39.67,40.4,40.7,40.9,41.14,41.54,41.59,41.94,42.05,42.36
|
15
|
+
Commercial,Newfoundland and Labrador,Natural Gas,12.54,12.75,7.59,9.8,7.9,11.54,12.11,9.24,8.47,9.44,9.88,9.97,9.66,9.57,10.01,10.11,10.12,10.16,10.34,10.51,10.68,10.87,11.07,11.28,11.47,11.67,11.76,11.86,11.9,11.91,11.92,11.93,11.96,11.98,12.02,12.05,12.05,12.04,12.03,12.03,12.02,12.01,11.99,11.98,11.97,11.96
|
16
|
+
Commercial,Newfoundland and Labrador,Oil,22.81,24.11,24.23,29.34,20.4,23.6,28.54,29.3,26.61,26.41,20.47,18.72,21.14,25.07,26.1,20.99,22.16,24.81,27.33,28.47,29.58,30.79,30.71,30.68,30.56,30.47,30.39,30.32,30.22,30.15,30.07,30.01,30,29.98,29.98,29.97,29.95,29.91,29.88,29.84,29.78,29.72,29.66,29.6,29.54,29.49
|
17
|
+
Commercial,Northwest Territories,Electricity,28.51,28.22,28.06,28.19,30.29,32.22,30.67,35.34,35.5,37.05,39.5,40.88,41,41.12,41.24,41.36,41.48,41.6,41.73,41.85,42.01,42.13,42.25,42.38,42.5,42.62,42.74,42.9,43.02,43.14,43.27,43.39,43.55,43.67,43.79,43.91,44.04,44.16,44.28,44.4,44.52,44.64,44.76,44.89,45.01,45.13
|
18
|
+
Commercial,Northwest Territories,Natural Gas,13.58,14.21,13.76,12.8,13.41,13.34,11.34,10.05,9.79,10.52,9.82,6.29,7.85,7.37,8.84,9.69,10.31,10.94,10.97,10.99,11.02,11.09,11.16,11.26,11.31,11.38,11.35,11.32,11.28,11.25,11.23,11.22,11.22,11.23,11.24,11.25,11.22,11.19,11.17,11.14,11.1,11.07,11.04,11,10.97,10.94
|
19
|
+
Commercial,Northwest Territories,Oil,25.34,25.91,28.63,35.34,25.71,27.87,33.5,33.65,32.76,35.17,27.34,24.05,26.55,30.66,29.48,23.28,24.24,26.43,28.5,29.43,30.35,31.34,31.28,31.25,31.15,31.08,31.02,30.95,30.88,30.81,30.75,30.7,30.69,30.68,30.68,30.66,30.65,30.61,30.59,30.56,30.51,30.46,30.41,30.36,30.31,30.27
|
20
|
+
Commercial,Nova Scotia,Electricity,29.64,33.86,33.16,31.61,35.38,34.62,36.44,38.46,39.21,39.67,40.02,39.17,39.21,39.25,39.3,39.77,40.25,40.73,42.22,43.43,44.47,45.33,45.63,45.7,45.99,46.14,46.29,46.44,46.48,46.52,46.56,46.6,46.63,46.67,46.71,46.75,46.79,46.82,46.86,46.9,46.94,46.98,47.01,47.05,47.09,47.13
|
21
|
+
Commercial,Nova Scotia,Natural Gas,17.24,17.48,15.3,14.81,12.85,11.34,9.96,8.94,13.98,15.95,17.29,15.2,11.11,12.4,12.53,12.56,12.57,12.58,12.73,12.87,13.02,13.18,13.35,13.52,13.68,13.84,13.9,13.96,14,14.03,14.06,14.1,14.14,14.19,14.24,14.29,14.31,14.31,14.33,14.34,14.35,14.35,14.36,14.36,14.37,14.38
|
22
|
+
Commercial,Nova Scotia,Oil,24.27,27.25,25.22,30.68,21.96,24.5,29.74,30.86,30.92,33.3,26.56,23.1,24.49,27.26,26.43,20.23,21.19,23.37,25.44,26.38,27.29,28.29,28.22,28.2,28.1,28.02,27.96,27.9,27.82,27.76,27.7,27.65,27.64,27.62,27.62,27.61,27.6,27.56,27.53,27.51,27.46,27.41,27.36,27.31,27.26,27.22
|
23
|
+
Commercial,Nunavut,Electricity,28.51,28.22,28.06,28.19,30.29,32.22,30.67,35.34,35.5,37.05,39.5,40.88,41,41.12,41.22,42.58,43.98,44.59,45.21,45.82,47.85,50.3,50.3,50.3,50.3,50.3,50.3,50.3,50.3,50.3,50.32,50.03,49.89,49.88,49.8,49.83,49.77,49.69,49.6,49.51,49.46,49.38,49.22,49.12,49.03,48.96
|
24
|
+
Commercial,Nunavut,Natural Gas,12.9,13.48,12.18,11.71,11.68,11.38,9.7,8.41,8.37,9.19,8.29,5.7,7.47,7.11,8.36,9.07,9.59,10.13,10.14,10.15,10.16,10.21,10.26,10.33,10.36,10.41,10.38,10.35,10.32,10.29,10.27,10.25,10.25,10.25,10.26,10.26,10.24,10.21,10.19,10.16,10.13,10.1,10.07,10.04,10.01,9.99
|
25
|
+
Commercial,Nunavut,Oil,25.35,25.93,28.65,35.36,25.72,27.88,33.52,33.66,32.78,35.19,27.36,24.06,26.57,30.68,29.49,23.29,24.25,26.44,28.51,29.44,30.36,31.35,31.29,31.26,31.16,31.09,31.03,30.96,30.89,30.83,30.76,30.71,30.7,30.69,30.69,30.68,30.66,30.62,30.6,30.57,30.52,30.48,30.42,30.37,30.32,30.29
|
26
|
+
Commercial,Ontario,Electricity,36.46,30.78,28.81,29.43,28.9,31.26,33.48,36.01,35.78,37.92,31.1,42.93,43.77,44.65,44.55,44.5,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45,44.45
|
27
|
+
Commercial,Ontario,Natural Gas,12.02,13.34,11.66,12.08,9.64,9.52,7.78,6.81,7.22,8.03,8.04,6.21,8.85,7.25,7.32,8.72,9.27,9.82,9.86,9.9,9.94,10.01,10.1,10.2,10.27,10.34,10.32,10.3,10.27,10.25,10.24,10.23,10.24,10.25,10.27,10.28,10.27,10.24,10.22,10.2,10.17,10.14,10.11,10.08,10.05,10.03
|
28
|
+
Commercial,Ontario,Oil,22.6,23.34,24.18,30.17,22.48,25.64,31.46,31.99,31.84,32.72,27.71,24.39,29.6,31.86,30.87,26.66,28.4,31.37,33.31,34.11,34.89,35.78,35.62,35.51,35.3,35.13,34.97,34.82,34.65,34.5,34.36,34.23,34.16,34.08,34.02,33.95,33.88,33.78,33.69,33.61,33.5,33.39,33.28,33.17,33.06,32.97
|
29
|
+
Commercial,Prince Edward Island,Electricity,37.67,36.13,38.45,40.94,49.34,44.5,37.57,37.12,40.26,40.88,42.86,43.8,43.84,43.92,44.67,44.67,45.03,45.04,45.05,45.17,45.28,45.39,45.51,45.62,45.73,45.85,45.96,46.08,46.19,46.31,46.38,46.45,46.52,46.59,46.66,46.73,46.8,46.87,46.94,47.01,47.08,47.15,47.22,47.29,47.36,47.43
|
30
|
+
Commercial,Prince Edward Island,Natural Gas,13.47,13.71,8.16,10.55,8.5,12.42,13.03,9.95,8.4,9.35,7.44,9.97,9.66,9.22,10.01,10.46,10.79,11.13,11.2,11.28,11.36,11.46,11.57,11.7,11.79,11.9,11.9,11.9,11.9,11.91,11.92,11.93,11.96,11.98,12.02,12.05,12.05,12.04,12.03,12.03,12.02,12.01,11.99,11.98,11.97,11.96
|
31
|
+
Commercial,Prince Edward Island,Oil,23.02,23.71,23.59,29.51,21.21,23.91,29.21,30.32,28.09,30.06,23.38,20.18,21.29,25.24,26.27,21.17,22.93,25.93,27.86,28.66,29.44,30.32,30.16,30.05,29.84,29.66,29.5,29.34,29.17,29.02,28.88,28.75,28.67,28.59,28.53,28.46,28.39,28.28,28.2,28.11,27.99,27.88,27.77,27.66,27.55,27.46
|
32
|
+
Commercial,Quebec,Electricity,23.64,24.49,23.96,23.47,24.38,23.84,23.2,23.06,23.28,23.69,24.55,24.52,24.55,24.57,24.66,24.75,24.52,24.29,24.44,24.51,24.71,24.93,25.19,25.19,25.34,25.54,25.8,26.01,26.27,26.64,27.07,27.45,27.84,28.11,28.42,29.13,29.52,29.79,30.54,30.83,31.13,31.43,31.73,32.04,32.34,32.65
|
33
|
+
Commercial,Quebec,Natural Gas,13.79,15.62,11.79,16.88,13.49,13.01,10.56,11.79,10.35,10.78,11.45,12.27,13.01,12.57,12.78,12.94,13.35,13.69,14.14,14.56,15.05,15.45,15.52,15.61,15.66,15.72,15.68,15.65,15.61,15.58,15.55,15.53,15.53,15.53,15.54,15.54,15.51,15.48,15.45,15.41,15.37,15.34,15.3,15.26,15.22,15.19
|
34
|
+
Commercial,Quebec,Oil,20.38,21.02,21.38,28.86,19.62,22.26,27.42,28.66,28.1,28.53,24.7,21.35,24.46,29.1,27.91,21.95,23.35,25.88,28.28,29.51,30.38,31.04,31.39,31.26,31.03,30.83,30.65,30.47,30.29,30.12,29.96,29.82,29.73,29.63,29.56,29.47,29.39,29.27,29.17,29.07,28.95,28.82,28.7,28.58,28.45,28.35
|
35
|
+
Commercial,Saskatchewan,Electricity,29.04,30.72,30.05,28.65,29.33,30.1,30.88,30.51,31.48,32.89,34.16,34.57,34.91,35.26,36.44,36.99,37.54,38.1,38.68,39.26,39.85,39.63,39.84,39.94,39.93,39.74,40.03,40.21,40.32,40.46,40.6,40.62,40.67,40.65,40.7,40.85,40.92,40.97,41.05,41.14,41.23,41.35,41.42,41.56,41.67,41.81
|
36
|
+
Commercial,Saskatchewan,Natural Gas,6.98,8.21,7.84,8.08,6.74,5.11,5.06,4.32,4.64,5.16,4.92,5.65,4.65,4.82,6.09,6.81,7.34,7.88,7.93,7.97,8.01,8.09,8.18,8.28,8.35,8.42,8.4,8.38,8.36,8.34,8.33,8.32,8.33,8.35,8.36,8.38,8.36,8.34,8.32,8.3,8.27,8.24,8.22,8.19,8.16,8.14
|
37
|
+
Commercial,Saskatchewan,Oil,23.33,24.47,25.86,31.1,22.78,25.37,27.12,28.92,26.57,31.99,24.08,21.94,23.18,26.66,28.45,23.32,25.06,28.04,29.98,30.77,31.56,32.44,32.29,32.18,31.97,31.79,31.63,31.48,31.31,31.16,31.02,30.89,30.82,30.74,30.68,30.61,30.54,30.44,30.35,30.27,30.15,30.04,29.93,29.82,29.72,29.63
|
38
|
+
Commercial,Yukon,Electricity,24.05,23.81,23.68,23.78,25.56,27.19,25.87,29.82,29.95,31.26,33.33,34.49,34.59,34.69,34.83,35.62,35.8,35.84,35.87,36.3,36.78,37.26,37.54,37.7,37.98,38.01,38.04,38.42,38.68,38.94,39.23,39.76,40.11,40.28,40.55,40.86,41.15,41.37,41.71,42,42.33,42.71,42.96,43.33,43.68,43.97
|
39
|
+
Commercial,Yukon,Natural Gas,12.9,13.48,12.18,11.71,11.68,11.38,9.7,8.41,8.37,9.19,8.29,5.7,7.47,7.11,8.36,9.07,9.59,10.13,10.14,10.15,10.16,10.21,10.26,10.33,10.36,10.41,10.38,10.35,10.32,10.29,10.27,10.25,10.25,10.25,10.26,10.26,10.24,10.21,10.19,10.16,10.13,10.1,10.07,10.04,10.01,9.99
|
40
|
+
Commercial,Yukon,Oil,27.57,28.75,30.41,36.23,27.94,30.54,35.71,36.85,35.65,35.77,28.91,24.98,26.91,31.77,31.47,25.27,26.23,28.41,30.48,31.42,32.33,33.33,33.26,33.24,33.14,33.06,33,32.94,32.86,32.8,32.74,32.69,32.68,32.66,32.66,32.65,32.64,32.6,32.58,32.55,32.5,32.45,32.4,32.35,32.3,32.26
|
41
|
+
|
42
|
+
|