-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account for transmission losses / Grid Gross Loss #80
Labels
consumed emissions
Improve consumed emission calculation
data inputs
related to new data, downloading, or loading data
data outputs
New output files or data fields that should be added
dependencies
Issues related to packages OGE depends on
eia
question for EIA
epa
question for EPA
methodology
Improve methodology
new feature
New feature or request
question
Further research or external expertise needed
Comments
grgmiller
added
methodology
Improve methodology
data inputs
related to new data, downloading, or loading data
data outputs
New output files or data fields that should be added
labels
Jun 8, 2022
Electricity disposition data is reported by utility in the "Operational_Data" table of EIA-861. This table only reports the NERC region of each utility, but we may be able to map the utility to BA using one of the other EIA-861 tables, like "Sales_Ult_Cust". |
Based on the work started in #161, this is what I've discovered so far: How does eGRID Calculate GGL?
How does this PR calculate GGL?
Why are our calculations so different from eGRID?
|
grgmiller
added
question
Further research or external expertise needed
eia
question for EIA
labels
Aug 13, 2022
grgmiller
added
consumed emissions
Improve consumed emission calculation
new feature
New feature or request
labels
Jan 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
consumed emissions
Improve consumed emission calculation
data inputs
related to new data, downloading, or loading data
data outputs
New output files or data fields that should be added
dependencies
Issues related to packages OGE depends on
eia
question for EIA
epa
question for EPA
methodology
Improve methodology
new feature
New feature or request
question
Further research or external expertise needed
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 interchange
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.
The text was updated successfully, but these errors were encountered: