
! inlist_wd


&star_job
      show_log_description_at_start = .false.

      load_saved_model = .true.
      saved_model_name = '../../../data/star_data/white_dwarf_models/1.025_from_7.0_z2m2.mod'

/ ! 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 = 80

      max_model_number = 2000
         
      num_trace_history_values = 4
      trace_history_value_name(1) = 'k_below_just_added'
      trace_history_value_name(2) = 'logxq_below_just_added'
      trace_history_value_name(3) = 'k_const_mass'
      trace_history_value_name(4) = 'logxq_const_mass'

      factor_for_recently_added = 5

      initial_mass =  0.45
      initial_z = 0.02d0
      
      varcontrol_target = 1d-3
      
      log_L_upper_limit = 3

      logQ_limit = 1d6
      gamma_center_limit = 1d6

      photostep = 50
      profile_interval = 50
      history_interval = 10
      terminal_cnt = 5
      write_header_frequency = 10
      
      which_atm_option = 'grey_and_kap'

      T_mix_limit = 1d4

      accrete_same_as_surface = .false. 
      accretion_h1 = 0.749D+00
      accretion_h2 = 0
      accretion_he3 = 0.292910D-04
      accretion_he4 = 0.237D+00
      accretion_zfracs = 4 ! Lodders 03
   	
      mass_change = 5d-9 ! rate of accretion (Msun/year)


/ ! end of controls namelist



&pgstar
         
      ! top level controls

         !pause = .true. 
            ! if true, the code waits for user to enter a RETURN on the command line
      


/ ! end of pgstar namelist
