Installation instructions for obsproc code adhere to NCO's working practices, so are slightly modified from industry practices. obsproc code will be built and installed in the same space as the local clone.
Clone the obsproc repository:
git clone https://github.com/noaa-emc/obsproc
Then
ls
cd obsproc
branch -a
git checkout feature/branchname
ls
You may do the following instructions from develop or any feature branch.
You will see a build.sh
script in the ush/ directory. You will run this to build and install the obsproc code in your local clone space:
cd ush
./build.sh
You will have a new exec/
directory in your clone space.
Installation is complete.
To run the obsproc suite there are two required modules:
- bufr_dump
- prepobs
You may either load NCO's installations. Or you may make local installations by cloning and building their respective github repositories.