The Living Earth Digital Twin (LEDT) is the Smithsonian's ecological feedback layer for the world's great planetary simulations by partners at NVIDIA, NASA, and the European Union. Whereas these so-called "Earth Digital Twins" model the physical planet at exquisite fidelity (including the atmosphere, oceans, and climate), the Smithsonian LEDT brings in the living world that drives them. Scientists from SAO, SERC, and STRI will convene in Cambridge, MA this September 14–16 for an Innovation Workshop to scope, ideate, and prototype it together.
Smithsonian Astrophysical Observatory
Cambridge, Massachusetts
Welcome reception · Sunday Sept 13
Awesome Team Dinner · Wednesday Sept 15
Travel fully funded for Smithsonian scientists
Travel must be booked by July 25, 2026
email TremblayG@si.edu immediately when ready
Cambridge is lovely in September
NVIDIA's cBottle, NASA's ESDT, and the EU's DestinE simulate atmospheric physics at kilometer scale, thousands of times faster than traditional numerical models. Yet tropical forests and coastal wetlands — Earth's most important carbon sinks — are treated as static boundary conditions, not as living, reactive systems with nonlinear feedback loops. Tipping-point behaviors cannot be captured until they are already underway.
Drought-driven die-offs in the Amazon and boreal crowns are unresolved in current physics-only twins.
Blue carbon ecosystems flip between sink and source under warming — a nonlinearity absent from cBottle.
Collapse signatures are detectable in orbital data if you know where to look. We do.
The Living Earth Digital Twin (LEDT) is the first high-fidelity ecological feedback layer designed to plug into existing planetary twins from NVIDIA, NASA, and DestinE. Rather than duplicate climate models, LEDT occupies a complementary lane — one no single Smithsonian unit can build alone.
How does variability in solar radiation, including extreme events, propagate through the atmosphere and climate system to influence carbon cycling and ecosystem stability across latitudes?
LEDT links what the atmosphere delivers — solar variability, pollutant loads, and greenhouse-gas concentrations from SAO's TEMPO and MethaneSAT — to how ecosystems respond: carbon flux shifts, species turnover, and tipping-point signatures from STRI's ForestGEO network (70+ permanent tropical forest plots), SERC's Global Change Research Wetland (host of the world's longest-running elevated-CO₂ experiment), and the Coastal Carbon Network (>15,000 blue-carbon observations).
These are world-unique assets under one institutional umbrella — and no other institution can fuse them. The work begins this September.
LEDT needs its people in one room. Smithsonian scientists from the Astrophysical Observatory, the Environmental Research Center, and the Tropical Research Institute will gather at SAO in Cambridge, MA for a three-day Innovation Workshop to ideate, scope, and begin prototyping the ecological feedback layer — together with partners from NVIDIA Earth-2, NASA ESDT, and DestinE.
We'll meet at the Smithsonian Astrophysical Observatory, 60 Garden Street, Cambridge, MA. Hotel block + lodging logistics forthcoming.
Three days of working sessions, Monday through Wednesday. An informal welcome drinks reception will kick things off on Sunday evening, Sept 13, and we'll host a big team dinneron Tuesday evening, Sept 15.
In-person participation is essential for the cross-unit collaboration we're building. All Smithsonian scientists can have their travel fully funded by the OUSSR seed award, at no cost to your home unit.
Sept 14–16, 2026 at SAO in Cambridge, MA, with a welcome reception the evening of Sunday Sept 13 and a great dinner on Tuesday Sept 15. Hotel blocks and lodging info are forthcoming. Smithsonian attendees: travel can be fully funded, but it must be booked by July 25, 2026 due to funding restrictions — email TremblayG@si.edu the moment you're ready.
SAO's Tropospheric Emissions: Monitoring of Pollution instrument measures NO₂, O₃, HCHO, aerosols, and solar-induced chlorophyll fluorescence at unprecedented cadence. Below: a live tile layer served by NASA GIBS, overlaid with Smithsonian field network sites.
Tiles: NASA GIBS / TEMPO L3 · This visualization is illustrative; the LEDT
prototype will ingest L2 swaths natively via harmony-py and NASA Earthdata.
Earth-2 is NVIDIA's planetary digital twin, powered by the cBottle ("Climate in a Bottle")
generative AI foundation model and the earth2studio inference toolkit. It simulates kilometer-scale
atmospheric state thousands of times faster than traditional numerical weather prediction. LEDT will ride on top
of it, contributing the biological feedback layer Earth-2 currently lacks.
LEDT's TEMPO ingest is packaged as an earth2studio-compatible
DiagnosticModel — the same interface that CorrDiff and
PrecipitationAFNO already use. Once wrapped, fusing orbital atmospheric chemistry into an
Earth-2 forecast is a handful of lines:
from earth2studio.models.px import FCN3
from earth2studio.data import GFS
from earth2studio.io import ZarrBackend
from ledt.diagnostics import TEMPONO2Diagnostic
import earth2studio.run as run
prognostic = FCN3.load_model(FCN3.load_default_package())
tempo_dx = TEMPONO2Diagnostic(tempo_dataset) # our layer
io = ZarrBackend("outputs/fcn3_with_tempo.zarr")
run.diagnostic(
["2024-08-15T00:00:00"], nsteps=8,
prognostic=prognostic, diagnostic=tempo_dx,
data=GFS(), io=io,
)
Rather than duplicate climate models, we occupy a complementary lane: a biological feedback layer that consumes state from existing planetary twins and returns ecological response — carbon flux shifts, species turnover, tipping-point probabilities — back into the loop.
Operates TEMPO, the world's first geostationary air-quality instrument, plus MethaneSAT legacy data. Home of the AstroAI and EarthAI centers.
Global Change Research Wetland hosts the world's longest-running elevated-CO₂ experiment. The Coastal Carbon Network aggregates >15,000 blue-carbon observations.
ForestGEO network: 70+ permanent tropical forest plots, the richest longitudinal record of tropical forest dynamics on Earth.