-
Notifications
You must be signed in to change notification settings - Fork 0
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
What is actual definition of total emission #4
Comments
We'll take the fast way: Just call the concept Instead we can make release branches for old releases. That job will be in the backlog, no need to do it now. |
See #3 (comment) for proposal. Discuss or comment there. |
I compared the aggregated sum of nation data and global data (all indicator except per capita emission, because per capita data can't be compared like this), they mostly have small differences. For example
But there is one indicator have bigger diffs, carbon_emissions_liquid_fuel_consumption. The diffs in this indicator are not constant, there are years data are very close in nation and global. not sure why
@jheeffer do you think it safe to assume the liquid fuel consumption in nation file is same concept as in global file? |
Good question. I think it is but I'll send an email to cdiac. Wonder if they'll reply :D. Let's assume it's the same for now |
Just found this on http://cdiac.ornl.gov/pns/faq.html A. The difference between the sum of the individual countries (or regions) and the global estimates is generally less than 5%. There are four primary reasons for this.
|
But I'm sending the email anyways, because differences are 12-14%. |
They misunderstood the question about liquid fuels, but nonetheless their answer explains some things. Reply: For the cement data, this is simply a rounding issue. In presenting global estimates we round to million metric tons to better reflect the precision of the data (i.e., we doubt we know cement production at the global scale to the nearest thousand metric ton). For national estimates, particularly for small countries, we present in thousand metric tons so as not to lose national year-to-year features. For example, if Chad had 3478 and 3003 thousand metric tons of emissions in successive years one gets a better appreciation of the year-to-year change than if we reported both as 3 million metric tons. In summary, this is a balance between reporting an appropriate number of significant digits while maintaining the trends and features of the data. Global estimates are based on energy production data which are more abundant and accurate than detailed consumption data. National estimates are based on production data and trade data (imports, exports, stock changes) or what we call “net apparent consumption”. Consumption data, especially for developing countries, are simply too sparse to produce a bottom-up estimate. Negative emissions are typically either artifacts of underlying data errors or our methodology. For example, if the UN reports Saudi Arabia exported more crude oil than they produced this may or may not be an error. If the Saudis are pulling crude out of stock reserves this may be possible but otherwise would indicate a data reporting error. To demonstrate how negative emissions are possible in our methodology, let assume a country imports lots of crude oil and converts the crude to diesel for export. Our emissions estimates may well show negative emissions for liquid fuels because the exports for the country would exceed their within country production of diesel and the resulting emissions for the consumption of the diesel fuel would appear under the country that imported the diesel from the country. |
In another email I asked:
Reply:
|
Probably correct definition, at least for 1751-2013 version, is
Total emission = Fossil fuels + cement production + gas flaring
In 1751-2013 nation csv's header is
Total CO2 emissions from fossil-fuels and cement production (thousand metric tons of C)
In EMS file it says
Total fossil fuels emission
But when adding up the values to total it seems total value is total of everything except bunker fuels.
In other words: fossil fuels, cement production and gas flaring but without bunker fuels.
In global ems file there is no bunker fuel and the formula at the start seems correct.
In global csv file it says
Total carbon emissions from fossil fuel consumption and cement production (million metric tons of C)
but values again match with above formula (so including gas flaring.Please clean up indicator names of totals and make sure they match the data well (correcting apparent errors in cdiac naming). Then write what we did in readme.mdMake sure to also check other versions if definition changed between versions. If they do, we might have to change our structure or drop version alltogether (and use latest version).
See below comment
The text was updated successfully, but these errors were encountered: