Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
cmake:
local: ./@cmake
remote: ../ESMA_cmake.git
tag: v4.40.0
tag: v4.41.0
develop: develop

ecbuild:
Expand Down
Loading