evTools
Tools to manipulate and display output from the binary stellar-evolution code ev/STARS/TWIN
|
Read an old-format (pre-2009) ev init.dat file and spit out a namelist version. More...
Data Types | |
module | initdat |
Store the parameters in init.dat. More... | |
Functions/Subroutines | |
program | convert_initdat |
subroutine | set_defaults () |
subroutine | read_old_initdat (infilename) |
subroutine | write_new_initdat (outfilename) |
Read an old-format (pre-2009) ev init.dat file and spit out a namelist version.
program convert_initdat | ( | ) |
References read_old_initdat(), set_defaults(), and write_new_initdat().
subroutine read_old_initdat | ( | character, dimension(*), intent(in) | infilename | ) |
Referenced by convert_initdat().
subroutine set_defaults | ( | ) |
Referenced by convert_initdat().
subroutine write_new_initdat | ( | character, dimension(*), intent(in) | outfilename | ) |
Referenced by convert_initdat().