
&star_job

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

      load_saved_model = .true.
      saved_model_name = 'wd1.mod'

      steps_to_take_before_terminate = 100

      set_initial_model_number = .true.
      initial_model_number = 0

      set_initial_age = .true.
      initial_age = 0

      save_model_when_terminate = .true.
      save_model_filename = 'wd2.mod'

      eos_file_prefix = 'mesa'
      kappa_file_prefix = 'gs98'

      !pgstar_flag = .true.

      relax_mass = .true. ! gradually change total mass
      new_mass = 0.15

/ ! end of star_job namelist


&controls

      ! check for retries and backups as part of test_suite
      max_number_backups = 10
      max_number_retries = 100


 
      ! 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

      mesh_delta_coeff = 0.5
      
      max_model_number = 2000

      delta_lg_star_mass_limit = 5d-2 ! allow large change per step
      
      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
