Skip to content

Commit

Permalink
created README.md
Browse files Browse the repository at this point in the history
Created README.md to better explain installation instructions, modified to adopt NCO's working practices.
ShelleyMelchior-NOAA authored Jan 3, 2022
1 parent c5342eb commit 309371d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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:
```bash
git clone https://github.com/noaa-emc/obsproc
```

Then
```bash
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. You will run this to build and install the obsproc code in your local clone space:
```bash
./build.sh
```

You will have a new `exec/` directory in your clone space.

Installation is complete.

0 comments on commit 309371d

Please sign in to comment.