
! test helium burning reaching center after core flash


&star_job
      show_log_description_at_start = .false.

      mesa_data_dir = '../../../data' ! for eos and opacity tables

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

      !save_model_number = 2
      !save_model_filename = 'pre_zahb.mod'
      
      auto_extend_net = .false.

/ ! end of star_job namelist

&controls

      D_norm_kappa = 1
      D_norm_alpha = 0 
      D_norm_atol = 1d-4
      D_norm_rtol = 1d-4
      
      use_lnE_for_eps_grav = .true.


      photostep = 100
      profile_interval = 100
      log_cnt = 100
      terminal_cnt = 10
      write_header_frequency = 10

      ! check for retries and backups as part of test_suite
      max_number_backups = 2
      max_number_retries = 25
      
      report_hydro_solver_progress = .false. ! set true to see info about newton iterations
      report_ierr = .false. ! if true, produce terminal output when have some internal error

      report_why_dt_limits = .false.
         ! if true, produce terminal output about choice of timestep
      report_all_dt_limits = .false.
         ! if true, produce terminal output about all influences for choice of timestep
      
      show_mesh_changes = .false.
      ! when show_mesh_changes is true, the terminal output includes the mesh_call_number
      ! when mesh_call_number == mesh_dump_call_number, various plotting information is written.
      mesh_dump_call_number = -1
         
         ! to get info about the mesh
            ! show_mesh_changes = .true. 
            ! restart and get the mesh_call_number from terminal output
            ! set  mesh_dump_call_number = mesh_call_number
            ! restart and it will write data files to mesh_plot_data
            ! view with test/mesh.rb and test/mesh_plan.rb

      trace_evolve = .false.

      ! hydro debugging
      !hydro_numerical_jacobian = .true.
      !hydro_check_everything = .false.
      !hydro_show_rcond = .false.
      !hydro_save_numjac_plot_data = .true.
      !hydro_inspectB_flag = .true.
      !hydro_dump_call_number = 28
      
      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 = 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!.2d0  

/ ! end of controls namelist

