[mesa-users] MESA: Problems calling adipls module
Bill Paxton
paxton at kitp.ucsb.edu
Sat Oct 22 12:34:13 EDT 2016
Hi,
The star/test_suite/pulse_adipls case is doing something that is similar to your project. You might want to run that test case and study what it does in run_star_extras. You might even be able to see ways to modify to do what you need.
Cheers,
Bill
On Oct 22, 2016, at 4:19 AM, Janina Renk wrote:
> Hi all,
>
> I just started using MESA (& fortran90) and trying to implement some extras I ran into some troubles. It would be great if some could help me to solve them.
>
> I am running MESA 8845 with mesasdk 20160129 on ubuntu 14.04.
>
> I want to include a routine to get the adipls frequency information. My modifications compile but when I run MESA it just freezes at the point where the adipls module is supposed to be called. None of the implemented error messages are printed, and it does not continue or break. Here is what I did:
>
> I have a subroutine which calls adipls_get_one_el_info from adipls_support. This runs up to the point where the routine run_adipls is called. Which again runs until the actual adipls is called, i.e.
> call adipls(i_paramset, ierr_param, i_inout, &
> x, aa, data, nn, ivarmd, iaa_arg)
>
> At that point it just freezes. As it did not print anything when I added a 'write' directly after the variable declarations in adipls I assume the problem is that adipls is not properly called? I did not modify anything in the adipls_support module. Did anybody else encounter that problem and is there a way to solve this? I just subscribed to the mailing list and it seems I don't have access to old issues.
>
> A second – minor – question is: I want to add a constant which can be specified in the inlist in the controls and then use it in therun_star_extras. Besides specifying it in the controls defaults is there anything else I have to do? And how can I call it in therun_star_extras? I went through some of the MESA summer school materials but unfortunately could not find any instructive example.
>
> Thank you very much for your help!
>
> Cheers,
> Janina
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot_______________________________________________
> 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/20161022/25b6d5e8/attachment.html>
More information about the Mesa-users
mailing list