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

      kappa_file_prefix = 'gs98' 
      eos_file_prefix = 'mesa'  
      
      set_tau_factor = .true.
      set_to_this_tau_factor = 0.00015
      
      !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 = 4
         max_number_retries = 20

         max_model_number = 1000

      
      initial_mass =  2
      initial_z = 0.01d0


      max_surface_cell_dq = 1d-21

      which_atm_option = 'Eddington_grey'
      
      Teff_lower_limit = 1e5

      photostep = 50
      profile_interval = 50
      history_interval = 10
      terminal_cnt = 1
      write_header_frequency = 10
      
      use_Ledoux_criterion = .true.
      thermo_haline_coeff = 1000  
      !net_rate_factor = 1

      mixing_length_alpha = 0.4

         
      ! brunt
         calculate_Brunt_N2 = .true.
 
      ! convergence controls
         varcontrol_target = 1d-5
         
         max_iter_for_resid_tol1 = 3
         tol_residual_norm1 = 1d-5
         tol_max_residual1 = 1d-2
         
         max_iter_for_resid_tol2 = 12
         tol_residual_norm2 = 1d99
         tol_max_residual2 = 1d99

/ ! end of controls namelist

&pgstar
         

/ ! end of pgstar namelist

