You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked further into the mapping of the EMISSIONS_VARIABLES database (see the docs) across projects, and there is an inconsistency: the column iamc maps only to the AR6 variable list, but not the currently used common-definitions emissions variables.
The specific mismatch is with regard to PFCs C2F6, C6F14 and CF4, which were defined as
Emissions|PFC|C2F6
...
in AR6, but are now defined without the "PFC" category, i.e.
Refactor the AR6PreProcessor to clearly distinguish wether it uses the AR6-climate-processing with the AR6 variables or the AR6-climate-processing with the new common-definitions.
Like 3 but implement it somewhere else in the workflow?
I looked further into the mapping of the
EMISSIONS_VARIABLESdatabase (see the docs) across projects, and there is an inconsistency: the columniamcmaps only to the AR6 variable list, but not the currently used common-definitions emissions variables.The specific mismatch is with regard to PFCs C2F6, C6F14 and CF4, which were defined as
in AR6, but are now defined without the "PFC" category, i.e.
as well as the aggregate
in https://github.com/IAMconsortium/common-definitions/blob/main/definitions/variable/emissions/tag_level-1-species.yaml
This is also consistent with the pre-release scenarioMIP data.
The solutions that I see...
iamcin theEMISSIONS_VARIABLESdatabase toar6.common-definitionsthat will be kept consistent with common-definitions as the coverage of species expands (e.g. H2 emissions, see H2 emissions: should we add it? IAMconsortium/common-definitions#406)