-
Notifications
You must be signed in to change notification settings - Fork 129
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
inconsistencies in AR6 summation #1019
Comments
On PE to Electricity and Heat. Depends on the definition. The approach to allocate all CHP inputs to the electricity input is OK. One could also use the co-production factor for heat to allocate between electricity and heat. |
But I am not sure if the solution is to use |
On the Why should On the energy investments: This is a reporting function which has not been checked for consistency since the reporting overhaul and therefore does not have |
But here it looks like simply ALL of PE|Biomass|Heat is added to Primary Energy|Biomass|Electricity. As there is no "Primary Energy|Biomass|Heat" AR6 variable reported by this mapping, I am pretty sure this is simply a copy-paste error and should be corrected. (same for Primary Energy|Coal|Heat, Primary Energy|Gas|Heat, ... |
I made clear above that I used the summation_group template in piamInterfaces to see which groups are assumed to sum to each other, and then used the mapping inversely to find out to which remind2 variables they correspond. This way, it could easily be seen that AR6 variable |
I don't know. Maybe nobody adapted it.
Well,
Ok. |
@orichters not sure to which comment you replied - if it is mine, I simply wanted to say "the summation of heat in the template is wrong, so please change it" - I think @nicobauer only commented that you can add CHP heat PE to electricity heat, but he didn't look into the concrete point. it may be that CHP heat input is added to electricity PE, but if this is the case, it should (and hopefully would) happen already in the REMIND PE|Electricity variable. so if you have the time, it would be great if you could simply correct the AR6 mapping to that respect and make sure "PE|Biomas/Coal/Gas|Heat" is mapped to "Primary Energy|Biomass/Coal/Gas|Heat" (which is currently missing) and not to "Primary Energy|Biomass/Coal/Gas|Electricity" |
Thanks, @robertpietzcker for the clarification. Maybe @christophbertram can explain why he added them and what was the rationale behind it. |
Hm, not really sure what happened there, but the most plausible explanation it was just a stupid mistake, and I actually wanted to map "PE|Biomas/Coal/Gas|Heat" to "Primary Energy|Biomass/Coal/Gas|Heat"... so please go ahead correcting this.... |
@fschreyer: The |
What about the remaining |
I'm not familiar with
Just FYI, I can keep looking into this later but I'll be out next week. |
Well, I can comment on how I would imagine it when linked to Magpie:
For N2O the same just that:
Naming is not always super consistent on this like it is for |
I see a couple of odd things, maybe @strefler knows what's going on? As far as I know, we don't represent industry CH4 emissions in REMIND (correct me if I'm wrong Jess, Simon), but we do represent emissions from fossil fuels extraction and that doesn't seem to be part of
Also, |
True, that's not a great distinction I made here (I am the one to blame for this code ;-)). In some projects you also only want the combustion part (IPCC sector 1A) for your energy supply without the fugitive emissions (IPCC sector 1B). IPCC distinguishes between combustion and fugitive on the level of energy emissions. But I agree that usually both is accounted together for many IAM projects and the naming could be better. Emi|CH4|Energy Supply|Combustion/Fugitive perhaps. Not sure how new project templates label that. |
I think Emi|CH4|+|Extraction should be part of Emi|CH4|+|Energy Supply as it used to be. This differentiation doesn't make sense to me, and I think it is also covered in the variable definitions of the project templates |
If you like to have a deeper look into what variables exists in the mappings and a piamInterfaces::variableInfo("Emi|CH4", mif = "/p/tmp/oliverr/debugging/REMIND_generic_SSP2EU-AMT-Base.mif") (you need piamInterfaces version > 0.0.26). It prints you all the relevant mappings, summations and further variables present in the mif file in a way humans can read it. |
replaced by new issue for better overview: https://github.com/remindmodel/development_issues/issues/253 |
Dear colleagues, because a user found an issue with inconsistent variables in NGFS data, I had a closer look with a bit of a systematic approach and did a summation check on a default run converted to an AR6 mif using piamInterfaces, using the
summation_group_ar6.csv
file frompiamInterfaces
. Results? see yourself (left is the AR6 mapping, right the remind2 variables that I extracted by applying the mapping but inversely).Full results are here:
solved: Primary Energy
Was just an error in the mapping, fix hopefully be fixed with pik-piam/piamInterfaces#21
click to expand!
This seems to be caused by the summationgroup defining
Primary Energy|Gas|Electricity
=Primary Energy|Gas|Electricity|w/ CCS
+Primary Energy|Gas|Electricity|w/o CCS
, while the template also addsPE|Gas|Heat
, (resp.PE|Coal|Heat
andPE|Biomass|Heat
) to it, which is not mapped to aPrimary Energy|Gas|Electricity|Heat
value. What would be correct?Emissions
solved: Final Energy
The current remind2 FE data with their pluses could not be made compatible with the AR6 mapping, so I deleted these summation groups.
Click to expand!
solved: Investment|Energy Supply|Electricity
from both NAVIGATE and AR6 templates were not mapping
Investment|Energy Supply|Electricity|Oil
andInvestment|Energy Supply|Electricity|Oil|w/ CCS
, so oil was simply missing from the mif file I base my analysis on. If I take Oil temporarily out of the summation group, it fits. But of course I rather added it to the templates. in https://github.com/pik-piam/piamInterfaces/pull/21/filesClick to expand!
here,
Investment|Energy Supply|Electricity|Fossil
,Non-fossil
,Non-Biomass Renewables
are not included in the summation check, but that seems reasonable as they are summations themselves. Maybe there is something wrong with this sum? MaybeEnergy Investments|Elec|Storage
orEnergy Investments|Elec|Grid|…
matter? I don't know…solved: Investment|Energy Supply|Liquids
This seems to be a problem in the mapping (pik-piam/piamInterfaces#15) and should be fixed with pik-piam/piamInterfaces#21
Click to expand!
The text was updated successfully, but these errors were encountered: