Skip to content

Commit

Permalink
address reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Firl authored and Grant Firl committed Jun 23, 2022
1 parent 22bc4fc commit 3e12330
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
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_tables2.tar
tar -xvf thompson_tables2.tar
rm -f thompson_tables2.tar
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
cd $BASEDIR/

1 change: 0 additions & 1 deletion scm/etc/scripts/scm_read_obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from netCDF4 import Dataset
import datetime
import numpy as np
import sys
import math
import forcing_file_common as ffc

Expand Down
1 change: 0 additions & 1 deletion tutorial_files/scm_read_obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from netCDF4 import Dataset
import datetime
import numpy as np
import sys
import math
import forcing_file_common as ffc

Expand Down

0 comments on commit 3e12330

Please sign in to comment.