&star_job  ! inlist_astero   

      show_log_description_at_start = .false.
      
      load_saved_model = .true.
      saved_model_name = 'astero_test.mod'

      change_net = .true. ! switch nuclear reaction network
      new_net_name = 'o18_and_ne22.net'

	   set_rate_n14pg = 'Imbriani'
	   set_rate_c12ag = 'Kunz'
      kappa_file_prefix = 'a09'

      !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 = 10
         max_number_retries = 50
         max_model_number = 3000

      calculate_Brunt_N2 = .true. 
      num_cells_for_smooth_brunt_B = 0
      
      !sig_min_factor_for_neg_abundances = 1d0

      which_atm_option = 'photosphere_tables'     

      ! timesteps
      max_timestep = 3.15d15  ! in seconds.  max_timestep <= 0 means no upper limit.            
      varcontrol_target = 1d-4

      ! mesh adjustment
      mesh_delta_coeff = 0.5

      ! controls for output
      photostep = 100
      profile_interval = 100
      history_interval = 10
      terminal_interval = 10
      write_header_frequency = 10



/ ! 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
