Skip to content

Commit

Permalink
Update GFSv17 branch to v1.1.0 (#34)
Browse files Browse the repository at this point in the history
Merge in v1.1.0 updates, as well as spack-stack updates for R&Ds

Refs #33
  • Loading branch information
KateFriedman-NOAA committed Aug 28, 2024
1 parent cd69c7d commit 234857a
Show file tree
Hide file tree
Showing 40 changed files with 1,901 additions and 444 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build*/
exec*/
install*/
modulefiles/prepobs
*log*
versions/build.ver
versions/run.ver
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.18)

# Get the version from the VERSION file.
file(STRINGS "VERSION" pVersion)
file(STRINGS "versions/VERSION" pVersion)

project(
obsproc
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

6 changes: 3 additions & 3 deletions README.md → docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ git clone https://github.com/noaa-emc/prepobs
Move into desired branch and then run:

```bash
INSTALL_PREFIX=/path/you/wish/to/install/prepobs ./build.sh
INSTALL_PREFIX=/path/you/wish/to/install/prepobs ./ush/build.sh
```

build.sh default to building for WCOSS2, but it also supports Hera, Jet, and Orion by setting `INSTALL_TARGET=hera/jet/orion/wcoss2`

or install in local clone space:

```bash
./build.sh
./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/prepobs/module ./build.sh
MODULEFILE_INSTALL_PREFIX=/path/you/wish/to/install/prepobs/module ./ush/build.sh
```
Installation is complete.
Loading

0 comments on commit 234857a

Please sign in to comment.