Outputs¶
End Uses¶
Each of the following end uses are reported by fuel type:
heating
: Space heating primary energy use, fans, pumps, and backup heatingcooling
: Space cooling primary energy use and fanshot_water
: Water heating energy uselarge_appliance
: Refrigerators, dishwashers, clothes washers, clothes dryerssmall_appliance
: Range/oven, televisions, plug loadslighting
: Interior and exteriorgeneration
: PV generation. Reported as positive values.
For each end use by fuel type the results are reported in the following units:
Fuel Type |
Units |
---|---|
|
kWh |
|
kBtu |
|
kBtu |
|
kBtu |
|
kBtu |
|
kBtu |
{
"quantity": 442.54,
"period_type": "year",
"end_use": "heating",
"resource_type": "electric",
"units": "kWh"
}
Hot Water¶
Hot water use is reported in gallons. All values are gallons of hot water (e.g., at water heater setpoint), not total water (e.g., at the fixture temperature).
{
"quantity": 21572.2,
"period_type": "year",
"end_use": "hot_water",
"resource_type": "hot_water",
"units": "gal"
}
Site Energy¶
Total Site Energy¶
Total site energy is calculated by summing all the end uses and converting to million Btu (MBtu). Generation is excluded from the total site energy.
{
"quantity": 111.63,
"period_type": "year",
"resource_type": "total_site_energy",
"units": "MBtu"
}
Net Site Energy¶
Net site energy is calculated by subtracting the generation from the total site energy and is reported in million Btu (MBtu).
{
"quantity": 94.9,
"period_type": "year",
"resource_type": "net_site_energy",
"units": "MBtu"
}
Source Energy¶
Source energy is calculated by converting all fuel types to million Btu and multiplying by the site-to-source factors below:
Fuel Type |
Conversion Factor |
---|---|
Electric |
2.44 |
Natural Gas |
1.05 |
Lpg |
1.01 |
Fuel Oil |
1.01 |
Cord Wood |
1.0 |
Pellet Wood |
1.0 |
Total Source Energy¶
Total source energy is calculated by summing all the fuel use multiplied by their respective site-to-source factors. It excludes generation.
{
"quantity": 162.33,
"period_type": "year",
"resource_type": "total_source_energy",
"units": "MBtu"
}
Net Source Energy¶
Net source energy is calculated by subtracting the generation from the total source energy. Generation is multiplied by the electricity site-to-source factor.
{
"quantity": 121.5,
"period_type": "year",
"resource_type": "net_source_energy",
"units": "MBtu"
}
Asset Source Energy¶
Asset source energy is calculated by calculating the source energy of the asset end uses (heating, cooling, and hot water) and subtracting the generation (PV). Generation is not multiplied by a site-to-source factor.
{
"quantity": 87.08,
"period_type": "year",
"resource_type": "asset_source_energy",
"units": "MBtu"
}
Energy Use Intensity¶
The site and source energy outputs are also available as an energy use intensity (EUI), which are calculated by dividing each of those outputs by the conditioned floor area and converting to kBtu/sqft. The following EUI outputs are available:
total_site_energy_eui
net_site_energy_eui
total_source_energy_eui
net_source_energy_eui
asset_source_energy_eui
{
"quantity": 55.82,
"period_type": "year",
"resource_type": "total_site_energy_eui",
"units": "kBtu/sqft"
},
{
"quantity": 47.45,
"period_type": "year",
"resource_type": "net_site_energy_eui",
"units": "kBtu/sqft"
},
{
"quantity": 81.17,
"period_type": "year",
"resource_type": "total_source_energy_eui",
"units": "kBtu/sqft"
},
{
"quantity": 60.75,
"period_type": "year",
"resource_type": "net_source_energy_eui",
"units": "kBtu/sqft"
},
{
"quantity": 43.54,
"period_type": "year",
"resource_type": "asset_source_energy_eui",
"units": "kBtu/sqft"
}
Carbon Emissions¶
Carbon emissions are calculated using EPA eGrid state average carbon factors for
electricity and nationwide averages for other fuels. A table of the carbon
factors used is available to download
.
{
"quantity": 16089,
"period_type": "year",
"resource_type": "carbon_emissions",
"units": "lb"
}
Utility Use¶
The total by each fuel used is reported in units that are typical for each fuel.
Fuel Type |
Units |
Original Units |
Multiplier |
Notes |
---|---|---|---|---|
|
kWh |
kWh |
1 |
Including PV generation |
|
therms |
kBtu |
1/100 |
|
|
gal |
kBtu |
1/91.6 |
|
|
gal |
kBtu |
1/139 |
|
|
cord |
kBtu |
1/20,000 |
20 MBtu/cord |
|
lb |
kBtu |
2/16.4 |
16.4 MBtu/ton and 2000 lb/ton |
{
"quantity": 9513.09,
"period_type": "year",
"resource_type": "utility_use_electric",
"units": "kWh"
},
{
"quantity": 791.7,
"period_type": "year",
"resource_type": "utility_use_natural_gas",
"units": "therm"
},
{
"quantity": 0.0,
"period_type": "year",
"resource_type": "utility_use_lpg",
"units": "gal"
},
{
"quantity": 0.0,
"period_type": "year",
"resource_type": "utility_use_fuel_oil",
"units": "gal"
},
{
"quantity": 0.0,
"period_type": "year",
"resource_type": "utility_use_cord_wood",
"units": "cord"
},
{
"quantity": 0.0,
"period_type": "year",
"resource_type": "utility_use_pellet_wood",
"units": "lb"
}
Utility Cost¶
Utility costs are calculated using state average utility rates, including fixed and marginal charges. The fixed charge and marginal rates used in the calculation are reported.
{
"quantity": 12.0,
"period_type": "year",
"resource_type": "utility_bill_fixed_charge_electric",
"units": "USD/month"
},
{
"quantity": 0.1065,
"period_type": "year",
"resource_type": "utility_bill_marginal_rate_electric",
"units": "USD/kWh"
},
{
"quantity": 12.0,
"period_type": "year",
"resource_type": "utility_bill_fixed_charge_natural_gas",
"units": "USD/month"
},
{
"quantity": 1.2125,
"period_type": "year",
"resource_type": "utility_bill_marginal_rate_natural_gas",
"units": "USD/therm"
},
The applicable fixed and marginal utility rates are applied and summed to calculate a total utility cost.
{
"quantity": 1738.81,
"period_type": "year",
"resource_type": "utility_bill_cost",
"units": "USD"
}
Score¶
The Asset Source Energy is used to determine the Score by looking up in the scoring bins. There are separate sets of bins for single-family and multi-family buildings. The score is reported as an integer between 1-10.
You can download the Scoring Bins
here.
The scoring bins are defined for each weather station. To get the score in the table, the Asset Source Energy must be less than or equal to the number in the column for that scoring bin.
{
"quantity": 5,
"resource_type": "score"
}
Cost Multipliers¶
Several quantities are used to calculate upgrade costs such as surface areas to be insulated. These quantities are reported with the following units:
Cost Multiplier |
Units |
---|---|
footprint_area [1] |
sqft |
conditioned_floor_area |
sqft |
floor1_floor_area |
sqft |
floor2_floor_area |
sqft |
floor1_wall_area |
sqft |
floor2_wall_area |
sqft |
roof1_ceiling_area |
sqft |
roof2_ceiling_area |
sqft |
roof1_kneewall_area |
sqft |
roof2_kneewall_area |
sqft |
roof1_roof_area [2] |
sqft |
roof2_roof_area [2] |
sqft |
roof1_skylight_area |
sqft |
roof2_skylight_area |
sqft |
front_wall_area [3] |
sqft |
back_wall_area [3] |
sqft |
left_wall_area [3] |
sqft |
right_wall_area [3] |
sqft |
front_window_area |
sqft |
back_window_area |
sqft |
left_window_area |
sqft |
right_window_area |
sqft |
hvac1_duct1_area [4] |
sqft |
hvac1_duct2_area [4] |
sqft |
hvac1_duct3_area [4] |
sqft |
hvac2_duct1_area [4] |
sqft |
hvac2_duct2_area [4] |
sqft |
hvac2_duct3_area [4] |
sqft |
hvac1_cooling_capacity [5] |
Btuh |
hvac1_heating_capacity [5] |
Btuh |
hvac2_cooling_capacity [5] |
Btuh |
hvac2_heating_capacity [5] |
Btuh |
water_heater_capacity |
gal |