
! inlist_he_core_flash


&star_job
      show_log_description_at_start = .false.

      load_saved_model = .true.
      saved_model_name = 'he_core_flash.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 = 20
         max_number_retries = 50
         max_model_number = 8000




      initial_mass = 1
      initial_z = 0.02d0
      
      use_Type2_opacities = .true.
      Zbase = 0.02d0

   
      photostep = 50
      profile_interval = 100
      history_interval = 100
      terminal_interval = 10
      write_header_frequency = 10
      
      xa_central_lower_limit_species(1) = 'he4'
      xa_central_lower_limit(1) = 1d-3
      
      min_timestep_limit = 1d-6 ! (seconds)
         
      RGB_wind_scheme = 'Reimers'
      AGB_wind_scheme = 'Blocker'
      RGB_to_AGB_wind_switch = 0.75d0
      Reimers_wind_eta = 0.1d0  
      Blocker_wind_eta = 0.2d0  

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

/ ! end of controls namelist



&pgstar
         
         !pause = .true.
         Profile_Panels4_win_flag = .true. ! Abundance, Power, Mixing_Ds, and Dynamo    
         Profile_Panels4_num_panels = 3
         Profile_Panels4_title = 'Abundance-Power-Mixing'
         !History_Panels1_win_flag = .true. ! logT, logRho, log_L, log_Teff
         Grid8_win_flag = .true. ! Summary_Burn, Abundance, HR, TRho, TRho_Profile, Text_Summary1
         
         Profile_Panels4_xaxis_name = 'mass'
         Profile_Panels4_xaxis_reversed = .false.


/ ! end of pgstar namelist
