NOAA-GSL / pygraf

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

Fixes for accumulated precip #95

Closed christinaholtNOAA closed 3 years ago

christinaholtNOAA commented 3 years ago

This set of changes renames the variables in RAP/HRRR/RRFS that include the forecast in the accumulated variables to only be subscripted with "acc". This allows xarray to accumulate them as a single variable. It should fix the absence of the plots on the web.

I also changed the way longer lists of contoured variables were plotted so that the titles wouldn't as often run long. Here's an example of 1hr total precip (from two different times).

Update: image

Current: image