Greg Miller

Results 177 comments of Greg Miller

We have now implemented this gross to net generation conversion as part of the [open grid emissions initiative](https://github.com/singularity-energy/open-grid-emissions). This uses the code here: https://github.com/singularity-energy/open-grid-emissions/blob/main/src/gross_to_net_generation.py And is documented here: https://docs.singularity.energy/docs/open-grid-emissions-docs/gross_to_net-background-of-gross-generation-and-net-generation. There...

According the the EIA-923 file layout sheet, the different types of respondent frequencies are: ![image](https://user-images.githubusercontent.com/45949268/179025408-4fb10c29-9ba3-4cec-b157-e77c20bf90ff.png) Looking at the 2020 EIA-923 data: - 181/9319 records report annually in the boiler fuel...

What's the current status of this PR? I may have some time to work on https://github.com/catalyst-cooperative/pudl/issues/1162 over the next month but want to see where I could be the most...

This newest commit seems to fix the warnings generated by `_test_frac()`, where the fraction doesn't add up to 1. This involves two primary fixes: 1. Instead of fixing the divide...

Commit "fix remove_inactive generators" does the following: - fixes an issue where the `remove_inactive_generators` function was incorrectly removing some retiring and proposed generators - adds a function `manually_fix_energy_source_codes`, which for...

Previously this code had grouped MSN and MSB fuel codes into MSW, since the EIA-860 generator file only uses the MSW code, while the EIA-923 files (in recent years) started...

I made some updates to how plants with proposed and retired operating statuses were being handled. Previously, for proposed generators, we were only keeping the records if they reported generator-specific...

hi @cmgosnell and @zaneselvans - I think this PR is ready for your review. It looks like I need your approval to run the full set of checks on the...

Thanks Zane! The code was passing all of the pre-commit hooks, but I haven't run tox separately. I can look into the docs on how to do that. I'll wait...

Regarding the mismatched energy source codes: I've only noticed this for a single plant (`10204`) in 2020, which may be the only plant with this problem that has non-zero fuel...