! just run it

&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 = 'ns9.mod'
      
      save_model_when_terminate = .true.
      save_model_filename = 'final.mod'
      
      write_profile_when_terminate = .true.
      filename_for_profile_when_terminate = 'final_profile.data'

      
      set_tau_factor = .true. ! change tau_factor without reconverging.
      set_to_this_tau_factor = 75

      !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 = 20
      max_number_retries = 75
      max_model_number = 1000
         
      num_trace_history_values = 4
      trace_history_value_name(1) = 'k_below_just_added'
      trace_history_value_name(2) = 'logxq_below_just_added'
      trace_history_value_name(3) = 'k_const_mass'
      trace_history_value_name(4) = 'logxq_const_mass'


      initial_mass =  0.01
      initial_z = 0.02d0
      
      use_Type2_opacities = .true.
      Zbase = 0.02d0


      max_abar_for_burning = 55

      mesh_delta_coeff = 0.5
      
      varcontrol_target = 1d-3

      photostep = 50
      profile_interval = 50
      history_interval = 20
      terminal_cnt = 10
      write_header_frequency = 10
      
      power_he_burn_upper_limit = 1d7 

      accrete_same_as_surface = .false. 
      accrete_given_mass_fractions = .true. 
      num_accretion_species = 1
      accretion_species_xa(1) = 1
      accretion_species_id(1) = 'he4'  
      
      max_years_for_timestep = 1
      
      mass_change = 1.7e-10 ! Msun/year
      !mass_change_full_on_dt = 1d-3 ! (seconds)
      !mass_change_full_off_dt = 1d-5 ! (seconds)


/ ! 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

