&star_job
  ! see star/defaults/star_job.defaults

  ! loading the pre-saved 5Msun model
    load_saved_model = .true.
    load_model_filename = 'M5_Z0014_fov030_f0ov0005_TAMS.mod'

  ! display on-screen plots
    pgstar_flag = .true.

  ! wait for confirmation of the user before closing the pgstar plots
    pause_before_terminate = .true.

    history_columns_file = 'my_history_columns.list'
    profile_columns_file = 'my_profile_columns.list'

/ ! 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
  use_Type2_opacities = .true.
  Zbase = 0.014d0

/ ! end of kap namelist


&controls
  ! see star/defaults/controls.defaults

  ! when to stop

    ! stop when the center mass fraction of he4 drops below this limit
    xa_central_lower_limit_species(1) = 'he4'
    xa_central_lower_limit(1) = 1d-5

    ! alternative solution
    stop_at_phase_TACHeB = .true.

  ! wind

  ! atmosphere

  ! rotation

  ! element diffusion

  ! mlt

  ! mixing
    overshoot_scheme(1) = 'step'
    overshoot_zone_type(1) = 'burn_H'
    overshoot_zone_loc(1) = 'core'
    overshoot_bdy_loc(1) = 'top'
    overshoot_f(1) = 0.30d0
    overshoot_f0(1) = 0.005d0

  ! timesteps

  ! mesh

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

/ ! end of controls namelist
