/[MITgcm]/MITgcm/tools/example_scripts/csail/test_baudelaire
ViewVC logotype

Diff of /MITgcm/tools/example_scripts/csail/test_baudelaire

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.32 by jmc, Mon Dec 12 22:55:12 2016 UTC revision 1.33 by jmc, Sat Apr 22 14:52:51 2017 UTC
# Line 154  do Line 154  do
154        if test -d prev ; then        if test -d prev ; then
155        #-- save previous summary:        #-- save previous summary:
156          oldS=`ls -t ${new_dir}/verification/tr_${outDir}_*/summary.txt 2> /dev/null | head -1`          oldS=`ls -t ${new_dir}/verification/tr_${outDir}_*/summary.txt 2> /dev/null | head -1`
157          if test "x$oldS" != x ; then cp -p -f $oldS prev/tr_out.$typ ; fi          if test "x$oldS" != x ; then
158              cat $oldS | sed '/^[YN] [YN] [YN] [YN]/ s/ \. //g' > prev/tr_out.$typ
159              touch -r $oldS prev/tr_out.$typ
160            fi
161         if test $tt != $typ ; then         if test $tt != $typ ; then
162          oldS=`ls -t ${new_dir}/verification/rs_${outDir}_*/summary.txt 2> /dev/null | head -1`          oldS=`ls -t ${new_dir}/verification/rs_${outDir}_*/summary.txt 2> /dev/null | head -1`
163          if test "x$oldS" != x ; then cp -p -f $oldS prev/rs_out.$typ ; fi          if test "x$oldS" != x ; then cp -p -f $oldS prev/rs_out.$typ ; fi

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

  ViewVC Help
Powered by ViewVC 1.1.22