! 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

  ! load the naked core model
    load_saved_model = .true.
    saved_model_name = 'naked_core.mod'

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


&controls

  ! stop when WD cooling track stars
    log_g_upper_limit = 7.0
  
  ! Only write the history file, no profile output
    do_history_file = .true.
    history_interval = 1
    star_history_name = 'history3.data'

/ ! end of controls namelist
