&pgstar

   ! device
   file_white_on_black_flag = .true.
   !file_device = 'vcps'      ! postscript
   !file_extension = 'ps'
   !file_device = 'png'      ! png
 
   pgstar_interval = 10

   !HR_win_flag = .true.
   HR_win_width = 6
   HR_win_aspect_ratio = 1.2 ! aspect_ratio = height/width

   !Mixing_win_flag = .true.

   !HR_logT_min = 3.5
   !HR_logT_max = 4.5
   !HR_logL_min = 2.7
   !HR_logL_max = 4.4

   Grid1_file_flag = .true.
   Grid1_file_dir = 'pgstar_out'
   Grid1_file_prefix = 'grid_'
   Grid1_file_interval = 10
   Grid1_file_width = 15

   ! file output
   !HR_file_flag = .true.
   HR_file_dir = 'pgstar_out'
   HR_file_prefix = 'hr'
   HR_file_interval = 100 ! output when mod(model_number,HR_file_interval)==0
   HR_file_width = 15 ! negative means use same value as for window
   HR_file_aspect_ratio = -1 ! negative means use same value as for window

   !show_HR_classical_instability_strip = .true.
   !show_HR_Mira_instability_region = .false.

   !Profile_Panels1_win_flag = .true.
   Profile_Panels1_num_panels = 3
   Profile_Panels1_yaxis_name(1) = 'omega_div_omega_crit'
   Profile_Panels1_other_yaxis_name(1) = 'omega_crit'

   Profile_Panels1_yaxis_name(2) = 'log_j_rot'
   Profile_Panels1_other_yaxis_name(2) = 'v_rot'

   Profile_Panels1_yaxis_name(3) = 'brunt_N'
   Profile_Panels1_other_yaxis_name(3) = 'lamb_S'
   Profile_Panels1_same_yaxis_range(3) = .true.
   Profile_Panels1_yaxis_log(3) = .true.
   Profile_Panels1_other_yaxis_log(3) = .true.
   Profile_Panels1_ymin(3) = 1d0
   Profile_Panels1_ymax(3) = 3.5

   !History_Panels1_win_flag = .true.
   History_Panels1_num_panels = 2
   History_Panels1_yaxis_name(1) = 'delta_omega_p'
   History_Panels1_other_yaxis_name(1) = 'delta_omega_g'
   History_Panels1_same_yaxis_range(1) = .true.
   History_Panels1_yaxis_log(1) = .true.
   History_Panels1_other_yaxis_log(1) = .true.
   History_Panels1_xaxis_name = 'model_number'
   History_Panels1_max_width = 1000

   History_Panels1_yaxis_name(2) = 'nu_max'
   History_Panels1_other_yaxis_name(2) = 'delta_nu'

!   Profile_Panels2_win_flag = .true.
!   Profile_Panels2_num_panels = 1
!   Profile_Panels2_yaxis_name(1) = 'brunt_N'
!   Profile_Panels2_other_yaxis_name(1) = 'lamb_S'
!   Profile_Panels2_other_yaxis_log(1) = .true.
!   Profile_Panels2_same_yaxis_range(1) = .true.
!   !Profile_Panels2_yaxis_name(2) = 'lamb_S'
!   Profile_Panels2_yaxis_log(1) = .true.
!   Profile_Panels2_ymin(1) = -10
!   Profile_Panels2_xaxis_name = 'logR'
!   Profile_Panels2_xaxis_reversed = .false.
!   Profile_Panels2_title = 'Propagation-Diagram'
!   Profile_Panels2_xmin = -3
!   Profile_Panels2_win_aspect_ratio = 0.5

!   Mode_Prop_win_flag = .true.
!   Mode_Prop_xaxis_name = 'logR'


!!!!!!!!!!!!!!!!!!!!!!!!!!! new pgplot grid below here !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!



