Home    Search    Reference Manuals    Return   


##                                                                                             
##      Input data for program OPTI                                   
##                                                                                             
                                                                                               
  opti_param= manual_step                                                                      
  sub_prog  = tsim                                                                             
  read_runf = runf/Master.runf                                                                 
                                                                                               
##                                                                                             
## Substitute speed, tstop and ctrack_irreg.                                                   
##                                                                                             
  runf_text ='const *vkmh= *[0-9\-\.eE]+', 'tstop= *[0-9\-\.eE]+','ctrack_irreg= *Ideal_track' 
                                                                                               
  runf_subst=                                                                                  
            'const vkmh = 280.00', 'tstop= 10.', 'ctrack_irreg= Latshift_A7' # 1               
            'const vkmh = 300.00', 'tstop= 10.', 'ctrack_irreg= Latshift_A7' # 2               
            'const vkmh = 320.00', 'tstop= 10.', 'ctrack_irreg= Latshift_A7' # 3               
            'const vkmh = 340.00', 'tstop= 10.', 'ctrack_irreg= Latshift_A7' # 4               
##                                                                                             
 stop