Skip to content

Commit ff3f2e4

Browse files
Merge branch 'develop' into feature/sfc_climo_gen.frac
Fixes ufs-community#709.
2 parents 1d45655 + 7b1f169 commit ff3f2e4

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.9.0

docs/user_guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
# UFS_UTILS
44

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

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

1110
## Documentation for Previous Versions of UFS_UTILS
1211

12+
* [UFS_UTILS Version 1.9.0](ver-1.9.0/index.html)
1313
* [UFS_UTILS Version 1.8.0](ver-1.8.0/index.html)
1414
* [UFS_UTILS Version 1.7.0](ver-1.7.0/index.html)
1515
* [UFS_UTILS Version 1.6.0](ver-1.6.0/index.html)

util/gdas_init/config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#-----------------------------------------------------------
22
#
33
# 1) Compile the chgres_cube program. Invoke
4-
# ./sorc/build_chgres_cube.sh
4+
# ../../build_all.sh
55
#
66
# 2) Ensure links to the 'fixed' directories are
7-
# set. See the ./sorc/link_fixdirs.sh script prolog
7+
# set. See the ../../fix/link_fixdirs.sh script prolog
88
# for details.
99
#
1010
# 3) Set all config variables. See definitions

util/gdas_init/readme.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This utility creates 'cold start' initialization files to start a
2+
global cycled experiment.
3+
4+
Edit the 'config' file for your experiment. Then invoke the
5+
driver script for your machine.
6+
7+
Only machines with access to the HPSS database are supported.

util/sfc_climo_gen/readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Run the sfc_climo_gen program stand-alone on WCOSS2 using
2+
pre-exiting 'grid' and 'orography' files.
3+
4+
Outputs surface fields such as soil and vegetation type.

0 commit comments

Comments
 (0)