Papers
Topics
Authors
Recent
Search
2000 character limit reached

Exascale Hybrid Numerical-AI Ensembles for Operational Flood-Season Forecasting in East Asia: 15-km Decadal Hindcasts and 1-km High-Resolution Capability

Published 24 May 2026 in cs.CE and physics.ao-ph | (2605.24896v1)

Abstract: Seasonal forecasting of summer rainfall in East Asia remains a grand challenge, as predictability at 3 to 6 month lead times is constrained by the spring predictability barrier, weak large-scale signals, and localized nonlinear convective extremes. We address this challenge with CAPES, which integrates a kilometer-resolution coupled regional model with atmosphere, land, and ocean components and a data-driven AI seasonal forecasting system. At 15 km resolution, the fused workflow combines 174 numerical members from varying start times, physics schemes, and parameter perturbations with 1,600 AI members generated from initial and physical perturbations. Using the full LineShine system, CAPES completes ten annual 1,774-member hindcasts for 2016 to 2025 within 14.6 hours, improving the mean prediction score from ECMWF's 71.8 to 75.9 and delivering a major gain in operational forecasting capability. The 1-km configuration further enables fine-scale typhoon simulation and establishes the feasibility of kilometer-scale fused ensemble forecasting on a one-week timescale.

Summary

  • The paper demonstrates that CAPES significantly improves forecast skill by integrating high-resolution numerical simulations with AI ensemble expansion across 1-km to 15-km scales.
  • The study details a three-level parallelization and memory optimization strategy on the exascale LineShine supercomputer to enhance computational efficiency.
  • The approach yields marked improvements in operational flood forecasting, achieving up to 8.52× speedup and establishing systematic scaling laws for ensemble performance.

Exascale Hybrid Numerical-AI Ensembles for Flood-Season Forecasting in East Asia

Scientific Motivation and Problem Definition

Skillful operational flood-season forecasting is a central challenge for hydroclimate risk management in East Asia, owing to the spring predictability barrier, weak large-scale signals at 3-6 month lead times, and nonlinear convective extremes. The 2020 Yangtze floods highlighted the limitation of current state-of-the-art numerical ensembles, notably the systematic underestimation and poor reliability of high-precipitation events by ECMWF-SEAS5. Addressing this requires a coupled regional ESM with high resolution and physically realistic multi-sphere dynamics, but also scalable ensemble capability to quantify regional risks and extremes. Figure 1

Figure 1: Comparison between observed and ECMWF-SEAS5 hindcast summer precipitation in 2020, showing systematic ensemble mean underestimation for extreme precipitation.

CAPES Hybrid Forecasting System Architecture

CAPES (CRESM-AI Seasonal Prediction Ensemble System) is designed to fuse kilometer-scale physical simulation with scalable AI ensemble generation. The workflow integrates:

  • CRESM: Coupled regional atmosphere-land-ocean numerical model, physically grounded, supporting resolutions to 1 km;
  • AI module: Multimodal, generative and inference components for ensemble expansion at low marginal cost;
  • Fusion module: Adaptive ensemble fusion for operational output. Figure 2

    Figure 2: Overview of CAPES hybrid forecasting workflow coupling CRESM, AI ensemble expansion, and fusion for unified operational product.

This architecture targets scaling physical fidelity, ensemble size, and throughput simultaneously, leveraging the exascale LineShine supercomputer.

Numerical Model Optimization and Parallelization

CRESM leverages ARW-based nonhydrostatic dynamics and advanced land-surface parameterization. To fully utilize LineShine's 304-core processors and SVE/SME vectorization, a three-level parallelization is implemented:

  • MPI domain decomposition;
  • Thread-level workload partitioning with vendor-specific pthreads;
  • SIMD vectorization through SVE/SME intrinsics. Figure 3

    Figure 3: Three-level hybrid parallelization strategy for CRESM on LineShine, mapping domain decomposition, threading, and SIMD.

Global memory layout transformation (single-column vs. multidimensional data alignment) is applied for efficient HBM usage, mitigating cache misses and memory latency. Figure 4

Figure 4: Memory-layout transformation enabling data locality alignment with HBM and vector width in CRESM.

Communication bottlenecks in CWRF's halo exchanges are addressed with topology-aware message routing and computation-communication overlap, using dynamic task queues for latency hiding. Figure 5

Figure 5: Computation-communication overlap in CWRF, assigning threads to concurrent internal computation and asynchronous halo exchange.

AI Track: Multimodal Ensemble Expansion

The AI module processes day-scale to year-scale reanalysis atmospheric, oceanic, and land data, with a multimodal generative backbone:

  • Multi-stream VAEs encode uncertainty in initial conditions;
  • Diffusion Transformer samples from latent atmospheric attractor;
  • Forecast backbone is a custom tri-level attention ViT, enabling efficient modeling of spatial, inter-variable, and global teleconnections across 777,600-tokens input.

