&pgstar

pgstar_interval                           = 1
! pgplot on screen
Grid2_win_flag                            = .true.
Profile_Panels1_win_flag                  = .false.
Profile_Panels3_win_flag                  = .false.
Profile_Panels5_win_flag                  = .false.
! saved plots
Grid2_file_flag                           = .true.
Profile_Panels1_file_flag                 = .false.
Profile_Panels3_file_flag                 = .false.
Profile_Panels5_file_flag                 = .false.
! interval for files
Grid2_file_interval                       = 1 ! output when mod(model_number,Grid2_file_interval)==0
Profile_Panels1_file_interval             = 100
Profile_Panels3_file_interval             = 100
Profile_Panels5_file_interval             = 100

pause                                     = .false.

pgstar_age_disp                           = 2.5
pgstar_model_disp                         = 2.5

!### scale for axis labels
pgstar_xaxis_label_scale                  = 1.3
pgstar_left_yaxis_label_scale             = 1.3
pgstar_right_yaxis_label_scale            = 1.3

Grid2_file_width                          = -1 ! negative means use same value as for window

Grid2_win_width                           = 12.5
Grid2_win_aspect_ratio                    = 0.7 ! aspect_ratio = height/width

Grid2_plot_name(4)                        = 'Mixing'

Grid2_num_cols                            = 7 ! divide plotting region into this many equal width cols
Grid2_num_rows                            = 8 ! divide plotting region into this many equal height rows

Grid2_num_plots                           = 6 ! <= 10

Grid2_plot_name(1)                        = 'HR'
Grid2_plot_row(1)                         = 1 ! number from 1 at top
Grid2_plot_rowspan(1)                     = 3 ! plot spans this number of rows
Grid2_plot_col(1)                         =  1 ! number from 1 at left
Grid2_plot_colspan(1)                     = 2 ! plot spans this number of columns
Grid2_plot_pad_left(1)                    = -0.05 ! fraction of full window width for padding on left
Grid2_plot_pad_right(1)                   = 0.01 ! fraction of full window width for padding on right
Grid2_plot_pad_top(1)                     = 0.00 ! fraction of full window height for padding at top
Grid2_plot_pad_bot(1)                     = 0.05 ! fraction of full window height for padding at bottom
Grid2_txt_scale_factor(1)                 = 0.65 ! multiply txt_scale for subplot by this


Grid2_plot_name(5)                        = 'Kipp'
Grid2_plot_row(5)                         = 4 ! number from 1 at top
Grid2_plot_rowspan(5)                     = 3 ! plot spans this number of rows
Grid2_plot_col(5)                         =  1 ! number from 1 at left
Grid2_plot_colspan(5)                     = 2 ! plot spans this number of columns
Grid2_plot_pad_left(5)                    = -0.05 ! fraction of full window width for padding on left
Grid2_plot_pad_right(5)                   = 0.01 ! fraction of full window width for padding on right
Grid2_plot_pad_top(5)                     = 0.03 ! fraction of full window height for padding at top
Grid2_plot_pad_bot(5)                     = 0.0 ! fraction of full window height for padding at bottom
Grid2_txt_scale_factor(5)                 = 0.65 ! multiply txt_scale for subplot by this
Kipp_title                                = ''
Kipp_show_mass_boundaries                 = .false.

Grid2_plot_name(6)                        = 'History_Panels1'
Grid2_plot_row(6)                         = 6 ! number from 1 at top
Grid2_plot_rowspan(6)                     = 3 ! plot spans this number of rows
Grid2_plot_col(6)                         =  6 ! number from 1 at left
Grid2_plot_colspan(6)                     = 2 ! plot spans this number of columns
!Grid2_plot_pad_left(6)                   = 0.00 ! fraction of full window width for padding on left
!Grid2_plot_pad_right(6)                  = 0.05 ! fraction of full window width for padding on right
!Grid2_plot_pad_top(6)                    = 0.03 ! fraction of full window height for padding at top
!Grid2_plot_pad_bot(6)                    = 0.0 ! fraction of full window height for padding at bottom
!Grid2_txt_scale_factor(6)                = 0.65 ! multiply txt_scale for subplot by this

