evTools
Tools to manipulate and display output from the binary stellar-evolution code ev/STARS/TWIN
|
Reads .plt[12] files and displays properties of the interpolated model with a certain value for a certain variable. More...
Functions/Subroutines | |
program | findplt |
Find the model with the closest value for a specified variable, interpolate, and return the values of the other variables. More... | |
subroutine | printmodel (n, xx, iin, iout) |
Prints a selected (interpolated) model. More... | |
Reads .plt[12] files and displays properties of the interpolated model with a certain value for a certain variable.
program findplt | ( | ) |
Find the model with the closest value for a specified variable, interpolate, and return the values of the other variables.
References lt2ubv(), printmodel(), and setconstants().
subroutine printmodel | ( | integer, intent(in) | n, |
real(double), dimension(n), intent(in) | xx, | ||
integer, intent(in) | iin, | ||
integer, intent(in) | iout | ||
) |
Prints a selected (interpolated) model.
n | Size of data array |
xx | Data array |
iin | Variable number to print if iout>0 |
iout | 0: print standard selection, <0: print all variables, >0: print variables iin and iout |
Referenced by findplt().