/[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.28 by jmc, Thu Jul 7 17:36:29 2016 UTC revision 1.29 by jmc, Sun Jul 10 14:30:24 2016 UTC
# Line 87  if test $checkOut = 2 ; then Line 87  if test $checkOut = 2 ; then
87    echo "  done"    echo "  done"
88    if test -d other_input ; then    if test -d other_input ; then
89      list_dirs=`(cd other_input ; ls 2> /dev/null )`      list_dirs=`(cd other_input ; ls 2> /dev/null )`
90      echo -n "Updating other_input extra dirs: "      echo "Updating ( $cmdCVS update -P -d ) 'other_input' extra dirs:"
91      for exd in $list_dirs ; do      for exd in $list_dirs ; do
92        echo -n $exd       if test -d other_input/$exd/CVS ; then echo "  $exd"
93        ( cd other_input/$exd ; $cmdCVS update -P -d )        ( cd other_input/$exd ; $cmdCVS update -P -d )
94         fi
95      done      done
96      echo "  done"      echo " <-- update of 'other_input' dirs done"
97    fi    fi
98  else  else
99    cd $tdir    cd $tdir
# Line 114  do Line 115  do
115    fi    fi
116    if test $typ = 'gfo' -o $typ = 'ifc' ; then    if test $typ = 'gfo' -o $typ = 'ifc' ; then
117      addExp="$addExp global_oce_biogeo_bling"      addExp="$addExp global_oce_biogeo_bling"
118        addExp="$addExp shelfice_remeshing"
119    fi    fi
120    if test $typ = 'mpi' ; then    if test $typ = 'mpi' ; then
121      addExp="$addExp global_oce_cs32"      addExp="$addExp global_oce_cs32"
122    fi    fi
   if test $typ = 'gfo' ; then  
     addExp="$addExp shelfice_remeshing"  
   fi  
123    #- check day and time:    #- check day and time:
124    curDay=`date +%d` ; curHour=`date +%H`    curDay=`date +%d` ; curHour=`date +%H`
125    if [ $curDay -ne $TODAY ] ; then    if [ $curDay -ne $TODAY ] ; then

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

  ViewVC Help
Powered by ViewVC 1.1.22