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

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_op64_tuv

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

revision 1.12 by jmc, Tue Dec 14 21:34:45 2010 UTC revision 1.13 by jmc, Fri Jan 21 05:02:25 2011 UTC
# Line 28  HERE=$TST_DIR/output Line 28  HERE=$TST_DIR/output
28  sfx='tuv'  sfx='tuv'
29  module add open64  module add open64
30  OPTFILE="../tools/build_options/linux_ia32_open64.trapuv"  OPTFILE="../tools/build_options/linux_ia32_open64.trapuv"
31  options='-j 2 -gsl -match 10'  options='-j 2 -gsl -do'
32  export GSL_IEEE_MODE=double-precision,mask-underflow,mask-denormalized  export GSL_IEEE_MODE=double-precision,mask-underflow,mask-denormalized
33    
34  checkOut=1  checkOut=1
# Line 59  if [ $checkOut -eq 2 ] ; then Line 59  if [ $checkOut -eq 2 ] ; then
59    if test -e $gcmDIR ; then    if test -e $gcmDIR ; then
60       rm -rf $gcmDIR       rm -rf $gcmDIR
61    fi    fi
   cvs -d :pserver:cvsanon@mitgcm.org:/u/gcmpack co -P -d $gcmDIR MITgcm > /dev/null 2>&1  
62  # cvs co MITgcm  # cvs co MITgcm
63      cvs -d :pserver:cvsanon@mitgcm.org:/u/gcmpack co -P -d $gcmDIR MITgcm > /dev/null 2>&1
64    /usr/bin/find $gcmDIR -type d | xargs chmod g+rxs    /usr/bin/find $gcmDIR -type d | xargs chmod g+rxs
65    /usr/bin/find $gcmDIR -type f | xargs chmod g+r    /usr/bin/find $gcmDIR -type f | xargs chmod g+r
66  else  else
# Line 76  cd $gcmDIR/verification Line 76  cd $gcmDIR/verification
76  echo ./testreport $options -of $OPTFILE -odir aces-$sfx  echo ./testreport $options -of $OPTFILE -odir aces-$sfx
77  ./testreport $options -of $OPTFILE -odir aces-$sfx  ./testreport $options -of $OPTFILE -odir aces-$sfx
78    
79  echo -n 'run ./testreport -clean ...'  #echo -n 'run ./testreport -clean ...'
80  ./testreport -clean > /dev/null 2>&1  #./testreport -clean > /dev/null 2>&1
81  echo -n ' done at: ' ; date  #echo -n ' done at: ' ; date
82    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22