From 45d2ec997d2f88a0c88b91a13d762a5d49f38248 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Tue, 23 Jul 2024 08:54:36 -0400 Subject: [PATCH] Fix up R21C CI --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index db67635..14dac35 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,10 @@ version: 2.1 # Anchors to prevent forgetting to update a version baselibs_version: &baselibs_version v7.7.0 -bcs_version: &bcs_version v10.22.3 +# NOTE: The new version number is needed because R21C now +# needs a new NRL file. Rather than try and back port it +# to a v10 bcs, we just up the version for this PR +bcs_version: &bcs_version v11.3.0 orbs: ci: geos-esm/circleci-tools@1 @@ -21,5 +24,6 @@ workflows: baselibs_version: *baselibs_version repo: GEOSgcm checkout_fixture: true + fixture_branch: R21C mepodevelop: true persist_workspace: false # Needs to be true to run fv3/gcm experiment, costs extra