
&star_job

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

      save_model_when_terminate = .true.
      save_model_filename = 'irrad1.mod'

      load_saved_model = .true.
      saved_model_name = '../../../data/star_data/very_low_mass_grey_models/0.001Msun.mod'

      change_initial_net = .true.      
      new_net_name = 'basic.net'

      eos_file_prefix = 'mesa'
      kappa_file_prefix = 'gs98'
      kappa_lowT_prefix = 'lowT_Freedman11'

      relax_irradiation = .true.
      relax_irradiation_min_steps = 200
      relax_irradiation_max_yrs_dt = 1d-1

      relax_to_this_irrad_flux = 1d7 ! erg s^-1 cm^-2
      irrad_col_depth = 1 ! g cm^-2

      set_tau_factor = .true. ! change tau_factor without reconverging.
      set_to_this_tau_factor = 100
      
      change_lnPgas_flag = .true.
      new_lnPgas_flag = .true.

      !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 = 1
         max_number_retries = 5
         max_model_number = 1000

      initial_mass = 0.001
      initial_z = 0.02d0
      
      log_Psurf_upper_limit = 6

      mixing_length_alpha = 1.89d0 ! based on solar model
      MLT_option = 'Henyey'

      photostep = 50
      profile_interval = 100
      history_interval = 100
      terminal_cnt = 20
      write_header_frequency = 10
      
      max_age = 15d9
      max_years_for_timestep = 1d9
      
      T_mix_limit = 0
      
      which_atm_option = 'grey_and_kap'
      
      
      use_Type2_opacities = .false.


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