JGCRI / CEDS

Community Emissions Data System (CEDS)
https://www.pnnl.gov/projects/ceds
88 stars 27 forks source link

CEDS sectors #37

Open rgieseke opened 2 years ago

rgieseke commented 2 years ago

Hi,

i was trying to understand the sector definitions and compared the definitions in

https://github.com/JGCRI/CEDS/blob/master/input/mappings/Master_Sector_Level_map.csv

with the sectors i find from the emissions by sector file from the 2021-04-21 release.

I found that there are some working_sector_v1 values which don't appear in the CSV files and vice versa.

In Master_Sector_Level_map but not found in CSVs:

'1A1bc_Other-feedstocks', '1B2_Fugitive-petr-and-gas', '2A6_Other-minerals', '2D3_Chemical-products-manufacture-processing', '2D3_Other-product-use', '3F_Agricultural-residue-burning-on-fields', '5C_Waste-incineration'

In CSVs:

'2Ax_Other-minerals', '2D_Chemical-products-manufacture-processing', '2D_Other-product-use', '5C_Waste-combustion'

Some of these are pretty close obviously, but i can't find in the code base where these renamings happen, e.g. https://github.com/JGCRI/CEDS/search?q=5C_Waste-combustion

Is working_sectors_v1 the right place for the sector names used in the CSVs?

ssmithClimate commented 2 years ago

There's some renaming that we do with the data before its released. We will make those changes system-wide at some point.

Most of the others are just not used at this point so are removed from the final output files.

1A1bc_Other-feedstocks is used internally to keep track of fuel use for feedstocks (so we can track total energy consumption), but is not an emissions sector.