Python-based Prediction of Rapid Intensification from MIMIC-TC Ensemble (PRIME)

Authors

  • Lorenzo Pulmano American Heritage School
  • Leya Joykutty American Heritage School
  • Dr. Juliana Carvalho De Arruda Caulkins American Heritage School

DOI:

https://doi.org/10.47611/jsrhs.v11i3.2659

Keywords:

hurricane, tropical cyclone, microwave imagery, MIMIC-TC, deep learning, convolutional neural network, machine learning, rapid intensification, python, national hurricane center

Abstract

Rapid intensification (RI), as defined by the National Hurricane Center (NHC), is an increase in the maximum sustained winds of a tropical cyclone (TC) of at least 30 knots (~34-35 mph) within a 24-hour period.  Intensity forecasting is one of the most difficult aspects of TC analysis forecasting, with RI prediction being one of the most challenging issues.  Predicting intensity and RI is critical for emergency responses, including evacuation and disaster prevention.  Deep learning (DL) and its application in TC analysis holds much potential.  Morphed Integrated Microwave Imagery at the Cooperative Institute for Meteorological Satellite Studies (MIMIC) is a product that synthesizes “morphed” images of TCs.  MIMIC-TC is a product that uses 85-92 GHz microwave imagery to create the images.  Using the Python programming language, a DL convolutional neural network (CNN) ensemble was developed as a proof-of-concept for prediction of RI, known as the Prediction of Rapid Intensification from MIMIC-TC Ensemble (PRIME).  Six members comprise PRIME, split into three 10 and 20 epoch models.  Each model has either 2, 3, or 4 convolutional layers.  A MIMIC-TC dataset was created using available North Atlantic Basin (NATL) storms from 2019 and 2020, and a total of 1508 images were used for training the models.  After running the Ensemble on all available storms from 2019 and 2020, it appeared all models were overfit, and subsequently gave inaccurate classifications.  The average percentage of correct classifications of “No RI” (nRI) was 30%, and the average percentage of correct classifications of “Possible RI” (pRI) was 27%.

Downloads

Download data is not yet available.

References or Bibliography

API documentation : Tensorflow core v2.7.0. TensorFlow. (n.d.). Retrieved January 6, 2022, from https://www.tensorflow.org/api_docs

Brownlee, J. (2019, August 6). A gentle introduction to dropout for Regularizing Deep Neural Networks. Machine Learning Mastery. Retrieved January 6, 2022, from https://machinelearningmastery.com/dropout-for-regularizing-deep-neural-networks/

By: IBM Cloud Education. (n.d.). What are convolutional neural networks? IBM. Retrieved January 6, 2022, from https://www.ibm.com/cloud/learn/convolutional-neural-networks

Cross entropy vs. sparse cross entropy: When to use one over the other. Stackexchange. (n.d.). Retrieved January 6, 2022, from https://stats.stackexchange.com/questions/326065/cross-entropy-vs-sparse-cross-entropy-when-to-use-one-over-the-other

Documentation of scikit-learn 0.21.3¶. learn. (n.d.). Retrieved January 6, 2022, from https://scikit-learn.org/0.21/documentation.html

Fudeyasu, H., Ito, K., & Miyamoto, Y. (2018, November 1). Characteristics of tropical cyclone rapid intensification over the western North Pacific. AMETSOC. Retrieved January 6, 2022, from https://journals.ametsoc.org/view/journals/clim/31/21/jcli-d-17-0653.1.xml

Glossary of NHC terms. (n.d.). Retrieved January 6, 2022, from https://www.nhc.noaa.gov/aboutgloss.shtml

Image 0.19.0 docs¶. scikit. (n.d.). Retrieved January 6, 2022, from https://scikit-image.org/docs/stable/

IPython documentation¶. IPython Documentation - IPython 7.31.0 documentation. (n.d.). Retrieved January 6, 2022, from https://ipython.readthedocs.io/en/stable/

Irma. MIMIC. (n.d.). Retrieved January 6, 2022, from http://tropic.ssec.wisc.edu/archive/mimtc/2017_11L/web/displayGifsBy12hr_09.html

Judt, F., & Chen, S. S. (2016, November 1). Predictability and dynamics of Tropical Cyclone Rapid intensification deduced from high-resolution stochastic ensembles. AMETSOC. Retrieved January 6, 2022, from https://journals.ametsoc.org/view/journals/mwre/144/11/mwr-d-15-0413.1.xml

