We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0574a commit b606501Copy full SHA for b606501
.github/workflows/continuous_integration.yml
@@ -160,7 +160,6 @@ jobs:
160
KGO=data/outputs/UKMO/cosp2_output.um_global.${F90_SHORT_NAME}.kgo.$KGO_VERSION.nc
161
TST=data/outputs/UKMO/cosp2_output.um_global.nc
162
python compare_to_kgo.py ${KGO} ${TST} --atol=${ATOL} --rtol=${RTOL}
163
- exit 1
164
# 3. UM global snapshot. Diagnostics on model levels.
165
- name: UM global on model levels against known good output (KGO)
166
if: always()
0 commit comments