
! inlist_wd_cool2


&star_job
      show_log_description_at_start = .false.

      read_extra_star_job_inlist1 = .true.
      extra_star_job_inlist1_name = '../inlist_test_suite'

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

      load_saved_model = .true.
      saved_model_name = 'hires_surface.mod'

      save_model_when_terminate = .true.
      save_model_filename = 'final.mod'

      !pgstar_flag = .true.

      set_initial_model_number = .true.
      initial_model_number = 0


/ ! 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 = 50
         max_number_retries = 350
      
      use_Type2_opacities = .true.
      Zbase = 0.02d0
      
      min_dq = 1d-21
      max_surface_cell_dq = 1d-21
      
      max_model_number = 2000
      
      correction_xa_limit = 5d-3
      
      varcontrol_target = 5e-5
		mesh_delta_coeff = 0.7
      
      gamma_center_limit = 1d99
      log_L_lower_limit = -1
      
      max_age = 15e9

      photostep = 50
      profile_interval = 50
      history_interval = 10
      terminal_cnt = 10
      write_header_frequency = 10
      
      min_timestep_limit = 1d-12

      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

      xa_function_species(1) = 'h1'  ! name of nuclide as defined in chem_def
		xa_function_weight(1) = 20
		xa_function_param(1) = 1d-6
      xa_function_species(2) = 'he4'  ! name of nuclide as defined in chem_def
		xa_function_weight(2) = 20
		xa_function_param(2) = 1d-2

      delta_lgL_H_limit = 0.05 ! limit for magnitude of change in lgL_H
      delta_lgL_H_hard_limit = 0.5
      lgL_H_burn_min = 1.5 ! ignore changes in lgL_H if value is less than this

      delta_lgL_He_limit = 0.025 ! limit for magnitude of change in lgL_He
      delta_lgL_He_hard_limit = 1
      lgL_He_burn_min = 2.5 ! ignore changes in lgL_He if value is less than this
   
      delta_lgL_limit = 0.05
      delta_lgL_hard_limit = 0.15

      delta_lgT_limit = 0.5
      delta_lgT_hard_limit = 1
      
      delta_lgRho_limit = 1
      delta_lgRho_hard_limit = -1

      delta_lgTeff_limit = 0.1  
      delta_lgTeff_hard_limit = 0.3

      relax_hard_limits_after_retry = .false.
      
      net_logTcut_lo = 0
      net_logTcut_lim = 0
      
      which_atm_option = 'WD_tau_25_tables'


/ ! end of controls namelist



&pgstar
         
      

/ ! end of pgstar namelist
