MODCONV - Stellar Models Conversion Tool

2007©MJM | 2007-03-31


Author: Mário J. P. F. G. Monteiro

In order to facilitate the exchange of stellar models produced by different evolution codes, both for the comparison of the models and for the calculation of their frequencies of oscillation, this simple tool (in FORTRAN) has been created. It will read a model in a specific format in order to produce an output file in a different format.

For a detailed description of the File Formats please see the latest version (2005-11-21) of the CoRoT/ESTA document.

The conversions already available (more will be implemented as necessary) are;

Input format (and code) Output format(s)
GONG (ASTEC) FGONG (ASTEC) -- OSC (CESAM) -- AMDL (ADIPLS) -- FAMDL (ADIPLS)
FGONG (ASTEC) OSC (CESAM) -- AMDL (ADIPLS) -- FAMDL (ADIPLS) -- SROX (OSCROX)
OSC (CESAM) FGONG (ASTEC) -- AMDL (ADIPLS) -- FAMDL (ADIPLS) -- SROX (STAROX)
SROX (STAROX) FGONG (ASTEC) -- AMDL (ADIPLS) -- FAMDL (ADIPLS)

If you would like to proposed an additional option as input and/or output format, please send me the details.

MODCONV Version 0.3 (2005-11-21):

This version can be downloaded as a tar-gzip file containing the following files:

In order to use this tool you will need to compile it by entering "make modconv".

Alternatively, you may also choose to add one of the "read_???.f" subroutines to existing programmes in order to hardwire the reading option into your code.

WARNING: This is not a fully functional version of all subroutines, it has not been fully tested, and some of the conversions do not produce full conversions (some items are not included in the output). Please use with caution and let me know of any serious (and no-so-serious) errors you may find, as well as of any addition that should be implemented. Any suggestions and/or error reports are very much appreciated.