! MESASS2025 Day 4 Minilab 1: The red-giant bump in low-mass stars
! Authors: Saskia Hekker, Susmita Das, Zhao Guo, Arthur Le Saux and Noi Shitrit

&star_job
	! begin with a pre-main sequence model
	create_pre_main_sequence_model = .true.
	
	! save a model at the end of the run
	save_model_when_terminate = .true.
	save_model_filename = 'start_RGBB.mod'
	
/ !end of star_job namelist

&eos
  ! eos options
  ! see eos/defaults/eos.defaults

/ ! end of eos namelist


&kap
  ! kap options
  ! see kap/defaults/kap.defaults
  use_Type2_opacities = .true.
  Zbase = 0.02

/ ! end of kap namelist

&controls
	! starting specifications
	initial_mass = 1.75 ! in Msun units
	initial_z = 0.02
	
	energy_eqn_option = 'eps_grav'
	
	max_model_number = 634
	
	!control output
	history_interval = 1
/ ! end of controls namelist
