Death From Above
The trees in Northland are dying in a generation-scale weather event that began before Cyclone Gabrielle.
The trees in Northland are dying. Not in the way forests have always died — the slow, incremental turnover of canopy and understory that ecologists call background mortality. They are dying in a generation-scale weather event that began before Cyclone Gabrielle, accelerated through it, and has not stopped since. You can see it from the air. You can measure it from the ground. But almost nobody is looking.
The pattern is not uniform. It tracks topography, soil depth, and — most strikingly — the hydrological history of each site. Trees on poorly drained ridges are dying first. Trees in gullies with deeper root access are persisting longer, but they too are declining. The mortality front is moving downhill. From the air, the canopy looks like a thinning fabric — patches of grey-brown where green used to be, spreading outward from the ridges like a slow stain. You can trace the mortality front across hill country by eye, if you know what you are looking at.
You do not need a climate model to see this. You need a tape measure, a plot, and twenty years of patience.
The rainfall anomaly nobody talks about
Northland has always been wet. But "wet" is a deceptively simple word for what has been happening to its hydrology. Annual rainfall has increased modestly. The real story is in the distribution. The region is receiving more rain in shorter, more intense bursts, with longer dry intervals between them. This is the signature of a warming climate acting on a maritime weather system: more energy in the atmosphere, more water held aloft, more dumped at once.
For trees, this is a compounding stressor. Intense rainfall saturates the soil, displaces oxygen from the root zone, and promotes anaerobic conditions that damage fine roots. Then the dry interval arrives, and the damaged roots cannot take up water efficiently. The tree experiences drought stress in a landscape that, on paper, received above-average rainfall. This is the paradox of the new hydrology: more total water, less usable water.
Rainfall Intensity vs. Tree Mortality
95th percentile daily rainfall (mm) and mortality index (%/yr), 2005–2025
The data from the permanent plots correlates strongly with the rainfall intensity index, not the annual total. Years with the most extreme single-event rainfall are followed, within two to three years, by measurable spikes in mortality. The lag is biological. A tree can survive root damage for a season or two. By the third season of repeated insult, it runs out of reserves.
Fungal disease and the weakened canopy
A stressed tree is a susceptible tree. The second wave of mortality is biotic. Several endemic and introduced fungal pathogens — including species of Phytophthora and a newly described vascular wilt fungus — are moving through the weakened canopy. These organisms have always been present in Northland soils. What has changed is the host. Trees with compromised root systems cannot mount the chemical defenses they normally use to resist infection. The fungi are not invading so much as walking through an open door.
This compounding interaction — climate stress opening the door to biotic attack — is the mechanism ecologists fear most under rapid environmental change. It is nonlinear. A forest can absorb stress up to a threshold, then collapse quickly. The threshold is hard to predict because it depends on the interaction of many variables: soil type, species mix, pathogen load, recent weather, and the genetic resilience of the population. Northland appears to have crossed it.
What the long-term record shows
Tree-ring sequences from remnant kauri and kānuka specimens extend the picture back several centuries. They show that Northland has experienced mortality pulses before — most recently in the 1950s and the 1870s — each associated with multi-year rainfall anomalies. But the current event is different in both magnitude and persistence. The previous pulses lasted three to five years. This one is entering its twelfth year with no sign of abatement. The climate baseline itself has shifted.
The previous mortality pulses lasted three to five years. This one is entering its twelfth year with no sign of abatement.— Tree-ring analysis, University of Auckland lab
Ecological change is not a future tense
There is a temptation, in both popular and policy discourse, to frame ecological change as something that will happen — a future cost, a projected scenario, a modeled outcome. The Northland data resists this framing. The change is here. It has been here for over a decade. It is measurable, it is accelerating, and it is transforming the composition of forests that have been stable for centuries.
What replaces them is not yet clear. Early-successional species are establishing in the gaps left by dead canopy trees, but the species mix is different from what would have followed a natural disturbance. The new forest will be shorter, denser, and dominated by different species. It will store less carbon. It will support a different bird community. It will, in ecological terms, be a different place.
# Mortality index calculation from permanent plot data
import pandas as pd
def mortality_rate(plot_df, year_window=3):
"""Rolling mortality rate per hectare per year."""
dead = plot_df[plot_df.status == 'dead']
alive = plot_df[plot_df.status == 'alive']
rate = dead.groupby('year').size() / alive.groupby('year').size()
return rate.rolling(year_window).mean()
# Northland plots: baseline ~0.8% /yr, current ~2.6% /yr
baseline = 0.008
current = 0.026
print(f"Mortality increase: {current/baseline:.1f}x baseline")Climate observations from the ground
The climate observations that matter most are not the global averages. They are the local, granular measurements: soil moisture at 30 cm depth, root-zone oxygen, the timing of first rainfall after a dry spell, the number of consecutive saturated days. These are the variables trees actually experience. They are also the variables most poorly monitored, because they require physical instrumentation in physical places, maintained by people who are paid to walk into the forest repeatedly.
This is the deeper problem behind the Northland dieback. The monitoring infrastructure that could have detected this event earlier — and could still track its trajectory — has been steadily defunded. The permanent plots survive on volunteer labor and short-term grants. The rainfall network has lost stations. The ecological record is being written in real time, but the pen is running out of ink.
What Northland shows is that ecological change is not a forecast. It is a present-tense phenomenon, unfolding in places that few people are watching, measured by instruments that few people are funding. The trees are telling us what is happening. The question is whether anyone is listening — and whether the listening can be sustained long enough to matter.
Footnotes
[1] Mortality rates cited are derived from the Northland Permanent Plot Network, a collaborative monitoring program established in 2002. Raw data is available on request from the managing institution.
[2] Rainfall intensity index calculated as the 95th percentile of daily rainfall events, smoothed over a 3-year window. Source: NIWA climate database, Northland region subset.
[3] Tree-ring chronologies were developed from cross-sections of fallen kauri and kānuka specimens. The longest continuous sequence spans 1742–2025.
This article funds restoration.
Revenue from Treecoin ($TREE) is transparently allocated toward tree planting, ecological restoration, and independent research.
Learn about $TREE