
! inlist_test_rlo



&star_job

      mesa_dir = ''
      show_log_description_at_start = .false.

      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
        
     

      extra_terminal_output_file = 'log1' 
      photo_directory = 'photos1'
      log_directory = 'LOGS1'

   

      profile_interval =1 !50
      history_interval = 1  !10
      terminal_interval = 10
      write_header_frequency = 10
      
      varcontrol_target = 1d-3

      star_mass_min_limit = 0.6 !0.7
	
     
	
	overshoot_alpha = 0.1
	overshoot_f_above_burn_h_core =0.01
	overshoot_f0_above_burn_h_core =0.008
	


	initial_z= 2.81d-2
	zams_filename = 'z2.81m2_y28.data'
/ ! end of controls namelist


&pgstar
         
      History_Panels1_win_flag = .true.
      History_Panels1_win_width = 5
      History_Panels1_win_aspect_ratio = 1.0 ! aspect_ratio = height/width
      
      History_Panels1_title = 'Orbital evolution'
      History_Panels1_num_panels = 2
      
      History_Panels1_yaxis_name(1) = 'period_days'
      History_Panels1_other_yaxis_name(1) = 'lg_mstar_dot_1' 
      History_Panels1_yaxis_name(2) = 'Jdot' 
      History_Panels1_other_yaxis_name(2) = 'binary_separation' 


      History_Track1_win_flag = .true.
      History_Track1_title = 'P vs t'
      History_Track1_xname = 'age'
      History_Track1_yname = 'period_days'
      History_Track1_xaxis_label = 't (years)'
      History_Track1_yaxis_label = 'P (days)'
      History_Track1_log_xaxis = .false. ! show log10 of abs value
      History_Track1_log_yaxis = .true. ! show log10 of abs value
      History_Track1_reverse_xaxis = .false.

        ! show temperature/density profile
  ! this plots the internal structure at single timestep
    TRho_Profile_win_flag = .true.

  ! add legend explaining colors
    show_TRho_Profile_legend = .true.

  ! display numerical info about the star
    show_TRho_Profile_text_info = .true.

  ! set window size (aspect_ratio = height/width)
    TRho_Profile_win_width = 8
    TRho_Profile_win_aspect_ratio = 0.75

    Summary_Profile_win_flag = .true.


/ ! end of pgstar namelist