NREL / NaTGenPD

Codebase used to build NREL's National Thermal Generator Performance Database
https://nrel.github.io/NaTGenPD/
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Add CC mapping code and requisite data files (close #2) #4

Closed GordStephen closed 5 years ago

GordStephen commented 5 years ago

This adds the new Python version of the CC mapping code to this repo, as well as EIA-860 data files used in the mapping process.

There are two differences to note relative to the CEMS_ccs.csv file referenced in #2:

  1. The 1004_CTG1 and 1004_CTG2 CEMS units are included as CCs (looks like they were missed previously)
  2. The 2393_4, 2393_5, 2393_6, and 2393_7 units are excluded (these appear to be duplicates of 2393_04, 2393_05, 2393_06, and 2393_07, as the first set doesn't exist in emission_01-17-2017.csv, but the second set does).

The result is a net decrease of two units (two added and four removed). The classification process also changed from the old grouping data, so some CEMS units may be grouped into different CC units compared to before.