! inlist_7M_prems_to_AGB

&star_job
      

      create_pre_main_sequence_model = .true.


/ ! end of star_job namelist

&controls

      initial_mass = 7.00
      initial_z = 0.001
      mixing_length_alpha = 1.73

      use_lnE_for_eps_grav = .true.

      D_norm_kappa = 1
      D_norm_alpha = 0 
      D_norm_atol = 1d-3
      D_norm_rtol = 1d-3

      ! check for retries and backups as part of test_suite
      max_number_backups = 50
      max_number_retries = 100

      log_L_upper_limit = 4.3
      

! some logistics
      max_model_number = 4000
      log_cnt = 1
      terminal_cnt = 10
      write_header_frequency = 10

      overshoot_f_above_nonburn = 0.014
      overshoot_f_below_nonburn = 0.014
      overshoot_f_above_burn_h = 0.014
      overshoot_f_below_burn_h = 0.014
      overshoot_f_above_burn_he = 0.014
      overshoot_f_below_burn_he = 0.014
      overshoot_f_above_burn_z = 0.014
      overshoot_f_below_burn_z = 0.014

! atmosphere option
      which_atm_option = 'simple_photosphere'   ! don't integrate
      		       	 			! just estimate photosphere Pgas
      !which_atm_option = 1   ! Eddington T-tau integration
      !which_atm_option=4     ! atm tables

! mass loss       
      RGB_wind_scheme = 'Reimers'
      AGB_wind_scheme = 'Blocker'
      RGB_to_AGB_wind_switch = 1d-4
      Reimers_wind_eta = 0.5d0  
      Blocker_wind_eta = 0.0003d0  

! opacities
!      CO_full_on = 0
!      CO_full_off = 0
      use_CO_enhanced_opacities = .true.
      base_Z = 0.001
      base_fC = 0.172 ! base value of XC/Z
      base_fO = 0.468 ! base value of XO/Z

/ ! end of controls namelist

