/[MITgcm]/MITgcm_contrib/jmc_script/runScript
ViewVC logotype

Diff of /MITgcm_contrib/jmc_script/runScript

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

revision 1.1 by jmc, Sun Oct 12 14:46:35 2003 UTC revision 1.2 by jmc, Sun Nov 25 21:12:11 2007 UTC
# Line 37  cd $runDir Line 37  cd $runDir
37    
38  set its=`egrep 'nIter0' data | sed 's/ nIter0=//'| sed 's/,$//'`  set its=`egrep 'nIter0' data | sed 's/ nIter0=//'| sed 's/,$//'`
39  set nms=`expr $its / $nit1mn`  set nms=`expr $its / $nit1mn`
40  set nMs = `/home/jmc/bin/add0upto3c $nms`  set nMs = `printf "%3.3i\n" $nms`
41  set nme=`expr $nms + $partmn`  set nme=`expr $nms + $partmn`
42  set nMe = `/home/jmc/bin/add0upto3c $nme`  set nMe = `printf "%3.3i\n" $nme`
43  set ite=`expr $nme \* $nit1mn`  set ite=`expr $nme \* $nit1mn`
44    
45  set numPBS=`echo $PBS_NODEFILE | sed 's/\/usr\/spool\/PBS\/aux\///g'| sed 's/\.cg01//g'`  set numPBS=`echo $PBS_NODEFILE | sed 's/\/usr\/spool\/PBS\/aux\///g'| sed 's/\.cg01//g'`
# Line 88  set ncpus = ( `wc -l mf | awk '{print $1 Line 88  set ncpus = ( `wc -l mf | awk '{print $1
88  set out=$?  set out=$?
89  echo 'end with status' $out  echo 'end with status' $out
90    
91  set iTe = `/home/jmc/bin/add0upto10c $ite`  set iTe = `printf "%10.10i\n" $ite`
92  if ( -f pickup.$iTe.001.001.data ) then  if ( -f pickup.$iTe.001.001.data ) then
93   set out=0   set out=0
94  else  else

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

  ViewVC Help
Powered by ViewVC 1.1.22