
! inlist_test_rlo



&star_job
       show_log_description_at_start = .false.
       save_model_when_terminate = .true.
       save_model_filename = 'final.mod'

       change_initial_Z = .true.
       new_Z = 0.02

       change_initial_Y = .true.
       new_Y = 0.28

       pgstar_flag = .false.

/ ! end of star_job namelist



&controls

      !==========================================
      !==========================================     
      !       controls for output
    
      photo_directory = 'photos1'
      log_directory = 'LOGS1'
      profile_interval = 500000
      history_interval = 1
      terminal_interval = 1
      write_header_frequency = 10
      max_num_profile_models = 1

      !==========================================
      !==========================================
      !       timestep controls

      timestep_factor_for_retries = 0.8
      timestep_factor_for_backups = 0.8
      min_timestep_factor = 0.9
      max_timestep_factor = 1.05d0
      backup_hold = 10
      retry_hold = 5
      relax_hard_limits_after_retry = .false.      
      
      !==========================================
      !==========================================
      !          others
      
      x_ctrl(1) = 1d-4 ! velocity ratio
      x_ctrl(2) = 1  ! tau limit
      x_ctrl(3) = 0  ! 1 for CARB MB/ 0 for SK MB      
      
      !==========================================
      !==========================================      
      !         solver controls
      
      redo_limit = -1
      
      !==========================================
      !==========================================      
      !         when to stop
      max_age = 1.37d10
      max_number_retries = 500
      min_timestep_limit = 1d-99         

      !==========================================
      !==========================================  
      !       mesh adjustment

      max_dq = 0.001

      !==========================================
      !========================================== 
      !     mass gain or loss

      cool_wind_full_on_T = 9.99d9
      hot_wind_full_on_T = 1d10
      cool_wind_RGB_scheme = 'Reimers'
      cool_wind_AGB_scheme = 'Blocker'
      RGB_to_AGB_wind_switch = 1d-4
      Reimers_scaling_factor = 0.25d0
      Blocker_scaling_factor = 0.1d0


      !==========================================
      !==========================================
      !          opacity controls

      use_Type2_opacities = .true.
      Zbase = 2d-2


      !==========================================
      !==========================================
      !          mixing parameters
    
      use_ledoux_criterion = .true.
      mixing_length_alpha = 1.5
      alpha_semiconvection = 1d-2
      thermohaline_coeff = 1d0
      remove_small_D_limit = 1d-50
      mixing_D_limit_for_log = 1d-50
    
      overshoot_f_above_nonburn_core = 0.016
      overshoot_f_above_burn_h_core  = 0.016
      overshoot_f_above_burn_he_core = 0.016
      overshoot_f_above_burn_z_core  = 0.016
      overshoot_f0_above_nonburn_core = 0.008
      overshoot_f0_above_burn_h_core  = 0.008
      overshoot_f0_above_burn_he_core = 0.008
      overshoot_f0_above_burn_z_core  = 0.008

      remove_mixing_glitches = .false.
      max_brunt_B_for_overshoot = 1d-1
      


/ ! end of controls namelist


&pgstar
         
      Grid2_win_flag = .true.
      Grid2_file_flag = .true.
      Grid2_file_dir = 'png'

/ ! end of pgstar namelist
