From b7b6b9f613d6c8b129da70e93a0406179c92bdc0 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Wed, 14 Aug 2024 10:04:38 -0400 Subject: [PATCH] download aerosol data before running nvidia RTs --- .github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml b/.github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml index 6c1bb116..602263f0 100644 --- a/.github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml +++ b/.github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml @@ -291,10 +291,12 @@ jobs: make -j - name: Download data for SCM + if: contains(matrix.enable-gpu-acc, 'False') run: | cd ${SCM_ROOT} ./contrib/get_all_static_data.sh ./contrib/get_thompson_tables.sh + ./contrib/get_aerosol_climo.sh - name: Run SCM RTs (w/o GPU) if: contains(matrix.enable-gpu-acc, 'False')