Skip to content

Commit

Permalink
Remove debug print from test/GCClassic/intTestCreate.sh
Browse files Browse the repository at this point in the history
Removed a print statement that was not necessary.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Nov 20, 2020
1 parent b131c21 commit a57449e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/GCClassic/intTestCreate.sh
Expand Up @@ -141,13 +141,6 @@ cd ${runDir}
# Create individual run directories: 2x25 - MERRA2 - 72L
#=============================================================================

if [[ -d ${root} ]]; then
extra="y\n"
else
extra=""
fi
echo ${extra}

dir="gc_2x25_CH4_merra2"
create_rundir "3\n1\n2\n1\n${root}\n${dir}\nn\n" ${root} ${dir} ${log}

Expand Down

0 comments on commit a57449e

Please sign in to comment.