From 491603c7ef2b827bc8818ed837291fe7c3e16c67 Mon Sep 17 00:00:00 2001 From: katamartin Date: Wed, 26 Jun 2024 15:51:11 -0400 Subject: [PATCH] Add new blog post --- components/mdx/page-components.js | 1 + posts/mescalero-wildfires-2024.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 posts/mescalero-wildfires-2024.md diff --git a/components/mdx/page-components.js b/components/mdx/page-components.js index 30e00fd..af1dd71 100644 --- a/components/mdx/page-components.js +++ b/components/mdx/page-components.js @@ -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 = { + 'mescalero-wildfires-2024': {}, 'rimba-raya-license': {}, 'carb-buffer-decline': { BufferBalance: dynamic(() => diff --git a/posts/mescalero-wildfires-2024.md b/posts/mescalero-wildfires-2024.md new file mode 100644 index 0000000..3344b80 --- /dev/null +++ b/posts/mescalero-wildfires-2024.md @@ -0,0 +1,23 @@ +--- +version: 1.0.0 +title: Wildfires in the US are burning offset projects – again +authors: + - Grayson Badgley +date: 06-26-2024 +summary: Two fires in southern New Mexico have damaged the Mescalero Apache offset project, a large forest project enrolled in California’s forest offset program. +card: mescalero-wildfires-2024 +--- + +Wildfires are burning again in the United States. This time, it’s the [South Fork and Salt fires](https://inciweb.wildfire.gov/incident-information/nmmea-south-fork-and-salt), which started burning last Monday in southern New Mexico. Anomalously dry and windy conditions helped fuel these blazes, which quickly engulfed thousands of acres, triggering widespread evacuations, damaging upwards of 1,000 structures, and tragically killing at least two people. + +These events are already awful as immediate human tragedies. But we track wildfires here at CarbonPlan because of the longer term impacts they have on efforts to combat climate change. Along with local communities, the South Fork and Salt fires have burned thousands of acres of the Mescalero Apache offset project ([CAR1183](https://carbonplan.org/research/offsets-db/projects/CAR1183)), a forest enrolled in California’s offset program. The state’s polluting industries use projects like this to compensate for their carbon emissions. + +Based on reports from the ground, we also know that the fires burned at high severity, especially during their initial expansion. High severity fires are especially destructive to trees, which undermines the carbon storage of the offset project. We estimate that the pair of fires burned [over 12,000 acres](https://carbonplan.org/research/forest-offsets-fires?center=-105.67830750963265,33.2453353020572&zoom=10.392163207249022). Because the carbon stored by the forest is used by polluters in California to justify their ongoing emissions, that [lost carbon will need to be compensated for by the program’s buffer pool](https://carbonplan.org/research/buffer-pool-burning), a reserve of credits held as insurance for when offset projects are damaged. + +Based on the size and severity of this pair of fires, it seems all but inevitable that the program's buffer pool will take a hit. It’s difficult to precisely estimate the magnitude of those losses. Previously, [we’ve relied on US Forest Service data on fire severity](https://burnseverity.cr.usgs.gov/ravg/) to estimate the number of offset credits lost from large fire events. However, those data can take weeks to months to become available. + +Even without precise data, we can come up with a back-of-the-envelope estimate. We know 12,600 acres burned and, according to project paperwork, the project stores an average of 35.6 tCO₂ per acre. Let’s assume half the acres burned at high severity, which kills 90 percent of standing live trees. Setting aside any carbon recovered from salvage harvests, multiplying everything together (acreage: 12,600; severity: 0.5; mortality: 0.9; carbon stocks: 35.6) yields 201,852 offset credits lost. This estimate is mostly useful to gauge the order of magnitude of the potential loss. Because projects have latitude in how they account for wildfire losses, we’ll need to wait for more data and paperwork to learn more. + +Fires like South Fork and Salt can further destabilize California's already shaky offset program. Every time projects enrolled in the program are substantially damaged by fire, the state has to dip into the program’s buffer pool. And while new credits might be added to the buffer pool over time, the losses take a toll, just like losses against any insurance program. [Evidence shows that those losses are stacking up](https://carbonplan.org/blog/carb-buffer-decline) in ways that could undermine the long-term integrity of California’s program. + +If we’re going to use offsets to counteract climate change, we need the programs to do a better job of taking the risks of wildfires into account.