Linux/Alpha port v1.1

This is a linux/alpha port of copygb (Mark Iredell EMC/NCEP,
wd20mi@sun1.wwb.noaa.gov).  Consider this port to be in beta 
testing.  Send comments to 

          Wesley Ebisuzaki (linux/alpha port)
              (Wesley.Ebisuzaki@noaa.gov)
          Mark Iredell (program author)
              (Mark.Iredell@noaa.gov)

If you have a problem, please check the results with the Cray
or HP versions of copygb in order to determine whether the
problem is the original code or with the linux port.

As usual, the code is "AS-IS".

port 1.0: June 1998 linux, beta testing
     1.1: Aug 1998 alpha test of alpha conversion, some bug fixes


Linux:

  Requires g77 to compile.

*****  Note: this code does not work with g77 included with RedHat 7.0/7.1.
A new version of the code will be made available shortly.  Expect the
RH 7.0 executable to be 15% faster than the current RH 5.2 executable.


Alpha (UNIX):

  Requires a new copy of Digital's f77.  Only one different makefile,
gblib/makefile.alpha.

----------------------------------------------------------------------

       

cd gblib
make
cd ../iplib
make
cd ../splib
make   (or make -f makefile.alpha)
cd ../w3lib
make
cd ../utils
make grbindex
make copygb

