
! test helium burning reaching center after core flash


&star_job
      show_log_description_at_start = .false.

      load_saved_model = .true.
      saved_model_name = 'pre_zahb.mod'

      save_model_when_terminate = .true.
      save_model_filename = 'final.mod'
      
      write_profile_when_terminate = .true.
      filename_for_profile_when_terminate = 'final_profile.data'
      
      profile_starting_model = .true.
      
      auto_extend_net = .false.

/ ! 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 = 2
      max_number_retries = 25

      photostep = 50
      profile_interval = 50
      history_interval = 50
      terminal_cnt = 5
      write_header_frequency = 10
      
      xa_central_lower_limit_species(1) = 'he4'
      xa_central_lower_limit(1) = 0.75d0
      
      max_model_number = 1000
      min_timestep_limit = 1d0 ! (seconds)
      
      overshoot_f_above_nonburn_core = 0.014
      overshoot_f_above_nonburn_shell = 0.014
      overshoot_f_below_nonburn_shell = 0.128
      overshoot_f_above_burn_h_core = 0.014
      overshoot_f_above_burn_h_shell = 0.014
      overshoot_f_below_burn_h_shell = 0.014
      overshoot_f_above_burn_he_core = 0.014
      overshoot_f_above_burn_he_shell = 0.014
      overshoot_f_below_burn_he_shell = 0.014            

      overshoot_f0_above_nonburn_core = 0.004
      overshoot_f0_above_nonburn_shell = 0.004
      overshoot_f0_below_nonburn_shell = 0.100
      overshoot_f0_above_burn_h_core = 0.004
      overshoot_f0_above_burn_h_shell = 0.004
      overshoot_f0_below_burn_h_shell = 0.004
      overshoot_f0_above_burn_he_core = 0.004
      overshoot_f0_above_burn_he_shell = 0.004
      overshoot_f0_below_burn_he_shell = 0.004            

/ ! end of controls namelist

