-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
79 lines (60 loc) · 3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
The code for calculating Analytic Mass Fuction, ver. 1.2
For the background info and relevant definitions,
see Section 2 of Lukic et al. 2007, ApJ, 671, 1160
! ------------
Changes from version 1.0:
- k_max is user-specified in input.par
- integrator improved
Changes from version 1.1:
- more MF fits added
- growth factor extended beyond LCDM
! ------------
Content:
6 source files, main.F90
CommonData.F90
CosmoFunc.F90
GrowthFactor.F90
Integrator.F90
Interpolator.F90
2 input files, cmb.tf -- needed only if CMBFAST trasfer function is used
input.par -- input parameters
and Makefile + README
! ------------
Compiling:
You should only need to edit the first two lines in the Makefile,
specifying F90 compiler and (optional) compiler flags.
From the shell command line just type "make", to get "amf.exe" executable.
! ------------
Inputs:
In the input.par one should specify the cosmology and the mass range (see the file
for details). Some non-obvious entries in the input file are listed below.
Trasfer function options:
CMB for CMBFAST trasfer function
BBKS for Bardeen et al. 1986, ApJ 304, 15
EBW for Efstathiou et al. 1992, MNRAS 258, 1
PD for Peacock & Dodds, 1994, MNRAS, 267, 1020
HS for Hu & Sugiyama, 1996, ApJ, 471, 542
KH for Klypin & Holtzman, astro-ph/9712217
EH for Eisenstein & Hu, 1999, ApJ, 511, 5
Fitting function options:
PS for Press & Schechter, 1974, ApJ, 187, 425
ST for Sheth & Tormen, 1999, MNRAS, 308, 119
JEN for Jenkins et al. 2001, MNRAS, 321, 372
LANL for Warren et al. 2005, ApJ, 646, 881
DELP for Del Popolo, 2006, ApJ, 637, 12
REED for Reed et al. 2003, MNRAS, 346, 565
REED06 for Reed et al. 2007, MNRAS, 374, 2
TINK for Tinker et al. 2008, ApJ, 688, 709
! ------------
Output:
The code tabulates analytic mass function for the given parameters, and
outputs in ASCII "analytic.dat" file. There are 4 columns:
sigma, f(sigma), M [Msun/h], dn/dlogM [(Mpc/h)^-3]
Column 2 vs. 1 is like Figs. 14 and 15 in Lukic et al. 2007
Column 4 vs. 2 is like Fig 10 (and many others) in Lukic et al. 2007
! ------------
Further Questions:
Zarija Lukic
1002 W. Green St., Urbana, IL 61801
phone: +1.217.333.7876
e-mail: zlukic@astro.uiuc.edu