Skip to content

Commit

Permalink
Merge pull request #330 from mkavulich/final_final_final_updates
Browse files Browse the repository at this point in the history
A few final v6 changes
  • Loading branch information
grantfirl authored Jun 24, 2022
2 parents 2497b45 + 0b693ad commit 08e1904
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions contrib/get_mg_inccn_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ BASEDIR=$MYDIR/..

# Change to directory containing the physics input data, download and extract archive
cd $BASEDIR/scm/data/physics_input_data/
wget https://github.com/NCAR/ccpp-scm/releases/download/v6.0.0/MG_INCCN_data.tar
tar -xvf MG_INCCN_data.tar
rm -f MG_INCCN_data.tar
wget https://github.com/NCAR/ccpp-scm/releases/download/v6.0.0/MG_INCCN_data.tar.gz
tar -xvf MG_INCCN_data.tar.gz
rm -f MG_INCCN_data.tar.gz
cd $BASEDIR/

6 changes: 3 additions & 3 deletions contrib/get_thompson_tables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ BASEDIR=$MYDIR/..

# Change to directory containing the physics input data, download and extract archive
cd $BASEDIR/scm/data/physics_input_data/
wget https://github.com/NCAR/ccpp-scm/releases/download/v6.0.0/thompson_tables.tar
tar -xvf thompson_tables.tar
rm -f thompson_tables.tar
wget https://github.com/NCAR/ccpp-scm/releases/download/v6.0.0/thompson_tables.tar.gz
tar -xvf thompson_tables.tar.gz
rm -f thompson_tables.tar.gz
cd $BASEDIR/

2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ RUN cd /comsoftware/ccpp-scm/scm \
# Set working directory
WORKDIR /comsoftware/ccpp-scm/scm/bin
ENV SCM_WORK=/comsoftware

ENV SCM_ROOT=/comsoftware/ccpp-scm/

0 comments on commit 08e1904

Please sign in to comment.