
&star_job
      
      show_log_description_at_start = .false. 

      eos_file_prefix = 'mesa'
      kappa_file_prefix = 'gs98'
      
      change_net = .true.      
      new_net_name = 'co_burn_plus.net'
         
      set_rate_c12ag = 'Kunz'
      set_rate_n14pg = 'Imbriani'
      set_rate_3a = 'Fynbo'


      change_v_flag = .true.
      new_v_flag = .true.

      change_rotation_flag = .true.
      new_rotation_flag = .true.
      new_omega_div_omega_crit = 0.3
      set_omega_div_omega_crit_step_limit = 10

      set_initial_age = .true.
      initial_age = 0 ! in years

      set_initial_model_number = .true.
      initial_model_number = 0

      set_initial_dt = .true.
      years_for_initial_dt = 10

      !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 = 500
         max_model_number = 4000

         
         num_trace_history_values = 0
         trace_history_value_name(1) = 'k_const_mass'
         trace_history_value_name(2) = 'logxq_const_mass'
         


      initial_mass = 9
      initial_z = 0.02d0 

      varcontrol_target = 1d-3
      mesh_delta_coeff = 1.5
         
      okay_to_reduce_gradT_excess = .true.
      gradT_excess_lambda1 = -1 ! turn on full all the time

      log_L_lower_limit = 2

      mixing_length_alpha = 2
      use_Ledoux_criterion = .true.
      alpha_semiconvection = 0.01
      thermo_haline_coeff = 2  

      photostep = 100
      profile_interval = 100
      history_interval = 50
      terminal_cnt = 10
      write_header_frequency = 10
      
      max_age = 10d9
      max_years_for_timestep = 1d9
      
      RGB_wind_scheme = ''
      AGB_wind_scheme = 'Blocker'
      RGB_to_AGB_wind_switch = 1d-4
      Reimers_wind_eta = 0.1d0  
      Blocker_wind_eta = 10d0  

      which_atm_option = 'grey_and_kap'

      overshoot_f_below_burn_z = 0.1    
      
      ! FOR DEBUGGING

      !report_hydro_solver_progress = .true. ! set true to see info about newton iterations
      !report_ierr = .true. ! if true, produce terminal output when have some internal error
      
      !max_years_for_timestep = 3.67628942044319d-05

      !report_why_dt_limits = .true.
      !report_all_dt_limits = .true.
      
      !show_mesh_changes = .true.
      !mesh_dump_call_number = 5189
      !okay_to_remesh = .false.
      
      !trace_evolve = .true.
      

      ! hydro debugging
      !hydro_check_everything = .true.
      !hydro_inspectB_flag = .true.
      
      !hydro_numerical_jacobian = .true.
      !hydro_save_numjac_plot_data = .true.
      !small_mtx_decsol = 'lapack'
      !large_mtx_decsol = 'lapack'
      !hydro_dump_call_number = 195

/ ! end of controls namelist



&pgstar
         
      ! top level controls

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


/ ! end of pgstar namelist
