
&star_job
      show_log_description_at_start = .false.
      !list_net_reactions = .true.

      save_model_when_terminate = .true.
      save_model_filename = 'final.mod'
      
      write_profile_when_terminate = .true.
      filename_for_profile_when_terminate = 'final_profile.data'

      load_saved_model = .true.
      saved_model_name = 'start.mod'

      change_net = .true.      
      new_net_name = 'approx21_plus_co56.net'
      
      new_rotation_flag = .false. 
      change_rotation_flag = .true. 

      !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 = 150
         max_number_retries = 500
         max_model_number = 3000


      photo_directory = 'photos'
      log_directory = 'LOGS'

      initial_mass = 150
      initial_z = 1d-4
      Zbase = 1d-4

      am_nu_visc_factor = 0
      am_D_mix_factor = 0.0333333333333333d00
      D_DSI_factor = 0
      D_SH_factor = 1
      D_SSI_factor = 1
      D_ES_factor = 1
      D_GSF_factor = 1
      D_ST_factor = 1
      
      non_fe_core_infall_limit = 1d8 ! cm/sec

      photostep = 50
      profile_interval = 50
      history_interval = 10
      terminal_cnt = 10
      write_header_frequency = 10
      
      mesh_delta_coeff = 2
      dX_nuc_drop_limit = 4d-3

      tol_correction_norm = 1d-4
      tol_max_correction = 1d-3


      ! 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

      !report_why_dt_limits = .true.
      !report_all_dt_limits = .true.
      !report_hydro_dt_info = .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_Panels1_xmax = 80 ! -101d0 ! only used if /= -101d0
Abundance_xmax = 80 ! -101 ! only used if /= -101d0

/ ! end of pgstar namelist
