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

Diff of /MITgcm/tools/example_scripts/ACESgrid/test_aces_op64_tuv

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

revision 1.2 by jmc, Wed Aug 17 20:45:35 2011 UTC revision 1.3 by jmc, Wed Aug 24 12:58:00 2011 UTC
# Line 34  sfx='tuv' Line 34  sfx='tuv'
34  #export GSL_IEEE_MODE=double-precision,mask-underflow,mask-denormalized  #export GSL_IEEE_MODE=double-precision,mask-underflow,mask-denormalized
35   ulimit -s unlimited   ulimit -s unlimited
36    
37    #dAlt=`date +%d` ; dAlt=`expr $dAlt % 3`
38    #if [ $dAlt -eq 1 ] ; then options="$options -fast" ; fi
39    
40  checkOut=1  checkOut=1
41  #options="$options -nc" ; checkOut=0  #options="$options -nc" ; checkOut=0
42  #options="$options -q"  ; checkOut=0  #options="$options -q"  ; checkOut=0
# Line 55  if [ $checkOut -eq 1 ] ; then Line 58  if [ $checkOut -eq 1 ] ; then
58      ( 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
59      RETVAL=$?      RETVAL=$?
60      if test "x$RETVAL" != x0 ; then      if test "x$RETVAL" != x0 ; then
61         echo " cvs update fail (return val=$RETVAL) => exit"         echo "cvs update fail (return val=$RETVAL) => exit"
62         exit         exit
63      fi      fi
64    else    else
# Line 79  if test -e $gcmDIR/verification ; then Line 82  if test -e $gcmDIR/verification ; then
82      echo " dir $gcmDIR/verification exist" ; fi      echo " dir $gcmDIR/verification exist" ; fi
83    cd $gcmDIR/verification    cd $gcmDIR/verification
84  else  else
85    echo "no dir $gcmDIR/verification => exit"    echo "no dir: $gcmDIR/verification => exit"
86    exit    exit
87  fi  fi
88    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22