Research Blog
Welcome to my Research Blog.
This is mostly meant to document what I am working on for myself, and to communicate with my colleagues. It is likely filled with errors!
I plan on fitting the halo vpeak function from the simulations to use in the abundance matching step. Here is my set-up for the 5123 simulations (I will have to update this with the higher resolution simulations)
I am following the functional form from Comparat et al 2017 (originally from Rodriguez-Puebla et al. 2016):
log10[v3peakH(z)3dndlnvpeak]=log10[A(1+vpeakvcut)−βexp[(−vpeakvcut)α]]There are four parameters to fit A, vpeak, α and β. I will use velocity units of km/s and have H(z) in units of km/s/Mpc. The number density, n is in Mpc−3
As in Comparat et al 2017 I will also consider distinct and satellite halos separately. Each parameter can be expressed as a polynomial in redshift p(z)=p0+p1z+...
First, here is the fit for the final snapshot, using all the halos with log10vpeak>2.2
Looks like it is working pretty well (clearly it will be better with the higher resolution simulations).
Next, I will look at how the four parameters vary with redshift… I will need to calculate vpeak for the halos in each snapshot. Currently I have a script to do this on a single snapshot, by reading in halo catalogs, and using the merger trees to find vmax(z). I will work on automating this to run on all the snapshots.