-
Notifications
You must be signed in to change notification settings - Fork 176
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
How to get carbon emission data by fuel(or input) #517
Comments
The problem logically is that CO2 emissions in the model are not calculated or reported by input. The calculation of CO2 emissions happens at the level of the technology, and it's based on the input-output coefficients and fuel carbon intensities of each input fuel, taking into consideration any carbon sequestration, whether through non-energy use (i.e. feedstocks) or CO2 capture and storage. |
Thank you very much for your kind guidance! I will follow your advise and explore these xml files. |
Hi, I'm also working on CO2 emission and found that the technology "electricity-coal(conv pul)" was not equal to energy consmption*Ccoef.As the following picture shows, in this version, energy consumption of "electricity-coal(conv pul)" was 5.236 in 2015 and CO2 emission of this technology was 386.297 in 2015. If I use the coefficient of "coal" in |
The query |
Thank you!Recently I found that the query "inputs by tech" was also the input that the CO2 emission could be calculated out. The efficiency between the input and output can be changed in global technology database. |
Hi page!
Thank you in advance! |
Good questions! The reported CO2 emissions from the feedstocks sectors do contribute to regional CO2 emissions, though as you note all emissions are sourced from coal and gas feedstocks. The sequestration fractions that we assume are 100% for refined liquids, and 0% for coal and gas. These are obviously not true to the best estimates, but the convention follows what the CDIAC emissions inventory team did when compiling their emissions inventories. I believe the petroleum sequestration fraction should be more like 65%, for instance; not sure about gas and coal. This is covered in various EPA technical methods reports, in support of emission inventories. There are a number of complexities that go into this, including lifetimes (some non-energy uses result in CO2 during the same year; others some number of years later), specific products being made (e.g., organic chemicals contain carbon and tend to produced from petroleum feedstocks, whereas inorganic chemicals do not contain carbon and tend to be produced from natural gas), and inconsistent reporting practices. I believe the only country that reports a significant amount of coal non-energy use is China, but I suspect it's partly because they're reporting some portion of blast furnace feed as non energy use. While technically a non combustion reaction, and therefore “non-energy” use, the iron reduction chemical reactions do not sequester any carbon (it’s all turned into CO2). Also be aware that some of the non-energy uses take place within the ammonia sector, where we do not disaggregate energy and non-energy uses. Anyway you’re welcome to revise these fractions, which are in:
(3 separate files, for chemicals 325, construction 324, and other industry 32). |
Dear everyone,
I'm trying to run GCAM-CHINA and I want to get carbon emission data by fuel. Queries on CO2 emissions are “CO2 emissions by tech (excluding resource production)” and "CO2 emissions by subsector (excluding resource production)". I tried to write a new query based on these two queries, but it didn't work:
How can I get this query correct? Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: