
! inlist_very_low_mass


&star_job
      show_log_description_at_start = .false.

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

      save_model_when_terminate = .true.
      save_model_filename = 'final.mod'
      
      write_profile_when_terminate = .true.
      filename_for_profile_when_terminate = 'final_profile.data'

      change_initial_net = .true.      
      new_net_name = 'pp_extras.net'

      eos_file_prefix = 'mesa'
      kappa_file_prefix = 'gs98'
      
      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 = 20
         max_number_retries = 150


      initial_mass = 0.001
      initial_z = 0.02d0
      
      mixing_length_alpha = 1.89d0 ! based on solar model
      MLT_option = 'Henyey'

      which_atm_option = 'tau_100_tables'

      photostep = 50
      profile_interval = 50
      history_interval = 50
      terminal_cnt = 10
      write_header_frequency = 10
      
      max_age = 10d9
      max_years_for_timestep = 1d9
      
      varcontrol_target = 1d-2
      max_model_number = 500

/ ! end of controls namelist


&pgstar

         pause = .false. 
         ! if true, the code waits for user to enter a RETURN on the command line
         
         !pgstar_sleep = 0.3


/ ! end of pgstar namelist

