! this is the master inlist that MESA reads when it starts.

! This file tells MESA to go look elsewhere for its configuration
! info. This makes changing between different inlists easier, by
! allowing you to easily change the name of the file that gets read.

&star_job

   ! display on-screen plots
     pgstar_flag = .false.


    read_extra_star_job_inlist1 = .true.
    extra_star_job_inlist1_name = 'inlist_wd'

/ ! end of star_job namelist


&controls

    read_extra_controls_inlist1 = .true.
    extra_controls_inlist1_name = 'inlist_wd'
    
  ! No profile output
    write_profiles_flag = .false.
    
  ! use somewhat better atmosphere
    which_atm_option = 'Eddington_grey'
    
  ! stop when the evolution time exceeds the age of the universe
  !  max_age = 14d9
    
  ! safety stop after 20000 models
    max_model_number = 20000

/ ! end of controls namelist


&pgstar

/ ! end of pgstar namelist
