-
Notifications
You must be signed in to change notification settings - Fork 45
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
Nonsensical regional detail in historical.mif #194
Comments
Tagging @fbenke-pik since he seems to be involved with redesigning |
Thanks for bringing this up, @0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q This issue comes up in other sources as well and I had to exclude valid data from historical.mif due to this problem before, e.g. IEA WEO 2021 free data set only has global data for most of the variables. In consequence, we cannot include data on GLO level, because the disaggregation on country-level produces inaccurate data we do not want in historical.mif. So would be great to be allowed to include data only on global level for some variables in calcOutput instead of being forced to always provide all 249 countries. If you then call calcOutput without the GLO aggregation, the GLO-only data simply wont be included. |
I think a mix of global and regional values in a single |
So |
This
mrremind/R/fullREMIND.R
Line 167 in 222bffa
writes
Production|Industry|Cement
andProduction|Industry|Steel
(and possibly others) in regional detail tohistorical.mif
, when the source (readIEA(subtype = 'industry')
) only contains global data. The disaggregation using GDP figures and re-aggregation lead to nonsensical data that is distracting and misleading during validation.Is there a way to have only global data for these variables in the file?
The text was updated successfully, but these errors were encountered: