fredericferry / era5_cps_diagram

Compute the Cyclone Phase Space (CPS) parameters from ERA5 data and plot the CPS diagrams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cyclone phase space from ERA5 data.

Note 1 : This code was developed for educationnal purposes, and for French students. So the comments in the notebook are in French but the graphics and legends are in English.

Note 2 : If you have any comment/suggestion, if you find this code useful --> please send me an email : mailto:frederic.ferry@meteo.fr

Data needed to run the notebook :

  • For each system, a corresponding tracking file (txt format) is stored in the txt folder. If you study another system you will need to create your own tracking file.
  • You will need to download hourly data of Mean Sea Level Pressure and Geopotential height for the desired storm in netcdf format and on a limited area domain (-100W-50E, 0-90N) :

https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels?tab=form

https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-pressure-levels?tab=form


The Cyclone Phase Space Diagram (Hart, 2003 : http://moe.met.fsu.edu/~rhart/papers-hart/2003Hart.pdf) is a useful diagnostic tool that allows to characterize the thermodynamical structure of tropical and extratropical cyclones. The diagnotic is based on the analysis of the storm-relative thickness assymmetry in the lower troposphere and the warm core/cold core structure of the system in the lower and upper levels of the troposphere.

The parameters that are computed to build this diagram allow to describe the warm core structure of a tropical cyclone, the cold core structure of an extratropical cyclone and its stages of evolution (formation, intensification, occulsion, weakening, development of warm seclusions). It also permits the analysis of the hybrid structure of an extratropical cyclones, the extratropical transitions of a tropical cyclone and the tropical transition of a subtropical cyclone.

This notebook provides a step by step tutorial to build the Cyclone Phase Space diagrams using ERA5 reanalysis in netcdf format. The illustrating example proposed in the notebook is the tropical transition of tropical cyclone Ophelia in October 2017.

MSL_tracking-min b z cps1 cps2

About

Compute the Cyclone Phase Space (CPS) parameters from ERA5 data and plot the CPS diagrams


Languages

Language:Jupyter Notebook 100.0%