Skip to content

Commit

Permalink
Release version 1.9 (#754)
Browse files Browse the repository at this point in the history
Fixes #753.
  • Loading branch information
GeorgeGayno-NOAA committed Jan 17, 2023
1 parent 6af8f1a commit 7b1f169
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.9.0
4 changes: 2 additions & 2 deletions docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

# UFS_UTILS

Utilities for the NCEP models. This is part of the
[NCEPLIBS](https://github.com/NOAA-EMC/NCEPLIBS) project.
Utilities for the NCEP Unified Forecast System.

The UFS_UTILS code can be found here:
https://github.com/ufs-community/UFS_UTILS.

## Documentation for Previous Versions of UFS_UTILS

* [UFS_UTILS Version 1.9.0](ver-1.9.0/index.html)
* [UFS_UTILS Version 1.8.0](ver-1.8.0/index.html)
* [UFS_UTILS Version 1.7.0](ver-1.7.0/index.html)
* [UFS_UTILS Version 1.6.0](ver-1.6.0/index.html)
Expand Down
4 changes: 2 additions & 2 deletions util/gdas_init/config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#-----------------------------------------------------------
#
# 1) Compile the chgres_cube program. Invoke
# ./sorc/build_chgres_cube.sh
# ../../build_all.sh
#
# 2) Ensure links to the 'fixed' directories are
# set. See the ./sorc/link_fixdirs.sh script prolog
# set. See the ../../fix/link_fixdirs.sh script prolog
# for details.
#
# 3) Set all config variables. See definitions
Expand Down
7 changes: 7 additions & 0 deletions util/gdas_init/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This utility creates 'cold start' initialization files to start a
global cycled experiment.

Edit the 'config' file for your experiment. Then invoke the
driver script for your machine.

Only machines with access to the HPSS database are supported.
4 changes: 4 additions & 0 deletions util/sfc_climo_gen/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Run the sfc_climo_gen program stand-alone on WCOSS2 using
pre-exiting 'grid' and 'orography' files.

Outputs surface fields such as soil and vegetation type.

0 comments on commit 7b1f169

Please sign in to comment.