From 98b1ad95f99193463592068e626c245dbed09b67 Mon Sep 17 00:00:00 2001 From: "George.Gayno" Date: Mon, 9 Jan 2023 19:50:49 +0000 Subject: [PATCH 1/5] Update VERSION file for v1.9. Fixes #753. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 27f9cd322..f8e233b27 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0 From 1f40e77d25949fc4bd67dd34af1a794f5b0c6e82 Mon Sep 17 00:00:00 2001 From: "George.Gayno" Date: Mon, 9 Jan 2023 20:02:14 +0000 Subject: [PATCH 2/5] Minor updates to the GDAS INIT utility documentation. Fixes #753. --- util/gdas_init/config | 4 ++-- util/gdas_init/readme.me | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 util/gdas_init/readme.me diff --git a/util/gdas_init/config b/util/gdas_init/config index 5ca148541..a67f75c35 100644 --- a/util/gdas_init/config +++ b/util/gdas_init/config @@ -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 diff --git a/util/gdas_init/readme.me b/util/gdas_init/readme.me new file mode 100644 index 000000000..4a0139a00 --- /dev/null +++ b/util/gdas_init/readme.me @@ -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. From 6f048be768c31be5bf15e5111ec4c478eb471bca Mon Sep 17 00:00:00 2001 From: "George.Gayno" Date: Mon, 9 Jan 2023 20:09:48 +0000 Subject: [PATCH 3/5] Rename GDAS INIT readme file. Fixes #753. --- util/gdas_init/{readme.me => readme.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename util/gdas_init/{readme.me => readme.md} (100%) diff --git a/util/gdas_init/readme.me b/util/gdas_init/readme.md similarity index 100% rename from util/gdas_init/readme.me rename to util/gdas_init/readme.md From 4f1f809098a19264fc354ce3931fe03ca6883ce1 Mon Sep 17 00:00:00 2001 From: "George.Gayno" Date: Mon, 9 Jan 2023 20:20:12 +0000 Subject: [PATCH 4/5] Add readme for the sfc_climo_gen utility. Fixes #753. --- util/sfc_climo_gen/readme.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 util/sfc_climo_gen/readme.md diff --git a/util/sfc_climo_gen/readme.md b/util/sfc_climo_gen/readme.md new file mode 100644 index 000000000..95745a1ec --- /dev/null +++ b/util/sfc_climo_gen/readme.md @@ -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. From 7c239413cb25bd2960edb9c3cabbf6c4d75395b9 Mon Sep 17 00:00:00 2001 From: "George.Gayno" Date: Mon, 9 Jan 2023 20:28:48 +0000 Subject: [PATCH 5/5] Add hook for v1.9 doxygen. Fixes #753. --- docs/user_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_guide.md b/docs/user_guide.md index e250e2c79..ba9b3ed49 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -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)