! inlist_si_burn -- runs until start of core collapse

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



&star_job
!   show_net_reactions_info = .true.
!      list_net_reactions = .true.

      change_initial_net = .true.      
      new_net_name = 'approx21_cr60_plus_co56.net'
   
      load_saved_model = .true.
      saved_model_name = '20M_si_burn.mod'

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

      !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 = 1000
         max_number_retries = 2000
         max_model_number = 5000


      initial_mass = 20
      initial_z = 0.02d0
      Zbase = 0.02d0


!      mesh_delta_coeff = 2.5
      
!      log_max_temp_upper_limit = 9.49

!      fe_core_infall_limit = 1d8 ! cm/sec

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

      num_trace_history_values = 0
      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'
      

      !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
      
      
      !dX_nuc_drop_limit = 1d-3
      

/ ! end of controls namelist

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

!Profile_Panels1_xaxis_name = 'logR_cm'

! file output
!Grid2_file_flag = .true.
   Grid2_file_dir = 'png'
   Grid2_file_prefix = 'grid_'
   Grid2_file_cnt = 1 ! 1 ! output when mod(model_number,Grid2_file_cnt)==0
   Grid2_file_width = -1 ! negative means use same value as for window
   Grid2_file_aspect_ratio = -1 ! negative means use same value as for window
      

/ ! end of pgstar namelist
