Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 1.9 #754

Merged
merged 6 commits into from
Jan 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.