
! 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.
   
      load_saved_model = .true.
      saved_model_name = '30M_201_core_collapse.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.

      !first_model_for_timing = 2


/ ! 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 = 3
         max_number_retries = 10
         max_model_number = 30 
      

      initial_mass = 30
      initial_z = 0.02d0
      Zbase = 0.02d0

      Tcenter_max_for_dble_bcyclic = 1d99 ! don't use quad until have sparse solver

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

      !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 = 2108
      !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.
!clear_history = .true.
         
Grid2_win_flag = .true.


! file output
!Grid2_file_flag = .true.
Grid2_file_dir = 'png'
Grid2_file_prefix = 'grid_'
Grid2_file_cnt = 10 ! 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
      

Abundance_xmax = 2.1 ! -101 ! only used if /= -101d0
Profile_Panels1_xmax = 2.1 ! -101d0 ! only used if /= -101d0

/ ! end of pgstar namelist
