Closed SamuelTrahanNOAA closed 43 minutes ago
Apparently there are a few more of those lower() vs. upper() mismatches.
Perhaps the hafs scripts changed grib2 filenames between v2 final and v2.0.1? My branch is based on v2 final.
I think this is due to version incompatibility (v2 final vs v2.0.1), so I'm closing the PR until I can get feedback from other developers.
Please let me know in this issue why you think it may be happening.
This bug was caused by setting config.RUN to a string with capital letters. It must be lower-case.
This code in feature/hafs.v2.0.1 causes the plot_tempanomaly_hgt_wind.py to produce the wrong GRIB2 filename. For example, instead of HFSA it gets hfsa:
It should use upper-case stormModel instead:
Or no case correction:
Here's the error I get:
That directory may be scrubbed by the time you look at it. The correct filename is:
Only the capitalization of HRFS is different.