- Experimented with a range of ways of tracking tropical cyclone:
-
- Look at Kevin Walsh’s Fortran algorithm for cyclone tracking and take some ideas (and an implementation of a 4th order vorticity algorithm)
- Ran algorithm against C20 data and found Katrina/Wilma in 2005 data
Get Kevin Hodges TRACK code building (but don’t manage to get it running against data)
- Downloaded C20 u9950/v9950, prmsl fields for vorticity/pressure
- Full data sets used, i.e. that contain each ensemble member separately
- This is better than the mean for tracking features (according to Chris Brierley and Kevin Hodges)
- Kevin Hodges recommended using an average of wind fields
- Plot a variety of different data fields to get a feel for data:
- e.g. vorticity with best track overlayed
- Speed up some of the analysis:
- c functions for vorticity calculations
- Basic analysis:
- pressure min, vorticity max etc.
- Look into parallelising analysis:
- Settled on Pyro4 library for remote python execution
- Set up a basic manager/worker system and tested on UCL computers
Experiment with Support Vector Machine (SVM) implementation in sckikit-learn
Implement a basic Kalman filter and check that it is producing reasonable data
Smoothing and upscaling of vorticity/pressure data