! inlist_wd_2

&star_job
      show_log_description_at_start = .false.

      mesa_dir = '../../..'
      
      load_saved_model = .true.
      saved_model_name = 'wd_1.mod'

      save_model_when_terminate = .true.
      save_model_filename = 'wd_2.mod'

      set_tau_factor = .true.
      set_to_this_tau_factor = 300

      ! 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 = 10
         max_number_retries = 80
         
         max_model_number = 1000

      initial_mass =  1.3
      initial_z = 0.02d0
      
      varcontrol_target = 1e-3
      
      mdot_eps_grav_limit = 100
      delta_lgTeff_limit = -1  

      which_atm_option = 'grey_and_kap'

      log_center_temp_lower_limit = 8.4 ! Tc about 2e8
      
      photostep = 10
      profile_interval = 10
      history_interval = 1
      terminal_cnt = 1
      write_header_frequency = 10

/ ! end of controls namelist



&pgstar

/ ! end of pgstar namelist
