Subversion Repositories lagranto.um

Rev

Rev 3 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 7
Line 708... Line 708...
708
echo "# ${outfile}                "   >> ${runscript}.sh
708
echo "# ${outfile}                "   >> ${runscript}.sh
709
echo "#"                              >> ${runscript}.sh 
709
echo "#"                              >> ${runscript}.sh 
710
 
710
 
711
# Decide whether <create_startf> has to be run
711
# Decide whether <create_startf> has to be run
712
if ( "${flag_startf}" == "criterion" ) then
712
if ( "${flag_startf}" == "criterion" ) then
713
  echo "#------ Run <create_startf>"                                                                                       >> ${runscript}.sh
713
  echo "#------ Run <startf>"                                                                                       >> ${runscript}.sh
714
  echo "#"                                                                                                                 >> ${runscript}.sh
714
  echo "#"                                                                                                                 >> ${runscript}.sh
715
  echo ${LAGRANTO}/bin/create_startf.sh ${startdate} startf \"`cat startf.criterion`\" -t ${tracefile} -regionf ${regionf} >> ${runscript}.sh 
715
  echo ${LAGRANTO}/bin/create.sh ${startdate} startf \"`cat startf.criterion`\" -t ${tracefile} -regionf ${regionf} >> ${runscript}.sh 
716
  echo "#"                                                                                                                 >> ${runscript}.sh
716
  echo "#"                                                                                                                 >> ${runscript}.sh
717
  set startf = "startf"
717
  set startf = "startf"
718
endif
718
endif
719
 
719
 
720
# Check whether startfile is ready
720
# Check whether startfile is ready