Skip to content

Commit

Permalink
Add v004.out files
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrobodas committed Sep 13, 2024
1 parent e10fba0 commit f08ad7a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/containerized-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Continuous integration in containers
on: [pull_request, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]

jobs:
Containerized-CI:
Expand All @@ -8,29 +8,24 @@ jobs:
fail-fast: false
matrix:
compiler: [ifort, ifx]
python-version: [3.11]
include:
# Flags and KGOs for Intel Fortran Compiler Classic
- compiler: ifort
fcflags: -m64 -g -traceback -heap-arrays -assume realloc_lhs -extend-source 132 -check bounds,uninit,pointers,stack -stand f08
#gdkgo1: https://docs.google.com/uc?export=download&id=1dva4lq4ZXciTiuOvGgA8OUJKihbGQ90K
#gdkgo2: https://docs.google.com/uc?export=download&id=1ns0OtWU5jVnu1IEBfBN-tlTkq2PTrcvC
gdkgo1: https://docs.google.com/uc?export=download&id=1eyRCT9e7j7SKsKhbfJBuwBoN5DlsrW7L
gdkgo2: https://docs.google.com/uc?export=download&id=1uTffyCdWLPvRHDkVtZZiBfc3spbk4_Tf
gdkgo1: https://docs.google.com/uc?export=download&id=1dva4lq4ZXciTiuOvGgA8OUJKihbGQ90K
gdkgo2: https://docs.google.com/uc?export=download&id=1ns0OtWU5jVnu1IEBfBN-tlTkq2PTrcvC
# Flags and KGOs for Intel Fortran Compiler
- compiler: ifx
fcflags: -debug -traceback -O0 -heap-arrays -assume realloc_lhs -extend-source 132 -stand f08
#gdkgo1: https://docs.google.com/uc?export=download&id=1WzFsoqi0EZfsyyh203QXmUQTIh5tBm9b
#gdkgo2: https://docs.google.com/uc?export=download&id=1ezYqG-jfZ6i9bRgKOWUyBiQlMhtncpKj
gdkgo1: https://docs.google.com/uc?export=download&id=1VrPkQmDpt6otch-tsaka-62tiMDuJNz_
gdkgo2: https://docs.google.com/uc?export=download&id=1m6JdHlSAMmK8zT-X3pfxSORPJURiITkQ
gdkgo1: https://docs.google.com/uc?export=download&id=1WzFsoqi0EZfsyyh203QXmUQTIh5tBm9b
gdkgo2: https://docs.google.com/uc?export=download&id=1ezYqG-jfZ6i9bRgKOWUyBiQlMhtncpKj
# Set container images
- compiler: ifort
image: ghcr.io/earth-system-radiation/rte-rrtmgp-ci:oneapi
- compiler: ifx
image: ghcr.io/earth-system-radiation/rte-rrtmgp-ci:oneapi
# Common variables
- kgo_version: v003
- kgo_version: v004
defaults:
run:
shell: bash -el {0}
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ driver/data/outputs/UKMO/*kgo.v*.nc
driver/data/outputs/UKMO/*.nc
driver/data/outputs/UKMO/*.png
!driver/data/outputs/cosp2_output_um.gfortran.kgo.nc
driver/data/outputs/UKMO/*.out
!driver/data/outputs/UKMO/*.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
========================================== Summary statistics ==========================================
Variable N AvgDiff MinDiff MaxDiff StDev
dbze94 6 9.3337e-08 7.0183e-08 1.1649e-07 2.3154e-08
==========================================================================================================
4 changes: 4 additions & 0 deletions driver/data/outputs/UKMO/cosp2_output_um.ifx.kgo.v004.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
========================================== Summary statistics ==========================================
Variable N AvgDiff MinDiff MaxDiff StDev
dbze94 9526 -8.6491e-08 -7.3010e-04 1.9553e-04 1.1886e-05
==========================================================================================================

0 comments on commit f08ad7a

Please sign in to comment.