Remove unused packing and encoding routines from g2 Makefile89/head
commitdac8aab25982dd941956385d703bad6467f14c7c
authorDave Gill <gill@ucar.edu>
Fri, 9 Nov 2018 17:42:13 +0000 (9 10:42 -0700)
committerDave Gill <gill@ucar.edu>
Fri, 9 Nov 2018 17:42:13 +0000 (9 10:42 -0700)
treeb7be766049d2db49ba9932ddd8fe4b04cf1154d6
parent7ad24b4d9e34aa2ec71a62c440317d8ffa4dbbc8
Remove unused packing and encoding routines from g2 Makefile

WPS uses the NCEP g2lib to unpack grib2 files. NCEP includes their
packing routines in the library. Some of these routines cause compiler
errors. Rather than fix these bugs as they are discovered, simply
remove the unused routines from the WPS build.

WPS with the new makefile was built and tested on cheyenne using ifort
and GFS/FV3 grib2 input.

The ungrib code successfully builds on a Cray, with the Cray Fortran compiler.
ungrib/src/ngl/g2/Makefile