Skip to content

Commit

Permalink
download aerosol data before running nvidia RTs
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Aug 14, 2024
1 parent d922f0b commit b7b6b9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit b7b6b9f

Please sign in to comment.