Map biogenic C flows in TRACI, IPCC, ReCiPe, and ImpactWorld+ - #227
Closed
bl-young wants to merge 7 commits into
Closed
Map biogenic C flows in TRACI, IPCC, ReCiPe, and ImpactWorld+#227bl-young wants to merge 7 commits into
bl-young wants to merge 7 commits into
Conversation
bl-young
marked this pull request as ready for review
August 18, 2026 01:05
No new flow mappings, file format update only
bl-young
force-pushed
the
lcia-co2-mappings
branch
from
August 18, 2026 18:17
d347bf9 to
4f4cc5a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maps the new FEDEFL biogenic flowables onto TRACI 2.1/2.2, IPCC, ReCiPe 2016, and ImpactWorld+. ConversionFactor here is the mapping multiplier (0 = no GWP, 1 = full, -1 = sequestration).
Where a method splits fossil vs non-fossil methane, generic FEDEFL
Methaneis pointed at the fossil source. Carbon monoxide is only added where the method has CO (TRACI smog; IW climate/POF). IPCC and ReCiPe have no CO.Sequestration (
Carbon dioxide, to soil or biomass stock) is ground-only in the flow list.lcia_mapping.attach_air_co2_to_ground_sequestrationattaches method air CO2 to FEDEFLemission/ground*so GWP -1 still applies.New FEDEFL targets by method
CARBON DIOXIDE× 0Carbon dioxide× 0Carbon dioxide× 0Carbon dioxide, biogenic× 1 (IW climate CF already 0)CARBON DIOXIDE× 1Carbon dioxide× 1Carbon dioxide× 1Carbon dioxide, land transformation× 1CARBON DIOXIDE× -1Carbon dioxide× -1Carbon dioxide× -1Carbon dioxide× -1METHANE× 1Methane(non-fossil) × 1Methane(non-fossil) × 1Methane, biogenic× 1METHANE× 1Methane(non-fossil) × 1Methane(non-fossil) × 1Methane, biogenic× 1CARBON MONOXIDE× 1 (smog)Carbon monoxide, biogenic× 1CARBON MONOXIDE× 1 (smog)Carbon monoxide, biogenic× 1Also:
ConversionFactorcolumn added on IPCC and ReCiPe mapping inputs (mapped rows1); TRACI 2.1 mapping file re-sorted with no mapping-content change. Both lead to lots of false diffs.