
! inlist_cool_brown_dwarf

&star_job
      show_log_description_at_start = .false.
      
      create_pre_main_sequence_model = .true.
      pre_ms_T_c = 3d5

      change_net = .true.      
      new_net_name = 'pp_extras.net'

      set_uniform_initial_composition = .true.
      initial_h1 = 0.70597d0 ! for Z = 0.019
      initial_h2 = 3d-5
      initial_he3 = 2d-5
      initial_he4 = 0.27498d0
      initial_zfracs = 3 ! GS98_zfracs = 3

      eos_file_prefix = 'mesa'
      kappa_file_prefix = 'gs98'

      show_log_description_at_start = .false. 
      
      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 = 100
         max_number_retries = 200
            
         max_model_number = 4000
         
         
            
      initial_mass = 0.05
      initial_z = 0.019d0

      varcontrol_target = 3d-5
      !max_years_for_timestep = 1d7
      
      mixing_length_alpha = 1.89d0 ! based on solar model
      use_Henyey_MLT = .true.
      
      mesh_delta_coeff = 0.5

      which_atm_option = 'tau_100_tables'

      photostep = 50
      profile_interval = 50
      history_interval = 1
      terminal_cnt = 10
      write_header_frequency = 10
      
      max_age = 10.1d9

/ ! end of controls namelist



&pgstar
         
      ! top level controls
         
         pgstar_sleep = 0

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


/ ! end of pgstar namelist
