Skip to content

Commit

Permalink
update get_all_static_data.sh script to grab v7.0.0-beta release asse…
Browse files Browse the repository at this point in the history
…ts (with new DEPHY-format processed_case_input files)
  • Loading branch information
grantfirl committed Aug 1, 2024
1 parent 6e449c5 commit 684448d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/get_all_static_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for file in "${data_files[@]}"; do
mkdir -p $BASEDIR/scm/data/$file
cd $BASEDIR/scm/data/$file
echo "Retrieving $file"
wget https://github.com/NCAR/ccpp-scm/releases/download/v6.0.0/${file}.tar.gz
wget https://github.com/NCAR/ccpp-scm/releases/download/v7.0.0-beta/${file}.tar.gz
tar -xf ${file}.tar.gz
rm -f ${file}.tar.gz
done
Expand Down

0 comments on commit 684448d

Please sign in to comment.