[Mesa-users] other_wind

Josiah Schwab jwschwab at ucsc.edu
Tue Oct 15 23:01:30 EDT 2019


Hi Croxmor,

> But when I saw the other_wind.f90 code file, it didn't give me an example
> of how to add a new wind scheme to the cool_wind_rgb; the only thing I want
> to do, is to replace the original wind equation of one of the default
> schemes, and use another version of that one.
> So my problem is, from all the different routines and subroutines defined
> en wind.f90; which one should I take and put in my run_star_extra file as a
> subroutine?
> When I only want to add a new scheme for the cool_wind_rgb without changing
> anything else?
> Here I attached the wind.f90 file for faster revision.

I believe you can provide your other routine in run_star_extras and then set

  cool_wind_RGB_scheme = 'other'

to only apply it in that case.

Josiah


More information about the Mesa-users mailing list