evTools
Tools to manipulate and display output from the binary stellar-evolution code ev/STARS/TWIN
|
Files | |
file | code_version.f90 |
Source file generated by CMake to report the evTools version used. | |
file | convert_initdat.f90 |
Read an old-format (pre-2009) ev init.dat file and spit out a namelist version. | |
file | dat2plt.f90 |
Reads some data file with a stellar-evolution model from some other code and saves the data in plt format. | |
file | findplt.f90 |
Reads .plt[12] files and displays properties of the interpolated model with a certain value for a certain variable. | |
file | functions.f90 |
Shared modules, functions and subroutines for the evTools package. | |
file | getgrid.f90 |
Find the parameters you need to get a grid with n values between x1 and x2. | |
file | grid.f90 |
See what a log grid of models in ev will result in. | |
file | listmdl.f90 |
Lists the data contained in *.mdl[12] files. | |
file | listmod.f90 |
List the contents of a .mod file to screen. | |
file | listplt.f90 |
Reads the data contained in star.plt1,2 and prints it to screen, taken from plotplt. | |
file | makerun.f90 |
Reads, optinally changes and (over!)writes an init.run (fort.23) input file. | |
file | mdl_functions.f90 |
Routines to help plot the data contained in mdl[12] files. | |
file | mergeplt.f90 |
Merges the data contained in two .plt-files. | |
file | nagfor.f90 |
Provide some redirection/dummy routines to compile the code with NAG Fortran and g95. | |
file | plotfunctions.f90 |
Functions and subroutines for the evTools package that need pgplot. | |
file | plotmdl.f90 |
Plots the data contained in mdl[12] files. | |
file | 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. | |
file | plotmod.f90 |
Reads an input or output structure model file from ev and lists the properties of each model it contains. | |
file | plotplt.f90 |
Plots the data contained in .plt[12] files, highlights selected points. | |
file | plt2ce.f90 |
Convert a .plt? file to a .ce file with selected columns for common-envelope calculations. | |
file | plt2dat.f90 |
Convert a .plt[12] file to a .dat file with selected columns. | |
file | 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. | |
file | plt_functions.f90 |
Functions and subroutines for plotplt* in the evTools package that need pgplot. | |
file | 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. | |