-
Notifications
You must be signed in to change notification settings - Fork 19
Description
For non-primary progenitors - i.e. halos which will merge into a host and become subhalos - there is inconsistency in how properties are evolved. Consider a non-primary progenitor defined at time
This leads to some inconsistent behavior - for example, for NFW profiles, the density normalization is computed from the virial mass, virial radius, and scale radius. Since the virial radius evolves during this time period the density normalization will evolve, inconsistent with our choice to keep the scale radius fixed.
The inconsistency will get smaller if trees are built to higher precision (since
Some options for better approaches include:
- Evaluate the virial radius at the time at which the halo is last defined (i.e. at
$t-\Delta t$ ), so that it does not evolve between$t-\Delta t$ and$t$ ; - Develop some model for the mass growth of the halo between
$t-\Delta t$ and$t$ ;- Currently we assume that all unresolved mass is added to the primary halo - we could instead assume that it is added to all progenitors, divided up proportional to their mass at
$t-\Delta t$ ; - Then just apply the usual rules for the evolution of the viral radius, scale radii, etc.
- Currently we assume that all unresolved mass is added to the primary halo - we could instead assume that it is added to all progenitors, divided up proportional to their mass at
Of course, the assumption that merging always happens at
How much this matters is unclear - probably not very much for most applications?