Skip to content

Commit

Permalink
Release v1.10.0 (#807)
Browse files Browse the repository at this point in the history
Some final updates required for the new release.

1) Update VERSION file.
2) Update doxygen readme file.
3) Point to production location of ESMF v8.4.1.

Fixes #796.
  • Loading branch information
GeorgeGayno-NOAA authored Apr 17, 2023
1 parent ebbe14b commit d1e928b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ lib/

fix/am
fix/orog
fix/orog_raw
fix/sfc_climo

*.[ao]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.10.0
1 change: 1 addition & 0 deletions docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ https://github.com/ufs-community/UFS_UTILS.

## Documentation for Previous Versions of UFS_UTILS

* [UFS_UTILS Version 1.10.0](ver-1.10.0/index.html)
* [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)
Expand Down
1 change: 0 additions & 1 deletion modulefiles/build.wcoss2.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ load(pathJoin("gsl", gsl_ver))
nco_ver=os.getenv("nco_ver") or "4.9.7"
load(pathJoin("nco", nco_ver))

prepend_path("MODULEPATH", "/apps/dev/lmodules/intel_cray_mpich/19.1.3.304/cray-mpich/8.1.4")
esmf_ver=os.getenv("esmf_ver") or "8.4.1"
load(pathJoin("esmf", esmf_ver))

Expand Down

0 comments on commit d1e928b

Please sign in to comment.