
&star_job
      
      show_log_description_at_start = .false. 
      
      load_saved_model = .true.
      saved_model_name = '../../../data/star_data/white_dwarf_models/0.604_from_2.3_z2m2.mod'

      !set_tau_factor = .true. ! change tau_factor without reconverging.
      !set_to_this_tau_factor = 15
      
      change_v_flag = .true.
      new_v_flag = .true.

      set_initial_model_number = .true.
      initial_model_number = 0

      set_initial_age = .true.
      initial_age = 0 ! in years

      !pgstar_flag = .true.
      

/ ! end of star_job namelist

&controls

      initial_mass =  2
      initial_z = 0.02d0

      min_timestep_limit = 1d-9 ! (seconds)

      v_div_csound_surf_limit = 100

      tol_correction_norm = 3d-5
      tol_max_correction = 1d-2
      
      varcontrol_target = 1d-3

      use_artificial_viscosity = .true.
      l1_coef = 0.1 ! increase to as much as 1d3 to suppress pulsations
      l2_coef = 2 ! roughly determines width of for spread of shocks

      min_T_for_time_averaged_conv_velocity = 1e6  ! EXPERIMENTAL.

      !report_all_dt_limits = .true.
      !report_hydro_solver_progress = .true. ! set true to see info about newton iterations

      ! check for retries and backups as part of test_suite
      !max_number_backups = 0
      !max_number_retries = 0
      
      mesh_delta_coeff = 1
      
      delta_lgRho_cntr_limit = -1
      delta_lgT_cntr_limit = -1
      delta_lgTeff_limit = 0.1  

      photostep = 10
      profile_interval = 10
      history_interval = 1
      terminal_cnt = 1
      write_header_frequency = 10

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