Supplemental Methods
Interactive calculator
The calculator below lets you explore how different accounting rules converge or diverge when crediting CDR optimization projects. You can compare the crediting outcomes for preset scenarios provided in the drop-down menu, or use the sliders to construct your own ERW project and prior liming scenarios. The default preset scenario (“More rock, more efficiently”) is the example used in the main article text.
In some cases, different counterfactual accounting rules don’t have a big effect on crediting outcomes. See, for example, the “More rock, less efficiently” preset scenario. In this case, Approaches 1, 2, and 3 converge to the same result. This is because the part of the project that replaces the counterfactual has the same or more emissions than the counterfactual. These three accounting approaches differ in how they treat avoided emissions, but this scenario doesn’t result in any avoided emissions.
On the other end of the spectrum, we can consider a case where a project only avoids emissions. See, for example, the “Same rock, more efficiently” preset scenario. Here, the CDR project only uses enough rock to replace the counterfactual and, as a result, the removal flux does not change. Yet, the project rock is less emissions-intensive than the counterfactual rock. By swapping for the climate-friendly alternative, the optimization project has turned a net-emitting process into a net-removing one. Even so, it only receives CDR credits under Approach 1. No other accounting rules give the project credit for CDR since the project’s benefit relies entirely on avoiding counterfactual emissions.
The final preset scenario, “More rock, same overall emissions,” illustrates a case where the project removes more carbon per unit of emissions, but total emissions don’t change from the counterfactual to the project. Here, Approaches 1 and 2 yield the same result because what distinguishes them is how they handle an overall reduction in emissions from the counterfactual to the project, which is not relevant.
In all scenarios, Approaches 3 and 4 are the only ones that reliably separate avoided emissions from removal credits, resulting in zero contribution of avoided emissions to CDR.
Accounting equations
The simplest formulation for net carbon dioxide removal (CDR_net) can be written as:
CDRnet = S – E.
Here, S is the carbon that gets removed from the atmosphere and durably stored and E is the carbon that the project emits in order to operate. We assume that any reversal or leakage of removed carbon is accounted for in the S term. In our simplified enhanced rock weathering example, S captures all the processes that lead to carbon removal after the rock is applied to the field. E captures all the emissions associated with sourcing, grinding, and applying the rock.
Approach 1: Simple subtraction
This approach simply treats S and E as the difference between the project (proj) and counterfactual (counterfac), such that:
S = removalsproj – removalscounterfac
and
S = emissionsproj – emissionscounterfac.
The full equation for calculating net CDR by Approach 1 can then be written as:
CDRnet = (removalsproj – removalscounterfac) – (emissionsproj – emissionscounterfac).
There is broad agreement that if downstream processes are net emitting, projects should not get credit for avoiding those emissions. This means that, for remaining accounting approaches 2-4, S becomes:
S = removalsproj – MAX(0, removalscounterfac).
Approach 2: Ignore obvious avoided emissions
The second approach ensures that the E term, here capturing the upstream processes, is never negative:
E = MAX(0, emissionsproj – emissionscounterfac).
This makes the full net CDR equation:
CDRnet = (removalsproj – removalscounterfac) – MAX(0, emissionsproj – emissionscounterfac).
Approach 3: Separate the replacement portion of the project
The third approach separates the project emissions into those that are used to replace the counterfactual activity (proj, replacement) and those that are used to support anything extra added on top of the counterfactual (proj, additional), such that
emissionsproj = emissionsproj, replacement + emissionsproj, extra.
We can then calculate E by ensuring that only the replacement gets compared to the counterfactual and the avoided counterfactual emissions don’t count towards CDR:
E = emissionsproj, extra + MAX(0, emissionsproj, replacement – emissionscounterfac).
And the full net CDR equation becomes
CDRnet = (removalsproj – removalscounterfac) – (emissionsproj, extra + MAX(0, emissionsproj, replacement – emissionscounterfac)).
Approach 4: Conservative
The conservative approach, unlike the others, does not allow any possible reduction to the project emissions, regardless of how emissions-intensive the counterfactual might be. This gives us, simply
E = emissionsproj.
And the full net CDR equation is:
CDRnet = (removalsproj – removalscounterfac) – emissionsproj.