
! inlist_wd_ignition


&star_job
      show_log_description_at_start = .false.
      
      load_saved_model = .true.
      saved_model_name = 'wd_ignite.mod'

      change_net = .true.      
      new_net_name = 'co_burn.net'
      
      set_rate_3a = 'FL87' ! Fushiki and Lamb, Apj, 317, 368-388, 1987
      set_rate_1212 = 'G05' ! Gasques, et al. Phys Review C, 72, 025806, 2005

      show_log_description_at_start = .false. 

      ! shut off PC since get bad convergence for high gamma
      set_eos_PC_parameters = .true.
      mass_fraction_limit_for_PC = 1d-2 ! skip species if abundance < this
      logRho1_PC_limit = 20 ! 3.7d0 ! okay for pure PC for logRho > this
      logRho2_PC_limit = 20 ! 2.8d0 ! don't use PC for logRho < this (>= 2.8 or so because of PPT)
      log_Gamma_all_HELM = 1.60206d0 ! HELM for log_Gamma <= this
      log_Gamma_all_PC = 1.90309d0 ! PC for log_Gamma >= this

      change_v_flag = .true.
      new_v_flag = .true.

      set_Z_all_HELM = .true. ! if false, just use the eos default
      Z_all_HELM = 1.000001d0


      ! move the surface down to larger optical depth
      set_tau_factor = .true.
      set_to_this_tau_factor = 300 


      !pgstar_flag = .true.
      
/ ! end of star_job namelist


&controls
      
         
      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'

      ! 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


      initial_mass =  0.45
      initial_z = 0.02d0
      
      power_nuc_burn_upper_limit = 1d8 
      max_model_number = 2000
      
      log_center_density_limit = 15
      
      screening_mode = 'extended'
      
      varcontrol_target = 1d-3
      mesh_delta_coeff = 0.5

      logQ_limit = 1d6
      gamma_center_limit = 1d6

      photostep = 10
      profile_interval = 10
      history_interval = 10
      terminal_cnt = 5
      write_header_frequency = 10
      
      min_timestep_limit = 1d-4 ! seconds

      delta_lgL_nuc_limit = 0.05 ! limit for magnitude of change in lgL_nuc

      T_mix_limit = 1d4
      
      which_atm_option = 'grey_and_kap'

      accrete_same_as_surface = .false. 
      accrete_given_mass_fractions = .true. 
      num_accretion_species = 2
      accretion_species_id(1) = 'c12'
      accretion_species_xa(1) = 0.25
      accretion_species_id(2) = 'o16'
      accretion_species_xa(2) = 0.75
      
      mass_change = 1d-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
