
&star_job
      show_log_description_at_start = .false.

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

      !change_net = .true. ! switch nuclear reaction network
      !auto_extend_net = .true.

      !save_model_number = 401
      !save_model_filename = 'hb_2M.mod'

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

/ ! 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.

      
      initial_mass = 2
      initial_z = 0.01d0

      ! check for retries and backups as part of test_suite
      max_number_backups = 10
      max_number_retries = 50
      
      max_timestep = 3.156d15 ! about 10^8 years
      max_model_number = 1500

      !max_model_number = 35

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

      !report_hydro_solver_progress = .true. ! set true to see info about newton iterations
      !report_ierr = .true. ! 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
      report_hydro_dt_info = .false.
         ! if true, produce terminal output about choice of timestep based on varcontrol_target
      
      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 = .true.
         
      ! hydro debugging
      !hydro_check_everything = .true.
      !hydro_inspectB_flag = .true.
      !hydro_save_numjac_plot_data = .true.
      !hydro_numerical_jacobian = .true.
      !newton_decsol = 'lapack'
      !hydro_dump_call_number = 48


      !mesh_delta_coeff = 0.8

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

      T_mix_limit = 1d4

      do_element_diffusion = .false.

      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