Grid2_plot_pad_left(6)                    = 0.05 ! fraction of full window width for padding on left
Grid2_plot_pad_right(6)                   = 0.03 ! fraction of full window width for padding on right
Grid2_plot_pad_top(6)                     = 0.0 ! fraction of full window height for padding at top
Grid2_plot_pad_bot(6)                     = 0.0 ! fraction of full window height for padding at bottom
Grid2_txt_scale_factor(6)                 = 0.65 ! multiply txt_scale for subplot by this

History_Panels1_title                     = ''
History_Panels1_num_panels                = 2

History_Panels1_xaxis_name                ='model_number'
History_Panels1_max_width                 = -1 ! only used if > 0.  causes xmin to move with xmax.

History_Panels1_yaxis_name(1)             = 'log_L'
History_Panels1_yaxis_reversed(1)         = .false.
History_Panels1_ymin(1)                   = -101d0 ! only used if /= -101d0
History_Panels1_ymax(1)                   = -101d0 ! only used if /= -101d0
History_Panels1_dymin(1)                  = 1

History_Panels1_other_yaxis_name(1)       = 'log_R'!'gamma_integral'
History_Panels1_other_yaxis_reversed(1)   = .false.
! History_Panels1_other_ymin(1)           = -0.0d0 ! only used if /= -101d0
! History_Panels1_other_ymax(1)           = 1.1d0 ! only used if /= -101d0
! History_Panels1_other_dymin(1)          = 0.05d0

! History_Panels1_yaxis_name(2)             = 'v_surf_div_escape_v'
! History_Panels1_yaxis_reversed(2)         = .false.
! History_Panels1_ymin(2)                 = 0d0 ! only used if /= -101d0
! History_Panels1_ymax(2)                 = 20d0 ! only used if /= -101d0

History_Panels1_dymin(2)                  = 1

! History_Panels1_other_yaxis_name(2)       = 'v_surf_km_s'
History_Panels1_other_yaxis_reversed(2)   = .false.
! History_Panels1_other_ymin(2)           = 0d0 ! only used if /= -101d0
! History_Panels1_other_ymax(2)           = 1.1d0 ! only used if /= -101d0
History_Panels1_other_dymin(2)            = 1

Grid2_plot_name(2)                        = 'Text_Summary1'
Grid2_plot_row(2)                         = 7 ! number from 1 at top
Grid2_plot_rowspan(2)                     = 2 ! plot spans this number of rows
Grid2_plot_col(2)                         = 1 ! number from 1 at left
Grid2_plot_colspan(2)                     = 4 ! plot spans this number of columns
Grid2_plot_pad_left(2)                    = -0.08 ! fraction of full window width for padding on left
Grid2_plot_pad_right(2)                   = -0.10 ! fraction of full window width for padding on right
Grid2_plot_pad_top(2)                     = 0.08 ! fraction of full window height for padding at top
Grid2_plot_pad_bot(2)                     = -0.04 ! fraction of full window height for padding at bottom
Grid2_txt_scale_factor(2)                 = 0.19 ! multiply txt_scale for subplot by this

Text_Summary1_name(1,1)                   = 'model_number'
Text_Summary1_name(2,1)                   = 'star_age'
Text_Summary1_name(3,1)                   = 'time_step'
Text_Summary1_name(4,1)                   = 'kh_timescale'
Text_Summary1_name(5,1)                   = 'mdot_timescale'
! Text_Summary1_name(6,1)                   = 'v_surf_km_s'
! Text_Summary1_name(7,1)                   = 'v_surf_div_escape_v'
Text_Summary1_name(8,1)                   = 'radius'

Text_Summary1_name(1,2)                   = 'star_mass'
Text_Summary1_name(2,2)                   = 'log_abs_mdot'
Text_Summary1_name(3,2)                   = 'envelope_mass'
Text_Summary1_name(4,2)                   = 'he_core_mass'
Text_Summary1_name(5,2)                   = 'cz_bot_mass'
Text_Summary1_name(6,2)                   = 'cz_top_mass'

