Skip to content
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

Buffer update three #153

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/mdx/page-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import dynamic from 'next/dynamic'
// NOTE: This is a dynamically generated file based on the config specified under the
// `components` key in each post's frontmatter.
const components = {
'buffer-update-three': {},
'bigcoast-project-boundary': {
Map: dynamic(() =>
import('../../posts/bigcoast-project-boundary/map.js').then(
Expand Down
19 changes: 19 additions & 0 deletions posts/buffer-update-three.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
version: 1.0.0
title: Nearly a third of California's forest offset buffer pool has gone up in smoke
authors:
- Grayson Badgley
date: 11-29-2023
summary: New paperwork shows that carbon losses insured by California's forest offset buffer pool are higher than previously estimated.
card: buffer-update-three
---

For the third time in a row, the "Finite Carbon - Colville IFM project" (ACR255) has filed paperwork indicating that the project has lost more carbon than it gained. That puts the project in reversal and means California's forest offset buffer pool will need to step in to insure against those losses.

California's forest offsets program requires that roughly 20 percent of generated credits be deposited into a buffer pool, which is a reserve of credits set aside to protect against unforeseen carbon losses due to events like wildfires or disease.

The [newest round of paperwork filed by ACR255](https://acr2.apx.com/mymodule/reg/TabDocuments.asp?r=111&ad=Prpt&act=update&type=PRO&aProj=pub&tablename=doc&id1=255), which is accompanied by a third-party verification statement, shows that the Colville project lost over 1.79 million tons of CO₂ during its seventh reporting period, which ran from July 2021 to July 2022. The project recorded two previous reversals, which totalled over 3.71 million tons of CO₂. This new reversal, which the project attributes to the 2021 wildfire season, brings the project's carbon losses from the last three reporting periods to over 5.5 million tons of CO₂.

From a program-wide standpoint, ACR255's newly reported reversal brings total wildfire-related losses to nearly 11 million credits. [Records indicate](https://ww2.arb.ca.gov/resources/documents/arb-offset-credit-issuance-table) that just over 33.5 million credits have been placed in the buffer pool over the program's full history. That means nearly a third of the buffer pool has already been consumed by wildfire in just 10 years. The scale of wildfire reversals far exceeds the buffer pool's design. We estimate that California's forest offset program has only set aside 6.6 million credits to insure against wildfire for the next 100 years, a number now dwarfed by the scale of reported wildfire reversals.

The program's regulator, the California Air Resources Board, has already [announced its intentions to reform the mechanics of the buffer pool](https://ww2.arb.ca.gov/resources/documents/us-forest-offset-workshop-presentations-november-2022). Given the current pace of carbon losses, those reforms cannot come soon enough.
Loading