SUPERCOMPUTING NEWS SUPERCOMPUTING NEWS
    • MEDIA KIT
    • MOST READ
    • RSS FEED
    • ACADEMIA
    • AEROSPACE
    • APPLICATIONS
    • ASTRONOMY
    • AUTOMOTIVE
    • BIG DATA
    • BIOLOGY
    • CHEMISTRY
    • CLIENTS
    • CLOUD
    • DEFENSE
    • DEVELOPER TOOLS
    • EARTH SCIENCES
    • ECONOMICS
    • ENGINEERING
    • ENTERTAINMENT
    • GAMING
    • GOVERNMENT
    • HEALTH
    • OIL & GAS
    • INDUSTRY
    • INTERCONNECTS
    • MANUFACTURING
    • MIDDLEWARE
    • MOVIES
    • NETWORKS
    • PHYSICS
    • PROCESSORS
    • RETAIL
    • SCIENCE
    • STORAGE
    • SYSTEMS
    • VISUALIZATION
    • AcyMailing subscription form

    • ADD YOUR VIDEOS
    • MANAGE VIDEOS
    • CONVERSATION INBOX
    • SOCIAL ADVERTISER
    • SOCIAL NETWORK VIDEOS
    • SURVEYS
    • GROUPS
    • PAGES
    • MARKETPLACE LISTINGS
    • APPLICATIONS BROWSER
    • PRIVACY CONFIRM REQUEST
    • PRIVACY CREATE REQUEST
    • LEADERBOARD
    • POINTS LISTING
      • BADGES
    • TRADE SHOWS
Sign In
China’s supercomputing push meets a harder problem: Teaching computers to keep asteroids honest
China’s supercomputing push meets a harder problem: Teaching computers to keep asteroids honest
Supercomputing reconstructs the moon Venus may have lost
Supercomputing reconstructs the moon Venus may have lost
From the Tibetan Plateau to California: Supercomputing reveals a hidden source of flood predictability
From the Tibetan Plateau to California: Supercomputing reveals a hidden source of flood predictability
Fugaku goes inside the molecular machine: Supercomputer simulations reveal how kinesin knows which way to step
Fugaku goes inside the molecular machine: Supercomputer simulations reveal how kinesin knows which way to step
10,000 AI agents, 130 billion tokens and 88 hours: How OpenAI turned Navier–Stokes into a supercomputing workload
10,000 AI agents, 130 billion tokens and 88 hours: How OpenAI turned Navier–Stokes into a supercomputing workload
Qualcomm enters the supercomputing arena as AWS partnership challenges Nvidia’s AI infrastructure dominance
Qualcomm enters the supercomputing arena as AWS partnership challenges Nvidia’s AI infrastructure dominance
previous arrow
previous arrow
next arrow
next arrow
 
Shadow
China’s supercomputing push meets a harder problem: Teaching computers to keep asteroids honest
Featured

China’s supercomputing push meets a harder problem: Teaching computers to keep asteroids honest

Tyler O'Neal, Staff Editor September 16, 2026, 9:30 am

New geometric integration method could make long-duration spacecraft and binary-asteroid simulations more accurate, and potentially more computationally efficient

Every supercomputer simulation of an asteroid conceals a fundamental challenge. Although these systems can execute trillions of calculations per second, excessive computing power does not guarantee improved accuracy if the underlying numerical method gradually deviates from physical reality. In long-duration orbital simulations, minute numerical errors can accumulate, eventually causing a theoretically stable trajectory to deviate into an artifact of the simulation rather than a reflection of physics.

A recent study by researchers at Liaoning University and the Beijing Institute of Spacecraft Environment Engineering addresses this critical issue. The team has developed a numerical integration approach utilizing Hamel’s variational integrators to simulate the coupled orbital and rotational dynamics of binary asteroid systems. Their findings demonstrate that this method preserves essential geometric and physical properties more effectively than comparable Lie-group variational formulations, while requiring fewer computational operations. Furthermore, the approach exhibits significantly superior conservation of energy and rotational structure compared to conventional Runge–Kutta integration.

This development is particularly significant for high-performance computing (HPC). The research transcends the simple task of predicting asteroid positioning; it focuses on engineering numerically robust algorithms that maintain physical fidelity when modeling complex gravitational systems over extended timeframes. This pursuit represents the core objective of modern HPC applications.

When four asteroids become one difficult computing problem

