Subversion Repositories lagranto.ecmwf

Rev

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

Rev 9 Rev 15
Line 509... Line 509...
509
   set ntra = `${LAGRANTO}/goodies/trainfo.sh ${startf} ntra`
509
   set ntra = `${LAGRANTO}/goodies/trainfo.sh ${startf} ntra`
510
   set ncol = `${LAGRANTO}/goodies/trainfo.sh ${startf} ncol`
510
   set ncol = `${LAGRANTO}/goodies/trainfo.sh ${startf} ncol`
511
   set ntim = `${LAGRANTO}/goodies/trainfo.sh ${startf} ntim`
511
   set ntim = `${LAGRANTO}/goodies/trainfo.sh ${startf} ntim`
512
   
512
   
513
   if ( "${ntim}" != "1" ) then
513
   if ( "${ntim}" != "1" ) then
514
      echo " ERROR: starting trajectory file must only have one time... Stop"
514
      echo " ERROR: starting trajectory file must only have one time... Stop (${ntim})"
515
      exit 1
515
      exit 1
516
   endif
516
   endif
517
 
517
 
518
endif
518
endif
519
 
519