
GPS Decoder Package  2024-07-18 Peter Keehn
===========================================

This tarball contains all the parts for the GPS BUFR decoder used by the
Blended Hydro code.  I've tarred everything including the exe's, but you should
recompile on your machine.

Compile instructions:
  Build the BUFR libs:
    change directories to BUFRLIB_v10-2-3 and run the "compile.sh" script.

  Build the decoder:
    In the top level direcoty run the "build.sh" script.
    We compile statically but I've commented out that line and set up the script
    to do dynamic compilation.

Run instructions:
  Check the header of gps_bufr_decoder.f90 for instructions.

A sample GPS BUFR file is included as well as the output generated when I ran
the code.

