iucm postproc map¶
Make a movie of the post processing
usage: iucm postproc map [-h] [-o str] [-od str] [-t int] [-diff] [-t0 int]
[-p str] [-save str] [-simple]
Named Arguments¶
| -o, --output | The name of the output file Default: “map.pdf” |
| -od, --odir | The name of the output directory |
| -t, --time | The timestep to plot. By default, the last timestep is used Default: -1 |
| -diff | If True/set, visualize the difference to the t0 (by default, the first step) is used, instead of the entire data Default: False |
| -t0 | If diff is set, the reference step for the difference Default: 0 |
| -p, --project-file | |
The path to a filename containing a file that can be loaded via
the psyplot.project.Project.load_project() method | |
| -save, --save-project | |
| The path to a filename where to save the psyplot project | |
| -simple, --simple-plot | |
If True/set, use a non-georeferenced plot. Otherwise, we use the cartopy module to plot it Default: False | |