From d1e928bca221361a62d747964826bf80775db6af Mon Sep 17 00:00:00 2001 From: GeorgeGayno-NOAA <52789452+GeorgeGayno-NOAA@users.noreply.github.com> Date: Mon, 17 Apr 2023 10:27:54 -0400 Subject: [PATCH] Release v1.10.0 (#807) 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. --- .gitignore | 1 + VERSION | 2 +- docs/user_guide.md | 1 + modulefiles/build.wcoss2.intel.lua | 1 - 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6c3693e17..de3cfc8f8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ lib/ fix/am fix/orog +fix/orog_raw fix/sfc_climo *.[ao] diff --git a/VERSION b/VERSION index f8e233b27..81c871de4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0 diff --git a/docs/user_guide.md b/docs/user_guide.md index ba9b3ed49..924055e72 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -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) diff --git a/modulefiles/build.wcoss2.intel.lua b/modulefiles/build.wcoss2.intel.lua index c683ec7ae..967e41b48 100644 --- a/modulefiles/build.wcoss2.intel.lua +++ b/modulefiles/build.wcoss2.intel.lua @@ -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))