&star_job
  ! see star/defaults/star_job.defaults

  ! begin with a pre-main sequence model
    create_pre_main_sequence_model = .false.
    load_saved_model = .true.
    load_model_filename = 'TACHeB.mod'

  ! save a model at the end of the run
    save_model_when_terminate = .true.
    save_model_filename = 'AGB.mod'

  ! display on-screen plots

/ ! end of star_job namelist


&eos
  ! eos options
  ! see eos/defaults/eos.defaults

/ ! end of eos namelist


&kap
  ! kap options
  ! see kap/defaults/kap.defaults
/ ! end of kap namelist


&controls
  ! see star/defaults/controls.defaults

  ! when to stop
    stop_at_phase_TP_AGB = .true.

  ! wind
    cool_wind_RGB_scheme = 'Reimers'
    cool_wind_AGB_scheme = 'Blocker'
    RGB_to_AGB_wind_switch = 1d-4
    Reimers_scaling_factor = 0.477d0
    Blocker_scaling_factor = 0.1d0
 
  ! atmosphere

  ! rotation

  ! element diffusion

  ! mlt
    okay_to_reduce_gradT_excess = .true.

  ! mixing
     
  ! timesteps
     min_timestep_limit = 1d-20

  ! mesh
   !  mesh_delta_coeff = 0.5

  ! solver
     ! options for energy conservation (see MESA V, Section 3)
     energy_eqn_option = 'eps_grav'
     use_gold_tolerances = .true.

     convergence_ignore_equL_residuals = .true.
  ! output

/ ! end of controls namelist
