
! inlist_ns2

&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 = 'ns1.mod'

      save_model_number = 51
      save_model_filename = 'ns2.mod'

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

      remove_center_by_mass_fraction_q = 0.9

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

      max_model_number = 52
      
      max_years_for_timestep = 1d-8

      photostep = 50
      profile_interval = 50
      history_interval = 20
      terminal_cnt = 10
      write_header_frequency = 10

/ ! end of controls namelist
