
! note: this inlist is done after 1st doing inlist_massive_defaults
! so can override defaults as desired.

&star_job

      show_log_description_at_start = .false. 
      !show_net_species_info = .true.
      !list_net_reactions = .true.

      !load_saved_model = .true.
      !saved_model_name = '20M_after_core_si_burn.mod'
      
      save_model_when_terminate = .true.
      save_model_filename = 'final.mod'
      !save_model_filename = 'test.mod'
      
      write_profile_when_terminate = .true.
      filename_for_profile_when_terminate = 'final_profile.data'

      enable_adaptive_network = .true.
      min_x_for_keep = 1d-9
      min_x_for_n = 1d-6
      min_x_for_add = 1d-5
      
      kappa_file_prefix = 'gs98'

      set_initial_age = .true.
      initial_age = 0 ! in years

      set_initial_model_number = .true.
      initial_model_number = 0

      !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 = 80
         
         max_model_number = 51

      initial_mass = 15
      initial_z = 0.02d0
      Zbase = 0.02d0
      
!      xa_central_lower_limit_species(1) = 'c12'
!      xa_central_lower_limit(1) = 1d-4
      
      xa_central_upper_limit_species(1) = 'c12'
      xa_central_upper_limit(1) = 0.1

      mesh_delta_coeff = 2.5

      photostep = 10
      profile_interval = 10
      history_interval = 1
      terminal_interval = 10
      write_header_frequency = 10


      num_trace_history_values = 0 ! 6
      trace_history_value_name(1) = 'split_mixing_choice'
      trace_history_value_name(2) = 'max_T_lgT'
      trace_history_value_name(3) = 'max_T_mass'
      trace_history_value_name(4) = 'burn_max_num_iters'
      trace_history_value_name(5) = 'burn_max_num_substeps'
      trace_history_value_name(6) = 'species'
      trace_history_value_name(7) = 'surf_avg_v_div_v_crit'

      

      !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

      !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 = 1
      

/ ! end of controls namelist


&pgstar
         
!pause = .true.
         
Profile_Panels1_xmax = 2.1 ! -101d0 ! only used if /= -101d0
Abundance_xmax = 2.1 ! -101 ! only used if /= -101d0

/ ! end of pgstar namelist
