From 82738ee5aa914c7e38b1eb7735f17d0ec98810e5 Mon Sep 17 00:00:00 2001 From: robjmcgibbon Date: Wed, 20 May 2026 11:05:45 +0200 Subject: [PATCH] Remove note on total accreted masses --- source/snapshots/snapshot_particle_properties.rst | 2 +- source/support/support_issues.rst | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/source/snapshots/snapshot_particle_properties.rst b/source/snapshots/snapshot_particle_properties.rst index d21850b..b1ad54c 100644 --- a/source/snapshots/snapshot_particle_properties.rst +++ b/source/snapshots/snapshot_particle_properties.rst @@ -195,7 +195,7 @@ HDF5 datasets which store the following particle properties: +-------------------------------------------+---------+------------+---------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ``SubgridMasses`` | float32 | N | :math:`10^{10} \mathrm{M}_\odot` | Subgrid masses of the particles | +-------------------------------------------+---------+------------+---------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| ``TotalAccretedMasses`` | float32 | N | :math:`10^{10} \mathrm{M}_\odot \mathrm{Mpc}^{-1} \mathrm{km/s}` | Total mass accreted onto the particles since its birth. :ref:`The units are incorrect for the Jet & Jet_fgas−4σ runs `. | +| ``TotalAccretedMasses`` | float32 | N | :math:`10^{10} \mathrm{M}_\odot` | Total mass accreted onto the particles since its birth. | +-------------------------------------------+---------+------------+---------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ``Velocities`` | float32 | N,3 | :math:`\mathrm{km/s}` | Peculiar velocities of the particles. This is :math:`a * dx/dt` where :math:`x` is the co-moving position of the particle. | +-------------------------------------------+---------+------------+---------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/source/support/support_issues.rst b/source/support/support_issues.rst index 3fe690c..b9f9414 100644 --- a/source/support/support_issues.rst +++ b/source/support/support_issues.rst @@ -58,14 +58,6 @@ Starting with HDF5 version 1.14.4, datasets with a :ref:`compression filter ` which compresses the data by more than 2x are flagged as problematic. This affects the following fields in the snapshots ``PartType0/MaximalTemperatures``, ``PartType0/ElectronNumberDensities``. The h5py python package does not currently support the option to disable this flag, so a version built with ``HDF5 < 1.14.4`` must be used. -.. _issues_total_accreted_masses: - -Incorrect units for ``TotalAccretedMasses`` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -The field ``TotalAccretedMasses`` in the Jet & Jet_fgas-4σ runs have units of :math:`10^{10}\mathrm{M}_\odot` rather than :math:`10^{10} \mathrm{M}_\odot \mathrm{Mpc}^{-1} \mathrm{km/s}`. The stored values should be treated as if they did have the correct units. - - Halo catalogues ---------------