Fix issue with complex packing in newer NCEP NAM files (#32)
commit7b24e9602417c543ef4628d089189f1e0edd2b62
authorMichael Duda <duda@ucar.edu>
Fri, 14 Apr 2017 22:01:27 +0000 (14 16:01 -0600)
committerGitHub <noreply@github.com>
Fri, 14 Apr 2017 22:01:27 +0000 (14 16:01 -0600)
treed7917422328d341bbbf8a8ec01b8043ffefa9614
parent504a8f5897b4647af76906bc87a8a70b3bf2003f
Fix issue with complex packing in newer NCEP NAM files (#32)

The packaging of NCEP NAM GRIB2 files was changed the week of 20 March 2017, and
the WPS system had troubles reading in the height field correctly. This merge includes
a bug fix from NCEP for their g2 library to properly decode GRIB2 files using complex packing.
Prior to 20 March 2017 complex packing was not used by model providers. The NAM was
the first NCEP model to use this packing.

Note: This same fix was made available on the WPS v3.8.1 "known problems" page.
ungrib/src/ngl/g2/comunpack.f [changed mode: 0755->0644]