
! 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. 
   
         load_saved_model = .true.
         saved_model_name = '40Mz1m2_pre_o_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'
         
         kappa_file_prefix = 'gs98'

         !change_initial_net = .true.      
         !new_net_name = 'mesa_78.net'

         !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 = 100
         max_number_retries = 800
      
         initial_mass = 40
         initial_z = 1d-2
         Zbase = 1d-2
         
         max_model_number = 20001         
         
         photostep = 50
         profile_interval = 50
         history_interval = 5
         terminal_interval = 5
         write_header_frequency = 10


         
      !use_mass_corrections = .true.
      !num_trace_history_values = 2
      !trace_history_value_name(1) = 'star_gravitational_mass'
      !trace_history_value_name(2) = 'star_mass_grav_div_mass'



      ! FOR DEBUGGING

      !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
      
      !max_years_for_timestep = 3.67628942044319d-05

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

/ ! 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
