Our published carbon accounting emission factors do not yet consider transmission losses as part of the calculation, which would account for losses between the points of generation and points of consumption. As the eGRID technical guide notes:
because there are line losses, one kilowatt hour of electricity consumption requires a little more than one kilowatt hour of electricity generation. To account for transmission and distribution line losses when applying eGRID output emission rates to electricity consumption within a certain region, consumption is divided by (one minus the grid gross loss [as a decimal])
There are two places where it would make sense to account for these losses:
- when performing the physics-based reconciliation of EIA-930 data, the conservation of energy equation currently assumes that
demand = generation + net interchange. However, in reality, this equation should be demand + transmission losses = generation + net interchange
- When calculating consumption-based emissions, we only use net generation and interchange data to calculate this, and ignore the demand data. However, if demand data were used as part of the calculation, this would in theory implicitly account for these losses.
Both of the above issues would need to be addressed in the gridemissions repository that we use in the pipeline.
One potential alternative (or perhaps more appropriately a short-term patch) would be to apply a BA-specific grid gross loss value to our consumption-based factors as a post-processing step.
Calculating Grid Gross Loss
eGRID uses data from the EIA's State Electricity Profiles and EIA-861 to calculate grid gross loss values at the interconnect level. See section 3.5 of the eGRID technical guide for a full overview of the methodology. We should look into whether it is possible to calculate these factors at the BA-level.
Our published carbon accounting emission factors do not yet consider transmission losses as part of the calculation, which would account for losses between the points of generation and points of consumption. As the eGRID technical guide notes:
There are two places where it would make sense to account for these losses:
demand = generation + net interchange. However, in reality, this equation should bedemand + transmission losses = generation + net interchangeBoth of the above issues would need to be addressed in the gridemissions repository that we use in the pipeline.
One potential alternative (or perhaps more appropriately a short-term patch) would be to apply a BA-specific grid gross loss value to our consumption-based factors as a post-processing step.
Calculating Grid Gross Loss
eGRID uses data from the EIA's State Electricity Profiles and EIA-861 to calculate grid gross loss values at the interconnect level. See section 3.5 of the eGRID technical guide for a full overview of the methodology. We should look into whether it is possible to calculate these factors at the BA-level.