From 66a08ba75ef077afb547018c833b334073c90d4a Mon Sep 17 00:00:00 2001 From: Micael Oliveira Date: Mon, 28 Aug 2023 14:28:04 +1000 Subject: [PATCH 1/3] Update build script. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e5f1cf9..429ba3f 100755 --- a/build.sh +++ b/build.sh @@ -20,7 +20,7 @@ OPENMPI_VERSION=4.1.4 module purge module load cmake/3.24.2 -module use /g/data/ik11/spack/0.20.1/modules/access-om3/cesm-0.2.0/linux-rocky8-x86_64 # requires membership of "ik11" group +module use /g/data/ik11/spack/0.20.1/modules/access-om3/0.2.0/linux-rocky8-x86_64 # requires membership of "ik11" group module load esmf/8.4.2 fms/git.2021.03.01=2021.03.01 parallelio/2.5.10 module load intel-compiler/${COMPILER_VERSION} openmpi/${OPENMPI_VERSION} From dc0176d7178e4a346c7023c22781d049a17dddcc Mon Sep 17 00:00:00 2001 From: Micael Oliveira Date: Tue, 29 Aug 2023 09:14:22 +1000 Subject: [PATCH 2/3] Update CI image to use. --- .github/workflows/compilation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 787b2be..5361906 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -14,7 +14,7 @@ jobs: build_type: [Debug, Release] container: - image: ghcr.io/cosima/access-om3-ci-images/${{matrix.compiler}}:0.3.0 + image: ghcr.io/cosima/access-om3-ci-images/${{matrix.compiler}}:0.4.0 steps: - name: Checkout From b476de3fcdd1211496dc0e95f07078c07cfd2f6d Mon Sep 17 00:00:00 2001 From: Micael Oliveira Date: Mon, 28 Aug 2023 14:20:13 +1000 Subject: [PATCH 3/3] Add ChangeLog entry for v0.2.0. --- ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 4f4576c..9f58ef8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## [0.2.0] - 2023-08-29 + +### Changed + +- Components and build system to match CESM [064022e](https://github.com/ESCOMP/CESM/commit/064022ed14bcc48dbb632dabc36a741ae0859822). + ## [0.1.0] - 2023-08-16 ### Added