[mesa-users] Abundance_win_flag
Josiah Schwab
jwschwab at berkeley.edu
Mon Jul 18 13:35:42 EDT 2016
Hi Bruno,
> Another thing: to appear only abundances of Li and I should be doing this?
> Abundance_num_isos_to_show = 2 ! number of elements to display
> Abundance_which_isos_to_show (4) = 'li7'
> Abundance_which_isos_to_show (5) = 'be7'
Abundance_which_isos_to_show is an array and Abundance_num_isos_to_show
means use the first N elements. So make sure to adjust the array
indices accordingly, i.e.,
Abundance_num_isos_to_show = 2
Abundance_which_isos_to_show (1) = 'li7'
Abundance_which_isos_to_show (2) = 'be7'
Josiah
More information about the Mesa-users
mailing list