Researcher develops program for 3D cloud tomography

clouds
Credit: Unsplash/CC0 Public Domain

Researcher David Stanley’s interest in climate change has led him to develop a program to improve how we gather data to study the inside of a cloud. The program simulated multiple satellites, collecting images of a cloud from many angles at the same time, which could help us to better understand what’s happening inside the cloud.

“Normally, we can only see the outside features of a cloud,” Stanley said. “Computed cloud tomography gets its name from computed tomography, which is like a CT scan. Instead of X-rays, satellites take images of the cloud from as many angles and in as short a period of time as possible.”

The work appears in the Journal of Spacecraft and Rockets.

Stanley said one of the unknowns in climate modeling is how much convective transport affects regrowth of new clouds. Convection is about the movement of heat and moisture in the atmosphere, especially up- and down-drafts in unstable conditions.

“By generating multiple time passes on the center of the same cloud, you can see how the convection changes over time, how that is affecting the growth of other clouds in the future. And cloud growth can increase greenhouse effect.”

Stanley said after completing his master’s degree in aerospace engineering at the University of Illinois Urbana-Champaign, he reapplied to continue for a Ph.D. at Illinois.

“I talked about my general interest in engineering and space engineering, but also how important it is for us to better understand climate change and work toward finding solutions,” he said.

“Robyn Woollands saw that interest in me and asked me to join her research group. She connected me with Federico Rossi and Amir Rahmani in the Multi-Agent Autonomy Group at NASA’s Jet Propulsion Laboratory and they introduced me to JPL scientists Changrak Choi and Anthony Davis who are knowledgeable about cloud tomography, atmospheric clouds and aerosols. It aligned with some of my interests, and it was something Robyn was looking at as an interesting mission proposal—using multi-agent systems to support Earth science missions.”

For the simulation, Stanley used a mixed integer linear program solver that is used for lots of different kinds of applications. He wrote the code to develop a scheduler that would optimize the timing and camera pointing angles for the swarm of satellites to get as many images of the cloud as possible.

“What was interesting about this is how we used the mixed integer linear programmer to automatically determine the most efficient pointing pattern for the formation of the satellites.,” he explained. “All the satellites had to point at the same target at the same time. But there could be dozens of different targets below each satellite, and there might be some targets that get missed if they’re not pointed at the right time.”

The goal was to maximize how many times the satellites saw different targets throughout the orbit.

“We ran two different simulations. We have one simulation of clouds generated on the surface of the Earth with a specific lifespan. In the computer, they’re just a coordinate on a sphere. The second simulation propagates the satellite swarm. This can be done simply or using more complex, more accurate models,” he continued.

“When we combine the data from those two simulations, the program calculates information about where the satellites are at different points in the orbit, and where the clouds are at the point in the orbit, then decides what the optimum looking pattern is between those satellites, and the clouds on the ground.”

He said there were quite a few times in the midst of the study where he had different ideas about the best way to simulate the data and to pass on the data to the solver.

“Maybe you need just an array for every time step, and every satellite, or you could have an array for different sections of the Earth. I tried using different sections of Earth as pointing coordinates at first by subdividing everything by brute force. But there’s a lot of area on the Earth. And you end up with millions and millions and millions of indexes which on a desktop computer is not solvable.”

In the end, Stanley said he drew on inspiration from Woollands’s previous work. She had developed a method for a constellation of satellites orbiting Mars to collect as many observations of dust devils on Mars as possible, where instead of subdividing the whole earth, they subdivided sections below the satellites, which allowed them to only need a few indexes at a time.

“So, in addition to that, I was able to realize that I could actually use just the clouds themselves as the index,” Stanley added. “It worked well and went down from millions of indexes to about a few 100 at a time, which is much more solvable.”

Stanley stressed that this is simulated data.

“We have made some assumptions about where the clouds are being created and where they’re going so there is a lot of room for this study to be improved and to look at more real-world data instead of generating our own. The important thing is that we have developed a new method that has the potential to significantly improve how 3D cloud data is collected which could lead an improvement in our understanding of the dynamics inside a cloud and hence long-term climate effects.

More information:
David Stanley et al, Enabling Space-Based Computed Cloud Tomography with a Mixed Integer Linear Programming Scheduler, Journal of Spacecraft and Rockets (2024). DOI: 10.2514/1.A35740

Provided by
University of Illinois at Urbana-Champaign

Citation:
Researcher develops program for 3D cloud tomography (2024, September 30)
retrieved 30 September 2024
from https://phys.org/news/2024-09-3d-cloud-tomography.html

This document is subject to copyright. Apart from any fair dealing for the purpose of private study or research, no
part may be reproduced without the written permission. The content is provided for information purposes only.