https://github.com/dmidk/ql_deode
quick look for displaying deode outputs (from grib files)
https://github.com/dmidk/ql_deode
Last synced: 2 months ago
JSON representation
quick look for displaying deode outputs (from grib files)
- Host: GitHub
- URL: https://github.com/dmidk/ql_deode
- Owner: dmidk
- Created: 2023-10-18T11:41:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T08:34:13.000Z (about 2 years ago)
- Last Synced: 2024-03-13T14:35:45.483Z (about 2 years ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ql_deode (Quick Look for deode outputs)
Basic scripting to plot variables from grib files generated by the Deode-Prototype.
Python relies on the metview package. Scripts (bash/python) work on ATOS (e.g. expected directory structure where to search for the grib files).
To run:
1) configure bash script 's_run_py_mv_plotting_deode.sh' (follow comments provided in the script)
2) configure 'py_mv_config.yml' to customise your plots (e.g. choose variables to plot, scale of colorbar, change geographical domain)
3) run './s_run_py_mv_plotting_deode.sh'. You can submit the script using 'sbatch s_run_py_mv_plotting_deode.sh' just when you need more memory to deal with grib files for high resolution domain (e.g. 500m resolution)