Text_Summary1_name(1,3)                   = 'log_cntr_T'
Text_Summary1_name(2,3)                   = 'log_cntr_Rho'
Text_Summary1_name(3,3)                   = 'log_center_P'
Text_Summary1_name(4,3)                   = 'center h1'
Text_Summary1_name(5,3)                   = 'center he4'
Text_Summary1_name(6,3)                   = 'center c12'
Text_Summary1_name(7,3)                   = 'center n14'
Text_Summary1_name(8,3)                   = 'center o16'

Text_Summary1_name(1,4)                   = 'log_Lnuc'
Text_Summary1_name(2,4)                   = 'log_Lneu'
Text_Summary1_name(3,4)                   = 'log_LH'
Text_Summary1_name(4,4)                   = 'log_LHe'
Text_Summary1_name(5,4)                   = 'log_LZ'
Text_Summary1_name(6,4)                   = 'total_energy'
Text_Summary1_name(7,4)                   = 'surface_h1'
Text_Summary1_name(8,4)                   = 'surface_he4'


Grid2_plot_name(3)                        = 'Profile_Panels3'
Profile_Panels3_title                     = 'Abundance-Rotation-Mixing'
Profile_Panels3_num_panels                = 3
Profile_Panels3_yaxis_name(1)             = 'Abundance'
Profile_Panels3_yaxis_name(2)             = 'Mixing'
Profile_Panels3_yaxis_name(3)             = 'Power'

Profile_Panels3_xaxis_name                = 'mass'
Profile_Panels3_xaxis_reversed            = .false.
! Profile_Panels3_xmin                    = -101d0 ! only used if /= -101d0
! Profile_Panels3_xmax                    = 5d0 ! 10 ! only used if /= -101d0

Grid2_plot_row(3)                         = 1 ! number from 1 at top
Grid2_plot_rowspan(3)                     = 6 ! plot spans this number of rows
Grid2_plot_col(3)                         = 3 ! plot spans this number of columns
Grid2_plot_colspan(3)                     = 3 ! plot spans this number of columns

Grid2_plot_pad_left(3)                    = 0.09 ! fraction of full window width for padding on left
Grid2_plot_pad_right(3)                   = 0.07 ! fraction of full window width for padding on right
Grid2_plot_pad_top(3)                     = 0.0 ! fraction of full window height for padding at top
Grid2_plot_pad_bot(3)                     = 0.0 ! fraction of full window height for padding at bottom
Grid2_txt_scale_factor(3)                 = 0.65 ! multiply txt_scale for subplot by this

Grid2_plot_name(4)                        = 'Profile_Panels1'
Grid2_plot_row(4)                         = 1 ! number from 1 at top
Grid2_plot_rowspan(4)                     = 5 ! plot spans this number of rows
Grid2_plot_col(4)                         =  6 ! number from 1 at left
Grid2_plot_colspan(4)                     = 2 ! plot spans this number of columns
Grid2_plot_pad_left(4)                    = 0.05 ! fraction of full window width for padding on left
Grid2_plot_pad_right(4)                   = 0.03 ! fraction of full window width for padding on right
Grid2_plot_pad_top(4)                     = 0.0 ! fraction of full window height for padding at top
Grid2_plot_pad_bot(4)                     = 0.07 ! fraction of full window height for padding at bottom
Grid2_txt_scale_factor(4)                 = 0.65 ! multiply txt_scale for subplot by this

! abundance yaxis limits -- to override system default selections
Abundance_log_mass_frac_min               = 101 ! only used if < 0
Abundance_log_mass_frac_max               = 0.3


Abundance_line_txt_scale_factor           = 1.1 ! relative to other text
Abundance_legend_txt_scale_factor         = 1.1 ! relative to other text
Abundance_legend_max_cnt                  = 0
Abundance_log_mass_frac_min               = -3.5 ! only used if < 0

