Routines for plotting ECMWF Grib data for the CAST Project.
The cast_plot.py file can be run on the command line as follows:
$ python cast_plot.py <GRIB-FILE>
The script will create a series of plots for each of the variables defined inside the script as CAST_STANDARD_NAMES and CAST_LONG_NAMES.
This code is designed to run on a system using the JASMIN Analysis Platform. In particular it requires
- IRIS
- Cartopy
- ECMWF GribAPI
- All dependencies of the above
- Allow configuration of which level from each variable to plot
- Better command-line interface
- Wind-vector plot of wind fields
- Better annotation of plots