! inlist_evolve

&star_job


      show_log_description_at_start = .false.

      load_saved_model = .true.
      saved_model_name = <<loadfile>>

      save_model_when_terminate = .true.
      save_model_filename = <<smwtfname>>
      
      write_profile_when_terminate = .true.
      filename_for_profile_when_terminate = 'final_profile.data'
      
      !set_initial_age = .true.
      !initial_age = 1d6 ! in years

      set_initial_dt = .true.
      years_for_initial_dt = 1.d-6 ! in years


      eos_file_prefix = 'mesa'
      kappa_file_prefix = 'gs98'
      kappa_lowT_prefix = 'lowT_Freedman11'

      change_lnPgas_flag = .true.
      new_lnPgas_flag = .true.
      
      !pgstar_flag = .true.


/ !end of star_job

&controls

	! surface heating
	!column_depth_for_irradiation = 300.0 ! 3.d2 cm^2/g
        !irradiation_flux = 3471885341.01  ! 1.d9 erg/cm^2/s ! day side flux!!! Bill puts in 1/4 by hand

	! interior heating
	!inject_uniform_extra_heat = 0.0
      
      mixing_length_alpha = 1.89d0 ! based on solar model

      MLT_option = 'Henyey'
       mesh_delta_coeff = 0.5

      photostep = 100
      profile_interval = 100
      terminal_cnt = 20
      write_header_frequency = 10
      
      max_age = 1.d2
      max_years_for_timestep = 1d9
      T_mix_limit = 0
      

      !which_atm_option = 'get_grey'

      star_history_name = "irradiation"
      
      use_Type2_opacities = .false.







/


&pgstar
         



/ ! end of pgstar namelist
