/[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.21 by jmc, Sat Jul 19 15:16:24 2014 UTC revision 1.22 by jmc, Fri Jan 29 14:15:28 2016 UTC
# Line 89  do Line 89  do
89    
90    echo "================================================================"    echo "================================================================"
91    typ=`echo $tt | sed 's/+rs//'`    typ=`echo $tt | sed 's/+rs//'`
92      #- define list of additional experiences to test:
93      addExp=''
94      if test $typ = 'mp2' -o $typ = 'ifc' ; then
95        addExp='offline_cheapaml atm_gray'
96      fi
97    #- check day and time:    #- check day and time:
98    curDay=`date +%d` ; curHour=`date +%H`    curDay=`date +%d` ; curHour=`date +%H`
99    if [ $curDay -ne $TODAY ] ; then    if [ $curDay -ne $TODAY ] ; then
# Line 133  do Line 138  do
138        mkdir $new_dir        mkdir $new_dir
139        pushd $new_dir        pushd $new_dir
140        cp -ra ../MITgcm/* .        cp -ra ../MITgcm/* .
141          #-- download additional experience from Contrib:
142          for exp2add in $addExp ; do
143            echo " add dir: $exp2add (from Contrib:verification_other)"
144            ( cd verification ;  $cmdCVS co -P -d $exp2add \
145                 MITgcm_contrib/verification_other/$exp2add > /dev/null )
146          done
147      fi      fi
148    else    else
149      pushd MITgcm      pushd MITgcm

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

  ViewVC Help
Powered by ViewVC 1.1.22