Hi Zoe, > I want to know if it is possible to use some data in txt file from > outside of MESA, as an input for a new variable, which is introduced > in other_momentum subroutine. Sure. Your other_momentum routine can do I/O. You just need to write the fortran code to read the data from the txt file. Josiah