
&star_job
      show_log_description_at_start = .false.

      load_saved_model = .true.
      saved_model_name = 'hb_2M.mod'

/ ! end of star_job namelist

&controls

      ! check for retries and backups as part of test_suite
      ! you can/should delete this for use outside of test_suite
         max_number_backups = 10
         max_number_retries = 80



      initial_mass = 2
      initial_z = 0.01d0
      
      max_timestep = 3.156d15 ! about 10^8 years
      max_model_number = 1500

      photostep = 50
      profile_interval = 50
      history_interval = 100
      terminal_cnt = 10
      write_header_frequency = 10

      c_core_mass_limit = 0.25d0
      
      min_timestep_limit = 1d4 ! (seconds)

      T_mix_limit = 1d4

      overshoot_f_above_nonburn = 0.014
      overshoot_f_below_nonburn = 0.128
      overshoot_f_above_burn_h = 0.014
      overshoot_f_below_burn_h = 0.014
      overshoot_f_above_burn_he = 0.014
      overshoot_f_below_burn_he = 0.014            

      RGB_wind_scheme = 'Reimers'
      AGB_wind_scheme = 'Blocker'
      RGB_to_AGB_wind_switch = 0.75d0
      Reimers_wind_eta = 0.1d0  
      Blocker_wind_eta = 0.05d0  

/ ! end of controls namelist

