[Mesa-users] Fortran runtime error: Cannot match namelist object name overshoot_f_below_nonburn
Pedro Nuno David Gomes
pedro.david.gomes at ist.utl.pt
Wed Aug 1 15:29:34 EDT 2018
Hello MESA users,
I'm a MSc student and I'm attempting to replicate some results for a red
giant star model using MESA, from the following paper:
https://arxiv.org/abs/1602.03056 ("Asteroseismic signatures of evolving
internal stellar magnetic fields")
Where the used inlist is on page 13. I started using MESA very recently
so I'm still getting a bit acquainted with it. After compiling and
running the code I obtain the following error:
Fortran runtime error: Cannot match namelist object name
overshoot_f_below_nonburn
Why is this happening and how do I solve it? Here is the inlist I am
using, very similar to the one in the paper,
----------------------------------------------------------------------------------------
&star_job
show_log_description_at_start = .false.
save_model_when_terminate = .true.
save_model_filename = 'final.mod'
write_profile_when_terminate = .true.
filename_for_profile_when_terminate = 'final_profile.data'
kappa_file_prefix = 'gs98'
change_lnPgas_flag = .true.
new_lnPgas_flag = .true.
pgstar_flag = .true.
/ ! end of star_job namelist
&controls
initial_mass = 1.5
initial_z = 0.02
use_Type2_opacities = .true.
Zbase = 0.02
cool_wind_RGB_scheme = 'Reimers'
cool_wind_AGB_scheme = 'Blocker'
RGB_to_AGB_wind_switch = 1d-4
Reimers_scaling_factor = 5d-1
Blocker_scaling_factor = 5d-1
overshoot_f_below_nonburn = 0.018
overshoot_f_above_burn_h = 0.018
overshoot_f_above_burn_he = 0.018
photostep = 100
profile_interval = 100
max_num_profile_models = 100
history_inter val = 1
terminal_cnt = 10
write_header_frequency = 10
max_number_backups = 50
max_number_retries = 100
max_timestep = 3.15d14 ! in seconds
mesh_delta_coeff = 0.8
varcontrol_target = 5.d-4
xa_central_lower_limit_species(1) = ‘‘he4"
xa_central_lower_limit(1) = 0.05
/ ! end of controls namelist
&pgstar
/ ! end of pgstar namelist
----------------------------------------------------------------------------------------
Thank you very much.
More information about the Mesa-users
mailing list