Skip to content

Commit 5542079

Browse files
committed
update contrib scripts to grab v7.0.0 release assets
1 parent bff5e62 commit 5542079

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

contrib/get_aerosol_climo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ data_files=("FV3_aeroclim1" "FV3_aeroclim2" "FV3_aeroclim3" "FV3_aeroclim_optics
2020
cd $BASEDIR/scm/data/physics_input_data/
2121
for file in "${data_files[@]}"; do
2222
echo "Retrieving $file.tar.gz"
23-
wget https://github.com/NCAR/ccpp-scm/releases/download/v7.0.0-beta/${file}.tar.gz
23+
wget https://github.com/NCAR/ccpp-scm/releases/download/v7.0.0/${file}.tar.gz
2424
tar -xvf ${file}.tar.gz
2525
rm -f ${file}.tar.gz
2626
done

contrib/get_all_static_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for file in "${data_files[@]}"; do
2121
mkdir -p $BASEDIR/scm/data/$file
2222
cd $BASEDIR/scm/data/$file
2323
echo "Retrieving $file"
24-
wget https://github.com/NCAR/ccpp-scm/releases/download/v7.0.0-beta/${file}.tar.gz
24+
wget https://github.com/NCAR/ccpp-scm/releases/download/v7.0.0/${file}.tar.gz
2525
tar -xf ${file}.tar.gz
2626
rm -f ${file}.tar.gz
2727
done

contrib/get_mg_inccn_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BASEDIR=$MYDIR/..
1616

1717
# Change to directory containing the physics input data, download and extract archive
1818
cd $BASEDIR/scm/data/physics_input_data/
19-
wget https://github.com/NCAR/ccpp-scm/releases/download/v7.0.0-beta/MG_INCCN_data.tar.gz
19+
wget https://github.com/NCAR/ccpp-scm/releases/download/v7.0.0/MG_INCCN_data.tar.gz
2020
tar -xvf MG_INCCN_data.tar.gz
2121
rm -f MG_INCCN_data.tar.gz
2222
cd $BASEDIR/

contrib/get_thompson_tables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ BASEDIR=$MYDIR/..
1515

1616
# Change to directory containing the physics input data, download and extract archive
1717
cd $BASEDIR/scm/data/physics_input_data/
18-
wget https://github.com/NCAR/ccpp-scm/releases/download/v7.0.0-beta/thompson_tables.tar.gz
18+
wget https://github.com/NCAR/ccpp-scm/releases/download/v7.0.0/thompson_tables.tar.gz
1919
tar -xvf thompson_tables.tar.gz
2020
rm -f thompson_tables.tar.gz
2121
cd $BASEDIR/

0 commit comments

Comments
 (0)