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

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mpi

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

revision 1.24 by jmc, Fri Aug 17 17:15:30 2012 UTC revision 1.25 by jmc, Fri Jan 25 23:26:00 2013 UTC
# Line 58  if [ $checkOut -eq 1 ] ; then Line 58  if [ $checkOut -eq 1 ] ; then
58  #- remove previous output tar files and tar & remove previous output-dir  #- remove previous output tar files and tar & remove previous output-dir
59      /bin/rm -f $gcmDIR/verification/??_${dNam}-${sfx}_????????_?.tar.gz      /bin/rm -f $gcmDIR/verification/??_${dNam}-${sfx}_????????_?.tar.gz
60      ( cd $gcmDIR/verification      ( cd $gcmDIR/verification
61        listD=`ls -1 -d ??_${dNam}-${sfx}_????????_?`        listD=`ls -1 -d ??_${dNam}-${sfx}_????????_? 2> /dev/null`
62        for dd in $listD        for dd in $listD
63        do        do
64          if test -d $dd ; then          if test -d $dd ; then

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

  ViewVC Help
Powered by ViewVC 1.1.22