[mesa-users] default value set rates preference
amber lauer
alauer1 at lsu.edu
Mon May 16 23:29:45 EDT 2016
Thanks Aaron, I'm comfortable with the default files and I can grep but my
Fortran is shaky. But I can usually figure out what's going on if I study
it.
On May 16, 2016 9:09 PM, "Aaron Dotter" <aaron.dotter at gmail.com> wrote:
> Developing a comfort level with grep and the MESA source code is a
> worthwhile endeavor.
>
> To answer the question "What happens if I *don't* use
> set_rates_preference?" we follow the trail of breadcrumbs to the following
> subroutine in star/private/net.f90:
>
> subroutine default_set_which_rates(id, ierr)
> use rates_def, only: rates_NACRE_if_available
> integer, intent(in) :: id
> integer, intent(out) :: ierr
> type (star_info), pointer :: s
> ierr = 0
> call get_star_ptr(id, s, ierr)
> if (ierr /= 0) return
> s% which_rates(:) = rates_NACRE_if_available
> end subroutine default_set_which_rates
>
>
> Aaron
>
> On Tue, May 17, 2016 at 11:19 AM, amber lauer <alauer1 at lsu.edu> wrote:
>
>> Hi Francis, that was one of the sources I consulted. If the information
>> is there then maybe I'm just not interpreting it correctly.
>> On May 16, 2016 7:21 PM, "Francis Timmes" <fxt44 at mac.com> wrote:
>>
>>> http://mesa.sourceforge.net/star_job_defaults.html#new_rates_preference
>>>
>>> fxt
>>>
>>>
>>>
>>> > On May 16, 2016, at 3:08 PM, amber lauer <alauer1 at lsu.edu> wrote:
>>> >
>>> > I have looked on the website and in the star_job.defaults file and I'm
>>> confident I don't see this question answered there. What is the default
>>> value for new_rates_preference? If that variable is not used does it
>>> default to NACRE or Reaclib?
>>> >
>>> >
>>> > --
>>> > Amber Lauer. M.S. Physics
>>> > PhD Candidate,
>>> > Graduate School of Physics,
>>> > Louisiana State University
>>> >
>>> ------------------------------------------------------------------------------
>>> > Mobile security can be enabling, not merely restricting. Employees who
>>> > bring their own devices (BYOD) to work are irked by the imposition of
>>> MDM
>>> > restrictions. Mobile Device Manager Plus allows you to control only the
>>> > apps on BYO-devices by containerizing them, leaving personal data
>>> untouched!
>>> >
>>> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j_______________________________________________
>>> > mesa-users mailing list
>>> > mesa-users at lists.sourceforge.net
>>> > https://lists.sourceforge.net/lists/listinfo/mesa-users
>>>
>>>
>>
>> ------------------------------------------------------------------------------
>> Mobile security can be enabling, not merely restricting. Employees who
>> bring their own devices (BYOD) to work are irked by the imposition of MDM
>> restrictions. Mobile Device Manager Plus allows you to control only the
>> apps on BYO-devices by containerizing them, leaving personal data
>> untouched!
>> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
>> _______________________________________________
>> 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/20160516/14a2f883/attachment.html>
More information about the Mesa-users
mailing list