
! inlist_timing


&star_job

      show_log_description_at_start = .false.

      load_saved_model = .true.
      saved_model_name = '1.5_ms.mod'

      eos_file_prefix = 'mesa'
      kappa_file_prefix = 'gs98'

      !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 = 5
         max_number_retries = 15
      
      max_model_number = 500

      initial_mass = 1.5
      initial_z = 0.02d0
      
      mixing_length_alpha = 1.89d0 ! based on solar model
      MLT_option = 'Henyey'

      write_profiles_flag = .false.            
      photostep = 500
      profile_interval = 500
      history_interval = 500
      terminal_interval = 500
      write_header_frequency = 50
      
      !max_age = 3d9 ! 1.4e9 !10d9
      max_years_for_timestep = 1d9

      xa_central_lower_limit_species(1) = 'h1' ! isotope name as defined in chem_def
      xa_central_lower_limit(1) = 0.5                  
      
    !  mesh_delta_coeff = 0.5
      
      RGB_wind_scheme = 'Reimers'
      AGB_wind_scheme = 'Blocker'
      RGB_to_AGB_wind_switch = 1d-4
      Reimers_wind_eta = 0.5d0  
      Blocker_wind_eta = 0.1d0  

      !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 = .false.
      report_all_dt_limits = .false.
      
      !show_mesh_changes = .true.
      !mesh_dump_call_number = 8242
      !okay_to_remesh = .false.

      !trace_evolve = .true.
      
      ! hydro debugging
      !hydro_numerical_jacobian = .true.
      !hydro_check_everything = .true.
      !hydro_show_rcond = .true.
      !hydro_inspectB_flag = .true.
      !hydro_save_numjac_plot_data = .true.
      !hydro_dump_call_number = 24765


/ ! end of controls namelist




&pgstar
         

/ ! end of pgstar namelist
