1. Why terminology matters¶
The language of digital twins has moved rapidly from engineering into weather, climate, hydrology, oceanography, ecology, and natural-hazard research. In its original engineering sense, a digital twin is not simply a detailed simulation or a three-dimensional visualization. It is a dynamic digital representation of a physical system, updated by observations and connected to decisions or actions that affect the physical system. This distinction is especially important in Earth-system science, where many projects called digital twins are more accurately described as digital models, digital shadows, or interactive Earth-information systems Bauer et al., 2021Li et al., 2023.
| Capability level | Information flow | Earth-science example |
|---|---|---|
| Digital model | model only | an offline climate projection or flood simulation |
| Digital shadow | physical system observations model | a weather analysis or hydrologic reanalysis |
| Decision-support twin | physical system model recommendation human decision | a flood-warning or reservoir-management system |
| Closed-loop twin | physical system model and verified action | possible for managed infrastructure, but unusual for natural systems |
Operational numerical weather prediction is arguably the most mature Earth-system digital shadow: large observing systems continuously constrain a dynamical model through data assimilation, after which ensembles predict possible future states. A strict twin would add a consequential feedback pathway from the modeled system to the physical one. For natural systems this feedback is almost always mediated by people and institutions---for example, through evacuation orders, reservoir releases, land-use choices, or water allocation---rather than by direct control of the Earth.
This chapter therefore evaluates digital-twin systems by their capabilities: state estimation, prediction, scenario exploration, physical consistency, uncertainty, validation, interoperability, and accountable feedback. This is more informative than accepting the label used by a project.
2. From Earth-system models to operational twins¶
Earth science already possessed most of the individual ingredients now associated with digital twins: coupled physical models, ensemble prediction, reanalysis, data assimilation, observing-system experiments, impact models, geographic information systems, and scientific workflows. The potential advance lies in integrating these elements into an operational system that can:
estimate the current state as observations arrive;
forecast an ensemble of physically plausible future states;
expose uncertainty, provenance, and observational support;
answer user-specific what-if questions;
connect environmental states to hazard and impact models; and
update its information and recommendations as the physical system changes.
Global programs illustrate both the promise and the remaining gap. The European Destination Earth program couples kilometre-scale Earth-system simulations, data infrastructure, streaming, and sectoral applications. Its Climate Change Adaptation Digital Twin provides 5--10 km global simulations with hourly output and unified, portable workflows Doblas-Reyes & others, 2026. NASA similarly frames an Earth System Digital Twin as an integrated what now, what next, and what if capability and anticipates a network of interoperable thematic twins rather than a single monolithic replica. Hydrology’s proposed Digital eARth Twin Hydrology systems (DARTHs) likewise treat a twin as open, component-based infrastructure that hosts models and connects them to data, not as one privileged model Rigon et al., 2022.
These programs are important advances, but higher resolution and greater interactivity do not by themselves make a model a faithful twin. A complete digital twin of Earth has not yet been demonstrated Li et al., 2023. A more scientifically defensible goal is a federation of thematic digital shadows and decision-support twins, each with a defined purpose, observable state, validation protocol, and interface to other components.
3. Modeling challenges¶
3.1 Multiscale, multiphysics coupling¶
The atmosphere, surface water, groundwater, soil, vegetation, ocean, and solid Earth evolve on very different spatial and temporal scales. Models developed independently in these disciplines use different grids, meshes, time steps, vertical coordinates, boundary conditions, calendars, and definitions of conserved fluxes. Exchanging files between them does not establish a scientifically valid coupled system.
Coupling can introduce numerical instabilities and conservation errors even when every component performs acceptably in isolation. It can also expose compensating biases: biased precipitation and biased evapotranspiration may produce plausible runoff until one component is replaced. A twin therefore needs explicit coupling contracts, conservation tests, and component-wise uncertainty, not just software connectivity.
3.2 Resolution is not fidelity¶
Kilometre-scale atmospheric modeling resolves processes hidden in coarser models, but it does not resolve soil pores, preferential flow, vegetation physiology, groundwater heterogeneity, slope-scale geomechanics, or urban drainage. Grid spacing must not be confused with effective resolution, which differs by variable and is commonly several grid cells. Likewise, downscaling a coarse satellite retrieval does not create fine-scale observational information.
An Earth-system twin is therefore better understood as a scale-dependent filter that represents only the processes resolved by the combined model--observation system Barros, 2024. Increasing resolution can reveal important dynamics, but it can also make structural errors more spatially detailed.
3.3 Confounded sources of error¶
A model--observation discrepancy may reflect an incorrect initial state, erroneous forcing, an uncertain parameter, a missing process, numerical error, observation bias, or an incorrect mapping between the modeled state and the measurement. Data assimilation can temporarily correct a state while hiding persistent structural error. Joint state--parameter estimation may improve prediction, but it can also produce compensating parameters that do not transfer across regions or climatic regimes.
This problem is acute for rare hazards. Floods, landslides, debris flows, and compound events occupy the sparsest part of the observational record, while nonstationarity makes historical calibration an incomplete test of future performance. Digital twins intended for extremes require ensembles, regime-specific diagnostics, stress tests, and out-of-period evaluation rather than a single best-fit trajectory.
3.4 Hybrid physics and machine learning¶
Machine learning can accelerate model components, learn unresolved relationships, perform downscaling, and support latent-state estimation. It does not automatically provide conservation, causal validity, extrapolation skill, or calibrated uncertainty. The most promising hybrid systems constrain learned components by physically meaningful storage, flux, and admissibility rules. The mass-conserving perceptron, for example, makes storage and transfer explicit while learning functional relationships from data Wang & Gupta, 2024.
4. Data and ecosystem-binding challenges¶
Earth-system data differ by more than file format. A value may represent a point, line, pixel, depth interval, three-dimensional volume, watershed average, instantaneous sample, or time accumulation. Datasets also differ in latency, processing level, vertical sensitivity, retrieval algorithm, uncertainty, licensing, and quality control. Surface soil moisture from a microwave footprint, a probe at 5 cm depth, and a model-layer mean may share units without measuring the same quantity.
The objective of an interoperable ecosystem should therefore not be to force every source prematurely onto a common grid. Regridding can conceal the native footprint, erase measurement geometry, and manufacture apparent agreement. Instead, every reusable data object should preserve a common scientific contract:
persistent identity, source, and version;
physical definition, units, and sign convention;
horizontal geometry and vertical support;
valid time, acquisition time, and accumulation interval;
bias, random error, covariance information, and quality flags;
processing history and software lineage;
role as observation, forcing, prior, analysis, forecast, or derived quantity; and
licence, access method, and transformation history.
Existing technologies cover parts of this contract. Climate and Forecast metadata define physical variables and space--time coordinates; STAC catalogs make spatiotemporal assets discoverable; OGC SensorThings represents sensors and observations; NetCDF, GRIB, BUFR, Zarr/GeoZarr, and UGRID encode different data structures; and FAIR Digital Objects or RO-Crate can preserve workflow provenance. These tools improve syntactic interoperability---the ability to read the same bytes---and some semantic interoperability---agreement about what a variable means. They do not guarantee scientific interoperability: whether two quantities are comparable at their respective supports, whether a transformation is valid, or whether their errors permit assimilation.
For GAIA, ecosystem binding should therefore use native-resolution objects plus explicit, tested adapters into model space. The adapter---including its regridding kernel, observation operator, uncertainty transformation, and provenance---is part of the scientific product.
5. State prediction with a constrained water budget¶
A digital shadow can be expressed as a state-space system:
where is the environmental state, is the dynamical model, contains forcing and management inputs, maps the state into the sensor’s observation space, and and represent model and observation uncertainty.
For a hydrologic control volume, the posterior state should also honor
where is storage, precipitation, evapotranspiration, outflow, inflow, withdrawals, managed returns or transfers, and an acknowledged closure uncertainty.
A conventional ensemble Kalman update minimizes statistical error but may add or remove water because corrected storage is not automatically reconciled with fluxes Wang et al., 2009. Three complementary strategies are available:
Hard constraints project each posterior member onto an exactly feasible state. This enforces internal consistency but can be misleading when observed fluxes are uncertain.
Weak probabilistic constraints treat budget closure as an uncertain additional observation. This allows the constraint strength to reflect precipitation, discharge, evapotranspiration, and representation errors Khaki et al., 2018.
Conservation by construction represents every transfer as leaving one storage and entering another, with explicit boundary fluxes. Assimilation then adjusts admissible states, parameters, or flux multipliers through a constrained solver.
The closure residual should be published as a diagnostic, not hidden as an implementation detail. Persistent residuals can identify missing withdrawals, groundwater exchange, routing errors, precipitation bias, or sensor drift. A credible analysis cycle advances an ensemble, maps it into each sensor’s measurement space, assimilates bias-aware observations, applies physical constraints jointly, diagnoses the correction by compartment, and then propagates a probabilistic forecast.
6. Validation in observation space¶
Validation must occur at the resolution and support of the observing system. The correct comparison is not generally between a model grid cell and a resampled product; it is
compared with , where the observation operator represents the footprint or point-spread function, sampling time, vertical sensitivity, terrain and visibility, retrieval filtering, and missingness.
If a satellite has a 25 km footprint and the model has a 100 m grid, the primary validation should aggregate the model through the sensor footprint. Downscaling the observation to 100 m does not provide 100 m validation. Conversely, evaluating a coarse satellite pixel against a point sensor requires a representative network, a justified upscaling operator, or an explicit point-to-footprint representation error. Scale mismatch, correlated errors, and retrieval bias remain central challenges in assimilating terrestrial water storage observations Springer et al., 2026.
Validation data should also be independent of the observations used to estimate the state. Useful designs include withheld stations or satellite tracks, an alternative sensing modality, geographic and temporal holdouts, and observing-system experiments with and without each data family. For a critical-zone digital shadow, complementary observations may include:
| State or flux | Assimilation source | Independent or complementary evaluation |
|---|---|---|
| surface soil moisture | satellite retrieval | withheld in-situ probes or another satellite modality |
| total water storage | GRACE/-FO | wells, reservoir levels, or GNSS loading |
| evapotranspiration | land model or remote-sensing product | eddy-covariance towers or thermal imagery |
| groundwater state | wells and hydrologic model | seismic velocity, InSAR, or GNSS deformation |
| river and flood state | stream gauges | SWOT/altimetry, SAR extent, or high-water marks |
| slope state | hydromechanical model | deformation, pore pressure, and event inventories |
Where no reference can be treated as truth, triple collocation can estimate random error from three independently derived products, provided its independence and linearity assumptions are examined Gruber et al., 2016. Evaluation should extend beyond RMSE to ensemble reliability, calibration, event timing, extremes, spatial spectra, regime-specific skill, and conservation residuals.
7. Adoption, silos, and the risk of hype¶
Disciplinary silos are a structural limitation. Atmospheric science, hydrology, oceanography, ecology, geodesy, and geomechanics developed separate models, standards, observing networks, validation cultures, and operational institutions. Their interfaces are often files rather than shared scientific semantics. Moving from demonstrations to operations also requires sensor-health monitoring, versioned histories, latency guarantees, fallback behavior, cybersecurity, continuous verification, maintenance, and institutional responsibility for false alarms.
Computation reinforces these silos. Global high-resolution ensembles require supercomputers and specialist teams, while the resulting data can be too large to move. Centralized infrastructure may provide globally consistent information but can limit who can reproduce simulations, interrogate model choices, or contribute local knowledge. Machine-learning emulators reduce inference cost, but remain dependent on expensive training and on the biases of their training data.
The literature also contains a substantive governance critique. Detailed model output can appear authoritative even though the choices of variables, losses, populations, and interventions are normative. Digital-twin programs may understate deep uncertainty, centralize expertise, and privilege what is readily measured over what communities need Saltelli et al., 2024. More supportive analyses reach a compatible design principle: openness, multiple perspectives, accessibility, trust, and accountable human participation must be built into Earth twins from the beginning Hazeleger et al., 2024.
Every proposed twin should therefore be compared with a simpler baseline: an existing forecast service, conventional data assimilation, a targeted statistical model, or an ensemble of independent models. Without such a comparison, the digital-twin label may repackage established capabilities without demonstrating additional scientific or decision value.
8. Positioning the GAIA model¶
GAIA is best understood today as a critical-zone digital shadow and hazard decision-support framework under development. Its scientific object is not a geometric copy of the Earth, but a continuously updated estimate of the coupled hydrological and mechanical state of soil and shallow subsurface materials. That state connects atmospheric and hydrologic forcing to landslides, post-fire debris flows, floods, liquefaction, and other ground failures.
This positioning gives the three-pillar Digital Twin Framework a testable interpretation:
Pillar 1 estimates the present hydromechanical state from heterogeneous observations and physically constrained models---the digital-shadow function.
Pillar 2 maps that posterior state into present hazard susceptibility---the nowcast function.
Pillar 3 propagates state and forcing uncertainty into conditional future hazard trajectories---the forecast and what-if function.
DataHub preserves native support, uncertainty, lineage, and adapters rather than erasing differences through superficial homogenization.
ModelHub makes coupled physical, statistical, and learned components replaceable and testable.
HazEvalHub evaluates forecasts in observation space, on withheld events and regions, and against simpler baselines.
GAIA can mature toward a digital twin when it supports persistent observational updating, probabilistic forecasts, verified intervention scenarios, and an auditable feedback loop with hazard managers and affected communities. Calling the present system a digital shadow is not a retreat from ambition; it states clearly which capabilities already exist and which must still be demonstrated.
References¶
- Bauer, P., Stevens, B., & Hazeleger, W. (2021). A digital twin of Earth for the green transition. Nature Climate Change, 11, 80–83. 10.1038/s41558-021-00986-y
- Li, X., Feng, M., Ran, Y., Su, Y., Liu, F., Huang, C., Shen, H., Xiao, Q., Su, J., Yuan, S., & Guo, H. (2023). Big Data in Earth system science and progress towards a digital twin. Nature Reviews Earth & Environment, 4, 319–332. 10.1038/s43017-023-00409-w
- Doblas-Reyes, F. J., & others. (2026). The Destination Earth digital twin for climate change adaptation. Geoscientific Model Development, 19, 2821–2848. 10.5194/gmd-19-2821-2026
- Rigon, R., Formetta, G., Bancheri, M., Tubini, N., D’Amato, C., David, O., & Massari, C. (2022). Participatory Digital eARth Twin Hydrology systems (DARTHs) for everyone: a blueprint for hydrologists. Hydrology and Earth System Sciences, 26, 4773–4800. 10.5194/hess-26-4773-2022
- Barros, A. P. (2024). Digital Twin Earth: the next-generation Earth Information System. Frontiers in Science, 2. 10.3389/fsci.2024.1383659
- Wang, Y.-H., & Gupta, H. V. (2024). A Mass-Conserving-Perceptron for Machine-Learning-Based Modeling of Geoscientific Systems. Water Resources Research, 60(4), e2023WR036461. 10.1029/2023WR036461
- Wang, D., Chen, Y., & Cai, X. (2009). State and parameter estimation of hydrologic models using the constrained ensemble Kalman filter. Water Resources Research, 45(11), W11416. 10.1029/2008WR007401
- Khaki, M., Ait-El-Fquih, B., Hoteit, I., Forootan, E., Awange, J. L., & Kuhn, M. (2018). Unsupervised ensemble Kalman filtering with an uncertain constraint for land hydrological data assimilation. Journal of Hydrology, 564, 175–190. 10.1016/j.jhydrol.2018.06.080
- Springer, A., De Lannoy, G., Rodell, M., Ewerdwalbesloh, Y., Gerdener, H., Khaki, M., Li, B., Li, F., Schumacher, M., Tangdamrongsub, N., Tourian, M. J., Nie, W., & Kusche, J. (2026). A review of current best practices and future directions in assimilating GRACE/-FO terrestrial water storage data into numerical models. Hydrology and Earth System Sciences, 30, 985–1022. 10.5194/hess-30-985-2026
- Gruber, A., Su, C.-H., Zwieback, S., Crow, W., Dorigo, W., & Wagner, W. (2016). Recent advances in (soil moisture) triple collocation analysis. International Journal of Applied Earth Observation and Geoinformation, 45, 200–211. 10.1016/j.jag.2015.09.002
- Saltelli, A., Gigerenzer, G., Hulme, M., Katsikopoulos, K. V., Melsen, L. A., Peters, G. P., Pielke, R. A., Robertson, S., Stirling, A., Tavoni, M., & Puy, A. (2024). Bring digital twins back to Earth. WIREs Climate Change, e915. 10.1002/wcc.915
- Hazeleger, W., Aerts, J. P. M., Bauer, P., & others. (2024). Digital twins of the Earth with and for humans. Communications Earth & Environment, 5, 463. 10.1038/s43247-024-01626-x