
! inlist_semiconvection


&star_job
      show_log_description_at_start = .false.

      load_saved_model = .true.
      saved_model_name = '1.5_zams.mod'

      change_net = .true.      
      new_net_name = 'pp_and_cno_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 = 2
         !max_number_retries = 2



      initial_mass = 1.5
      initial_z = 0.02d0
      
      use_Ledoux_criterion = .true.
      alpha_semiconvection = 1d-3
      semiconvection_option = 'Langer_85'
      
      mixing_length_alpha = 1.89d0 ! based on solar model
      use_Henyey_MLT = .true.

      photostep = 100
      profile_interval = 100
      history_interval = 1
      terminal_cnt = 10
      write_header_frequency = 10
      
      max_age = 1.6e9 !10d9
      max_years_for_timestep = 1d9
      
      max_model_number = 500

      xa_central_lower_limit_species(1) = 'h1' ! isotope name as defined in chem_def
      xa_central_lower_limit(1) = 0.30                    
      
      mesh_delta_coeff = 0.5


/ ! end of controls namelist




&pgstar
         

/ ! end of pgstar namelist
