Skip to content
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

Add CEDS variable-aggregation mapping #255

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

danielhuppmann
Copy link
Member

This PR adds a mapping from the standard emissions variable tree to CEDS categories, per some discussion with @jkikstra

One complicated issue is the handling of transportation-emissions, where domestic aviation is part of "Emissions|*|Energy|Demand|Transportation" in the IAMC convention but part of "Aircraft" in CEDS.

@jkikstra suggested simply doing "Tranportation minus Domestic Aviation", but including computation-instructions goes against the spirit of a well-readable mapping.

Instead, I added two variables

  • Emissions|CO2|Energy|Demand|Transportation|Road
  • Emissions|CO2|Energy|Demand|Transportation|Other

that are not yet included in the variable template.

To be discussed further bilaterally.

FIY @IAMconsortium/common-definitions-emissions

Comment on lines 1 to 33
- Emissions [CEDS]|CO2|Energy Sector:
- Emissions|CO2|Energy|Supply
- Emissions [CEDS]|CO2|Industrial Sector:
- Emissions|CO2|Energy|Demand|Industry
- Emissions|CO2|Energy|Demand|Other Sector
- Emissions|CO2|Industrial Processes
- Emissions|CO2|Other
- Emissions [CEDS]|CO2|Aircraft:
- Emissions|CO2|Energy|Demand|Transportation|Domestic Aviation
- Emissions|CO2|Energy|Demand|Bunkers|International Aviation
- Emissions [CEDS]|CO2|Transportation Sector:
- Emissions|CO2|Energy|Demand|Transportation|Road
- Emissions|CO2|Energy|Demand|Transportation|Rail
- Emissions|CO2|Energy|Demand|Transportation|Domestic Shipping
- Emissions|CO2|Energy|Demand|Transportation|Other
- Emissions [CEDS]|CO2|International Shipping:
- Emissions|CO2|Energy|Demand|Bunkers|International Shipping
- Emissions [CEDS]|CO2|Residential and Commercial:
- Emissions|CO2|Energy|Demand|Residential and Commercial and AFOFI
- Emissions [CEDS]|CO2|Solvents Production and Application:
- Emissions|CO2|Product Use
- Emissions [CEDS]|CO2|Agriculture:
- Emissions|CO2|AFOLU|Agriculture
- Emissions [CEDS]|CO2|Agricultural Waste Burning:
- Emissions|CO2|AFOLU|Agricultural Waste Burning
- Emissions [CEDS]|CO2|Forest Burning:
- Emissions|CO2|AFOLU|Land|Fires|Forest Burning
- Emissions [CEDS]|CO2|Grassland Burning:
- Emissions|CO2|AFOLU|Land|Fires|Grassland Burning
- Emissions [CEDS]|CO2|Peat Burning:
- Emissions|CO2|AFOLU|Land|Fires|Peat Burning
- Emissions [CEDS]|CO2|Waste:
- Emissions|CO2|Waste
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some comments:

  1. is this just as a starting point that it is specific to CO2? We'll eventually want to do more species. At least the 10 species that are in CEDS and GFED, which is where the variable mapping will be happening. Later we may also
  2. The four burning variables are from GFED, not CEDS.
  3. The agriculture CO2 will come from Global Carbon Budget, CEDS does not do Agriculture CO2.
  4. Other emissions species (e.g., particular F-Gases) would also be nice to add them, but they will so far only be used as 'Total' (i.e., not by sector) and their sources will be varied (e.g. from WMO); not fully finalised yet.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is just a starting point and will be extended to cover all emissions. And we can add total-emissions variables as well later.

Renamed the variables per comments 2 and 3.

@robertpietzcker
Copy link

Hi Daniel,
maybe I am overlooking something obvious, but I am currently wondering what would be reported under "Other" if "Domestic Aviation" has a separate variable?

@danielhuppmann
Copy link
Member Author

what would be reported under "Other" if "Domestic Aviation" has a separate variable?

This is a fix for now while I develop the CEDS-rename-aggregation tool, because some scenarios only report some of the transportation detail, so simple aggregation doesn't work. So I intend to do something like

  1. Compute "Transportation|Other" as "Transportation" minus "Transportation|Domestic Aviation"
  2. Use the mapping above to compute the CEDS variables
  3. Drop the "Transportation|Other" variable from the scenario

@robertpietzcker
Copy link

thanks for the explanation - sounds good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants