This database contains tables with the redshift for each snapshot in the MR and MR7 simulations. The columns in these tables are as follows:
column | type | UCD | unit | description |
snapnum | integer | | | The index of the snapshot in the list of outputs orderd by time. |
a | real | | | The scale factor t the time of this snapshot |
z | real | | | The redshift in full precision |
Hz | real | | | The Hubble parameter at the time of this snapshot, divided by 100 km/s/Mpc |
lookBackTime | real | | 109 years | The lookback time corresponding to the snapshot |
The snapshots for the MR simulation can be listed as follows:
select * from snapshots..mr
Or to list the snapshots for the MR7 simulation:
select * from snapshots..mr7
|