! inlist_evolve

&star_job

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

      show_log_description_at_start = .false.

      load_saved_model = .true.
      saved_model_name = "planet_core_1.0_MJ_10.0_ME_2.0_RJ.mod"

      save_model_when_terminate = .true.
      save_model_filename = "planet_evolve_1.0_MJ_10.0_ME_2.0_RJ.mod"
      
      write_profile_when_terminate = .true.
      filename_for_profile_when_terminate = 'final_profile.data'
      
      !set_initial_dt = .true.
      !years_for_initial_dt = 1.d-5 ! 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 = 555501654.562 ! 1.d9 erg/cm^2/s ! day side flux!!! Bill puts in 1/4 by hand

	! interior heating
	!inject_uniform_extra_heat = 0.0

	! when to stop
	max_age = 10000000000.0 ! 1.d10
	max_model_number = 1000 	! don't let it go on and on if run stuck
	Teff_lower_limit = 100.0

	! knobs
	!use_lnE_for_eps_grav = .false.
	T_mix_limit = 0

	! output to files and terminal
	photostep = 50
	profile_interval = 100
	max_num_profile_models=1000
	history_interval = 2
	terminal_cnt = 10
	write_header_frequency = 10

/


&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