Profile_Panels1_title                     = ''

Profile_Panels1_xaxis_name                = 'mass'
Profile_Panels1_show_grid                 = .true.
! Profile_Panels1_xmin                    = 0d0  ! only used if /= -101d0
! Profile_Panels1_xmax                    =  !
Profile_Panels1_num_panels                = 4

Profile_Panels1_yaxis_name(1)             = 'vel_km_per_s'
Profile_Panels1_other_yaxis_name(1)       = 'v_div_csound' ! 'v_div_v_escape' ! 'mass'
! Profile_Panels1_other_ymin(1)           = 0d0
! Profile_Panels1_other_ymax(1)           = 1d0

Profile_Panels1_yaxis_name(2)             = 'log_Lrad'
Profile_Panels1_other_yaxis_name(2)       = 'gradT'
! Profile_Panels1_other_ymax(2)           = 0.2d0
! Profile_Panels1_other_ymin(2)           = 0.5d0

Profile_Panels1_yaxis_name(3)             = 'luminosity'
Profile_Panels1_other_yaxis_name(3)       = 'opacity' ! 'mass' !'v_div_csound' ! 'vel_km_per_s'
Profile_Panels1_yaxis_log(3)              = .true.


Profile_Panels1_yaxis_name(4)             =  'log_Ledd'
Profile_Panels1_yaxis_log(4)              = .false.
Profile_Panels1_other_yaxis_name(4)       = 'log_Lconv'
! Profile_Panels1_other_ymax(4)           = 1d5
Profile_Panels1_other_ymin(4)             = 1d-15
! Profile_Panels1_dymin(4)                = 0.1

show_TRho_Profile_kap_regions             = .false.
show_TRho_Profile_gamma1_4_3rd            = .true.
TRho_Profile_xmin                         = -30
!TRho_Profile_xmax                        = 10
TRho_Profile_ymin                         = 1
!TRho_Profile_ymax                        = 10

Profile_Panels1_win_width                 = 10
Profile_Panels1_win_aspect_ratio          = 1
Profile_Panels1_show_mix_regions_on_xaxis = .true.

Profile_Panels5_win_width                 = 6
Profile_Panels5_win_aspect_ratio          = 0.75
Profile_Panels5_xleft                     = 0.15
Profile_Panels5_xright                    = 0.85
Profile_Panels5_ybot                      = 0.15
Profile_Panels5_ytop                      = 0.85
Profile_Panels5_txt_scale                 = 1.0
Profile_Panels5_title                     = 'Profile Panels5'
Profile_Panels5_xaxis_name                = 'mass'
Profile_Panels5_xaxis_reversed            = .false.
Profile_Panels5_xmin                      = -101d0
Profile_Panels5_xmax                      = -101d0
Profile_Panels5_xmargin                   = 0d0
Profile_Panels5_show_mix_regions_on_xaxis = .false.
Profile_Panels5_num_panels                = 1
Profile_Panels5_yaxis_name(1)             = 'velocity'
Profile_Panels5_yaxis_reversed(1)         = .false.
Profile_Panels5_yaxis_log(1)              = .false.
! Profile_Panels5_ymin(1)                 = -5d8
! Profile_Panels5_ymax(1)                 = -5d8
Profile_Panels5_ycenter(1)                = 0d0
Profile_Panels5_ymargin(1)                = 0.1
Profile_Panels5_dymin(1)                  = -1
Profile_Panels5_other_yaxis_name(1)       = 'fe56'
Profile_Panels5_other_yaxis_reversed(1)   = .false.
Profile_Panels5_other_yaxis_log(1)        = .false.
Profile_Panels5_other_ymin(1)             = 0d0
Profile_Panels5_other_ymax(1)             = 1d0
Profile_Panels5_other_ycenter(1)          = -101d0
Profile_Panels5_other_ymargin(1)          = 0.1
Profile_Panels5_other_dymin(1)            = -1
Profile_Panels5_show_grid                 = .true.


/
