Software necessary for bufr decoders and obsproc satingest to file bufr format data into bufr tanks in $DCOMROOT
To install:
Clone repository:
git clone https://github.com/noaa-emc/bufr-tranjb
Move into desired branch:
cd bufr-tranjb
git checkout desired_branch
and then run:
INSTALL_PREFIX=/path/you/wish/to/install/bufr-tranjb ./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-tranjb/module ./ush/build.sh