evTools
Tools to manipulate and display output from the binary stellar-evolution code ev/STARS/TWIN
|
src | |
code_version.f90 | Source file generated by CMake to report the evTools version used |
convert_initdat.f90 | Read an old-format (pre-2009) ev init.dat file and spit out a namelist version |
dat2plt.f90 | Reads some data file with a stellar-evolution model from some other code and saves the data in plt format |
findplt.f90 | Reads .plt[12] files and displays properties of the interpolated model with a certain value for a certain variable |
functions.f90 | Shared modules, functions and subroutines for the evTools package |
getgrid.f90 | Find the parameters you need to get a grid with n values between x1 and x2 |
grid.f90 | See what a log grid of models in ev will result in |
listmdl.f90 | Lists the data contained in *.mdl[12] files |
listmod.f90 | List the contents of a .mod file to screen |
listplt.f90 | Reads the data contained in star.plt1,2 and prints it to screen, taken from plotplt |
makerun.f90 | Reads, optinally changes and (over!)writes an init.run (fort.23) input file |
mdl_functions.f90 | Routines to help plot the data contained in mdl[12] files |
mergeplt.f90 | Merges the data contained in two .plt-files |
nagfor.f90 | Provide some redirection/dummy routines to compile the code with NAG Fortran and g95 |
plotfunctions.f90 | Functions and subroutines for the evTools package that need pgplot |
plotmdl.f90 | Plots the data contained in mdl[12] files |
plotmdln.f90 | Plots the data contained in star.mdl[12], for some or all (n) structure models in the file, and for ONE set of variables |
plotmod.f90 | Reads an input or output structure model file from ev and lists the properties of each model it contains |
plotplt.f90 | Plots the data contained in .plt[12] files, highlights selected points |
plt2ce.f90 | Convert a .plt? file to a .ce file with selected columns for common-envelope calculations |
plt2dat.f90 | Convert a .plt[12] file to a .dat file with selected columns |
plt2obs.f90 | Convert code output in plt-file to observables (V, U-B, B-V, V-R, R-I) Based on Kurucz' atmosphere models, needs UBVRI.Kur |
plt_functions.f90 | Functions and subroutines for plotplt* in the evTools package that need pgplot |
selplt.f90 | From a .plt[12] file, or a series of plot files, select the models that fulfill certain conditions. and write them to a new file. Use this on a grid of models, e.g. to pick out the models that fit V = 10+-1 and B-V = 1.1+-0.1 |