
&star_job

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

      load_saved_model = .true.
      saved_model_name = 'tau1.mod'
      
      save_model_number = 21
      save_model_filename = 'tau2.mod'

      eos_file_prefix = 'mesa'
      kappa_file_prefix = 'gs98'

      show_log_description_at_start = .false. 

      relax_mass_scale = .true. ! gradually rescale mass of star to new_mass
         ! rescales star mass without changing composition as function of m/mstar
      dlgm_per_step = 1d-2 ! log10(delta M/Msun/step).
      new_mass = 0.0017

      !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 = 0
      max_number_retries = 0


      initial_mass = 0.01
      initial_z = 0.02d0
      
      mixing_length_alpha = 1.89d0 ! based on solar model
      MLT_option = 'Henyey'
      
      mesh_delta_coeff = 0.7

      !newly_nonconvective_weight = 0
      !smooth_newly_nonconvective = .false.
      
      max_years_for_timestep = 1
      
      max_model_number = 22

      !which_atm_option = 'tau_10_tables'
      which_atm_option = 'grey_and_kap'

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


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