!##############################
! Grid Plot Commands
!##############################


	Grid1_win_flag = .true.

	Grid1_win_width = 12
	Grid1_win_aspect_ratio = 0.6

	Grid1_xleft = 0.03 ! fraction of full window width for margin on left
        Grid1_xright = 0.95 ! fraction of full window width for margin on right
        Grid1_ybot = 0.08 ! fraction of full window width for margin on bottom
        Grid1_ytop = 0.92 ! fraction of full window width for margin on top

	Grid1_num_cols = 3
	Grid1_num_rows = 3
	Grid1_num_plots = 7

	Grid1_plot_name(1) = 'HR'
	Grid1_plot_row(1) = 1
	Grid1_plot_rowspan(1) = 2
	Grid1_plot_col(1) = 1
	Grid1_plot_colspan(1) = 1
	Grid1_plot_pad_left(1) = 0.025
        Grid1_plot_pad_bot(1) =	0.05
        Grid1_plot_pad_right(1)	= 0.025
        Grid1_plot_pad_top(1) =	0.00
        Grid1_txt_scale_factor(1) = 0.5

	Grid1_plot_name(2) = 'TRho_Profile'
        Grid1_plot_row(2) = 3
        Grid1_plot_rowspan(2) =	1
        Grid1_plot_col(2) = 1
        Grid1_plot_colspan(2) =	1
        Grid1_plot_pad_left(2) = 0.025
	Grid1_plot_pad_bot(2) = 0.00
        Grid1_plot_pad_right(2) = 0.025
        Grid1_plot_pad_top(2) = 0.05
        Grid1_txt_scale_factor(2) = 0.5

	Grid1_plot_name(3) = 'History_Panels1'
	Grid1_plot_row(3) = 1
	Grid1_plot_rowspan(3) =	2
	Grid1_plot_col(3) = 2
	Grid1_plot_colspan(3) = 1
        Grid1_plot_pad_left(3) = 0.05
	Grid1_plot_pad_bot(3) = 0.07
        Grid1_plot_pad_right(3) = 0.05
        Grid1_plot_pad_top(3) = 0.0
        Grid1_txt_scale_factor(3) = 0.5	

	Grid1_plot_name(4) = 'Kipp'
	Grid1_plot_row(4) = 3
	Grid1_plot_rowspan(4) =	1
	Grid1_plot_col(4) = 2
	Grid1_plot_colspan(4) = 1
	Grid1_plot_pad_left(4) = 0.05
	Grid1_plot_pad_bot(4) = 0.0
	Grid1_plot_pad_right(4) = 0.025
	Grid1_plot_pad_top(4) = 0.05
	Grid1_txt_scale_factor(4) = 0.5

	Grid1_plot_name(5) = 'Profile_Panels1'
	Grid1_plot_row(5) = 1
	Grid1_plot_rowspan(5) =	3
	Grid1_plot_col(5) = 3
	Grid1_plot_colspan(5) = 1
        Grid1_plot_pad_left(5) = 0.07
	!Grid1_plot_pad_bot(5) = 0.1
	Grid1_plot_pad_bot(5) = 0.0
	Grid1_plot_pad_right(5) = 0.015
        Grid1_plot_pad_top(5) = 0.00
        Grid1_txt_scale_factor(5) = 0.55

!	Grid1_plot_name(6) = 'Mode_Prop'
!	Grid1_plot_row(6) = 3
!	Grid1_plot_rowspan(6) =	1
!	Grid1_plot_col(6) = 3
!	Grid1_plot_colspan(6) = 1
!        Grid1_plot_pad_left(6) = 0.07
!	Grid1_plot_pad_bot(6) = 0.00
!        Grid1_plot_pad_right(6) = 0.01
!        Grid1_plot_pad_top(6) = 0.0
!        Grid1_txt_scale_factor(6) = 0.55

!	Grid1_plot_name(7) = 'Mixing'
!	Grid1_plot_row(7) = 3
!	Grid1_plot_rowspan(7) =	1
!	Grid1_plot_col(7) = 3
!	Grid1_plot_colspan(7) = 1
!	Grid1_plot_pad_left(7) = 0.05
!	Grid1_plot_pad_bot(7) = 0.0
!       Grid1_plot_pad_right(7) = 0.025
!	Grid1_plot_pad_top(7) = 0.05
!       Grid1_txt_scale_factor(7) = 0.5


!!!!!!!!!!!!!!!!!!!!!!
!! Angular Momentum Plots
!!!!!!!!!!!!!!!!!!!!!!

!	Profile_Panels2_win_flag = .true.
	Profile_Panels2_num_panels = 1
	Profile_Panels2_xaxis_name = 'mass'
	!Profile_panels2_
	Profile_Panels2_yaxis_name(1) = 'omega'
	Profile_Panels2_other_yaxis_name(1) = 'log_j_rot'
	Profile_Panels2_xaxis_reversed = .false.

/ ! end of pgstar namelist
