-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Correct CEMS for net vs. gross generation #245
Comments
I've seen a working paper that adjusted gross generation to an estimate of net and even estimated hourly hydro generation from stream flow data. Can't find it at the moment but I'll check around. It's also the paper that pointed out issues with generation from some combined cycle units (no generation reported to CEMS for the steam turbine IIRC). |
This has probably been resolved at this point, but based on a conversation with the EPA CAMD folks yesterday, the data in EPA CEMS is gross generation, including all generation before subtracting out house loads. One of my research goals is to actually try and estimate hourly data about generators not included in CEMS (<25MW) by trying to derive a relationship between gross and net generation and converting net generation data from EIA-923 and EIA-930 to gross generation and emissions. |
Definitely not yet resolved! That's why the issue is still open :) But also definitely something we want to get done. IIRC the 923 data has both net generation (in the |
From what I've seen in the raw 923 files, it looks like all of the reported MWh data is net generation (or is at least labeled as such in the column headers). The only plant level gross generation data I've been able to find is in CEMS. |
Hmm, okay if that's the case then probably you'll need to use the fuel heat content -- it's reported in both CEMS, and in the |
The EIA923 Schedules_6_7 file has annual gross generation, station use, direct use, incoming electricity, etc. Might be helpful for estimating average plant-level ratios of gross to net generation. |
This NBER paper is also a good read for method ideas https://www.nber.org/papers/w23053.pdf |
Aaaaah, that's right there are other files! We're generalizing the spreadsheet extraction process and will map all of the files to get at this data. |
Reading the user manual for EPA's AVERT tool, they state: It seems like here EPA may simply be calculating a ratio between the two numbers, but it would probably make sense to perform a regression that takes into account the weighted capacity factor, although it might be hard to apply any regression to interpolate an hour-specific parasitic loss factor if the hourly capacity factor falls outside the range of monthly-weighted capacity factors in the regression |
Interesting. It looks like the data in EIA Schedules 6 and 7 would be quite useful, although it looks like the set of plants in schedule 6/7 (n=5215) is smaller than the set of plants in the other schedules (n=8714). Still this would be a good starting point. I'll take a look at the Cicala paper and his method for what he calls "net-to-gross ratios", and report back about conversion factors |
While working on this, I just wanted to highlight an observation about the data included in CEMS (which perhaps was already obvious to others looking at this data, but just wanted to be sure to post): The |
Congrats on implementing this! It's been a while since I've thought about gross-to-net conversion, so I'm not sure I have anything helpful to add, but your write-up is great. |
The generation numbers which can be calculated from the EPA CEMS data need to be clearly identified as either net generation or gross generation, and potentially standardized. The EIA 923 generation table (not generation fuel) has information about net vs. gross electricity generation that should be helpful. This is reportedly a big pain in the ass, according to other people who have worked on it.
The text was updated successfully, but these errors were encountered: