Skip to content

Commit

Permalink
Fix up R21C CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jul 23, 2024
1 parent e0a6716 commit 45d2ec9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 45d2ec9

Please sign in to comment.