NOAA-EMC / obsproc

2 stars 7 forks source link

obsproc

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.

Dependencies

To run the obsproc suite there are two required modules:

You may either load NCO's installations. Or you may make local installations by cloning and building their respective github repositories.