[mesa-users] MESA: Problems calling adipls module
Janina Renk
janina.renk at fysik.su.se
Sat Oct 22 07:19:58 EDT 2016
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 the run_star_extras. Besides specifying it in the controls defaults is there anything else I have to do? And how can I call it in the run_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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20161022/7b8baab6/attachment.html>
More information about the Mesa-users
mailing list