IGMtransfer is a numerical code written in Fortran 90/95, intended for simulating the radiative transfer (RT) through the intergalactic medium (IGM) of light in the vicinity of the Lyα line. Originally written to investigate how the IGM close to Lyα emitting galaxies affects the emission line, it can also be used to ascertain the general transmission properties of the IGM, thus making it useful in simulations of cosmic reionization.
The RT is performed in a (possibly adaptively refined) cell-based structure, in either a "box", or a spherical subvolume. Optionally, dust may be included in the simulations.
Download all the required files in the .tar file (or get them individually) and put them in your favorite directory.
For applications of IGMtransfer leading to publications, please cite
Intergalactic Transmission and its Impact on the Lyα Line,
Laursen, P., Sommer-Larsen, J., & Razoumov, A. O. 2011, ApJ, 728, 52
IGMtransfer does not come with any warranty.
IGMtransfer is my first published code.
If you discover a bug, if anything is unclear, or if you have suggestions on how to
present it more clearly, please let me know at
.
• Implement identification of absorber systems, determining the distribution of their column densities.
• Publish code to interpolate parameters from SPH simulation to AMR grid.
File | Description |
| Archive: | |
| IGMtransfer-v1.1.1.tar.gz | 66 Mb gzipped archive with all files. Unzip with: tar xvfz IGMtransfer-v1.1.1.tar.gz |
| Individual files: | |
| Documentation.pdf | Documentation |
| IGMtransfer.f90 | Main code |
| ProcessIGM.f90 | Processes the output from IGMtransfer |
| F_lam.pro | Visualizes the output from ProcessIGM |
| foldI.vim | Structures the contents of IGMtransfer.f90 if you use Vim |
| foldP.vim | Structures the contents of ProcessIGM.f90 |
| foldF.vim | Structures the contents of F_lam.pro |
| test.in | Example input parameter file for IGMtransfer |
| CellData.bin.gz | Example input file with physical parameters of gas |
| GalData.dat | Example input file with physical parameters of galaxies |
| toymodel.in | Example input file for small toy model consisting of this grid |
| CellData.dat | ASCII data file with toy model gas parameters |
| dat2bin.f90 | Converts ASCII data to binary |
| GalData.dat | Data for two toy galaxies |
| Previous versions: | |
| IGMtransfer-v1.0.tar.gz | |