Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/snapshots/snapshot_dirs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,13 @@ for the snapshot you're interested in. See
If you use the hdfstream module to read from a virtual snapshot, the
server automatically reads the underlying datasets in the real
snapshot files.

.. _warning_buggy_datasets:

.. warning:: Since the simulation was run,
:ref:`the values of the Xray properties (now stored in the xray chunk files)<issues_xray_uvb>`
and :ref:`the values of the FOF IDs (now stored in the membership chunk files)<issues_rerun_fof>`
have been updated. Loading the virtual file will give access to the correct datasets
, but the original datasets are still present
in the SWIFT output chunk files. These original datasets should not be used.

14 changes: 14 additions & 0 deletions source/support/image_pages/rerun_fof.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
:orphan:

Rerunning of Friend of Friends
==============================

.. _issues_rerun_fof:


Initially, the Friends of Friends (FoF) algorithm was configured to link all particle species (dark matter and baryons) using a universal linking length.
However, prior to generating the HBT catalogues, the FoF was rerun using dark matter (DM) particles only.
Baryonic particles are attached to FoF groups based on their nearest DM neighbour.
This change results in negligible changes to halo mass and membership.

The final FoF group memberships are stored within the membership chunk files.
1 change: 0 additions & 1 deletion source/support/support_issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ Affected maps:
Incorrect UVB used for computing X-ray values
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


The X-ray tables used to compute X-ray luminosities when running the simulations assumed the z=0 UV background for all redshifts. The X-ray values have been recomputed for
all the snapshots using a corrected table. We have also recomputed the X-ray maps where possible, but the shells above :math:`z=0.5` for the
:math:`1 \mathrm{Gpc}` runs have not been corrected.
Expand Down
Loading