[Mesa-users] Fortran runtime error: Cannot match namelist object name overshoot_f_below_nonburn

Evan Bauer ebauer at physics.ucsb.edu
Wed Aug 1 15:42:07 EDT 2018


Hi Pedro,

It looks like the name of that control may have changed at some point. The error you’re getting simply indicates that there is no such inlist control as overshoot_f_below_nonburn.

Looking in $MESA_DIR/star/defaults/controls.defaults, I see that there is a control called
	overshoot_f_below_nonburn_shell

Substituting that in should solve your problem.

Cheers,
Evan


> On Aug 1, 2018, at 12:29 PM, Pedro Nuno David Gomes via Mesa-users <mesa-users at lists.mesastar.org> wrote:
> 
> 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.
> _______________________________________________
> mesa-users at lists.mesastar.org
> https://lists.mesastar.org/mailman/listinfo/mesa-users
> 




More information about the Mesa-users mailing list