Software necessary to process bufr dump files to generate prepbufr files.
To install:
Clone repository:
git clone https://github.com/noaa-emc/prepobs
Move into desired branch and then run:
INSTALL_PREFIX=/path/you/wish/to/install/prepobs ./build.sh
build.sh default to building for WCOSS2, but it also supports Hera and Orion by setting INSTALL_TARGET=hera/orion/wcoss2
or install in local clone space:
./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/prepobs/module ./build.sh
Installation is complete.