

&star_job
      show_log_description_at_start = .false.

      save_model_when_terminate = .true.
      save_model_filename = 'final.mod'
      
      write_profile_when_terminate = .true.
      filename_for_profile_when_terminate = 'final_profile.data'

      eos_file_prefix = 'mesa'
      kappa_file_prefix = 'gs98'
               
      change_v_flag = .true.
      new_v_flag = .true.
               
      change_rotation_flag = .true.
      new_rotation_flag = .true.
      
      set_initial_surface_rotation_v = .true.
      new_surface_rotation_v = 10 ! km/sec  
      
      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 = 50
            max_number_retries = 100

         initial_mass = 1.0
         initial_z = 2d-2
         
         num_trace_history_values = 0
         trace_history_value_name(1) = 'total_angular_momentum'


         mixing_D_limit_for_log = 1d4
         
         he_core_mass_limit = 0.22
         
         !max_model_number = 2001
      
         use_Ledoux_criterion = .true.
         alpha_semiconvection = 4d-2
         thermohaline_coeff = 2  

         dX_mix_dist_limit = 1d-4 
         
         omega_function_weight = 20
         
         iter_for_resid_tol2 = 4
         iter_for_resid_tol3 = 7 

         am_nu_visc_factor = 0
         am_D_mix_factor = 0.0333333333333333d00
         D_DSI_factor = 0
         D_SH_factor = 1
         D_SSI_factor = 1
         D_ES_factor = 1
         D_GSF_factor = 1
         D_ST_factor = 1

         clip_D_limit = 10 ! zero mixing diffusion coeffs that are smaller than this
         
         xa_scale = 1d-5
         newton_itermin = 2

         tol_correction_norm_alt = 1d-3
         tol_max_correction_alt = 1d0

         mass_change_full_on_dt = 1d7 ! (seconds)
         mass_change_full_off_dt = 1d6 ! (seconds)

         mixing_length_alpha = 1.6
         
         !min_timestep_limit = 1d-12 ! (seconds)

         photostep = 50
         profile_interval = 100
         history_interval = 10
         terminal_interval = 10
         write_header_frequency = 10

         T_mix_limit = 1d4


/ ! end of controls namelist



&pgstar
         


/ ! end of pgstar namelist
