Skip to content
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

Refine emissions adjustments for CHP #23

Open
2 tasks
grgmiller opened this issue May 28, 2022 · 3 comments
Open
2 tasks

Refine emissions adjustments for CHP #23

grgmiller opened this issue May 28, 2022 · 3 comments
Labels
emissions Accuracy/completeness of emission mass data epa question for EPA methodology Improve methodology question Further research or external expertise needed

Comments

@grgmiller
Copy link
Collaborator

grgmiller commented May 28, 2022

There are several ways that the CHP adjustment (used to calculate emission_mass_lb_for_electricity could be improved.

Assumed values

  • When calculating useful_thermal_output, data_cleaning.calculate_electric_allocation_factor() uses an assumed efficiency factor of 0.8, because this is what is used in the eGRID methodology. We should investigate whether this assumption can be improved.
  • When calculating the electric_allocation_factor, data_cleaning.calculate_electric_allocation_factor() uses an additional assumed efficiency factor of 0.75, because this is what is used in the eGRID methodology. We should investigate whether this assumption can be improved.

Adjust calculation for bottoming cycles

The eGRID techincal support document notes regarding their CHP adjustment methodology that:

This assumes that the CHP units generate electricity first and use the waste heat for other purposes, also
known as “topping.” While there aresome units that generate and use heat first and then use the waste heat
to generate electricity, also known as “bottoming,” data from the EIA shows that the vast majority of CHP
facilities are topping facilities

However, the EIA-860 generator table contains information about whether each plant uses a topping or bottoming cycle, so we could incorporate this information to create a different calculation for bottoming cycle plants.

According to the data for 2020, of the 72, 337 MW of operable capacity for CHP generators, 67,571MW (93%) uses a topping cycle, while the remaining 7% uses a bottoming cycle.

Refine methodology for adjusting CEMS data

Because CEMS reports data by the unit, our current understanding is that each unit either only produces steam (heat), or only produces electricity, but not both. If this is the case, it simplifies the calculation because we can simply exclude steam-only units from the calculation of emissions for electricity production. However, we need to investigate this further to understand whether this is the case, and whether there would be any reason that any emissions from these plants should be allocated to electricity generation.

@grgmiller grgmiller self-assigned this May 28, 2022
@grgmiller grgmiller added the methodology Improve methodology label Jun 2, 2022
@grgmiller grgmiller removed their assignment Jun 14, 2022
@grgmiller grgmiller added this to the Version 2 Release milestone Jun 14, 2022
@grgmiller grgmiller added the question Further research or external expertise needed label Jul 26, 2022
@grgmiller
Copy link
Collaborator Author

Also, EIA-923 collects a CHP Efficiency field. As per the EIA-923 instructions:

CHP Plant Efficiency: If the CHP checkbox is “YES”, enter the efficiency of the combined heat and
power plant. Report the annual average total CHP plant efficiency.

To calculate the total plant efficiency, apply the following formula by dividing the sum of the energy
outputs in Btu, including gross generation and useful thermal output, by the sum of the energy inputs
(total fuels consumed converted to Btu).

image

If gross generation is not available, use net generation as an approximation. Total Fuel Consumption
(MMBtu) is found using Schedule 3 fuel quantities multiplied by their average heat content

Could we use this reported value instead of calculating this ourselves? This formula looks similar to some of the calculations we perform in our CHP allocation step.

@grgmiller grgmiller added the epa question for EPA label Aug 13, 2022
@grgmiller
Copy link
Collaborator Author

I have confirmed that the reported steam load data in CEMS is not necessarily related to CHP: #216

@grgmiller grgmiller removed this from the v0.2.0 milestone Sep 13, 2022
@grgmiller
Copy link
Collaborator Author

One paper that explores CHP allocation methods is https://ieeexplore.ieee.org/document/8352048/

@grgmiller grgmiller added the emissions Accuracy/completeness of emission mass data label Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
emissions Accuracy/completeness of emission mass data epa question for EPA methodology Improve methodology question Further research or external expertise needed
Projects
None yet
Development

No branches or pull requests

1 participant