&pgstar

  Grid1_win_flag = .true.
  
  Grid1_file_flag = .false.
  Grid1_file_dir = 'png'
  Grid1_file_prefix = 'grid1'
  Grid1_file_interval = 1
  Grid1_file_width = 16
  Grid1_file_aspect_ratio = -1

  
  Grid1_title = 'MESA School Leuven 2025: Day 2'

  Grid1_win_width = 8
  Grid1_win_aspect_ratio = 0.66 ! aspect_ratio = height/width

  Grid1_xleft = 0.12 ! 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 = 4 ! divide plotting region into this many equal width cols
  Grid1_num_rows = 5 ! divide plotting region into this many equal height rows
  Grid1_num_plots = 4 ! <= 10


  Grid1_plot_name(1) = 'Abundance'
  Grid1_plot_row(1) = 1 ! number from 1 at top
  Grid1_plot_rowspan(1) = 2 ! plot spans this number of rows
  Grid1_plot_col(1) =  1 ! number from 1 at left
  Grid1_plot_colspan(1) = 2 ! plot spans this number of columns
  Grid1_plot_pad_left(1) = -0.05 ! fraction of full window width for padding on left
  Grid1_plot_pad_right(1) = 0.05 ! fraction of full window width for padding on right
  Grid1_plot_pad_top(1) = 0.0 ! fraction of full window height for padding at top
  Grid1_plot_pad_bot(1) = 0.05 ! fraction of full window height for padding at bottom
  Grid1_txt_scale_factor(1) = 0.6 ! multiply txt_scale for subplot by this

  Abundance_title = ''
  Abundance_legend_max_cnt = -1
  Abundance_log_mass_frac_min = -2.0
  Abundance_log_mass_frac_max = 0.3


  Grid1_plot_name(2) = 'Profile_Panels1'
  Grid1_plot_row(2) = 3 ! number from 1 at top
  Grid1_plot_rowspan(2) = 2 ! plot spans this number of rows
  Grid1_plot_col(2) =  1 ! number from 1 at left
  Grid1_plot_colspan(2) = 2 ! plot spans this number of columns
  Grid1_plot_pad_left(2) = -0.05 ! fraction of full window width for padding on left
  Grid1_plot_pad_right(2) = 0.05 ! fraction of full window width for padding on right
  Grid1_plot_pad_top(2) = 0.025 ! fraction of full window height for padding at top

  Profile_Panels1_title = ''
  Profile_Panels1_num_panels = 1
  Profile_Panels1_yaxis_name(1) = 'extra_heat'
  Profile_Panels1_ymin(1) = -101d0 ! only used if /= -101d0
  Profile_Panels1_ymax(1) = -101d0 ! only used if /= -101d0
  Profile_Panels1_other_yaxis_name(1) = ''
  Profile_Panels7_other_yaxis_log(1) = .true. ! show log10 of abs value
  Profile_Panels1_other_ymin(1) = -5 ! only used if /= -101d0
  Profile_Panels1_other_ymax(1) = 10 ! only used if /= -101d0


  Grid1_plot_name(3) = 'History_Panels1'
  Grid1_plot_row(3) = 1 ! number from 1 at top
  Grid1_plot_rowspan(3) = 4 ! plot spans this number of rows
  Grid1_plot_col(3) =  3 ! number from 1 at left
  Grid1_plot_colspan(3) = 2 ! plot spans this number of columns
  Grid1_plot_pad_left(3) = 0.10 ! fraction of full window width for padding on left
  Grid1_plot_pad_right(3) = 0.00 ! fraction of full window width for padding on right
  Grid1_plot_pad_top(3) = 0.0 ! fraction of full window height for padding at top
  Grid1_plot_pad_bot(3) = 0.0 ! fraction of full window height for padding at bottom
  Grid1_txt_scale_factor(3) = 0.65 ! multiply txt_scale for subplot by this

  History_Panels1_title = ''
  History_Panels1_num_panels = 2
  History_Panels1_yaxis_name(1) = 'num_zones'
  History_Panels1_other_yaxis_name(1) = ''
  History_Panels1_yaxis_name(2) = 'log_dt'
  History_Panels1_other_yaxis_name(2) = ''


  Grid1_plot_name(4) = 'Text_Summary1'
  Grid1_plot_row(4) = 5 ! number from 1 at top
  Grid1_plot_rowspan(4) = 1 ! plot spans this number of rows
  Grid1_plot_col(4) = 1 ! number from 1 at left
  Grid1_plot_colspan(4) = 4 ! plot spans this number of columns
  Grid1_plot_pad_left(4) = -0.12 ! fraction of full window width for padding on left
  Grid1_plot_pad_right(4) = 0.00 ! fraction of full window width for padding on right
  Grid1_plot_pad_top(4) = 0.12 ! fraction of full window height for padding at top
  Grid1_plot_pad_bot(4) = -0.08 ! fraction of full window height for padding at bottom
  Grid1_txt_scale_factor(4) = 0.25 ! multiply txt_scale for subplot by this

  ! setup default
  Text_Summary1_num_rows = 3 ! <= 20
  Text_Summary1_num_cols = 4 ! <= 20

  Text_Summary1_name(1,1) = 'log_L'
  Text_Summary1_name(2,1) = 'log_Teff'
  Text_Summary1_name(3,1) = 'log_R'

  Text_Summary1_name(1,2) = 'star_mass'
  Text_Summary1_name(2,2) = 'center h1'
  Text_Summary1_name(3,2) = 'he_core_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(1,4) = 'log_Lnuc'
  Text_Summary1_name(2,4) = 'log_Lneu'
  Text_Summary1_name(3,4) = 'log_LH'

/ ! end of pgstar namelist
