Skip to content

Releases: singularity-energy/open-grid-emissions

v0.1.2

26 Oct 23:00
bce51f7
Compare
Choose a tag to compare

Release Notes

Fixes issue with assignment of subplant IDs
Fixes an issue that was causing some generators/units to be assigned missing or incorrect subplant IDs. This issue caused several downstream issues including inaccurate hourly shapes being assigned to certain subplants, or inaccurate conversion of gross to net generation in the CEMS data. This patch ensures that every generator_id and unitid is associated with a non-missing subplant ID, and that these subplant assignments account for boiler-generator associations from EIA-860 (full details).

  • Impacted data: Plant-level data, power sector data, and carbon accounting data

Fixes anomalous spikes in emission rate data
Several grid regions were exhibiting anomalous dips in their regional emission intensity values due to an issue with the methodology used to shape data from plants with partial CEMS data. Specifically, the generation from certain non-emitting plants (e.g. nuclear, solar, etc) that had a fossil-fuel backup generator onsite were being assigned the intermittent hourly profile of the backup generator if that generator reported to CEMS. This resulted in data quality issues in both the generated and consumed emission rates for some regions. This patch fixes that issue by excluding all non-emitting generators and plants with subplants of mixed fuel types from using the partial CEMS methodology. (full details).

  • Impacted data: carbon accounting data, power sector data, certain plant data, with the largest impacts in PJM and plant EIA ID = 2410 (PSEG Salem Generation Station)

Other updates

  • Fixes an issue that was resulting in an infeasible conda environment by updating to a stable branch of the Public Utility Data Liberation Project.
  • Improves the speed of running the part of the data pipeline that identifies subplant IDs.
  • Updates the plant_metadata.csv file to help users more easily identify the methodologies used for each plant.
  • Adds adjusted R-squared values to the gross to net generation regression outputs available in the data/outputs/gross_to_net_conversions.csv file.
  • Renames the data/outputs/subplant_crosswalk.csv file to subplant_crosswalk_[YEAR].csv to clarify that subplant IDs are only valid for a specific year.

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

08 Sep 15:31
901b8ee
Compare
Choose a tag to compare

Summary of updates

This release (v0.1.1) patches several bugs that were affecting the quality of the data published in the initial release. A big thank you to user @ewezerek for bringing one of these bugs to our attention.

Consumed emission factors
Due to a mathematical error in the previous version of the code, the consumed emissions factors incorrectly accounted for the flow of electricity between regions, which was causing some consumed emissions factors to be reported as negative. We have fixed this error and also implemented validation checks to ensure that the published emissions factors are not negative. While fixing this bug, we also noticed a data quality issue with the EIA-930 input data for AZPS interchange with SRP prior to 6/1/2020, which has been manually corrected.
Impacted data: all carbon accounting data, certain regional power sector data

Sulfur Dioxide (SO2) emissions
Due to misunderstanding several of the assumptions for applying SO2 emissions factors, the SO2 emissions data derived from EIA-923 fuel consumption data were under-reported by several orders of magnitude. These calculations have been corrected, and the updated SO2 emissions totals have been validated as consistent with the SO2 emissions totals published in other data sources.
Impacted data: All SO2 emissions data for plants that don’t report SO2 emissions to CEMS (impacts all regional power sector and emissions accounting data)

Data Quality Metrics
This release adds NOx and SO2 data to the published data quality metrics, and adds information about the quality of the published CEMS data. Details on these updates can be found here.

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

29 Aug 23:36
799cac2
Compare
Choose a tag to compare

What's Changed

New Contributors

Read more