
&compare_controls
      
      !fgong_file = 'Bstar-0200.fgong'
      !output_file = 'Bstar-0200_output.data'
      
      !nonstandard_format = 'guenter'
      
      fgong_file = 'fgong.l9bi.d.14c' ! astec solar model
      !fgong_file = 'fgong.0100.Z2.11.40'
      output_file = 'astec_output.data'
      
      !nonstandard_format = 'garstec_fgong'
      !fgong_file = 'garstec_bps09gs.pul'
      !output_file = 'garstec_output.data'
      
      !skip_kap = .true.
      !skip_eos = .true.
      !skip_net = .true.
      
      constant_Z = -1 ! use actual Z if this is < 0
      
      num_categories_to_report = 2
      category_to_report(1) = 'pp'
      category_to_report(2) = 'cno'
      
      num_rates_to_report = 0
      reaction_to_report(1) = 'r_h1_h1_wk_h2'
      reaction_to_report(2) = 'r_h2_pg_he3'
      reaction_to_report(3) = 'r_he3_he3_to_h1_h1_he4'
      reaction_to_report(4) = 'r_he3_ag_be7'

/ ! end of compare_controls


&star_job

   show_log_description_at_start = .false.
   show_net_species_info = .true.
   show_net_reactions_info = .true.

   change_net = .true.      
   new_net_name = 'fgong.net'

   !set_rate_n14pg = 'Imbriani'  ! better fit to garstec without Imbriani
   !set_rate_c12ag = 'Kunz'

   !chem_isotopes_filename = 'isotopes.data_real' ! this file is in chem_data in mesa_data_dir
   chem_isotopes_filename = 'isotopes.data_approx' ! this file is in chem_data in mesa_data_dir


   ! GARSTEC
   !kappa_file_prefix = 'OP' ! modify this to select a different set of opacity tables
      ! alternatives: 'gn93', 'gs98', 'a09', 'OP'
   !kappa_lowT_prefix = 'lowT_fa05_gs98' ! for lower temperatures.
      ! alternatives: 'lowT_Freedman11', 'lowT_fa05_gs98', 'lowT_fa05_gn93', 'lowT_af95_gn93'
   !kappa_blend_logT_upper_bdy = 4
   !kappa_blend_logT_lower_bdy = 4.1

   ! ASTEC
   kappa_file_prefix = 'gn93' ! modify this to select a different set of opacity tables
      ! alternatives: 'gn93', 'gs98', 'a09', 'OP'
   kappa_lowT_prefix = 'lowT_fa05_gn93' ! for lower temperatures.
      ! alternatives: 'lowT_Freedman11', 'lowT_fa05_gs98', 'lowT_fa05_gn93', 'lowT_af95_gn93'
   kappa_blend_logT_upper_bdy = 3.95
   kappa_blend_logT_lower_bdy = 3.85


/ ! end of star_job namelist


&controls

   initial_mass = 1
   initial_z = 0.02
   
   do_log_files = .false.
   do_profiles = .false.

         !screening_mode = 'extended' ! empty string means no screening

            net_pp_rate_factor = 1.007
            !net_cno_rate_factor = 1.0074

         !cubic_interpolation_in_X = .false.
         !cubic_interpolation_in_Z = .false.

/ ! end of controls namelist

