

&star_job

      show_log_description_at_start = .false. 

      load_saved_model = .true.
      load_model_filename = '12_Msun_RSG.mod'
      
      set_initial_cumulative_energy_error = .true.
      new_cumulative_energy_error = 0d0

      set_initial_model_number = .true.
      initial_model_number = 0

      set_initial_dt = .true.
      years_for_initial_dt = 1.0d-5

      set_initial_age = .true.
      initial_age = 0.0d0

      change_v_flag = .true.
      new_v_flag = .true.


      ! set rotation to be close to synchronous
      ! change_initial_rotation_flag = .true.
      ! new_rotation_flag = .true.
      ! set_omega = .true.
      ! new_omega set in extras_startup
      ! new_omega = 1d-7
      ! relax_initial_omega = .true.


/ ! end of star_job namelist


&eos
/ ! end of eos namelist

&kap
/ ! end of kap namelist

&controls

      log_directory = 'LOGS'

      ! CE setup
      x_ctrl(1) = 1.4d0  ! mass of companion star in Msol
      x_ctrl(2) = 0.99d0  ! initial separation as fraction of stellar radius
      x_ctrl(3) = 3.0d0  ! R_min in Rsol
      x_ctrl(4) = 0.95d0  ! amount of co-rotation
      x_ctrl(5) = 1.0d0  ! drag force parameter


      use_other_energy = .true.


      ! turn of conversion of elements via burning
      dxdt_nuc_factor = 0.0d0

      ! set the maximum timestep 
      max_years_for_timestep = 1d-2

      max_age = 2d0


/ ! end of controls namelist



&pgstar
/ ! end of pgstar namelist
