Skip to content

Commit 0b693ad

Browse files
committed
Make all static data files ".tar.gz" for consistency and smaller file size
1 parent 3bf7609 commit 0b693ad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

contrib/get_mg_inccn_data.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ 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/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
2222
cd $BASEDIR/
2323

contrib/get_thompson_tables.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ 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/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
2121
cd $BASEDIR/
2222

0 commit comments

Comments
 (0)