[Mesa-users] problem of other hooks
Jared Goldberg
goldberg at physics.ucsb.edu
Mon Aug 2 01:01:07 UTC 2021
Hi Kai-an,
The model may have run to completion, but that doesn't mean the other_d_mix
routine was executed.
Your other_d_mix hook will only be called if use_other_d_mix=.true. is set
in the &controls section of your inlist.
If you want to check for yourself, add write(*,*) statements to your
other_d_mix routine, recompile, and then you can see for yourself if
other_d_mix is running or not.
~Jared
On Sat, Jul 31, 2021 at 3:23 PM 游凱安 via Mesa-users <
mesa-users at lists.mesastar.org> wrote:
> Dear professors,
>
> I want to check one thing,
>
> if I copy other hooks(such as other_d_mix) into run_star_extra.f90,
>
> and edit the extras_controls routine in run_star_extras.f to point the
> other_d_mix at the routine I want to be executed,
>
> but I didn't write "use_other_d_mix = .true. in the inlists,
>
> and the model ran successfully.
>
> I want to check if this hook was effective without adding it in control
> section.
>
> my mesa version is mesa-r15140
>
> Thanks for your patience.
>
> ~Kai-an
> _______________________________________________
> mesa-users at lists.mesastar.org
> https://lists.mesastar.org/mailman/listinfo/mesa-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20210801/cbc2d11e/attachment.htm>
More information about the Mesa-users
mailing list