
! inlist_make_metals


&star_job
      
      show_log_description_at_start = .false. 

      create_pre_main_sequence_model = .true.
      pre_ms_T_c = 5d5

      save_model_when_terminate = .true.
      save_model_filename = 'final.mod'
      
      write_profile_when_terminate = .true.
      filename_for_profile_when_terminate = 'final_profile.data'

      set_uniform_initial_composition = .true.
      initial_h1 = 0.75
      initial_h2 = 0
      initial_he3 = 0
      initial_he4 = 0.25
      initial_zfracs = 3 ! GS98_zfracs = 3

      eos_file_prefix = 'mesa'
      kappa_file_prefix = 'gs98'

      !pgstar_flag = .true.


/ ! end of star_job namelist

&controls

      ! check for retries and backups as part of test_suite
      ! you can/should delete this for use outside of test_suite
         max_number_backups = 100
         max_number_retries = 200
         
         max_model_number = 2000

      initial_mass = 3
      initial_z = 0

      xa_central_lower_limit_species(1) = 'he4'
      xa_central_lower_limit(1) = 1d-4
      
      mesh_delta_coeff = 0.7
      
      mixing_length_alpha = 1.89
      MLT_option = 'Henyey'
      
      overshoot_f_above_burn_h_core = 0.01
      overshoot_f_above_burn_h_shell = 0.01
      overshoot_f_above_burn_he_core = 0.01
      overshoot_f_above_burn_he_shell = 0.01
      
      overshoot_f0_above_burn_h_core = 0.005
      overshoot_f0_above_burn_h_shell = 0.005
      overshoot_f0_above_burn_he_core = 0.005
      overshoot_f0_above_burn_he_shell = 0.005

      photostep = 50
      profile_interval = 100
      history_interval = 100
      terminal_interval = 10
      write_header_frequency = 10
      
      max_age = 10d9
      max_years_for_timestep = 1d9


/ ! end of controls namelist



&pgstar
         
      ! top level controls

         !pause = .true. 
            ! if true, the code waits for user to enter a RETURN on the command line
      


/ ! end of pgstar namelist
