NOAA-GSL / pygraf

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

Global acc var fix #208

Closed Brian-Jamison closed 1 year ago

Brian-Jamison commented 1 year ago

Global models were recently extended to 336h, which revealed a change in the accumulated precip variable that happens at 246h, after which there are 12h accumulations. This affects the renaming procedure, and crashes on the new variable. This fix simply drops those new 12h accumulations.