! this file controls the sample roche lobe overflow experiment
 
 
&rlo_exp_job

         !maccretor = 1.2d0 ! companion mass in Msun
         !mdonor = 0.7d0  ! donor mass in Msun
         !initial_period_in_days = 0.4166d0

         maccretor = 0.8d0 ! companion mass in Msun
         mdonor = 1.0d0  ! donor mass in Msun
         initial_period_in_days = 0.5d0

         fr = 0.10d0
         
         smallest_mass = 0.02 
         max_abs_mdot = 1d-7
         
         rl_rel_overlap_tolerance = 1d-3
         max_tries_to_achieve = 20
         
         
         
/ ! end of rlo_exp_job namelist
   





      ! controls for implicit selection of mdot to get required RL relative overlap at end of step
      ! rl_rel_overlap_tolerance ! e.g. 1d-3.    <= 0 means ignore
         ! if at end of step, donor R >= RL, then require (R-RL)/RL <= rl_rel_overlap_tolerance.
            ! if relative overlap is too large, then select larger mdot and redo the step.
         ! if at end of step, donor R < RL, then require mdot = 0.
            ! if mdot is not 0, then select smaller mdot, perhaps 0, and redo the step.
      ! max_tries_to_achieve ! <= 0 means skip this process
         ! if this is > 0 and fail to achieve desired rl_rel_overlap, retry with smaller timestep.
      
