From 1d290f2dc6f9c2625c92ad9560f63b3adec23d52 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Tue, 14 Mar 2023 23:04:30 +0000 Subject: [PATCH 1/5] Take out the unneeded w3nco module and swith to use esmf v8.3.0b09. (From @BijuThoma-NOAA) --- modulefiles/build.wcoss2.intel.lua | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/modulefiles/build.wcoss2.intel.lua b/modulefiles/build.wcoss2.intel.lua index e3869cc8a..084cdfbae 100644 --- a/modulefiles/build.wcoss2.intel.lua +++ b/modulefiles/build.wcoss2.intel.lua @@ -39,9 +39,6 @@ load(pathJoin("bacio", bacio_ver)) sfcio_ver=os.getenv("sfcio_ver") or "1.4.1" load(pathJoin("sfcio", sfcio_ver)) -w3nco_ver=os.getenv("w3nco_ver") or "2.4.1" -load(pathJoin("w3nco", w3nco_ver)) - nemsio_ver=os.getenv("nemsio_ver") or "2.5.2" load(pathJoin("nemsio", nemsio_ver)) @@ -70,10 +67,10 @@ load(pathJoin("gsl", gsl_ver)) nco_ver=os.getenv("nco_ver") or "4.9.7" load(pathJoin("nco", nco_ver)) -setenv("HPC_OPT","/apps/ops/para/libs") -prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304") -prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.7") -esmf_ver=os.getenv("esmf_ver") or "8.2.1b04" +prepend_path("MODULEPATH", "/apps/dev/lmodules/intel/19.1.3.304") +prepend_path("MODULEPATH", "/apps/dev/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.9") + +esmf_ver=os.getenv("esmf_ver") or "8.3.0b09" load(pathJoin("esmf", esmf_ver)) whatis("Description: UFS_UTILS build environment") From c48f98fec037ada682ce9761dcf0256da9761055 Mon Sep 17 00:00:00 2001 From: George Gayno Date: Thu, 6 Apr 2023 17:06:02 +0000 Subject: [PATCH 2/5] Tell git to ignore the ./fix/orog_raw directory. Fixes #796. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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] From 529461e599ffe8d028e6f66fb9ff5a20a5188770 Mon Sep 17 00:00:00 2001 From: George Gayno Date: Thu, 6 Apr 2023 17:07:58 +0000 Subject: [PATCH 3/5] Update VERSION file. Fixes #796. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index f8e233b27..81c871de4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0 From d5eae0fc6a0e0409da0362d7cba6916caf67b8c8 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Mon, 10 Apr 2023 12:34:15 +0000 Subject: [PATCH 4/5] Take out the module use for esmf/8.4.1 on WCOSS2, needed for HAFSv1 code delivery. --- modulefiles/build.wcoss2.intel.lua | 1 - 1 file changed, 1 deletion(-) 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)) From f85b349151f73cc09e0b75793856ec289a8ab381 Mon Sep 17 00:00:00 2001 From: "George.Gayno" Date: Fri, 14 Apr 2023 12:17:57 +0000 Subject: [PATCH 5/5] Update doxygen readme file. Fixes #796. --- docs/user_guide.md | 1 + 1 file changed, 1 insertion(+) 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)