! 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

  ! begin with a pre-main sequence model
    create_pre_main_sequence_model = .false.

  ! save a model at the end of the run
    save_model_when_terminate = .true.
    save_model_filename = 'fgb.mod'
   
/ !end of star_job namelist


&controls

  ! starting specifications
    initial_mass = 1.0

  ! stop when he core reaches the requested mass
    he_core_mass_limit = 0.24
  
  ! Only write the history file, no profile output
    do_history_file = .true.
    history_interval = 1
    star_history_name = 'history1.data'

/ ! end of controls namelist
