Skip to content

Commit 4108dbe

Browse files
Update of gfortran KGOs yo v006 (#86)
1 parent 40e4de2 commit 4108dbe

6 files changed

+11
-8
lines changed

.github/workflows/containerized-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- compiler: ifx
2222
image: ghcr.io/earth-system-radiation/rte-rrtmgp-ci:oneapi
2323
# Common variables
24-
- kgo_version: v005
24+
- kgo_version: v006
2525
defaults:
2626
run:
2727
shell: bash -el {0}

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python-version: [3.11]
4242
include:
4343
- compiler_short_name: gfortran
44-
- kgo_version: v004
44+
- kgo_version: v006
4545
defaults:
4646
run:
4747
shell: bash -el {0}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
98893d9574e75430eee342feeeb5f204 cosp2_output.um_global.gfortran.kgo.v006.nc
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5a283eec6507446254fa8ec20d891de9 cosp2_output.um_global_model_levels.gfortran.kgo.v006.nc
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
76b8b0c8ba0859782a1b53feecc2a0c9 cosp2_output_um.gfortran.kgo.v006.nc

driver/download_test_data.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ COMPILER=$1
55
case $COMPILER in
66

77
"gfortran")
8-
KGO_VERSION=v005
9-
kgo_links=( "https://docs.google.com/uc?export=download&id=1F45ty8ZtuUvBSBS-hESq6avEugHzYeBa" \
10-
"https://docs.google.com/uc?export=download&id=1fzFzXzLcYajfEmYmSj3Txw3d9gNGXFLe" \
11-
"https://docs.google.com/uc?export=download&id=15_oNojYM_QCjwA0kj2Ve4HDxy9H4m91J" )
8+
KGO_VERSION=v006
9+
kgo_links=( "https://docs.google.com/uc?export=download&id=1HgtrBVI5-7ypQWxzzMPvAq_5IIE5q9-B" \
10+
"https://docs.google.com/uc?export=download&id=17Ah7z2oGiwwZ-yW1JX3Vg81_l7Q1zFf7" \
11+
"https://docs.google.com/uc?export=download&id=1c74yf1rMl2lkkkitgMi1pP5dGbZyerNd" )
1212
out_type=( "cosp2_output_um.${COMPILER}.kgo" \
1313
"cosp2_output.um_global.${COMPILER}.kgo" \
1414
"cosp2_output.um_global_model_levels.${COMPILER}.kgo" )
1515
;;
1616

17-
"ifort")
17+
"ifort")
1818
KGO_VERSION=v006
1919
kgo_links=( "https://docs.google.com/uc?export=download&id=121bSDuGNdbkb9WKhJLu9Pwe8KnhUMtDx" \
2020
"https://docs.google.com/uc?export=download&id=1JwWJKw8rO1MpDLXFvdWvrqKF5_HbKZAK" )
2121
out_type=( "cosp2_output_um.${COMPILER}.kgo" \
2222
"cosp2_output.um_global.${COMPILER}.kgo" )
2323
;;
2424

25-
"ifx")
25+
"ifx")
2626
KGO_VERSION=v006
2727
kgo_links=( "https://docs.google.com/uc?export=download&id=1rby-uiuB8G9vVa4JvRUCYNYPPOG5TmLB" \
2828
"https://docs.google.com/uc?export=download&id=1SDxQodiDvrwcwfi3ZCMtQITkmHMXIwD-" )

0 commit comments

Comments
 (0)