[mesa-users] How can I make a project with multiple inlist files?

Aaron Dotter aaron.dotter at gmail.com
Mon May 5 01:06:15 EDT 2014


Hi Hyun,

You can find an example of a test for a thermal pulse that is implemented
in MESA as a stopping criterion.  See controls.defaults:

      stop_at_TP = .false.
         ! if true, stop at next AGB thermal pulse.
         ! this is defined as having a convective zone with helium burning
         ! when central helium is depleted
         ! and h1_boundary_mass - he4_boundary_mass <= TP_he_shell_max
      TP_he_shell_max = 0.2 ! Msun units

Have a look at star/test_suite/0.001_tau1_atm/ for an example of a multiple
step run process.  The script 'rn' runs five different inlists and starting
.mod files.

But also know that you can find information about how the plots in the
paper were generated organized by section.  It may be that the answer to
your question is there.

http://mesastar.org/results/mesa2


Cheers,
Aaron



On Mon, May 5, 2014 at 2:57 PM, 이현택 <diolet at unist.ac.kr> wrote:

>  HI.
>
> These days I trying to reproduce the MESA paper's result,especially for
> MESA: GIANT PLANETS, OSCILLATIONS,
> ROTATION, AND MASSIVE STARS, Figure 20.
>
> According to the paper , the result produced by test suite case make_co_wd
> which is composed of 2 steps.
>
> After the first thermal pulsation, it saves the mod file and then restart
> the mod file with the second inlist file which contains different stellar
> wind parameter.
>
> My question is thtat how we can determine whether the star initiates
> thermal pulsation?
>
> according to the inlist_prepare_to_make_co_wd , it just saves the mod file
> when the computational model number is 3000.
>
> So, in my opinion, there is no clear computational criteria. Is it correct
> understanding for the structure of the make_co_wd setting ?
>
> And why do we need the initial mass setting for the second inlist file? I
> think that we don't need the initial mass setting for the second inlist
> file, since it loads the 'after_1st_TP.mod' file.
>
> My final question is, how can I make the projects which contains the
> multiple inlist files from mesa/star/work? Do I have to modify ./rn shell
> script file?
>
> -Sincerely Yours, Hyun Taek-
>
>
>
>
> ------------------------------------------------------------------------------
> Is your legacy SCM system holding you back? Join Perforce May 7 to find
> out:
> • 3 signs your SCM is hindering your productivity
> • Requirements for releasing software faster
> • Expert tips and advice for migrating your SCM now
> http://p.sf.net/sfu/perforce
> _______________________________________________
> mesa-users mailing list
> mesa-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mesa-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20140505/7023405f/attachment.html>


More information about the Mesa-users mailing list