Appends m_evolved column to given core catalog and saves output core catalog in HDF5 format. m_evolved is initialized as 0 and tracks halo mass loss after core infall according to given subhalo mass loss model. Currently configured for AlphaQ core catalog.
- Change cosmology parameters,
cc_data_dir
, andcc_output_dir
insubhalo_mass_loss_model.py
- Create empty directory
cc_output_dir
python cc_generate.py
See Notebooks/
for useful Jupyter notebooks. Helper functions for plotting subhalo, core evolved mass, and core unevolved mass functions are provided in plot_subhalo_mass_fn.py
.
Currently using Jiang and van den Bosch 2016 model. A different model can be specifed by modifying subhalo_mass_loss_model.py
.