# bufr-dump **Repository Path**: liu-xuan-cheng/bufr-dump ## Basic Information - **Project Name**: bufr-dump - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: RM.cmake - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-17 - **Last Updated**: 2024-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bufr-dump Software necessary to read data from bufr tanks to generate bufr dump files. To install: Clone repository: ```bash git clone https://github.com/noaa-emc/bufr-dump ``` Move into desired branch and then run: ```bash INSTALL_PREFIX=/path/you/wish/to/install/bufr-dump ./ush/build.sh ``` or install in local clone space: ```bash ./ush/build.sh ``` There is also the option to build and install in your local clone space but install the modulefile elsewhere: ```bash MODULEFILE_INSTALL_PREFIX=/path/you/wish/to/install/bufr-dump/module ./ush/build.sh ```