[mesa-users] use star_utils - fatal error

Jakub Ostrowski ostrowski at astro.uni.wroc.pl
Sat Nov 22 06:26:24 EST 2014


Hi,

I need to calculate a thermal timescale and in order to have consistent results I wanted to calculate values of T an Cp at a face of a cell. I found a subroutine get_face_values in star/private/star_utils.f which seems to be well suited for the task but the problem is I can’t use star_utils in my code. When I include

	use star_utils, only: get_face_values

in data_for_extra_profile_columns in my run_star_extras.f (attached) during a compilation I got an error like this:

../src/run_star_extras.f:196.13:

         use star_utils, only: interp_val_to_pt
             1
Fatal Error: Can't open module file 'star_utils.mod' for reading at (1): No such file or directory

It seems I can’t use anything from star_utils. Do you have any idea why is it so and how to fix it?

Cheers,
Jakub
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20141122/00123786/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: run_star_extras.f
Type: application/octet-stream
Size: 13089 bytes
Desc: not available
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20141122/00123786/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mesastar.org/pipermail/mesa-users/attachments/20141122/00123786/attachment-0001.html>


More information about the Mesa-users mailing list