banner

The site's hierarchy



Home page :: Private area :: Site Map :: Credits
Science / Détection des structures / SOD

Navigation

Mar 2009
MTWTFSS
2324252627281
2345678
9101112131415
16171819202122
23242526272829
303112345
News
  • Les premiers zoom de galaxies sont accessibles
  • Le halo FOF 6133 de la boite Horizon L et le halo FOF 544 de Horizon S ont été resimulés avec plusieurs techniques de zoom. Il est important que chaque "zoomer" valide sa méthode, avant de lancer une campagne de zoom sur un plus grand cataloque.
  • Les données de la simulation Mare Nostrum sont disponibles
  • 34 snapshots jusqu’à z=4 sont accessibles sur horizon3 et sur le serveur de fichiers de l’IDRIS à la collaboration Horizon.
  • Méso Machine HPC1 opérationnelle
  • Depuis le 23 Octobre 2005, la Méso machine du site horizon est operationnelle. Elle correspond à 3 quadriprocesseurs avec chacun 64 Giga de RAM reliés par infiniband, ainsi qu’un access conséquent (sur une base de projet dédié) au reste de la ferme). Son acces est ouvert a toute personne de la collaboration ayant acces à la minigrille et qui en fait la demande a admin-minigrille
  • http://
  • Workshop Horizon le 14 et 15 novembre 2005
  • Il aura lieu à Paris les 14 et 15 novembre 2005 (prévoir une nuit sur place). L’enregistrement est ouvert dans la rubrique "meeting!"
  • http://

SOD

Spherical Overdensity

by Teyssier Romain (Wednesday 1 March 2006)

Spherical Overdensity is a very simple scheme for automatic detection of dark matter halos in N body simulations. It was first described in Lacey & Cole (1992) and is now widely used in the community. The algorithm performs the following operation. 1- Particles are sorted in decreasing order according to their local density. The density of each particle can be computed using any sensible method (grid-based like CIC or SPH-based). 2- The densest particle in the list is considered as a first guess for the center of mass of the halo candidate. A sphere of increasing radius is built around this fixed centre, until the average density reaches Delta in units of the mean background density. Delta is usually taken equal to 600. 3- A new center of mass is computed using all particles in the sphere and the process is iterated again, until the position of the center of mass has converged. 4- All particles belonging to the final halo are removed from the density list, and the whole process is started again.

Here is a F90 code that applies the Spherical Overdensity detection method to particle files in the RAMSES format. It is self-documented. To compile, type "f90 sod.f90 -o sod".

Zip - 5.6 kb
sod.f90
Code written by R. Teyssier & E. Audit

Here is a F90 code that applies the Spherical Overdensity detection method to particle files in the GADGET format.

Zip - 7.9 kb
sod_gadget.f90
Written by R. Teyssier, E. Audit and S. Colombi for reading routines