NOAA-EMC / bufr-dump

5 stars 3 forks source link

bufr-dump

Software necessary to read data from bufr tanks to generate bufr dump files.

To install:

Clone repository:

git clone https://github.com/noaa-emc/bufr-dump

Move into desired branch and then run:

INSTALL_PREFIX=/path/you/wish/to/install/bufr-dump ./ush/build.sh

or install in local clone space:

./ush/build.sh

There is also the option to build and install in your local clone space but install the modulefile elsewhere:

MODULEFILE_INSTALL_PREFIX=/path/you/wish/to/install/bufr-dump/module ./ush/build.sh