
&star_job

      read_extra_star_job_inlist1 = .true.
      extra_star_job_inlist1_name = '../inlist_test_suite'
      
      show_log_description_at_start = .false. 

      create_pre_main_sequence_model = .true.

      save_model_when_terminate = .true.
      save_model_filename = 'wd1.mod'

      set_uniform_initial_composition = .true.
      initial_h1 = 0.72
      initial_h2 = 0
      initial_he3 = 0
      initial_he4 = 0.27
      initial_zfracs = 3 ! GS98_zfracs = 3

      change_initial_net = .true.      
      new_net_name = 'o18_and_ne22.net'

      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 = 5
         max_number_retries = 10


 
      ! revert to old tolerances
      tol_max_correction = 1d-2
      tol_max_correction_alt = 1d0
      dH_div_H_limit = 0.5d0
      
      !min_xa_hard_limit = -1d99 ! e.g., -1d-4
      !sum_xa_tolerance = 1d99 ! e.g., 1d-4

      initial_mass = 1.5
      initial_z = 0.02d0

      he_core_mass_limit = 0.15
      
      mixing_length_alpha = 1.89

      photostep = 50
      profile_interval = 50
      history_interval = 10
      terminal_cnt = 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
