
&one_zone

      !show_net_reactions_info = .true.
      !show_Qs = .true.
      
      mesa_dir = '../..'   	

!      net_name = 'mesa_59.net' 
!      net_name = 'mesa_78.net'   ! 4.0743951480000495D-01, ni68 2.0912884055044154D-01
!      net_name = 'mesa_125.net'  ! 4.0635735378854265D-01, ni68 1.7476332004712114D-01
!      net_name = 'mesa_160.net'  ! 4.0553024263780857D-01, ni68 1.3560850099527180D-01
!      net_name = 'mesa_201.net'  ! 4.0537345731848878D-01, ni68 1.2509498160515742D-01
!      net_name = 'mesa_330.net'  ! 
!      net_name = 'mesa_495.net'  ! 4.0412388287762485D-01, ni68 8.1167063770290343D-02
!      net_name = 'mesa_833.net'  !
!      net_name = 'mesa_1508.net' !
!      net_name = 'mesa_3335.net' !

!      net_name = 'approx21_mn56.net'  ! 
!      net_name = 'approx21_mn57.net'  ! 
!      net_name = 'approx21_cr56.net'  ! 
!      net_name = 'approx21_cr57.net'  ! 
!      net_name = 'approx21_cr58.net'  ! 
!      net_name = 'approx21_cr59.net'  ! 
!      net_name = 'approx21_cr60.net'  ! 
!      net_name = 'approx21_cr61.net'  ! 
!      net_name = 'approx21_cr62.net'  ! 
!      net_name = 'approx21_cr63.net'  ! 
!      net_name = 'approx21_cr64.net'  ! 
!      net_name = 'approx21_cr65.net'  ! 
!      net_name = 'approx21_cr66.net'  ! 

      net_name = 'approx21_cr62_plus_co56.net' 
      
      !set_rate_1212 = 'G05'

      trace = .true.
      !burn_dbg = .true.
   	stptry = 1d-16
      use_pivoting = .true.
      !use_pivoting = .false.


   	burn_temp             = 9.6d9 ! 10e9 ! 
   	burn_rho              = 6.0d9 ! 10d9 !
   	burn_tend             = 1d4 ! 50 ! 1d-1 ! seconds 
      num_isos_for_Xinit = 1
      names_of_isos_for_Xinit(1) = 'si28'
      values_for_Xinit(1) = 1d0


   	
!   	burn_logT = 9.5582064820036745D+00
!   	burn_logRho = 8.2139135314490836D+00
!   	burn_tend = 7.6076641935655758D+01
!   	burn_eta = 5.2354660361388152D+00
!      read_initial_abundances = .true.
!      initial_abundances_filename = 'test_abundances.data'
   	

   	
   	
   	max_step_size = 0
      max_steps     = 200 ! 10000000        

   	
   	data_heading_line = ''
      
      min_for_show_peak_abundances = 0 ! 1d-6 ! output peak value if it is > this
      max_num_for_show_peak_abundances = 21
      show_peak_x_and_time = .false. 
         ! if false, then shows final abundances instead of peak

      data_filename = 'one_zone_burn.data'
      !data_output_min_t = 1d-6
      
      save_final_abundances = .true.
      final_abundances_filename = 'abundances.data'
      
      !uniform_Xinit = .true. ! for debugging

!      num_isos_for_Xinit = 2
!      names_of_isos_for_Xinit(1) = 'si28'
!      values_for_Xinit(1) = 0.5d0
!      names_of_isos_for_Xinit(2) = 'h1'
!      values_for_Xinit(2) = 0.5d0
      
      
      !names_of_isos_for_Xinit(2) = 'si30'
      !values_for_Xinit(2) = 0.0d0

      num_names_of_isos_to_show = -1


      decsol_switch = 5000
         ! if current number of species <= switch,
            ! then use small_mtx_decsol,
            ! else use large_mtx_decsol.
      small_mtx_decsol = 'lapack'
      large_mtx_decsol = 'klu'
      
      cache_suffix = '' ! use this only for reactions from rate_tables
      
      which_rates_choice = 2
         ! nacre = 1
         ! jina reaclib = 2

      ! reaction rate factors
         num_special_rate_factors = 0 ! must be <= max_num_special_rate_factors
         reaction_for_special_factor(:) = ''
         special_rate_factor(:) = 1
         ! e.g.
            !num_special_rate_factors = 1
            !reaction_for_special_factor(:) = 'r_c12_ag_o16'
            !special_rate_factor(1) = 1.1

      
      quiet = .false.
      show_ye_stuff = .true.

/ 
