Conda
conda env create -f environment.yml
conda activate HodographMapsYou need to addg Conda initialization to your etc/profile, as well.
# plot Hodographs for leadtime 15
conda activate HodographMaps
bash run_script.sh 15Run past days:
cd src
nano download_script.sh # change Date
bash download_script.sh
conda activate HodographMaps
# Plot Hodograph
python3 main.py IFS
python3 main.py GFS
python3 main.py ICON
cd imagesThis project is licensed under the terms of the MIT license. See the LICENSE file for details.
Graphics and Lead Scientist: Ed Hawkins, National Centre for Atmospheric Science, University of Reading.
Data: Berkeley Earth, NOAA, UK Met Office, MeteoSwiss, DWD, SMHI, UoR, Meteo France & ZAMG.
#ShowYourStripes is distributed under a
Creative Commons Attribution 4.0 International License

cdo -f nc4 sellonlatbox,1,19,45,57 input_file output_file

