-
Notifications
You must be signed in to change notification settings - Fork 3
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
Variable list or Example template for CMIP7/ScenarioMIP harmonization #63
Comments
What is used for RESCUE is defined in variabledefs-rescue.csv (as you correctly surmised):
|
sector | resolution |
---|---|
Deforestation and other LUC | global |
Agriculture | global (regional would also work) |
Aircraft | global |
Energy Sector|Modelled | regional |
Energy Sector|Non-Modelled | regional |
Industrial Sector | regional |
International Shipping | global |
Residential Commercial Other | regional |
Solvents Production and Application | regional |
Transportation Sector | regional |
Waste | regional |
OAE Calcination Emissions | regional |
CDR Afforestation | regional |
CDR BECCS | regional |
CDR DACCS | regional |
CDR EW | regional |
CDR Industry | regional |
CDR OAE Uptake Ocean | regional |
Everything to be given in units of Mt CO2/yr
.
BC
, CH4
, CO
, NH3
, NOx
, OC
, Sulfur
, VOC
sector | resolution |
---|---|
Agricultural Waste Burning | regional |
Agriculture | regional |
Aircraft | global |
Energy Sector|Modelled | regional |
Energy Sector|Non-Modelled | regional |
Forest Burning | regional |
Grassland Burning | regional |
Industrial Sector | regional |
International Shipping | global |
Peat Burning | regional |
Residential Commercial Other | regional |
Solvents Production and Application | regional |
Transportation Sector | regional |
Waste | regional |
Everything to be given in units of Mt {species}/yr
.
What comprises these sectors can also be seen in the attached CEDS mapping (ceds_mapping.xlsx). The * Burning
variables are as defined in GFED.
The split of the Energy Sector
was due to REMIND not having any representation of fossil flaring (7A_Fossil-fuel-fires
) which became Energy Sector|Non-Modelled
(assumed to be 0 in REMIND). This part was then adjusted to the CEDS variable by harmonisation. After harmonisation it is aggregated up with the Energy Sector|Modelled
variable to Energy Sector
, from which it is downscaled.
N2O
, HFC
, C2F6
, CF4
, SF6
Are only treated as a global gas total (and expected in the units below)
Species | Unit |
---|---|
HFC | Mt CO2eq/yr |
C2F6 | kt C2F6/yr |
CF4 | kt CF4/yr |
SF6 | kt SF6/yr |
N2O | kt N2O/yr |
To-be changed for CMIP7 (IMHO)
- Use N2O from new CEDS with the same sector mapping as
CH4
,BC
and the others. - Remove split of Energy Sector
- Consider making CO2 Agriculture regional (it was global since it was part of
Aggregate - Agriculture and LUC
for which only global historical data from GCB was available).
If a variable is missing from the model file it is (after issuing a warning) added as constant 0. The current |
We added recently a separate |
Thanks a lot @coroa. Follow-up question: in ceds_mapping.xlsx, I see "Biomass Burning" (CEDS: 3F_Agricultural-residue-burning-on-fields). EDIT: P.S. Oliver Fricko says that "Biomass Burning" indeed should be the same as "Agricultural Waste Burning" |
Yes, your answer matches my understanding. We use GFED for all the non-CO2 burning history and GCB for CO2 (Deforestation and LUC, as well as CDR Afforestation). So that CEDS biomass burning is superseeded. |
Hi @coroa (and @gidden),
I have started work with MESSAGE colleagues to create input data to work with for concordia .
I.e., I spoke to a colleague about the CDR variables, and this morning with other colleagues about reporting Aircraft emissions.
They want to know exactly what they should be working towards. And I expect more IAM teams to be asking similar questions.
Example data
To start from, I used shared an April version of RESCUE data.
However, since then, there's been a CEDS update, and you have made some changes.
I see a few variable naming schemes have been updated (commit/PR).
Anything I should be aware of, for what data to report?
Full variable list
Maybe this one is more for @gidden.
To me it is not yet entirely clear what the full list of emissions variables is that we are taking as inputs, and require from models, for CMIP7/ScenarioMIP.
Combined CEDS + GFED.
Is it indeed the following:
The REMIND data does not report all of this (some are zero - what is done then), and there was a note on the difference between "CO2|Deforestation and other LUC" for CO2 and "*|Aggregate - Agriculture and LUC" for other gases. And how does it relate to "Agricultural Waste Burning", "Agriculture", "Forest Burning", "Grassland Burning"?
What should sum up to be the same?
Is there input data tests that we can learn from? Or that we should write?
I also remember seeing "Peat Burning" too in all the variabledefs CSV files. (e.g., "variabledefs-cmip6.csv").
"variabledefs-rescue.csv" seems a bit different, because it has a separation between "Modelled" and "Non-Modelled" in "Energy Sector" - which does not seem to be reported in the REMIND data.
Confirming where only global is taken as input, and where more
Aircraft and International shipping are global.
The rest is regional.
Following the variabledefs files.
The text was updated successfully, but these errors were encountered: