- Home
- Learning Hub
- Rewinding Earth: How Supercomputers ‘See’ Underground
Summary
By the end of this article, you will understand how scientists use sound waves to see deep inside the Earth and how a clever math trick lets supercomputers ‘rewind’ time to save massive amounts of memory.
Quick Facts
Surprise: Scientists use massive sound waves to map the Earth's crust, much like a bat uses echolocation
Salient Idea: Storing a 3D simulation of these waves normally takes up hundreds of gigabytes of hard drive space
Surprise: By scrambling the edges of the simulation, researchers can perfectly 'rewind' the wave without saving the whole video
Surprise: The new math trick reduces data storage needs by over 500 times—from 132 gigabytes to less than half a gigabyte!
The Discovery: The Great Data Bottleneck
To see underground, scientists send sound waves down and record the echoes. This is called Reverse Time Migration (RTM). The problem? Computers have to record *every single frame* of this underground sound wave video to match it with the echoes coming back up. This creates massive data files that choke even the fastest hard drives. But recently, researchers found a brilliant workaround. Instead of saving the whole video, what if they could just save the final frame and calculate the physics backward? This Story is about how they achieved exactly that.
Original Paper: ‘Seismic Modeling and Migration with Random Boundaries on the NEC SX-Aurora TSUBASA’
Reverse Time Migration is a depth migration technique that provides a reliable high-resolution representation of the Earth subsurface…
— Barbosa & Coutinho
The Science Explained Simply
This is NOT just compressing a file like a ZIP folder. Instead, it is actual time travel via math. Imagine throwing a rock into a pool. If you know exactly where the ripples hit the edge, you can calculate backward to find where the rock landed. To do this perfectly, the researchers built Random Boundary Conditions (RBC). The edges of the simulation have randomized speeds that scramble the waves so they do not bounce back in a confusing way. The Salient Idea here is that by keeping all the wave’s energy inside this randomized box, the supercomputer can recreate the entire wave’s history from just the very last two moments.
The complete reconstruction of the wavefield can be achieved by keeping all energy in the system.
— The Research Team
The Aurora Connection
What does seeing underground have to do with the Northern Lights? It comes down to how we simulate complex 3D environments. The same massive supercomputers—like the NEC SX-Aurora TSUBASA vector processor used in this study—are essential for modeling space weather. Just as these researchers modeled sound waves crashing through rock layers, space physicists model the solar wind crashing into Earth’s magnetic field. Both require slicing a 3D space into millions of tiny grid points and solving extreme physics equations. By making these simulations run faster and use 500 times less memory, we pave the way for better models of both underground geology and our protective atmospheric shield.
Advances in wave propagation algorithms, wavefield storage, and hardware acceleration are some of the main challenges…
— The Research Team
A Peek Inside the Research
How do we know this works? The team ran their Reverse Time Migration on three different intense computing setups: regular multi-core CPUs, heavy-duty NVIDIA V100 graphics cards (GPUs), and a specialized ‘vector processor’. They found that for the biggest 3D grids, the vector processor completely dominated. It processed the huge blocks of math smoothly, running the reconstruction twice as fast as the traditional ‘save everything’ method. It proves that sometimes the best way to solve a computer problem is not just writing better code, but matching brilliant math to the perfect piece of hardware.
The vector processor implementation is the one that requires fewer code modifications… particularly for large 3D grids.
— The Research Team
Key Takeaways
Reverse Time Migration (RTM) is a technique to build high-resolution images of the Earth's subsurface
Random Boundary Conditions (RBC) scramble unwanted echoes, acting like frosted glass for sound waves
Initial Value Reconstruction allows supercomputers to run simulations backward instead of storing massive files
Vector Processors (like the NEC SX-Aurora TSUBASA) are incredibly powerful for simulating huge 3D grids
Sources & Further Reading
Frequently Asked Questions
Q: Why don’t scientists just buy bigger hard drives for all the data?
A: It’s not just about space; it’s about speed. Moving hundreds of gigabytes of data back and forth from a hard drive to a computer’s processor causes a massive traffic jam. Calculating the wave backward is actually faster than reading the massive file!

