File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ 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/v6.0.0/MG_INCCN_data.tar
20
- tar -xvf MG_INCCN_data.tar
21
- rm -f MG_INCCN_data.tar
19
+ wget https://github.com/NCAR/ccpp-scm/releases/download/v6.0.0/MG_INCCN_data.tar.gz
20
+ tar -xvf MG_INCCN_data.tar.gz
21
+ rm -f MG_INCCN_data.tar.gz
22
22
cd $BASEDIR /
23
23
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ 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/v6.0.0/thompson_tables.tar
19
- tar -xvf thompson_tables.tar
20
- rm -f thompson_tables.tar
18
+ wget https://github.com/NCAR/ccpp-scm/releases/download/v6.0.0/thompson_tables.tar.gz
19
+ tar -xvf thompson_tables.tar.gz
20
+ rm -f thompson_tables.tar.gz
21
21
cd $BASEDIR /
22
22
You can’t perform that action at this time.
0 commit comments