/[MITgcm]/MITgcm/tools/example_scripts/ACESgrid/aces_test_gnu_mpi
ViewVC logotype

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_gnu_mpi

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

revision 1.20 by jmc, Mon Nov 7 15:27:12 2011 UTC revision 1.21 by jmc, Tue May 1 13:20:39 2012 UTC
# Line 51  if [ $dsp -le 1000000 ] ; then Line 51  if [ $dsp -le 1000000 ] ; then
51  fi  fi
52  if [ $checkOut -eq 1 ] ; then  if [ $checkOut -eq 1 ] ; then
53    if test -d $gcmDIR/CVS ; then    if test -d $gcmDIR/CVS ; then
54      /bin/rm -rf $gcmDIR/verification/??_${dNam}-${sfx}_????????_?  #- remove previous output tar files and tar & remove previous output-dir
55        /bin/rm -f $gcmDIR/verification/??_${dNam}-${sfx}_????????_?.tar.gz
56        ( cd $gcmDIR/verification
57          listD=`ls -1 -d ??_${dNam}-${sfx}_????????_?`
58          for dd in $listD
59          do
60            if test -d $dd ; then
61              tar -cf ${dd}".tar" $dd > /dev/null 2>&1 && gzip ${dd}".tar" && /bin/rm -rf $dd
62              RETVAL=$?
63              if test "x$RETVAL" != x0 ; then
64                 echo "ERROR in tar+gzip prev outp-dir: $dd"
65                 echo " on '"`hostname`"' (return val=$RETVAL) but continue"
66              fi
67            fi
68          done )
69  #   ( cd $gcmDIR/verification ; ../tools/do_tst_2+2 -clean )  #   ( cd $gcmDIR/verification ; ../tools/do_tst_2+2 -clean )
70      echo "cvs update of dir $gcmDIR :"      echo "cvs update of dir $gcmDIR :"
71      ( cd $gcmDIR ; cvs -q -d :pserver:cvsanon@mitgcm.org:/u/gcmpack update -P -d ) 2>&1      ( cd $gcmDIR ; cvs -q -d :pserver:cvsanon@mitgcm.org:/u/gcmpack update -P -d ) 2>&1

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.22