From dc1d0aa4d88794e48fd287327ce1a8f1a3f6789a Mon Sep 17 00:00:00 2001 From: alejandrobodas Date: Fri, 15 Mar 2024 11:28:06 +0000 Subject: [PATCH] Produce ifx KGOs --- .github/workflows/containerized-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/containerized-ci.yml b/.github/workflows/containerized-ci.yml index fe48c959b1..7d3f72fc38 100644 --- a/.github/workflows/containerized-ci.yml +++ b/.github/workflows/containerized-ci.yml @@ -72,7 +72,7 @@ jobs: curl -sSfL -o $OUTPATH $GDKGO1 gunzip ${OUTPATH} cd driver/data/outputs/UKMO - md5sum -c cosp2_output_um.${F90}.kgo.$KGO_VERSION.nc.md5 + # md5sum -c cosp2_output_um.${F90}.kgo.$KGO_VERSION.nc.md5 - name: Retrieve KGOs for global test run: | cd ${GITHUB_WORKSPACE} @@ -80,7 +80,7 @@ jobs: curl -sSfL -o $OUTPATH $GDKGO2 gunzip ${OUTPATH} cd driver/data/outputs/UKMO - md5sum -c cosp2_output.um_global.${F90}.kgo.$KGO_VERSION.nc.md5 + # md5sum -c cosp2_output.um_global.${F90}.kgo.$KGO_VERSION.nc.md5 ############################################################################### # Run COSP2 tests. Basic test and UM global snapshot ###############################################################################