Memory footprint is reduced and throughput increased via sequence-wise variable organization in PCA-compressed input, and SVE/SME optimized operators. Figure 6

Figure 6: Customized tri-level attention architecture with windowed spatial, cross-variable, and global anchor context for efficient earth system forecasting.

Ensemble Design, Fusion, and Operational System Integration

Numerical members (174) are generated via start dates, physics combinations, and parameter sweeps. AI members (1,600) arise from VAE/DiT initial perturbations and inference-time latent noise. Adaptive fusion combines sign consistency and anomaly magnitude metrics for operational post-processing, yielding a unified probabilistic forecast.

System-level concurrency on LineShine allows full-machine execution modes, mapping both numerical and AI workloads to more than 23,000 nodes. Figure 7

Figure 7: LineShine supercomputer structure supporting concurrency across simulation and AI tasks.

Computational Performance and Scalability

Strong and weak scaling evaluations demonstrate high parallel efficiency for CRESM at 15-km and 1-km, with coupled model attaining 74.2% strong-scaling efficiency at 1-km, enabling six-month 1-km runs in seven days with 512 nodes. Optimization via parallelization, memory layout, communication, and operator vectorization achieves up to 8.52× speedups and substantial reduction in cache misses. Figure 8

Figure 8: Strong scalability of atmosphere, land, and CRESM coupled models at multiple resolutions on Intel, Sunway, and LineShine.

Figure 9

Figure 9: Weak scalability of atmosphere, land, and CRESM coupled model from 30 km to 1 km, confirming efficiency retention across problem scales.

Kilometer-scale Simulation Capability

CRESM at 1-km resolution successfully models extreme weather such as Typhoon Saola, reproducing vortex structure, eyewall, spiral rainbands, and storm trajectory with fidelity matching observations and IMERG data. Figure 10

Figure 10: Structures of Typhoon Saola from Himawari-9 satellite, IMERG precipitation, and 1-km ERA5-driven CRESM simulation.

AI Model Effectiveness

Sequence-wise ViT+PCA+Seq. formulation outperforms standard ViT and ViT+PCA in precipitation skill and anomaly correlation, demonstrating the benefit of variable-wise tokenization and tailored attention architectures.

Ten-Year Hindcast Results and Forecast Skill Scaling

Ten-year (2016–2025) hindcasts confirm that the 174-member CRESM ensemble outperforms major operational models. CAPES, with 1,774 members (numerical + AI), further increases mean PS from ECMWF’s 71.8 to 75.9, delivering major gain in skill. Empirical ensemble scaling relationship is established: forecast skill rises systematically with ensemble size at fixed numerical-to-AI member ratios. Figure 11

Figure 11: Hindcast skill comparison and scaling with ensemble size between CAPES, CRESM, and operational systems.

Decadal campaigns are executable within 14.6 hours under full-machine concurrency, validating both method iteration speed and scalability.

Operational Forecast and Regional Performance

CAPES forecast for summer 2026 incorporates 1,774 ensemble members for operational delivery to CMA. Figure 12

Figure 12: CAPES forecast of summer precipitation in 2026 with full ensemble.

Case studies (e.g., 2020 rainfall) show substantial correction of spatial rainbelt organization and improved anomaly representation versus ECMWF and CRESM alone. Figure 13

Figure 13: Comparison of summer precipitation hindcasts in 2020 from ECMWF, CRESM, and CAPES against observed rainfall.

Implications and Future Directions

CAPES demonstrates that hybrid numerical-AI workflows, integrated for ensemble fusion and deployed at exascale, relax the traditional constraint among physical fidelity, ensemble size, and operational cost for seasonal flood forecasting. Beyond forecast skill improvement, the approach enables structured uncertainty analysis, causal chain probing, and interpretable science from AI-black-box components. LineShine’s HPC-AI co-driven paradigm illustrates the direction for future scientific software and platforms, generalizable to domains needing fusion of structured simulation and heterogeneous data assimilation. Figure 14

Figure 14: Full-machine concurrent execution modes for decadal and operational forecasting using CAPES on LineShine.

Conclusion

"Exascale Hybrid Numerical-AI Ensembles for Operational Flood-Season Forecasting in East Asia" (2605.24896) presents a technically rigorous, systemically optimized approach to operational flood-season forecasting. By fusing coupled high-resolution physical simulation with AI-driven ensemble expansion, and leveraging exascale computational resources for hybrid workflow concurrency, CAPES attains improved forecast skill, uncertainty quantification, time-to-solution, and regional anomaly fidelity. The results suggest the emergence of practical scaling laws for forecasting capability, as well as broader prospects for accelerated scientific discovery and paradigm shift in Earth system modeling and prediction.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 1 like about this paper.