NOAA-GSL / pygraf

ADB's Python graphics package
MIT License
10 stars 11 forks source link

add run total maximum wind using hourly wind max #204

Closed cshartsough closed 1 year ago

cshartsough commented 1 year ago

This PR is to add an option to plot the run total maximum wind plots. I use the hourly max wind field in RRFS_B grib2 files, WIND_P8L103{grid}_max1h, so it doesn't need to merge U and V components, which seemed to confuse the run_max calculation.

Sample plots of wind and gust potential for 12h forecast, single-hr and run-total, below.

passed pylint and pytest.

wind_max.pptx