evTools
Tools to manipulate and display output from the binary stellar-evolution code ev/STARS/TWIN
 All Classes Files Functions Variables Pages
Functions/Subroutines
findplt.f90 File Reference

(evTools version 0.4.1, revision 191, hash 60997ac (2015-04-25))

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...
 

Detailed Description

Reads .plt[12] files and displays properties of the interpolated model with a certain value for a certain variable.

Function/Subroutine Documentation

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.

Parameters
nSize of data array
xxData array
iinVariable number to print if iout>0
iout0: print standard selection, <0: print all variables, >0: print variables iin and iout

Referenced by findplt().