JpGU-AGU Joint Meeting 2020

Presentation information

[E] Poster

A (Atmospheric and Hydrospheric Sciences ) » A-CG Complex & General

[A-CG50] Earth & Environmental Sciences and Artificial Intelligence

convener:Tomohiko Tomita(Faculty of Advanced Science and Technology, Kumamoto University), Shigeki Hosoda(Japan Marine-Earth Science and Technology), Ken-ichi Fukui(Osaka University), Satoshi Ono(Kagoshima University)

[ACG50-P04] A Preliminary Study on Algo Float Trajectory Prediction using Multimodal Convolutional LSTM

*Serina Higashi1, Takahiro Kinoshita1, Shigeki Hosoda3, Ken-ichi Fukui2, Satoshi Ono1 (1.Kagoshima University, 2.Osaka University, 3.Japan Marine-Earth Science and Technology)

The ocean is recognized as a driving source of global warming and climate changes. This is because it occupies about 70% of the earth's surface and has a heat capacity more than 1000 times as much as of the atmosphere. The physical state observation inside the ocean is necessary to understand oceanic variability; however, it is difficult by research vessels to conduct long-term ocean monitoring. Therefore, the international Argo project has started since 2000 with the aim of long-term, real-time, and globally-covered ocean monitoring system.



In this program, more than 30 countries operate more than 3,800 Argo Floats, which are autonomous buoys and report observation data in real-time via satellites. A certain country manages each float, and it is necessary to obtain permission if there is a possibility of entering the economic zone of another country. Currently, numerical simulation is performed to predict float trajectory before deploying the float; however, the numerical simulation does not take into account the occurrence of vortices that may affect the movement of the float. Therefore, applications for permissions are being made to all possible countries of which the float may enter the economic zone.



Therefore, this study proposes a machine learning-based method for Argo float trajectory prediction, which allows reducing the number of countries that have to obtain permissions to enter the float. The proposed method adopts convolutional long short term memory (ConvLSTM), which is a recurrent neural network and also has the advantages of a convolutional neural network.



The advantages of the proposed methods are that it performs inductive learning based on past float trajectories, and allows adopting multiple observation data that have different properties such as float positions and ocean current data. The float data consists of the latitude and longitude position and the time when floating on the sea surface every ten days. The ocean current data is based on the monthly average flow velocity in each direction of east, west, north, and south in a range of 0.5 x 0.5 degrees square. To handle both data with different properties in a unified manner, all data is translated into a single image containing multiple channels. In addition, to unify the time resolution, images of ocean current are linearly interpolated.