The study, published in Space: Science & Technology (https://spj.science.org/doi/10.34133/space.0450), examines what the researchers call the full two-body problem involving two binary asteroids.

Each binary asteroid pair is approximated as a rigid “dumbbell”: two asteroids connected by a massless rod. The researchers assume the distance between the two members of each binary remains constant, allowing the pair to be treated as a rigid body.

That simplification still leaves a formidable computational problem.

Each dumbbell possesses both translational and rotational motion. The gravitational interaction therefore depends not only on where the bodies are located but also on how they are oriented.

The researchers formulate the system using SE(3), the special Euclidean group, which combines three-dimensional translation and rotation into a single mathematical framework. Rather than describing orientation with conventional Euler angles, the approach works directly with the geometry of rotations.

That matters computationally because the numerical representation itself becomes part of the physics.

Euler-angle formulations can encounter singularities, while the Lie-group formulation maintains the rotational configuration directly on the appropriate mathematical manifold. The researchers then formulate both continuous and discrete equations using Hamel’s formalism and derive a discrete integrator from Hamilton’s principle.

The resulting algorithm is a second-order variational integrator.

That phrase may sound like mathematical machinery for its own sake. It isn’t.

For an HPC engineer, it translates into a very practical question:

How many floating-point operations does it take to advance the simulation one step, and how much physical error accumulates while doing it?

The supercomputer problem is not just FLOPS

Traditional numerical integration methods such as Runge–Kutta are extremely useful because they are relatively straightforward and can provide high accuracy over individual integration steps.

But long-running orbital mechanics introduces another requirement: the numerical method must respect the underlying structure of the physical system.

The researchers compare Hamel’s method against both Lie-group variational integration and Runge–Kutta methods.

Their argument is that conventional integration can gradually violate quantities that should remain structurally constrained. In particular, the rotation matrix must remain orthogonal. If it drifts away from that condition, the computed orientation begins to contaminate the force and torque calculations.

That creates a feedback loop: numerical error → incorrect attitude → incorrect force/torque → additional numerical error.

The paper reports that this problem becomes particularly important for full-body dynamics because gravitational forces and torques depend simultaneously on position and attitude.

This is where a massively parallel computer can encounter an ironic limitation.

More processors can reduce wall-clock time, but they cannot repair a numerical algorithm that is systematically drifting away from the physics.

A better algorithm can.

Symplectic mathematics meets HPC efficiency

The researchers’ approach is based on preserving the symplectic structure of the underlying dynamical system.

Symplectic integrators are designed around the geometry of Hamiltonian mechanics rather than simply approximating derivatives. Their advantage becomes particularly important when simulations extend over many thousands, millions or potentially billions of integration steps.

In the study, both Hamel’s and Lie-group variational integrators preserve total energy and the Lie-group structure. The researchers report that Hamel’s formulation provides better structural preservation for comparable error magnitudes.

That is potentially important for future HPC workloads.

Consider a spacecraft mission simulation requiring a very long time horizon. If an integration method introduces a tiny error at every step, the computational cost can eventually become dominated by the need to reduce the timestep sufficiently to keep that error under control.

A structure-preserving method attacks the problem from a different direction.

Instead of simply calculating more steps, it attempts to make every step more physically meaningful.

That is a classic HPC optimization opportunity: reduce computational work by improving the algorithm rather than merely increasing the hardware.

The surprising result: the implicit method can be faster

Perhaps the most interesting performance result in the paper is that Hamel’s method is implicit, yet can require less computational work than the competing methods.

That sounds counterintuitive.

Implicit numerical schemes generally require equations to be solved during each timestep, while explicit schemes can advance the solution more directly.

But the details matter.

The researchers report that their Hamel formulation requires fewer operations than the Lie-group variational integrator because the implicit equations are expressed using Lie-algebra elements rather than Lie-group elements.

As a result, Hamel’s approach shows slightly higher computational efficiency in the comparison.

The comparison with Runge–Kutta is even more revealing.

The second-order explicit Runge–Kutta method requires two evaluations of the governing equations during each timestep. Each evaluation involves force and moment calculations, which are computationally expensive for this full-body problem.

Hamel’s method, although implicit, requires only one evaluation per step according to the study.

The authors note that this difference can become increasingly significant as the physical model or integrator order becomes more complex.

For HPC architects, this is a familiar lesson: The fastest algorithm is not necessarily the one with the fewest mathematical complications. It is the one that minimizes total computational work for the required accuracy.

Irregular asteroids make the problem more interesting

The researchers tested two configurations.

The first uses regular-shaped dumbbells consisting of identical rigid spheres connected by massless rods.

The second introduces irregularly shaped bodies and a more complicated gravitational potential.

That second case is particularly relevant to real asteroid dynamics.

Real asteroids are not spheres. Their irregular shapes affect both their gravitational fields and their rotational dynamics. The resulting forces can therefore alter spacecraft trajectories in ways that simplified point-mass models cannot capture.

The paper’s simulations show a noticeable trajectory deviation caused by the irregular geometry, particularly along the y direction. The researchers conclude that irregular planetary geometry can have a substantial influence on the resulting motion in full n-body dynamics.

For supercomputing, that creates a natural scaling path.

A simulation can move from: point masses → rigid bodies → irregular bodies → variable shapes → full n-body systems.

Every step increases the computational burden.

Every step also increases the value of numerical methods capable of preserving the underlying physics.

Where the HPC workload could explode

The current research should not be confused with a production-scale exascale asteroid simulation.

The paper reports CPU-time comparisons for the numerical methods; it does not claim that the experiments were executed on a TOP500-class supercomputer. That distinction is important.

But the algorithmic implications are much larger than the benchmark itself.

A future asteroid-dynamics workload could incorporate:

  • multiple interacting asteroids;
  • nonuniform mass distributions;
  • high-resolution shape models;
  • variable inter-asteroid distances;
  • spacecraft proximity operations;
  • solar radiation pressure;
  • planetary perturbations;
  • large ensembles of initial conditions;
  • uncertainty quantification;
  • trajectory optimization; and
  • Monte Carlo searches across millions of possible orbital states.

At that point, the numerical integrator becomes part of the HPC architecture.

A simulation campaign might require thousands or millions of independent trajectories. A structure-preserving algorithm that reduces the computational cost of each trajectory can therefore have an outsized effect on total cluster utilization.

The paper’s authors themselves identify variable inter-asteroid distance as an important direction for future work.

That could make the problem considerably more computationally demanding because the rigid-dumbbell assumption would no longer remove an internal degree of freedom.

And then there is China’s rapidly changing supercomputing landscape

The research also arrives at an interesting moment for Chinese HPC.

China’s supercomputing capability has recently taken a dramatic step forward on the public TOP500 benchmark.

In June 2026, LineShine, installed at the National Supercomputing Centre in Shenzhen, debuted at No. 1 on the TOP500 with a measured 2.198 exaflops on HPL. According to TOP500, the system contains approximately 13.79 million CPU cores, uses China’s custom LingKun platform and LX2 processors, a proprietary LingQi interconnect and Kylin operating system. 

The architectural detail is particularly notable.

LineShine is reported as a CPU-only exascale system, rather than relying on GPUs or other accelerators for its HPL result. TOP500 reports 2.198 exaflops of sustained HPL performance against a theoretical peak of 2.736 exaflops, approximately 80 percent of peak. 

China’s improvement is not confined to the headline HPL number.

LineShine also took the top position on the HPCG benchmark, with 22.00 petaflops. HPCG is intended to represent computational patterns more closely associated with many real scientific applications than the highly optimized dense linear algebra used by HPL. 

That is particularly relevant to the kind of computational science represented by the asteroid study.

HPC workloads are rarely just giant matrix multiplications.

Real scientific codes contain irregular memory accesses, synchronization, sparse calculations, nonlinear solvers and communication-heavy operations. An improvement in systems capable of handling those workloads matters just as much as an improvement in peak FLOPS.

From exaflops to better physics

There is therefore an interesting convergence taking place.

China is increasing the raw computational capability available for scientific computing while researchers are simultaneously improving the algorithms that determine how effectively that hardware can be used.

The asteroid paper represents the second half of that equation.

A supercomputer may have millions of cores, but the scientific result still depends on the numerical method running across those cores.

A poorly conditioned or physically drifting algorithm can turn enormous computational capacity into enormous computational waste.

A structure-preserving integrator can potentially allow the same hardware to simulate longer time horizons, larger ensembles or more complicated physical models without simply reducing the timestep until the computation becomes impractical.

The paper’s results show that Hamel’s variational integrators maintain low energy and orthogonality errors while also providing favorable CPU-time behavior. The researchers conclude that the approach offers a practical numerical method for full-body dynamics.

The bigger HPC question

The most compelling question prompted by this research is not merely the level of accuracy achievable in modeling binary asteroid systems, but whether future supercomputing efforts should prioritize the reduction of error-correction overhead in favor of deeper physical exploration.

Asteroid dynamics provide a rigorous test case, as the interplay between position, velocity, attitude, gravitational potential, angular momentum, and energy is unforgiving; even minute numerical deviations can lead to significant orbital inaccuracies over time. The researchers’ methodology compels the computational model to maintain fidelity to the underlying physical mathematics throughout the simulation.

This philosophy is increasingly vital as scientific computing scales to exascale levels and beyond. While China’s LineShine system exemplifies the vast potential of raw computational capacity, the research from Liaoning University highlights the essential, complementary challenge: ensuring that such power is translated into reliable scientific insight. Ultimately, the future of high-performance computing will depend not only on increasing floating-point operations but also on implementing the sophisticated mathematics necessary to ensure those operations remain physically meaningful.

Supercomputing reconstructs the moon Venus may have lost
Featured

Supercomputing reconstructs the moon Venus may have lost

Deckard, Staff Editor September 15, 2026, 8:00 am

High-performance numerical modeling reveals a narrow path by which a hypothetical Venusian moon could have survived, or been destroyed billions of years ago

Venus presents a unique challenge that traditional observational astronomy cannot resolve: the absence of a natural satellite. This discrepancy prompts a compelling computational inquiry: could Venus have once hosted a significant moon, only to lose it through the complex mechanics of orbital evolution? 

A study led by Stephen R. Kane of the University of California, Riverside, in collaboration with researchers from the University of Bordeaux and CNRS, addresses this question as a rigorous numerical experiment. Rather than relying on direct observation, the team developed a computational framework to simulate the evolution of a hypothetical Venus–moon system over billions of years, systematically varying parameters such as planetary rotation, satellite mass, orbital distance, eccentricity, and tidal dissipation. The findings delineate the narrow range of conditions under which such a moon could have survived, while illustrating how the satellite's presence would have fundamentally altered Venus’s rotational history. 

The study, titled "Tidal Demise: The Evolution and Fate of a Hypothetical Venus Moon," published in The Astrophysical Journal (https://iopscience.iop.org/article/10.3847/1538-4357/ae9d6c), outlines a semianalytical framework for coupled spin–orbit evolution using two distinct tidal models. For the computational science community, this work reframes the missing moon as a complex reconstruction problem, utilizing numerical integration to determine which initial conditions ultimately led to survival, orbital escape, or catastrophic destruction.

Turning planetary history into a computational problem

The physics begins with a deceptively simple relationship.

A rotating planet exerts tidal forces on an orbiting moon. Those tides exchange angular momentum between the planet’s rotation and the satellite’s orbit.

If Venus rotates faster than the moon orbits, the moon can migrate outward.

But the moon is not merely a passenger.

As it extracts angular momentum from Venus, it also slows the planet’s rotation. That changes the location of the synchronous radius, the orbital distance at which a satellite’s orbital period matches the planet’s rotation period.

The researchers found that this creates a race.

The moon is trying to migrate outward.

Venus’s slowing rotation is causing the synchronous radius to expand outward.

If the synchronous radius catches the moon, the direction of tidal migration can reverse.

The moon can then spiral inward until it reaches the Roche limit, where tidal forces can tear it apart.

The computational problem is therefore a coupled dynamical system rather than a simple orbital calculation.

The study surveys initial Venus rotation periods from 5 to 100 hours, satellite masses from 0.01 to 10 times the mass of Earth’s Moon, initial orbital distances from 3.5 to 25 Venus radii, tidal quality factors from 10 to 100, and orbital eccentricities from zero to 0.5.

That is precisely the sort of parameter-space problem for which numerical computing becomes indispensable.

Instead of asking, “What happens to one hypothetical moon?” the researchers ask a much more powerful question: What happens to thousands of possible Venus–moon systems occupying different regions of physical parameter space?

Two models, two possible futures

The simulations employ two competing descriptions of tidal dissipation.

The first is the constant-Q model, in which the tidal quality factor represents a frequency-independent measure of dissipation.

The second is the constant time lag (CTL) model, in which the deformation of Venus responds with a fixed delay to the tidal forcing.

That distinction becomes particularly important near synchronization.

In the constant-Q model, the tidal torque changes sign discontinuously when Venus’s rotation rate matches the moon’s orbital frequency.

In the CTL model, the torque approaches zero smoothly.

That seemingly technical difference can produce radically different planetary histories.

The CTL model can allow a massive moon to settle into a quasi-synchronous configuration instead of plunging toward destruction. The constant-Q calculation can instead drive the same system through synchronous reversal and eventually into the Roche limit.

For a computational scientist, this is an important reminder that the numerical answer is only as meaningful as the physical model underneath it.

The researchers therefore did not simply run equations and accept whatever came out.

They validated the computational machinery.

The Earth–Moon system becomes the test case

Before trusting the Venus simulations, the researchers applied their integration framework to the Earth–Moon system, where observations provide an unusually valuable benchmark.

Using Earth’s tidal parameters and the Moon’s measured orbital distance, the numerical model reproduced the observed lunar recession rate to within approximately 3 percent.

The calculated value was 3.69 centimeters per year, compared with the observed 3.82 centimeters per year.

The model also reproduced Earth’s changing rotation rate to within approximately 11 percent.

The researchers then performed a much longer numerical experiment, starting Earth with a five-hour rotation period and the Moon at only 3.5 Earth radii.

Using an appropriate time-averaged tidal quality factor, the simulation recovered both the Moon’s present distance of approximately 60.3 Earth radii and Earth’s present approximately 24.5-hour rotation period after 4.5 billion years.

Perhaps more importantly from a computational perspective, the researchers verified angular-momentum conservation to machine precision, with the total spin-plus-orbital angular momentum tracking the expected cumulative solar torque to better than 0.1 percent.

That validation provides confidence that the numerical engine is correctly coupling the planetary spin and satellite orbit before it is unleashed on the far less constrained Venus problem.

The computational machinery

The Venus simulations solve coupled ordinary differential equations describing the evolution of Venus’s spin rate and the satellite’s semimajor axis.

For the CTL calculations, the researchers also employ the full eccentricity-dependent equations developed by Hut and later extended by Leconte and collaborators.

This matters because simplifying eccentricity to a low-order approximation can conceal nonlinear behavior.

The full equations contain eccentricity functions whose terms become increasingly important as eccentricity rises, particularly above approximately e = 0.3.

The coupled equations were integrated using a fourth-order Runge–Kutta method with adaptive timestep control.

The numerical integrator adjusted its timestep so that each step resolved fractional changes of no more than approximately 1 percent in both Venus’s spin rate and the satellite’s orbital distance.

Each simulation was terminated when one of three conditions occurred:

  • the satellite crossed the Roche limit;
  • the satellite exceeded the critical stability radius;
  • or the simulation reached 4.5 billion years.

The calculation also continuously checked angular-momentum conservation.

In other words, this is not a single trajectory plotted on a computer screen.

It is a numerical laboratory for planetary evolution.

Venus turns out to be a very different computational problem from Earth

At first glance, Earth and Venus appear to offer nearly identical starting points for comparison.

They are similar in mass and radius.

But their satellite dynamics are dramatically different.

The researchers found that, in their fiducial Venus system, the moon’s tidal torque on Venus is approximately 3 million times stronger than the solar tidal torque.

That makes the hypothetical moon, not the Sun, the dominant driver of Venus’s early spin evolution.

The reason is partly orbital geometry.

Venus’s smaller Hill sphere means a stable moon must orbit considerably closer to its planet than Earth’s Moon does to Earth.

Tidal torque is extraordinarily sensitive to orbital distance, with the relevant dependence scaling approximately as a⁻⁶.

A small reduction in orbital distance therefore produces a huge increase in tidal interaction.

And that creates a feedback loop.

A closer moon produces stronger tides.

Stronger tides slow Venus more rapidly.

A slower Venus expands the synchronous radius.

The expanding synchronous radius can catch the moon.

And once it does, the moon can begin falling back toward Venus.

The critical race

For the study’s fiducial initial orbital distance of five Venus radii, the moon’s orbital period is approximately 16.1 hours.

That establishes a critical initial Venus rotation period.

If Venus rotates faster than approximately 16.1 hours, the moon begins outside the synchronous radius and initially migrates outward.

If Venus rotates more slowly, the moon begins inside the synchronous radius and immediately spirals inward.

In the constant-Q simulations, a Venus initially rotating once every 24 hours destroys a lunar-mass moon in approximately one million years.

A rapidly rotating Venus produces a very different result.

With an initial rotation period of 8 or 12 hours, a lunar-mass moon initially migrates outward as it extracts angular momentum from Venus. In one representative case, the moon reaches approximately 25 Venus radii before the continuing slowdown of Venus causes the system to reverse direction.

For the one-Moon-mass case, however, that later inward migration is sufficiently slow that the satellite does not reach the Roche limit within the 4.5-billion-year simulation.

The key surprise is that making the moon bigger does not necessarily make it more stable.

It can make the system less stable.

Bigger moon, bigger problem

A two-Moon-mass satellite produces a stronger tidal torque.

That means it can move outward faster.

But it also spins Venus down faster.

And the second effect wins.

At an initial Venus rotation period of eight hours, the constant-Q simulation produces synchronous reversal and eventual Roche destruction at approximately 1.7 billion years for a two-Moon-mass satellite.

At 12 hours, the same mass is destroyed in only about 33 million years.

For a five-Moon-mass satellite, the tidal interaction becomes so powerful that the moon is destroyed within roughly 100 million years, even when Venus begins with a five-hour rotation period.

The mathematical asymmetry is central to the study.

The moon’s outward migration rate scales approximately with its mass.

But the expansion of Venus’s synchronous radius depends more strongly on that mass.

Consequently, increasing satellite mass eventually causes Venus to despin faster than the moon can escape the expanding synchronous region.

The simulation produces a striking diagonal boundary between survival and destruction across the initial-spin/mass parameter space.

This is precisely the sort of nonlinear boundary that is extremely difficult to discover analytically but straightforward to expose computationally through systematic parameter sweeps.

Even eccentricity can rewrite the outcome

The simulations become even more interesting when the researchers allow the moon’s orbit to begin eccentric rather than perfectly circular.

For rapidly rotating Venus, tidal forces can actually pump orbital eccentricity instead of damping it.

The transition occurs around a spin-to-orbital-frequency ratio of approximately 18/11, or 1.636, in the small-eccentricity limit.

For a moon initially five Venus radii away, that corresponds to a Venus rotation period of approximately 10 hours.

The consequence is another computational feedback loop.

A low-mass moon may not exert enough torque to slow Venus quickly.

Venus therefore remains in the eccentricity-pumping regime.

Its moon becomes increasingly eccentric.

Higher eccentricity increases tidal dissipation.

That accelerates orbital evolution and can push the moon toward Venus’s Hill-sphere stability boundary.

The simulation finds that low-mass satellites can be destabilized through this process even when their initial eccentricity is only 0.01.

A sufficiently massive moon can behave differently: its stronger torque rapidly slows Venus below the eccentricity-pumping threshold, after which eccentricity begins to damp.

The computational lesson is profound.

A planetary system’s fate cannot always be inferred from its starting orbital distance alone.

The result depends on the interaction of spin, mass, orbital distance, eccentricity, and tidal rheology, all evolving simultaneously.

The missing moon may not require a missing catastrophe

The simulations ultimately point toward a surprisingly elegant explanation for Venus’s empty sky.

The researchers combine their tidal calculations with recent smoothed-particle hydrodynamics simulations of giant impacts on Venus.

Those impact simulations suggest that scenarios producing Venus’s present-day rotation frequently produce post-impact spin periods of roughly 12 hours or longer, while some impact geometries produce debris disks that remain inside the synchronous orbit and therefore reaccrete onto Venus instead of forming a long-lived moon.

That produces two possible paths.

One possibility is that Venus’s giant impact generated debris but never produced a stable moon in the first place.

The other is more dramatic.

A moon formed, but the coupled gravitational dynamics eventually destroyed it.

The paper finds a particularly interesting tension between these possibilities.

Very rapidly rotating Venus can place a lunar-mass satellite in the survival region, but impact simulations suggest those same conditions may not naturally produce the required long-lived debris disk.

Slower post-impact rotation makes moon destruction more likely.

The authors identify approximately 12–15 hours as a particularly interesting transition region for Venus’s possible last-impact history.

That means the absence of a Venusian moon may be less mysterious than it first appears.

The moon may simply have been a temporary computational state in Venus’s early evolution.

A supercomputer cannot observe the past, but it can test it

There is something deeply inspirational about this kind of computation.

No spacecraft can travel backward four billion years.

No telescope can photograph a moon that may have disappeared before complex life appeared on Earth.

But numerical simulation gives scientists another route.

They can encode the governing physics, establish plausible initial conditions, run the system forward, and determine which histories remain physically consistent with the Venus we observe today.

The result is not a reconstruction of one guaranteed history.

It is a map of possibilities.

And that distinction is important because Venus’s tidal response remains poorly constrained. The planet has no moon whose orbital evolution can be measured directly, leaving considerable uncertainty in its tidal dissipation.

The authors therefore deliberately explore a range of tidal quality factors rather than pretending that one value is known with certainty.

They also emphasize that neither constant-Q nor CTL perfectly represents the complex rheology of a rocky planetary interior. More sophisticated models such as Andrade-type rheologies could place the actual evolution somewhere between the two calculated extremes.

That uncertainty does not weaken the computational approach.

It is precisely why parameter-space exploration matters.

From Venus to exoplanets

Perhaps the most exciting implication reaches far beyond our Solar System.

The researchers suggest that Venus may serve as a natural laboratory for understanding the fate of moons around terrestrial planets orbiting close to their stars.

For planets in the Venus Zone, slow rotation can place the synchronous radius in an unfavorable location, promoting inward satellite migration and eventual destruction.

Around low-mass stars, the situation may become even more extreme because planets receiving Venus-like irradiation must orbit closer to their stars.

Their Hill spheres shrink.

Their moons must orbit closer.

And the powerful distance dependence of tidal torque becomes even more important.

The authors estimate that a Venus analog orbiting at 0.1 astronomical units around a 0.3-solar-mass M dwarf could have a critical spin period roughly 10 times smaller than Venus’s, making long-term survival of a large moon effectively impossible for plausible post-impact rotation states.

That has implications for how astronomers interpret potentially habitable exoplanets.

A planet without a moon may not simply have failed to form one.

It may have formed one, and lost it.

And if a moon influences planetary obliquity, tides, and rotational evolution, losing that satellite could change the long-term climate trajectory of the planet itself.

The next generation of planetary computing

The study also points toward a future in which planetary evolution simulations become increasingly sophisticated.

The present work uses semianalytical tidal models and deliberately explores Venus-specific parameter space. The authors note that atmospheric thermal tides are not included, even though they may play an important role in Venus’s spin evolution.

Adding those effects would likely accelerate the expansion of the synchronous radius and make satellite survival even more difficult.

Future models could couple:

  • frequency-dependent planetary rheology;
  • atmospheric thermal tides;
  • magma-ocean evolution;
  • giant-impact simulations;
  • debris-disk formation;
  • satellite accretion;
  • orbital dynamics;
  • tidal heating;
  • atmospheric evolution; and
  • long-term climate models.

That would turn today’s semianalytical experiment into a much larger multiphysics planetary simulation.

And that is where high-performance computing becomes especially powerful.

The ultimate question is no longer simply “Did Venus have a moon?”

It becomes: “What combination of impact physics, planetary interior structure, orbital dynamics, atmospheric tides, and billions of years of nonlinear evolution can produce the Venus we see today?”

Those are questions that cannot be answered with a single equation or a single observation.

They require computation to explore the enormous space between them.

A moon that became a data point

The most profound conclusion from the study by Kane and his colleagues suggests that the absence of a celestial body can serve as a rich source of computational data. The empty orbit around Venus does not inherently imply that no satellite existed; rather, it may represent the terminal state of a dynamical process initiated by a violent planetary collision, wherein gravity and tidal forces gradually obscured all evidence of the moon over billions of years.

The researchers' simulations demonstrate that a lunar-mass satellite orbiting a rapidly rotating Venus could theoretically persist for the entire age of the Solar System. Conversely, minor variations in initial spin, satellite mass, or orbital eccentricity can lead to divergent evolutionary paths. While the boundary between these outcomes is narrow, this is precisely the domain in which computational science excels. Supercomputing does not require prior knowledge of historical events; instead, it allows for the exploration of diverse physical possibilities to determine which scenarios are viable. Ultimately, reconstructing events from billions of years ago begins with a robust set of equations, a rigorous integration loop, and the computational power required to simulate the evolution of the universe.

From the Tibetan Plateau to California: Supercomputing reveals a hidden source of flood predictability
Featured

From the Tibetan Plateau to California: Supercomputing reveals a hidden source of flood predictability

Deckard, Staff Editor September 11, 2026, 12:00 pm

A computational experiment suggests that getting the Tibetan Plateau’s land-surface temperature right may dramatically change how climate models simulate California’s most extreme winter precipitation events.

What if a supercomputer trying to understand California’s winter precipitation was looking in the wrong place?

That is the intriguing possibility raised by new research published in Science Advances. A team led by Yongkang Xue at the University of California, Los Angeles, used numerical weather and climate simulations to investigate two extraordinary California precipitation seasons, winter 2016–2017 and winter 2022–2023, and found that a seemingly remote piece of the atmosphere-land system may have played an important role: unusually strong early-winter heating over the Tibetan Plateau.

The computational experiment is particularly interesting from a high-performance computing perspective because the researchers did not simply ask a climate model to reproduce what happened. They used controlled ensemble simulations to ask a much harder question:

What happens to California’s precipitation when the model’s representation of Tibetan Plateau land-surface temperature is changed?

The answer was striking.

After correcting the Tibetan Plateau temperature initialization, the simulations reproduced approximately 56% of the observed January 2017 extreme precipitation anomaly and 38% of the March 2023 anomaly over California and adjacent regions.

The result does not mean a supercomputer has discovered a single variable that can perfectly predict California floods. The researchers explicitly describe the work as a single-model case study and call for multimodel investigations.

But it does demonstrate something potentially more consequential for computational Earth-system science: model initialization can determine whether a remote physical mechanism becomes visible at all.

The computational problem: California was not supposed to behave this way

California’s winter precipitation is strongly influenced by large-scale atmospheric circulation and atmospheric rivers, long, narrow corridors of concentrated water vapor that can transport enormous quantities of moisture toward the West Coast.

Yet the winters Xue and colleagues examined presented an interesting forecasting puzzle.

Both 2016–2017 and 2022–2023 occurred during La Niña conditions, which are traditionally associated with relatively dry conditions in California. Nevertheless, both periods produced extraordinary precipitation.

That raises a fundamental computational question.

If a model is initialized with the observed state of the climate system, why can’t it reproduce the extreme precipitation?

The researchers approached the problem with numerical experiments using the National Centers for Environmental Prediction Global Forecast System, coupled with the second-generation Simplified Simple Biosphere land-surface model, known as GFS/SSiB2.

The atmospheric model was run at T126L64 resolution, corresponding to approximately 100 × 100 kilometers horizontally, with 64 vertical levels extending to 2 hPa.

That is nowhere near the kilometer-scale resolution increasingly used for specialized regional simulations. But at global-climate scale, the computational domain is enormous, and the model must represent atmospheric circulation, land-surface processes, ocean conditions, and interactions across the entire planet.

And the researchers weren’t running one simulation.

They were running ensembles.

Ten computers’ worth of possibilities, or more accurately, ten model realizations

The control experiments, designated CTRL2017 and CTRL2023, were initialized using land-surface and atmospheric information from the NCEP Climate Forecast System Reanalysis.

This included variables such as soil moisture, land temperature, and snow cover.

Each experiment consisted of a 10-member ensemble, allowing the researchers to examine the modeled response while reducing the influence of individual realizations of internal atmospheric variability.

This is one of the fundamental reasons HPC matters in modern climate research.

A single simulation gives researchers one trajectory through an enormously complicated nonlinear system.

An ensemble gives them a small computational population of alternative trajectories.

The distinction matters because atmospheric dynamics are chaotic. Tiny differences in initial conditions can grow rapidly, making it difficult to determine whether a particular event results from a predictable external influence or simply from the system’s internal variability.

The control experiments provided an important warning.

They did not reproduce the California precipitation extremes particularly well.

And they also exhibited substantial errors in Tibetan Plateau temperature.

That coincidence became the computational clue.

The model may have been initialized incorrectly where nobody was looking

The Tibetan Plateau is thousands of kilometers from California.

At first glance, changing its land temperature might seem unlikely to affect precipitation on the other side of the Pacific.

But the atmosphere doesn’t respect political or continental boundaries.

Large-scale heating anomalies can alter pressure fields and atmospheric circulation, generating planetary-scale wave responses that propagate through the atmosphere.

The researchers therefore designed another set of experiments.

Rather than simply accepting the model’s initial Tibetan Plateau temperature state, they modified the land temperature over the plateau using observed monthly mean anomalies and model errors relative to the 1980–2023 period.

The resulting experiments were designated LT2017 and LT2023.

Again, each consisted of a 10-member ensemble.

The goal was not merely to make the model produce more California precipitation. It was to test whether correcting the Tibetan Plateau’s thermal state could activate a physically plausible chain of atmospheric responses connecting Asia to North America.

And that is where the experiment became particularly interesting.

Follow the wave

The simulations point toward a large-scale atmospheric wave train connecting the Tibetan Plateau and the Rocky Mountain region.

The proposed sequence is approximately:

Tibetan Plateau heating → planetary-scale wave response → Rocky Mountain circulation → northeastern Pacific circulation → atmospheric-river modulation → California precipitation.

The mechanism involves changes in the large-scale atmospheric circulation and subsequent Rossby wave breaking over the northeastern Pacific and western North America.

In other words, the model wasn’t simply saying:

“Tibet got warmer, therefore California got wetter.”

The computational hypothesis was considerably more complicated.

Heating over the plateau altered the atmospheric circulation. That circulation generated a wave train extending downstream. The resulting circulation changes modified the environment in which atmospheric rivers formed and propagated toward the West Coast.

That provided a dynamical pathway by which a land-surface anomaly thousands of kilometers away could influence precipitation over California.

Atmospheric rivers become the computational messenger

The atmospheric-river component provides another useful HPC diagnostic.

Researchers examined changes in integrated vapor transport (IVT) and integrated moisture flux convergence (IMFC), quantities that help describe how atmospheric rivers transport and concentrate water vapor.

For the March 2023 case, the simulations indicated approximately a 15% enhancement in IVT and about a 30% increase in integrated moisture flux convergence associated with the Tibetan Plateau-induced wave response.

The January 2017 experiment showed an even stronger response in the relevant atmospheric-river diagnostics, with IVT increasing from approximately 90.8 to 126.0 kilograms per meter per second, while moisture-flux convergence increased by roughly 62%.

Those changes matter because atmospheric rivers are not simply atmospheric plumbing carrying moisture toward California.

Their impacts depend on where and how that moisture transport interacts with the larger-scale circulation.

A relatively modest change in moisture transport can therefore become consequential if the atmospheric circulation simultaneously changes where the moisture is concentrated and where it is forced upward.

That is exactly the kind of nonlinear interaction that numerical experiments are designed to expose.

The surprise wasn’t more computing power. It was better initialization.

There is a subtle HPC lesson buried inside this result.

When a model fails to reproduce an extreme event, the obvious response is often to ask whether the simulation needs higher resolution, a more sophisticated physical parameterization, a larger ensemble, or simply more computational horsepower.

Those are legitimate questions.

But this experiment points toward another possibility: The model may have enough computing power. It may simply have been given the wrong starting state.

The researchers’ control experiments contained substantial Tibetan Plateau temperature errors.

Once the land-temperature initialization was adjusted, the simulated atmospheric response changed substantially, and the model reproduced a significant fraction of the observed California precipitation anomalies.

This is a reminder that the computational pipeline for Earth-system modeling is not simply:

More FLOPS → better prediction.

It is closer to:

Observations → data assimilation/reanalysis → initialization → ensemble generation → numerical integration → diagnostics → physical interpretation.

If the initial state is wrong in a strategically important part of the Earth system, throwing additional floating-point operations at the simulation does not necessarily fix the problem.

The supercomputer can calculate the wrong answer extraordinarily accurately.

Why this matters for predictive skill

Seasonal-to-subseasonal prediction sits in an awkward computational space.

Weather forecasts operate over relatively short periods, while conventional climate projections examine much longer timescales.

Between them lies a difficult regime in which researchers want to know whether a particular atmospheric state provides useful predictive information weeks or months in advance.

California winter precipitation is particularly challenging because extreme events can depend on interactions among ocean conditions, atmospheric circulation, land-surface states, snow, moisture transport and internally generated atmospheric variability.

The researchers argue that the Tibetan Plateau may provide one previously underappreciated source of predictability.

That is potentially significant because land-surface conditions are among the components of the Earth system that can carry memory forward in time.

Soil temperature, soil moisture and snow conditions don’t necessarily reset instantly when the atmosphere changes.

They can therefore become part of the initial-condition problem for subseasonal-to-seasonal prediction.

A supercomputer as a laboratory

Perhaps the most interesting aspect of the study is that the computer simulation is functioning less like a forecasting machine and more like a laboratory.

Scientists cannot experimentally heat the Tibetan Plateau and wait to see what happens to California.

But they can construct a numerical world in which the Tibetan Plateau temperature is altered while attempting to hold other aspects of the experiment sufficiently controlled to isolate the response.

That allows them to ask a counterfactual question:

If the Tibetan Plateau had been initialized differently, would the downstream atmospheric circulation have evolved differently?

The answer from these simulations is yes.

The experiment therefore moves beyond correlation.

The researchers had previously observed statistical relationships between Tibetan Plateau conditions and downstream atmospheric behavior. The numerical experiments provide a way to investigate whether the proposed relationship is dynamically plausible.

That is a fundamentally computational form of scientific experimentation.

But don’t declare victory yet

There is an important caveat, and the paper itself emphasizes it.

This was a single-model case study.

The results are therefore model-dependent, and the authors say multimodel studies will be necessary to determine how robust the mechanism is.

The Tibetan Plateau heating mechanism also explains only part of the observed precipitation anomalies. Other processes, including internal atmospheric variability and changes involving snow, vegetation and soil moisture, may contribute as well.

That distinction is critical.

The study does not establish that Tibetan Plateau heating is the explanation for California’s extreme precipitation.

It establishes that, within this modeling framework, correcting Tibetan Plateau temperature initialization produces a substantial downstream response and reproduces a meaningful portion of the observed anomalies.

That’s a much more interesting scientific result than a simplistic claim of causation.

The next HPC experiment could be even bigger

The logical next step is not necessarily another 10-member ensemble.

It is broader computational experimentation.

Multiple atmospheric models.

Multiple land-surface models.

Higher spatial resolutions.

Larger ensembles.

Different initialization systems.

Longer hindcast periods.

And, critically, many more extreme precipitation cases.

If the same Tibetan Plateau–Rocky Mountain wave pathway appears across independent models, the evidence for a robust mechanism becomes much stronger.

If it disappears in some models, that would be equally valuable information.

It would tell researchers where model physics, land-surface initialization, resolution, or atmospheric dynamics are influencing the result.

That is where HPC becomes more than an accelerator.

It becomes the experimental apparatus.

From Tibet to California, one initialization variable changes the question

The broader implications of this study are profound. A global climate model functions as a complex dynamical system, and its output is fundamentally contingent upon its initial conditions. In these experiments, a temperature bias over the Tibetan Plateau inhibited the model's ability to replicate extreme precipitation events thousands of miles away. By correcting this initialization, researchers successfully induced an atmospheric wave train that significantly altered circulation patterns and moisture transport, ultimately leading to a more accurate representation of California's precipitation anomalies.

The computer functioned as more than a simple forecasting instrument; it enabled researchers to conduct a counterfactual experiment that would be impossible to replicate in the physical world. This finding raises a compelling question for the next generation of supercomputing-based Earth-system models: how many events currently categorized as unpredictable might actually be foreseeable, provided the models are initialized correctly in the regions that have previously been overlooked? For HPC researchers, this may prove to be the most significant implication of the study.

  • Fugaku goes inside the molecular machine: Supercomputer simulations reveal how kinesin knows which way to step
  • 1
  • 2
Page 1 of 2
POPULAR RIGHT NOW
  • NCAR supercomputers run planet scale climate experiments impossible in the real world
    NCAR supercomputers run planet scale climate experiments impossible in the real world
  • AI hunts the cosmos: Machine learning helps astronomers discover the first ‘Wandering’ supermassive black hole caught destroying a star
    AI hunts the cosmos: Machine learning helps astronomers discover the first ‘Wandering’ supermassive black hole caught destroying a star
  • Supercomputing for the masses: Meta's vision of a personal superintelligence for everyone
    Supercomputing for the masses: Meta's vision of a personal superintelligence for everyone
  • NVIDIA helps turn AI compute into a new asset class as Wall Street mobilizes $500 billion
    NVIDIA helps turn AI compute into a new asset class as Wall Street mobilizes $500 billion
  • The stars that remember: Supercomputing reveals the hidden histories of massive binary systems
    The star γ Columbae is part of the Southern constellation of Columba, the Dove.
    The star γ Columbae is part of the Southern constellation of Columba, the Dove.
  • Supercomputers scan 165 years of weather data to find the ‘Snow-Eater’ heat waves behind Western US snowmelt
    Supercomputers scan 165 years of weather data to find the ‘Snow-Eater’ heat waves behind Western US snowmelt
  • Computational radiative transfer reveals a gas-ensheathed black hole at cosmic dawn
    Computational radiative transfer reveals a gas-ensheathed black hole at cosmic dawn
  • Supercomputers reveal four regimes of radiation damage in tungsten
    Supercomputers reveal four regimes of radiation damage in tungsten
  • Supercomputing rewrites the timeline of planet formation at cosmic dawn
    Supercomputing rewrites the timeline of planet formation at cosmic dawn
  • The next supercomputing breakthrough may come from memory, not compute
    The next supercomputing breakthrough may come from memory, not compute
THIS YEAR'S MOST READ
  • Beamforming the future: BeammWave's 6G push signals the rise of orbital-terrestrial wireless networks
    Joakim Axmon
    Joakim Axmon
  • Wall Street wants to trade supercomputing power like oil
    Wall Street wants to trade supercomputing power like oil
  • AI breaks conservation barriers: Australia’s Wildlife Observatory leverages supercomputing to protect biodiversity
    AI breaks conservation barriers: Australia’s Wildlife Observatory leverages supercomputing to protect biodiversity
  • Silicon spintronics brings the P-computer closer to reality
    Microscope image of a semiconductor-integrated spintronic test chip developed by researchers at Tohoku University and NIST. The device demonstrates the first silicon-integrated probabilistic bit (p-bit), a key building block for future large-scale probabilistic computers designed for AI and optimization workloads.
    Microscope image of a semiconductor-integrated spintronic test chip developed by researchers at Tohoku University and NIST. The device demonstrates the first silicon-integrated probabilistic bit (p-bit), a key building block for future large-scale probabilistic computers designed for AI and optimization workloads.
  • Hidden order, revealed at scale: Supercomputing, electron ptychography uncover the inner workings of relaxor ferroelectrics
    Hidden order, revealed at scale: Supercomputing, electron ptychography uncover the inner workings of relaxor ferroelectrics
  • Cosmic ambition at scale: UK’s supercomputer unlocks a 2.5 petabytes universe
    Cosmic ambition at scale: UK’s supercomputer unlocks a 2.5 petabytes universe
  • Memory has become the new compute: Why Micron, SK Hynix crossing $1 trillion matters to supercomputing
    Memory has become the new compute: Why Micron, SK Hynix crossing $1 trillion matters to supercomputing
  • Huawei’s Tau Scaling ambition tests the limits of post-Moore semiconductor reality
    He Tingbo from HUAWEI delivered a keynote speech titled "New Semiconductor Path in Practice"
    He Tingbo from HUAWEI delivered a keynote speech titled "New Semiconductor Path in Practice"
  • Intel's Q1 results signal supercomputing surge driving Xeon momentum
    Intel's Q1 results signal supercomputing surge driving Xeon momentum
  • Dell’s fiscal 2027 surge shows supercomputing demand has become mainstream infrastructure
    Dell’s fiscal 2027 surge shows supercomputing demand has become mainstream infrastructure
MOST READ OF ALL-TIME
  • Largest Computational Biology Simulation Mimics The Ribosome
    Details
    112379
    The amino acid (green) slithers into the chemical reaction center, moving through an evolutionarily ancient corridor of the ribosome (purple). The amino acid is delivered to the reaction core by the transfer RNA molecule (yellow).
    The amino acid (green) slithers into the chemical reaction center, moving through an evolutionarily ancient corridor of the ribosome (purple). The amino acid is delivered to the reaction core by the transfer RNA molecule (yellow).
  • Silicon 'neurons' may add a new dimension to chips
    Details
    81545
    Silicon 'neurons' may add a new dimension to chips
  • Linux Networx Accelerators Expected to Drive up to 4x Price/Performance
    Details
    75835
  • Complex Concepts That Really Add Up
    Details
    74121
    Complex Concepts That Really Add Up
  • Blue Sky Studios Donates Animation SuperComputer to Wesleyan
    Details
    68421
    Each rack holds 52 Angstrom Microsystem-brand “blades,” with a memory footprint of 12 or 24 gigabytes each. (Photos by Olivia Bartlett Drake)
    Each rack holds 52 Angstrom Microsystem-brand “blades,” with a memory footprint of 12 or 24 gigabytes each. (Photos by Olivia Bartlett Drake)
  • Humanities, HPC connect at NERSC
    Details
    58256
  • TeraGrid ’09 'Call for Participation'
    Details
    55254
  • Turbulence responsible for black holes' balancing act
    Details
    52628
  • Cray Wins $52 Million SuperComputer Contract
    Details
    50402
  • SDSC Researchers Accurately Predict Protein Docking
    Details
    46435
  • FRONTPAGE
  • LATEST
  • POPULAR
  • REGISTER
  • SOCIAL
  • VIDEO
  • SUBSCRIPTION
  • RSS
  • GUIDELINES
  • PRIVACY
  • TOS
  • ABOUT
  • +1 (816) 799-4488
  • editorial@supercomputingonline.com
© 2001 - 2026 SuperComputingOnline.com, LLC. All rights reserved. This material may not be published, broadcast, rewritten or redistributed without permission.
Sign In
  • FRONT PAGE
  • LATEST
    • MEDIA KIT
    • MOST READ
    • RSS FEED
    • ACADEMIA
    • AEROSPACE
    • APPLICATIONS
    • ASTRONOMY
    • AUTOMOTIVE
    • BIG DATA
    • BIOLOGY
    • CHEMISTRY
    • CLIENTS
    • CLOUD
    • DEFENSE
    • DEVELOPER TOOLS
    • EARTH SCIENCES
    • ECONOMICS
    • ENGINEERING
    • ENTERTAINMENT
    • HEALTH
    • INDUSTRY
    • INTERCONNECTS
    • GAMING
    • GOVERNMENT
    • MANUFACTURING
    • MIDDLEWARE
    • MOVIES
    • NETWORKS
    • OIL & GAS
    • PHYSICS
    • PROCESSORS
    • RETAIL
    • SCIENCE
    • STORAGE
    • SYSTEMS
    • VISUALIZATION
  • VIDEOS
    • ADD YOUR VIDEOS
    • MANAGE VIDEOS
  • COMMUNITY
    • TRADE SHOWS
    • SOCIAL NETWORK VIDEOS
    • SURVEYS
    • APPLICATIONS BROWSER
    • CONVERSATION INBOX
    • SOCIAL ADVERTISER
    • GROUPS
    • MARKETPLACE LISTINGS
    • PAGES
    • LEADERBOARD
    • POINTS LISTING
      • BADGES
    • PRIVACY CONFIRM REQUEST
    • PRIVACY CREATE REQUEST

Hey there! We noticed you’re using an ad blocker.