
! For the sake of future readers of this file (yourself included),
! ONLY include the controls you are actually using.  DO NOT include
! all of the other controls that simply have their default values.

&star_job
   
  ! start from MS/FGB model with specific core mass
    load_saved_model = .true.
    saved_model_name = 'fgb.mod'
   
  ! save a model at the end of the run
    save_model_when_terminate = .true.
    save_model_filename = 'naked_core.mod'

/ !end of star_job namelist


&controls
   
  ! remove the hydrogen envelope in a wind until the requested final mass is reached
    mass_change = -1d-5
    star_mass_min_limit = 0.28
   
  ! Only write the history file, no profile output
    do_history_file = .true.
    history_interval = 1
    star_history_name = 'history2.data'

/ ! end of controls namelist
