
&star_job

      mesa_data_dir = '../../../data' ! for eos and opacity tables
      show_log_description_at_start = .false. 

      chem_isotopes_filename = 'isotopes.data_real' ! this file is in chem_data in mesa_data_dir


/ ! end of star_job namelist

&controls

      use_lnE_for_eps_grav = .false.


      photostep = 100
      profile_interval = 100
      log_cnt = 10
      terminal_cnt = 10
      write_header_frequency = 50

      ! check for retries and backups as part of test_suite
      max_number_backups = 5
      max_number_retries = 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 = .false.
      report_all_dt_limits = .false.
      write_varcontrol_internals = -1
      
      report_hydro_dt_info = .false.
      
      !show_mesh_changes = .true.
      !mesh_dump_call_number = 79

      trace_evolve = .false.
      
      ! hydro debugging
      !hydro_numerical_jacobian = .true.
      !hydro_check_everything = .true.
      !hydro_show_rcond = .true.
      !hydro_inspectB_flag = .true.
      !hydro_save_numjac_plot_data = .true.
      !newton_decsol = 'lapack'
      !hydro_dump_call_number = 1




/ ! end of controls namelist

