... | ... | @@ -21,14 +21,14 @@ script. |
|
|
| Field name | Block ID | Units | Description |
|
|
|
|-----------------------------|:-------------|----------------------------:|--------------------------------------:|
|
|
|
| Coordinates | POS | $`\text{UnitLength}`$ $`a\, h^{-1}`$ | Comoving position; for cells: position of mesh-generating point |
|
|
|
| Velocities | VEL | $`\text{UnitVelocity}`$ $`a^{0.5}`$ | Velcoity |
|
|
|
| Velocities | VEL | $`\text{UnitVelocity}`$ $`a^{0.5}`$ | Velocity |
|
|
|
| ParticleIDs | ID | | Unique ID of particle |
|
|
|
| Masses | MASS | $`\text{UnitMass}`$ $`h^{-1}`$ | Mass, if not present: header/MassTable |
|
|
|
| Potential | POT | $`\text{UnitVelocity}^2`$ $`a^{-1}`$ | Gravitational potential energy (``OUTPUTPOTENTIAL``) |
|
|
|
| InternalEnergy | U | $`\text{UnitVelocity}^2`$ | Specific internal energy |
|
|
|
| Density | RHO | $`\text{UnitMass}`$ $`\text{UnitLength}^{-3}`$ $`a^{-3} \, h^2`$ | Density of gas |
|
|
|
| Pressure | PRES | $`\text{UnitLength}^{-3}`$ $`\text{UnitMass}`$ $`\text{UnitVelocity}^2`$ $`a^{-3} \, h^2`$ | Thermal pressure of gas (``OUTPUT_PRESSURE``) |
|
|
|
| SoundSpeed | CSND | $`\text{UnitVelocity}`$ | Effective sound speed of both thermal and magnetic component (note different `a` scaling compared to VEL!) (``OUTPUT_CSND``) |
|
|
|
| SoundSpeed | CSND | $`\text{UnitVelocity}`$ | Effective sound speed of both thermal and magnetic component (note different $`a`$ scaling compared to VEL!) (``OUTPUT_CSND``) |
|
|
|
| ElectronAbundance | NE | | Electron number density relative to hydrogen (``COOLING``) |
|
|
|
| NeutralHydrogenAbundance | NH | | Neutral hydrogen fraction (``COOLING``) |
|
|
|
| StarFormationRate | SFR | $`M_\odot`$ yr$`^{-1}`$ | Star formation rate (``USE_SFR``) |
|
... | ... | @@ -126,276 +126,148 @@ The (sub)halo output files have two hdf5 groups containing halo data, called |
|
|
algorithm), and ``Subhalo``, for substructures in groups.
|
|
|
|
|
|
|
|
|
**Halo fields in goup catalogue files**
|
|
|
**Halo fields in group catalogue files**
|
|
|
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group field name | Block ID | Units | Description |
|
|
|
+=============================+==============+================================================================================================================+=====================================================================================================================================+
|
|
|
| GroupLen | FLEN | | Number of particles/cells in group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| GroupMass | FMAS | :math:`\text{UnitMass}` :math:`h^{-1}` | Sum of masses of all particles in group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| GroupPos | FPOS | :math:`\text{UnitLength}` :math:`a \, h^{-1}` | Position of the most bound particle in group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| GroupCM | FGCM | :math:`\text{UnitLength}` :math:`a \, h^{-1}` | Position of center of mass of group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| GroupVel | FVEL | :math:`\text{UnitVelocity}` :math:`a^{-1}` | Velocity of the group, computed as the sum of the mass weighted velocities of all particles/cells in this group, of all types. |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| GroupLenType | FLTY | | Number of particles of given type in group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| GroupMassType | FMTY | :math:`\text{UnitMass}` :math:`h^{-1}` | Sum of particle masses of given type |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| GroupSFR | FSFR | :math:`\text{Msun}` :math:`\text{yr}^{-1}` | Cumulative star formation rate of all gas cells in group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_M_Mean200 | FMM2 | :math:`\text{UnitMass}` :math:`h^{-1}` | Total mass within a sphere with mean density of 200 times the mean density of the Universe. |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_R_Mean200 | FRM2 | :math:`\text{UnitLength}` :math:`a \, h^{-1}` | Radius of sphere corresponding to ``Group_M_Mean200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_M_Crit200 | FMC2 | :math:`\text{UnitMass}` :math:`h^{-1}` | Total mass within a sphere around ``GroupPos`` with mean density of 200 times the critical density of the Universe. |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_R_Crit200 | FRC2 | :math:`\text{UnitLength}` :math:`a \, h^{-1}` | Radius of sphere corresponding to ``Group_M_Crit200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_M_Crit500 | FMC5 | :math:`\text{UnitMass}` :math:`h^{-1}` | Total mass within a sphere around ``GroupPos`` with mean density of 500 times the critical density of the Universe. |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_R_Crit500 | FRC5 | :math:`\text{UnitLength}` :math:`a \, h^{-1}` | Radius of sphere corresponding to ``Group_M_Crit500`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_M_TopHat200 | FMT2 | :math:`\text{UnitMass}` :math:`h^{-1}` | Total mass within a sphere around ``GroupPos`` with mean density having a specific fraction of the mean density of the Universe. |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_R_TopHat200 | FRT2 | :math:`\text{UnitLength}` :math:`a \, h^{-1}` | Radius of sphere corresponding to ``Group_M_TopHat200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| GroupNsubs | FNSH | | Number of subhalos identified in this group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| GroupFirstSub | FFSH | | (Global) index of first subhalo in this group. -1 if there are none. |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| GroupFuzzOffsetType | FUOF | | Particle offset (for each type) of fuzzy particles. |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
|
|
|
|
|
|
|
|
|
**Subhalo fields in goup catalogue files**
|
|
|
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo field name | Block-ID | Units | Description |
|
|
|
+=============================+==============+================================================================================================================+=====================================================================================================================================+
|
|
|
| SubhaloLen | SLEN | | Total number of particles/cells in this subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloMass | SMAS | :math:`\text{UnitMass}` :math:`h^{-1}` | Total mass of all particles in this subhalo, child subhalos not included |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloPos | SPOS | :math:`\text{UnitLength}` :math:`a \, h^{-1}` | Position of most bound particle in subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloVel | SVEL | :math:`\text{UnitVelocity}` | Physical velocity of subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloLenType | SLTY | | Number of particle of each type in a subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloMassType | SMTY | :math:`\text{UnitMass}` :math:`h^{-1}` | Mass of each particle type in a subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloCM | SCMP | :math:`\text{UnitLength}` :math:`a \, h^{-1}` | Center of mass of subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloSpin | SSPI | :math:`\text{UnitLength}` :math:`\text{UnitVelocity}` :math:`h^{-1}` | Total spin in each coordinate axis from all subhalo particles/cells |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloVelDisp | SVDI | :math:`\text{UnitVelocity}` | 1d velocity dispersion |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloVmax | SVMX | :math:`\text{UnitVelocity}` | Maximum circular velocity |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloVmaxRad | SVRX | :math:`\text{UnitLength}` :math:`a` :math:`h^{-1}` | Radius of maximum circular velocity |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloHalfmassRad | SHMR | :math:`\text{UnitLength}` :math:`a` :math:`h^{-1}` | Radius containing half the mass of the subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloHalfmassRadType | SHMT | :math:`\text{UnitLength}` :math:`a` :math:`h^{-1}` | Radius containing half the mass of a given type of particles in the subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloMassInRad | SMIR | :math:`\text{UnitMass}` :math:`h^{-1}` | Sum of all particle masses enclosed in a sphere with twice the part4 (i.e. stellar) half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloMassInHalfRad | SMIH | :math:`\text{UnitMass}` :math:`h^{-1}` | Sum of all particle masses enclosed in a sphere with the part4 (i.e. stellar) half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloMassInMaxRad | SMIM | :math:`\text{UnitMass}` :math:`h^{-1}` | Sum of all particle masses enclosed in a sphere with radius ``SubhaloVmaxRad`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloMassInRadType | SMIT | :math:`\text{UnitMass}` :math:`h^{-1}` | Sum of particle masses of specific type particles enclosed in a sphere with twice the part4 (i.e. stellar) half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloMassInHalfRadType | SMHT | :math:`\text{UnitMass}` :math:`h^{-1}` | Sum of particle masses of specific type particles enclosed in a sphere with the part4 (i.e. stellar) half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloMassInMaxRadType | SMMT | :math:`\text{UnitMass}` :math:`h^{-1}` | Sum of particle masses of specific type particles enclosed in a sphere with radius ``SubhaloVmaxRad`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloIDMostbound | SIDM | | The ID of the most bound particle |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloGrNr | SGNR | | Global index of the (FoF) group this subhalo belongs to |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloParent | SPRT | | Index of a potential parent subhalo this subhalo is part of |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloBfldHalo | BFDH | :math:`\text{UnitMass}^{0.5}` :math:`\text{UnitVelocity}` :math:`\text{UnitLength}^{-1.5}` :math:`h \, a^{-2}` | Volume averaged magnetic field strength in subhalo (Gauss unit system, not Heaviside-Lorentz) |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloBfldDisk | BFDD | :math:`\text{UnitMass}^{0.5}` :math:`\text{UnitVelocity}` :math:`\text{UnitLength}^{-1.5}` :math:`h \, a^{-2}` | Volume averaged magnetic field strength within twice the stellar half mass radius (Gauss unit system, not Heaviside-Lorentz) |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloSFR | SSFR | :math:`\text{Msun} \, \text{yr}^{-1}` | Sum of star formation rates of all gas cells in the subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloSFRinRad | SSFI | :math:`\text{Msun} \, \text{yr}^{-1}` | Sum of star formation rates of all gas cells within twice the stellar half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloSFRinHalfRad | SSFH | :math:`\text{Msun} \, \text{yr}^{-1}` | Sum of star formation rates of all gas cells within the stellar half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloSFRinMaxRad | SSFM | :math:`\text{Msun} \, \text{yr}^{-1}` | Sum of star formation rates of all gas cells within a sphere with radius ``SubhaloVmaxRad`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| ID | PIDS | | Particle IDs in subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
|
|
| Group field name | Block ID | Units | Description |
|
|
|
|-----------------------------|:-------------|----------------------------:|--------------------------------------:|
|
|
|
| GroupLen | FLEN | | Number of particles/cells in group |
|
|
|
| GroupMass | FMAS | $`\text{UnitMass}`$ $`h^{-1}`$ | Sum of masses of all particles in group |
|
|
|
| GroupPos | FPOS | $`\text{UnitLength}`$ $`a \, h^{-1}`$ | Position of the most bound particle in group |
|
|
|
| GroupCM | FGCM | $`\text{UnitLength}`$ $`a \, h^{-1}`$ | Position of center of mass of group |
|
|
|
| GroupVel | FVEL | $`\text{UnitVelocity}`$ $`a^{-1}`$ | Velocity of the group, computed as the sum of the mass weighted velocities of all particles/cells in this group, of all types. |
|
|
|
| GroupLenType | FLTY | | Number of particles of given type in group |
|
|
|
| GroupMassType | FMTY | $`\text{UnitMass}`$ $`h^{-1}`$ | Sum of particle masses of given type |
|
|
|
| GroupSFR | FSFR | $`\text{Msun}`$ $`\text{yr}^{-1}`$ | Cumulative star formation rate of all gas cells in group |
|
|
|
| Group_M_Mean200 | FMM2 | $`\text{UnitMass}`$ $`h^{-1}`$ | Total mass within a sphere with mean density of 200 times the mean density of the Universe. |
|
|
|
| Group_R_Mean200 | FRM2 | $`\text{UnitLength}`$ $`a \, h^{-1}`$ | Radius of sphere corresponding to ``Group_M_Mean200`` |
|
|
|
| Group_M_Crit200 | FMC2 | $`\text{UnitMass}`$ $`h^{-1}`$ | Total mass within a sphere around ``GroupPos`` with mean density of 200 times the critical density of the Universe. |
|
|
|
| Group_R_Crit200 | FRC2 | $`\text{UnitLength}`$ $`a \, h^{-1}`$ | Radius of sphere corresponding to ``Group_M_Crit200`` |
|
|
|
| Group_M_Crit500 | FMC5 | $`\text{UnitMass}`$ $`h^{-1}`$ | Total mass within a sphere around ``GroupPos`` with mean density of 500 times the critical density of the Universe. |
|
|
|
| Group_R_Crit500 | FRC5 | $`\text{UnitLength}`$ $`a \, h^{-1}`$ | Radius of sphere corresponding to ``Group_M_Crit500`` |
|
|
|
| Group_M_TopHat200 | FMT2 | $`\text{UnitMass}`$ $`h^{-1}`$ | Total mass within a sphere around ``GroupPos`` with mean density having a specific fraction of the mean density of the Universe. |
|
|
|
| Group_R_TopHat200 | FRT2 | $`\text{UnitLength}`$ $`a \, h^{-1}`$ | Radius of sphere corresponding to ``Group_M_TopHat200`` |
|
|
|
| GroupNsubs | FNSH | | Number of subhalos identified in this group |
|
|
|
| GroupFirstSub | FFSH | | (Global) index of first subhalo in this group. -1 if there are none. |
|
|
|
| GroupFuzzOffsetType | FUOF | | Particle offset (for each type) of fuzzy particles. |
|
|
|
|
|
|
|
|
|
|
|
|
|
**Subhalo fields in group catalogue files**
|
|
|
|
|
|
| Subhalo field name | Block-ID | Units | Description |
|
|
|
|-----------------------------|:-------------|----------------------------:|--------------------------------------:|
|
|
|
| SubhaloLen | SLEN | | Total number of particles/cells in this subhalo |
|
|
|
| SubhaloMass | SMAS | $`\text{UnitMass}`$ $`h^{-1}`$ | Total mass of all particles in this subhalo, child subhalos not included |
|
|
|
| SubhaloPos | SPOS | $`\text{UnitLength}`$ $`a \, h^{-1}`$ | Position of most bound particle in subhalo |
|
|
|
| SubhaloVel | SVEL | $`\text{UnitVelocity}`$ | Physical velocity of subhalo |
|
|
|
| SubhaloLenType | SLTY | | Number of particle of each type in a subhalo |
|
|
|
| SubhaloMassType | SMTY | $`\text{UnitMass}`$ $`h^{-1}`$ | Mass of each particle type in a subhalo |
|
|
|
| SubhaloCM | SCMP | $`\text{UnitLength}`$ $`a \, h^{-1}`$ | Center of mass of subhalo |
|
|
|
| SubhaloSpin | SSPI | $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-1}`$ | Total spin in each coordinate axis from all subhalo particles/cells |
|
|
|
| SubhaloVelDisp | SVDI | $`\text{UnitVelocity}`$ | 1d velocity dispersion |
|
|
|
| SubhaloVmax | SVMX | $`\text{UnitVelocity}`$ | Maximum circular velocity |
|
|
|
| SubhaloVmaxRad | SVRX | $`\text{UnitLength}`$ $`a`$ $`h^{-1}`$ | Radius of maximum circular velocity |
|
|
|
| SubhaloHalfmassRad | SHMR | $`\text{UnitLength}`$ $`a`$ $`h^{-1}`$ | Radius containing half the mass of the subhalo |
|
|
|
| SubhaloHalfmassRadType | SHMT | $`\text{UnitLength}`$ $`a`$ $`h^{-1}`$ | Radius containing half the mass of a given type of particles in the subhalo |
|
|
|
| SubhaloMassInRad | SMIR | $`\text{UnitMass}`$ $`h^{-1}`$ | Sum of all particle masses enclosed in a sphere with twice the part4 (i.e. stellar) half mass radius |
|
|
|
| SubhaloMassInHalfRad | SMIH | $`\text{UnitMass}`$ $`h^{-1}`$ | Sum of all particle masses enclosed in a sphere with the part4 (i.e. stellar) half mass radius |
|
|
|
| SubhaloMassInMaxRad | SMIM | $`\text{UnitMass}`$ $`h^{-1}`$ | Sum of all particle masses enclosed in a sphere with radius ``SubhaloVmaxRad`` |
|
|
|
| SubhaloMassInRadType | SMIT | $`\text{UnitMass}`$ $`h^{-1}`$ | Sum of particle masses of specific type particles enclosed in a sphere with twice the part4 (i.e. stellar) half mass radius |
|
|
|
| SubhaloMassInHalfRadType | SMHT | $`\text{UnitMass}`$ $`h^{-1}`$ | Sum of particle masses of specific type particles enclosed in a sphere with the part4 (i.e. stellar) half mass radius |
|
|
|
| SubhaloMassInMaxRadType | SMMT | $`\text{UnitMass}`$ $`h^{-1}`$ | Sum of particle masses of specific type particles enclosed in a sphere with radius ``SubhaloVmaxRad`` |
|
|
|
| SubhaloIDMostbound | SIDM | | The ID of the most bound particle |
|
|
|
| SubhaloGrNr | SGNR | | Global index of the (FoF) group this subhalo belongs to |
|
|
|
| SubhaloParent | SPRT | | Index of a potential parent subhalo this subhalo is part of |
|
|
|
| SubhaloBfldHalo | BFDH | $`\text{UnitMass}^{0.5}`$ $`\text{UnitVelocity}`$ $`\text{UnitLength}^{-1.5}`$ $`h \, a^{-2}`$ | Volume averaged magnetic field strength in subhalo (Gauss unit system, not Heaviside-Lorentz) |
|
|
|
| SubhaloBfldDisk | BFDD | $`\text{UnitMass}^{0.5}`$ $`\text{UnitVelocity}`$ $`\text{UnitLength}^{-1.5}`$ $`h \, a^{-2}`$ | Volume averaged magnetic field strength within twice the stellar half mass radius (Gauss unit system, not Heaviside-Lorentz) |
|
|
|
| SubhaloSFR | SSFR | $`\text{Msun} \, \text{yr}^{-1}`$ | Sum of star formation rates of all gas cells in the subhalo |
|
|
|
| SubhaloSFRinRad | SSFI | $`\text{Msun} \, \text{yr}^{-1}`$ | Sum of star formation rates of all gas cells within twice the stellar half mass radius |
|
|
|
| SubhaloSFRinHalfRad | SSFH | $`\text{Msun} \, \text{yr}^{-1}`$ | Sum of star formation rates of all gas cells within the stellar half mass radius |
|
|
|
| SubhaloSFRinMaxRad | SSFM | $`\text{Msun} \, \text{yr}^{-1}`$ | Sum of star formation rates of all gas cells within a sphere with radius ``SubhaloVmaxRad`` |
|
|
|
| ID | PIDS | | Particle IDs in subhalo |
|
|
|
|
|
|
|
|
|
**Additional group fields that are calculated when** ``SUBFIND_EXTENDED_PROPERTIES`` **is set**
|
|
|
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group field name | Block ID | Units | Description |
|
|
|
+=============================+==============+================================================================================================================+=====================================================================================================================================+
|
|
|
| Group_J_Mean200 | FJM2 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of all particles in group within ``Group_R_Mean200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jdm_Mean200 | JDM2 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of dark matter particles in group within ``Group_R_Mean200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jgas_Mean200 | JGM2 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of gas particles in group withing ``Group_R_Mean200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jstars_Mean200 | JSM2 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of star matter particles in group within ``Group_R_Mean200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_MassType_Mean200 | MTM2 | :math:`\text{UnitMass}` :math:`h^{-1}` | Total mass of goup for each particle type within ``Group_R_Mean200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_LenType_Mean200 | LTM2 | | Total number of particles for each particle type within ``Group_R_Mean200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_CMFrac_Mean200 | CFM2 | | Mass fraction of counter-rotating particles within ``Group_R_Mean200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_CMFracType_Mean200 | FTM2 | | Mass fraction of counter-rotating particles within ``Group_R_Mean200`` for each type |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_J_Crit200 | FJC2 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of all particles in group within ``Group_R_Crit200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jdm_Crit200 | JDC2 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of dark matter particles in group within ``Group_R_Crit200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jgas_Crit200 | JGC2 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of gas particles in group within ``Group_R_Crit200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jstars_Crit200 | JSC2 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of star particles in group within ``Group_R_Crit200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_MassType_Crit200 | MTC2 | :math:`\text{UnitMass}` :math:`h^{-1}` | Total mass of goup for each particle type within ``Group_R_Crit200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_LenType_Crit200 | LTC2 | | Total number of particles for each particle type within ``Group_R_Crit200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_CMFrac_Crit200 | CFC2 | | Mass fraction of counter-rotating particles within ``Group_R_Crit200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_CMFracType_Crit200 | FTC2 | | Mass fraction of counter-rotating particles within ``Group_R_Crit200`` for each type |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_J_Crit500 | FJC5 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of all particles in group within ``Group_R_Crit500`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jdm_Crit500 | JDC5 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of dark matter particles in group within ``Group_R_Crit500`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jgas_Crit500 | JGC5 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of gas particles in group within ``Group_R_Crit500`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jstars_Crit500 | JSC5 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of star particles in group within ``Group_R_Crit500`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_MassType_Crit500 | MTC5 | :math:`\text{UnitMass}` :math:`h^{-1}` | Total mass of goup for each particle type within ``Group_R_Crit500`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_LenType_Crit500 | LTC5 | | Total number of particles for each particle type within ``Group_R_Crit500`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_CMFrac_Crit500 | CFC5 | | Mass fraction of counter-rotating particles within ``Group_R_Crit500`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_CMFracType_Crit500 | FTC5 | | Mass fraction of counter-rotating particles within ``Group_R_Crit500`` for each type |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_J_TopHat200 | FJT2 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of all particles in group within ``Group_R_TopHat200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jdm_TopHat200 | JDT2 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of dark matter particles in group within ``Group_R_TopHat200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jgas_TopHat200 | JGT2 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of gas particles in group within ``Group_R_TopHat200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jstars_TopHat200 | JST2 | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of star particles in group within ``Group_R_TopHat200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_MassType_TopHat200 | MTT2 | :math:`\text{UnitMass}` :math:`h^{-1}` | Total mass of goup for each particle type within ``Group_R_TopHat200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_LenType_TopHat200 | LTT2 | | Total number of particles for each particle type within ``Group_R_TopHat200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_CMFrac_TopHat200 | CFT2 | | Mass fraction of counter-rotating particles within ``Group_R_TopHat200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_CMFracType_TopHat200 | FTT2 | | Mass fraction of counter-rotating particles within ``Group_R_TopHat200`` for each type |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Epot_Crit200 | EPO1 | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total potential energy of particles within ``Group_R_Crit200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Ekin_Crit200 | EKI1 | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total kinetic energy of particles within ``Group_R_Crit200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Ethr_Crit200 | ETH1 | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total thermal energy of particles within ``Group_R_Crit200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Epot_Mean200 | EPO2 | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total potential energy of particles within ``Group_R_Mean200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Ekin_Mean200 | EKI2 | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total kinetic energy of particles within ``Group_R_Mean200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Ethr_Mean200 | ETH2 | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total thermal energy of particles within ``Group_R_Mean200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Epot_TopHat200 | EPO3 | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total potential energy of particles within ``Group_R_TopHat200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Ekin_TopHat200 | EKI3 | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total kinetic energy of particles within ``Group_R_TopHat200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Ethr_TopHat200 | ETH3 | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total thermal energy of particles within ``Group_R_TopHat200`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Epot_Crit500 | EPO4 | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total potential energy of particles within ``Group_R_Crit500`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Ekin_Crit500 | EKI4 | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total kinetic energy of particles within ``Group_R_Crit500`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Ethr_Crit500 | ETH4 | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total thermal energy of particles within ``Group_R_Crit500`` |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_J | FOFJ | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity} \, h^{-2}` | Total angular momentum of all particles in fof-group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jdm | FOJD | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity} \, h^{-2}` | Total angular momentum of all dark matter particles in fof-group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jgas | FOJG | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity} h^{-2}` | Total angular momentum of all gas cells in fof-group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_Jstars | FOJS | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity} \, h^{-2}` | Total angular momentum of all stars in fof-group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_CMFrac | FOCF | | Mass fraction of counter-rotating particles in fof-group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Group_CMFracType | FOFT | | Mass fraction of counter-rotating particles in fof-group for each type |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| GroupEkin | EKIN | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total kinetic energy of all particles in fof-group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| GroupEthr | ETHR | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total thermal energy of all particles in fof-group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| GroupEpot | EPOT | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total potential energy of all particles in fof-group |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
|
|
|
|
|
|
| Group field name | Block ID | Units | Description |
|
|
|
|-----------------------------|:-------------|----------------------------:|--------------------------------------:|
|
|
|
| Group_J_Mean200 | FJM2 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of all particles in group within ``Group_R_Mean200`` |
|
|
|
| Group_Jdm_Mean200 | JDM2 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of dark matter particles in group within ``Group_R_Mean200`` |
|
|
|
| Group_Jgas_Mean200 | JGM2 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of gas particles in group within ``Group_R_Mean200`` |
|
|
|
| Group_Jstars_Mean200 | JSM2 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of star matter particles in group within ``Group_R_Mean200`` |
|
|
|
| Group_MassType_Mean200 | MTM2 | $`\text{UnitMass}`$ $`h^{-1}`$ | Total mass of group for each particle type within ``Group_R_Mean200`` |
|
|
|
| Group_LenType_Mean200 | LTM2 | | Total number of particles for each particle type within ``Group_R_Mean200`` |
|
|
|
| Group_CMFrac_Mean200 | CFM2 | | Mass fraction of counter-rotating particles within ``Group_R_Mean200`` |
|
|
|
| Group_CMFracType_Mean200 | FTM2 | | Mass fraction of counter-rotating particles within ``Group_R_Mean200`` for each type |
|
|
|
| Group_J_Crit200 | FJC2 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of all particles in group within ``Group_R_Crit200`` |
|
|
|
| Group_Jdm_Crit200 | JDC2 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of dark matter particles in group within ``Group_R_Crit200`` |
|
|
|
| Group_Jgas_Crit200 | JGC2 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of gas particles in group within ``Group_R_Crit200`` |
|
|
|
| Group_Jstars_Crit200 | JSC2 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of star particles in group within ``Group_R_Crit200`` |
|
|
|
| Group_MassType_Crit200 | MTC2 | $`\text{UnitMass}`$ $`h^{-1}`$ | Total mass of group for each particle type within ``Group_R_Crit200`` |
|
|
|
| Group_LenType_Crit200 | LTC2 | | Total number of particles for each particle type within ``Group_R_Crit200`` |
|
|
|
| Group_CMFrac_Crit200 | CFC2 | | Mass fraction of counter-rotating particles within ``Group_R_Crit200`` |
|
|
|
| Group_CMFracType_Crit200 | FTC2 | | Mass fraction of counter-rotating particles within ``Group_R_Crit200`` for each type |
|
|
|
| Group_J_Crit500 | FJC5 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of all particles in group within ``Group_R_Crit500`` |
|
|
|
| Group_Jdm_Crit500 | JDC5 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of dark matter particles in group within ``Group_R_Crit500`` |
|
|
|
| Group_Jgas_Crit500 | JGC5 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of gas particles in group within ``Group_R_Crit500`` |
|
|
|
| Group_Jstars_Crit500 | JSC5 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of star particles in group within ``Group_R_Crit500`` |
|
|
|
| Group_MassType_Crit500 | MTC5 | $`\text{UnitMass}`$ $`h^{-1}`$ | Total mass of group for each particle type within ``Group_R_Crit500`` |
|
|
|
| Group_LenType_Crit500 | LTC5 | | Total number of particles for each particle type within ``Group_R_Crit500`` |
|
|
|
| Group_CMFrac_Crit500 | CFC5 | | Mass fraction of counter-rotating particles within ``Group_R_Crit500`` |
|
|
|
| Group_CMFracType_Crit500 | FTC5 | | Mass fraction of counter-rotating particles within ``Group_R_Crit500`` for each type |
|
|
|
| Group_J_TopHat200 | FJT2 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of all particles in group within ``Group_R_TopHat200`` |
|
|
|
| Group_Jdm_TopHat200 | JDT2 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of dark matter particles in group within ``Group_R_TopHat200`` |
|
|
|
| Group_Jgas_TopHat200 | JGT2 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of gas particles in group within ``Group_R_TopHat200`` |
|
|
|
| Group_Jstars_TopHat200 | JST2 | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of star particles in group within ``Group_R_TopHat200`` |
|
|
|
| Group_MassType_TopHat200 | MTT2 | $`\text{UnitMass}`$ $`h^{-1}`$ | Total mass of group for each particle type within ``Group_R_TopHat200`` |
|
|
|
| Group_LenType_TopHat200 | LTT2 | | Total number of particles for each particle type within ``Group_R_TopHat200`` |
|
|
|
| Group_CMFrac_TopHat200 | CFT2 | | Mass fraction of counter-rotating particles within ``Group_R_TopHat200`` |
|
|
|
| Group_CMFracType_TopHat200 | FTT2 | | Mass fraction of counter-rotating particles within ``Group_R_TopHat200`` for each type |
|
|
|
| Group_Epot_Crit200 | EPO1 | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total potential energy of particles within ``Group_R_Crit200`` |
|
|
|
| Group_Ekin_Crit200 | EKI1 | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total kinetic energy of particles within ``Group_R_Crit200`` |
|
|
|
| Group_Ethr_Crit200 | ETH1 | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total thermal energy of particles within ``Group_R_Crit200`` |
|
|
|
| Group_Epot_Mean200 | EPO2 | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total potential energy of particles within ``Group_R_Mean200`` |
|
|
|
| Group_Ekin_Mean200 | EKI2 | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total kinetic energy of particles within ``Group_R_Mean200`` |
|
|
|
| Group_Ethr_Mean200 | ETH2 | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total thermal energy of particles within ``Group_R_Mean200`` |
|
|
|
| Group_Epot_TopHat200 | EPO3 | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total potential energy of particles within ``Group_R_TopHat200`` |
|
|
|
| Group_Ekin_TopHat200 | EKI3 | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total kinetic energy of particles within ``Group_R_TopHat200`` |
|
|
|
| Group_Ethr_TopHat200 | ETH3 | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total thermal energy of particles within ``Group_R_TopHat200`` |
|
|
|
| Group_Epot_Crit500 | EPO4 | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total potential energy of particles within ``Group_R_Crit500`` |
|
|
|
| Group_Ekin_Crit500 | EKI4 | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total kinetic energy of particles within ``Group_R_Crit500`` |
|
|
|
| Group_Ethr_Crit500 | ETH4 | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total thermal energy of particles within ``Group_R_Crit500`` |
|
|
|
| Group_J | FOFJ | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of all particles in fof-group |
|
|
|
| Group_Jdm | FOJD | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of all dark matter particles in fof-group |
|
|
|
| Group_Jgas | FOJG | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of all gas cells in fof-group |
|
|
|
| Group_Jstars | FOJS | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of all stars in fof-group |
|
|
|
| Group_CMFrac | FOCF | | Mass fraction of counter-rotating particles in fof-group |
|
|
|
| Group_CMFracType | FOFT | | Mass fraction of counter-rotating particles in fof-group for each type |
|
|
|
| GroupEkin | EKIN | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total kinetic energy of all particles in fof-group |
|
|
|
| GroupEthr | ETHR | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total thermal energy of all particles in fof-group |
|
|
|
| GroupEpot | EPOT | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total potential energy of all particles in fof-group |
|
|
|
|
|
|
**Additional subhalo fields that are calculated when** ``SUBFIND_EXTENDED_PROPERTIES`` **is set**
|
|
|
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo field name | Block ID | Units | Description |
|
|
|
+=============================+==============+================================================================================================================+=====================================================================================================================================+
|
|
|
| SubhaloEkin | SEKN | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total kinetic energy of all particles in subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloEthr | SETH | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total thermal energy of all particles in subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| SubhaloEpot | SEPT | :math:`\text{UnitMass}` :math:`\text{UnitVelocity}` :math:`a^{-2} \, h^{-1}` | Total potential energy of all particles in subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_J | SUBJ | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelocity}` :math:`h^{-2}` | Total angular momentum of all particles in subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_Jdm | SJDM | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelocity}` :math:`h^{-2}` | Total angular momentum of dark matter particles in subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_Jgas | SJGS | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of gas cells in subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_Jstars | SJST | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of star particles in subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_JInHalfRad | SJHR | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of all particles in stellar half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_JdmInHalfRad | SJDH | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of dark matter particles withing stellar half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_JgasInHalfRad | SJGH | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of gas cells within stellar half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_JstarsInHalfRad | SJSH | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of star particles within stellar half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_JInRad | SJMR | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of all particles in sphere with radius twice the stellar half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_JdmInRad | SJDR | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of dark matter particles withing twice the stellar half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_JgasInRad | SJGR | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of gas cells within twice the stellar half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_JstarsInRad | SJSR | :math:`\text{UnitMass}` :math:`\text{UnitLength}` :math:`\text{UnitVelcoity}` :math:`h^{-2}` | Total angular momentum of star particles within twice the stellar half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_CMFrac | SCMF | | Mass fraction of counter-rotating particles in subhalo |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_CMFracType | SCMT | | Mass fraction of counter-rotating particles in subhalo for each type |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_CMFracInHalfRad | SCMH | | Mass fraction of counter-rotating particles within stellar half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_CMFracTypeInHalfRad | SCTH | | Mass fraction of counter-rotating particles within stellar half mass radius for each type |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_CMFracInRad | SCMR | | Mass fraction of counter-rotating particles in a sphere with twice the stellar half mass radius |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
| Subhalo_CMFracTypeInRad | SCTR | | Mass fraction of counter-rotating particles in a sphere with twice the stellar half mass radius for each type |
|
|
|
+-----------------------------+--------------+----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ |
|
|
\ No newline at end of file |
|
|
| Subhalo field name | Block ID | Units | Description |
|
|
|
|-----------------------------|:-------------|----------------------------:|--------------------------------------:|
|
|
|
| SubhaloEkin | SEKN | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total kinetic energy of all particles in subhalo |
|
|
|
| SubhaloEthr | SETH | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total thermal energy of all particles in subhalo |
|
|
|
| SubhaloEpot | SEPT | $`\text{UnitMass}`$ $`\text{UnitVelocity}`$ $`a^{-2} \, h^{-1}`$ | Total potential energy of all particles in subhalo |
|
|
|
| Subhalo_J | SUBJ | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of all particles in subhalo |
|
|
|
| Subhalo_Jdm | SJDM | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of dark matter particles in subhalo |
|
|
|
| Subhalo_Jgas | SJGS | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of gas cells in subhalo |
|
|
|
| Subhalo_Jstars | SJST | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of star particles in subhalo |
|
|
|
| Subhalo_JInHalfRad | SJHR | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of all particles in stellar half mass radius |
|
|
|
| Subhalo_JdmInHalfRad | SJDH | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of dark matter particles within stellar half mass radius |
|
|
|
| Subhalo_JgasInHalfRad | SJGH | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of gas cells within stellar half mass radius |
|
|
|
| Subhalo_JstarsInHalfRad | SJSH | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of star particles within stellar half mass radius |
|
|
|
| Subhalo_JInRad | SJMR | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of all particles in sphere with radius twice the stellar half mass radius |
|
|
|
| Subhalo_JdmInRad | SJDR | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of dark matter particles within twice the stellar half mass radius |
|
|
|
| Subhalo_JgasInRad | SJGR | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of gas cells within twice the stellar half mass radius |
|
|
|
| Subhalo_JstarsInRad | SJSR | $`\text{UnitMass}`$ $`\text{UnitLength}`$ $`\text{UnitVelocity}`$ $`h^{-2}`$ | Total angular momentum of star particles within twice the stellar half mass radius |
|
|
|
| Subhalo_CMFrac | SCMF | | Mass fraction of counter-rotating particles in subhalo |
|
|
|
| Subhalo_CMFracType | SCMT | | Mass fraction of counter-rotating particles in subhalo for each type |
|
|
|
| Subhalo_CMFracInHalfRad | SCMH | | Mass fraction of counter-rotating particles within stellar half mass radius |
|
|
|
| Subhalo_CMFracTypeInHalfRad | SCTH | | Mass fraction of counter-rotating particles within stellar half mass radius for each type |
|
|
|
| Subhalo_CMFracInRad | SCMR | | Mass fraction of counter-rotating particles in a sphere with twice the stellar half mass radius |
|
|
|
| Subhalo_CMFracTypeInRad | SCTR | | Mass fraction of counter-rotating particles in a sphere with twice the stellar half mass radius for each type |
|
|
|
|