/[MITgcm]/MITgcm_contrib/jmc_script/tst_2+2_cpl
ViewVC logotype

Diff of /MITgcm_contrib/jmc_script/tst_2+2_cpl

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

revision 1.14 by jmc, Thu Dec 24 21:29:23 2015 UTC revision 1.15 by jmc, Thu Mar 17 20:01:59 2022 UTC
# Line 269  xx=`echo $arg1 | sed 's/^r//'` Line 269  xx=`echo $arg1 | sed 's/^r//'`
269  if test $xx != $arg1 ; then doRun=1 ; arg1=$xx ; else doRun=0 ; fi  if test $xx != $arg1 ; then doRun=1 ; arg1=$xx ; else doRun=0 ; fi
270  ksel=$arg1  ksel=$arg1
271    
272  CMD="./${CMD} $MTH 3"  if test -x ${CMD} ; then
273      CMD="./${CMD} $MTH 3"
274    else
275      if test -x ../../tools/${CMD} ; then
276        CMD="../../tools/${CMD} $MTH 3"
277      else
278        echo " no test-script '${CMD}' found neither here nor in '../../tools/'"
279        exit
280      fi
281    fi
282  echo " doRun='$doRun' ; ksel='$ksel' ; kUp='$kUp' ; command='$CMD'"  echo " doRun='$doRun' ; ksel='$ksel' ; kUp='$kUp' ; command='$CMD'"
283    
284  #- set dir of Master-Proc for 3 components (coupler == rank_0):  #- set dir of Master-Proc for 3 components (coupler == rank_0):

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.22