K, B. (2020, November 7). Understanding relu: The most popular activation function in 5 minutes! Medium. Retrieved January 6, 2022, from https://towardsdatascience.com/understanding-relu-the-most-popular-activation-function-in-5-minutes-459e3a2124f

Mimic. CIMSS Tropical Cyclones Page. (n.d.). Retrieved January 6, 2022, from http://tropic.ssec.wisc.edu/real-time/mimtc/tc.shtml

NASA. (n.d.). NASA GISS: Panoply 5 netcdf, HDF and Grib Data Viewer. NASA. Retrieved January 6, 2022, from https://www.giss.nasa.gov/tools/panoply/

NHC Data Archive. (n.d.). Retrieved January 6, 2022, from https://www.nhc.noaa.gov/data/

Nowcasting guidelines – a summary. World Meteorological Organization. (2020, June 10). Retrieved January 6, 2022, from https://public.wmo.int/en/resources/bulletin/nowcasting-guidelines-%E2%80%93-summary

NumPy documentation. (n.d.). Retrieved January 6, 2022, from https://numpy.org/doc/

Nvidia Cudnn. NVIDIA Developer. (2021, November 19). Retrieved January 6, 2022, from https://developer.nvidia.com/cudnn

OpenCV-python tutorials. OpenCV. (n.d.). Retrieved January 6, 2022, from https://docs.opencv.org/4.x/d6/d00/tutorial_py_root.html

Pandas documentation¶. pandas documentation - pandas 1.3.5 documentation. (n.d.). Retrieved January 6, 2022, from https://pandas.pydata.org/docs/

Pillow. (n.d.). Retrieved January 6, 2022, from https://pillow.readthedocs.io/en/stable/

Project jupyter. Project Jupyter. (n.d.). Retrieved January 6, 2022, from https://jupyter.org/

Saha, S. (2018, December 17). A comprehensive guide to Convolutional Neural Networks - the eli5 way. Medium. Retrieved January 6, 2022, from https://towardsdatascience.com/a-comprehensive-guide-to-convolutional-neural-networks-the-eli5-way-3bd2b1164a53

Sitkowski, M., Kossin, J. P., & Rozoff, C. M. (2011, December 1). Intensity and structure changes during hurricane eyewall replacement cycles. AMETSOC. Retrieved January 6, 2022, from https://journals.ametsoc.org/view/journals/mwre/139/12/mwr-d-11-00034.1.xml?rskey=NmJ0xP

Sparse_categorical_crossentropy vs categorical_crossentropy (Keras, accuracy). Data Science Stack Exchange. (n.d.). Retrieved January 6, 2022, from https://datascience.stackexchange.com/questions/41921/sparse-categorical-crossentropy-vs-categorical-crossentropy-keras-accuracy

Statistical Data Visualization¶. seaborn. (n.d.). Retrieved January 6, 2022, from https://seaborn.pydata.org/

Visualization with python. Matplotlib. (n.d.). Retrieved January 6, 2022, from https://matplotlib.org/

Wimmers, A. J., & Velden, C. S. (2007, August 1). Mimic: A new approach to visualizing satellite microwave imagery of tropical cyclones. AMETSOC. Retrieved January 6, 2022, from https://journals.ametsoc.org/view/journals/bams/88/8/bams-88-8-1187.xml

Wimmers, A., Velden, C., & Cossuth, J. H. (2019, June 1). Using deep learning to estimate tropical cyclone intensity from satellite passive microwave imagery. AMETSOC. Retrieved January 6, 2022, from https://journals.ametsoc.org/view/journals/mwre/147/6/mwr-d-18-0391.1.xml?tab_body=fulltext-display

Zhou, X., & Wang, B. (2011, May 1). Mechanism of concentric eyewall replacement cycles and associated intensity change. AMETSOC. Retrieved January 6, 2022, from https://journals.ametsoc.org/view/journals/atsc/68/5/2011jas3575.1.xml?rskey=NmJ0xP

Published

08-31-2022

How to Cite

Pulmano, L., Joykutty, L., & Caulkins, J. (2022). Python-based Prediction of Rapid Intensification from MIMIC-TC Ensemble (PRIME). Journal of Student Research, 11(3). https://doi.org/10.47611/jsrhs.v11i3.2659

Issue

Section

HS Research Articles