/[MITgcm]/MITgcm/tools/do_tst_2+2
ViewVC logotype

Diff of /MITgcm/tools/do_tst_2+2

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

revision 1.18 by jmc, Sun Sep 22 23:37:12 2013 UTC revision 1.19 by jmc, Tue Nov 11 15:37:40 2014 UTC
# Line 35  scrArg='All' Line 35  scrArg='All'
35  COMMAND=  COMMAND=
36  mpi=0  mpi=0
37  MPI_MFILE=  MPI_MFILE=
38  OUTDIR=`hostname | sed 's/\..*$//'`  #OUTDIR=`hostname | sed 's/\..*$//'`
39    OUTDIR=`hostname -s | tr '[:upper:]' '[:lower:]'`
40  SAVELOG=0  SAVELOG=0
41  ADDRESS=  ADDRESS=
42  MPACK="../tools/mpack-1.6/mpack"  MPACK="../tools/mpack-1.6/mpack"
# Line 125  for xx in "$@" ; do nw=`echo $xx | wc -w Line 126  for xx in "$@" ; do nw=`echo $xx | wc -w
126      if test $nw = '1' ; then CMDLINE="$CMDLINE $xx"      if test $nw = '1' ; then CMDLINE="$CMDLINE $xx"
127                          else CMDLINE="$CMDLINE '$xx'" ; fi                          else CMDLINE="$CMDLINE '$xx'" ; fi
128  done  done
 #for xx in "$@" ; do CMDLINE="$CMDLINE '$xx'" ; done  
129  DATE=''  DATE=''
130  if test -f tr_out.txt ; then  if test -f tr_out.txt ; then
131  #  try to use the date corresponding to 'Start time:' in file "tr_out.txt" :  #  try to use the date corresponding to 'Start time:' in file "tr_out.txt" :

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.22