File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ data_files=("FV3_aeroclim1" "FV3_aeroclim2" "FV3_aeroclim3" "FV3_aeroclim_optics
20
20
cd $BASEDIR /scm/data/physics_input_data/
21
21
for file in " ${data_files[@]} " ; do
22
22
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
24
24
tar -xvf ${file} .tar.gz
25
25
rm -f ${file} .tar.gz
26
26
done
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ for file in "${data_files[@]}"; do
21
21
mkdir -p $BASEDIR /scm/data/$file
22
22
cd $BASEDIR /scm/data/$file
23
23
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
25
25
tar -xf ${file} .tar.gz
26
26
rm -f ${file} .tar.gz
27
27
done
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ BASEDIR=$MYDIR/..
16
16
17
17
# Change to directory containing the physics input data, download and extract archive
18
18
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
20
20
tar -xvf MG_INCCN_data.tar.gz
21
21
rm -f MG_INCCN_data.tar.gz
22
22
cd $BASEDIR /
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ BASEDIR=$MYDIR/..
15
15
16
16
# Change to directory containing the physics input data, download and extract archive
17
17
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
19
19
tar -xvf thompson_tables.tar.gz
20
20
rm -f thompson_tables.tar.gz
21
21
cd $BASEDIR /
You can’t perform that action at this time.
0 commit comments