From 73084f999f9967947c69caea5785c951266abab1 Mon Sep 17 00:00:00 2001 From: Nadia Bloemendaal <48763067+NBloemendaal@users.noreply.github.com> Date: Thu, 28 May 2020 14:15:14 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0157835..d1fff17 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # STORM This is the STORM (Synthetic Tropical cyclOne geneRation Model) Model. For details, see https://doi.org/10.1038/s41597-020-0381-2 + +These python programs are all modules: +1. SELECT_BASIN.py <--- generates the basin boundaries, no of cyclones, month of occurrence +2. SAMPLE_STARTING_POINT.py <--- generates the genesis locations +3. SAMPLE_TC_MOVEMENT.py <--- creates the tropical cyclone track +4. SAMPLE_TC_PRESSURE.py <--- creates the pressure and wind speed changes along track +5. SAMPLE_RMAX.py <--- samples the radius to maximum wind along the track + +MASTER.py is the master-program, which is the one you should run to generate the synthetic tracks. +Input data for each of the modules is generated using the pre-processing scripts, see respective repository for those scripts.