From bcabdd73ea030121eec49c8d267726ab002990a2 Mon Sep 17 00:00:00 2001 From: Purnendu Chakraborty Date: Thu, 9 Jul 2026 14:59:06 -0400 Subject: [PATCH 1/2] Update cmake v4.40.0 -> v4.41.0 --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index 3e5d187..f1f3cc9 100644 --- a/components.yaml +++ b/components.yaml @@ -11,7 +11,7 @@ env: cmake: local: ./@cmake remote: ../ESMA_cmake.git - tag: v4.40.0 + tag: v4.41.0 develop: develop ecbuild: From da485e373f89580f3890f5956c74068419f3ab80 Mon Sep 17 00:00:00 2001 From: Purnendu Chakraborty Date: Thu, 9 Jul 2026 18:14:56 -0400 Subject: [PATCH 2/2] Turned off CircleCI's run-fv3 job FV3 standalone is now run via ctest --- .circleci/config.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e8ea17e..cebbeea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,19 +41,19 @@ workflows: mepodevelop: false persist_workspace: true # Needs to be true to run fv3/gcm experiment, costs extra - # Run FV3 standalone - - ci/run_fv3: - name: run-FV3-as-<< matrix.fv_precision >>-on-<< matrix.compiler >>-with-GEOSfvdycore - context: - - docker-hub-creds - matrix: - parameters: - compiler: [gfortran, ifort, ifx] - fv_precision: ["R4", "R8"] - baselibs_version: *baselibs_version - requires: - - build-GEOSfvdycore-as-<< matrix.fv_precision >>-on-<< matrix.compiler >> - repo: GEOSfvdycore + # # Run FV3 standalone + # - ci/run_fv3: + # name: run-FV3-as-<< matrix.fv_precision >>-on-<< matrix.compiler >>-with-GEOSfvdycore + # context: + # - docker-hub-creds + # matrix: + # parameters: + # compiler: [gfortran, ifort, ifx] + # fv_precision: ["R4", "R8"] + # baselibs_version: *baselibs_version + # requires: + # - build-GEOSfvdycore-as-<< matrix.fv_precision >>-on-<< matrix.compiler >> + # repo: GEOSfvdycore # Build and publish docker images build-and-publish-docker: