Skip to content

Commit

Permalink
Updated documentation 5
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsmalcolm committed Sep 6, 2024
1 parent 3d1835a commit e78811b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,35 @@ A Met Office tenten project Rose app to run model storms inline (or postprocess)
Documentation is available from: https://inline-model-storms.readthedocs.io/

The code consists of:

within inline_model_storms:

tempest_common.py - common code used by other parts of package

tempest_cyclone.py - code to execute parts of the TempestExtremes detection and tracking code

tempest_atmos_river.py - code to execute the TempestExtremes atmospheric river detection

um_preprocess.py - code to preprocess the data obtained from the data archive, to format it for TempestExtremes using the namelists given in the suite apps

um_postprocess - code for postprocessing, data archiving and tidying up

load_trajectories.py - code to load the files produced by TempestExtremes

save_trajectories.py - code to save the tracked files as netcdf

trajectory_manipulations.py - routines to manipulate the tracks produced

together with a rose/cylc suite containing apps:

tempest_get_data - suite-specific code to get data from Met Office MASS archive, including STASH codes etc within the file/ directory.

tempest_preprocess - namelists to preprocess the data after getting it, to make it compatible with TempestExtremes with regards to variable names etc

tempest_tracker - namelists to run various components of TempestExtremes with given input parameters

tempest_atmosriver - namelists to run atmospheric river identification

tempest_postprocess - namelists to run the postprocessing (data archiving, tidying up)

Currently the code saves and archives tracked output to the Met Office MASS storage. This code would need altering for other platforms.

0 comments on commit e78811b

Please sign in to comment.