forked from damonge/CoLoRe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
galLSST10Y.cfg
85 lines (82 loc) · 2.31 KB
/
galLSST10Y.cfg
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
80
81
82
83
84
85
global:
{
#Output prefix. Output will be in prefix_<node ID>.<fits/txt>
prefix_out= "out";
#Output format. Select HDF5, FITS or ASCII
output_format= "FITS";
#Output Gaussian overdensity field at z=0?
output_density= false
#Path to power spectrum at z=0. Power spectrum file must
#be in CAMB format: k (h/Mpc), P(k) (Mpc/h)^3.
pk_filename= "data/planck_pk_z0.dat"
#This redshift range also defines the size of the box
z_min= 0.001
z_max=2.5
#RNG seed note that output will depend on number of nodes, etc not only
#on the RNG seed
seed = 5640
write_pred=false
just_write_pred= false
pred_dz=0.1
}
field_par:
{
#Extra Gaussian smoothing scale [Mpc/h] (set to a
#negative value if you don't want any smoothing)
r_smooth= 4.
#Do you want to smooth the Newtonian potential as well?
smooth_potential= true
#Will use a Cartesian grid with n_grid^3 cells
n_grid=4096
#Density field type
# 0-lognormal
# 1-1LPT
# 2-1LPT
dens_type=0
#If dens_type==1 or 2, buffer size (fraction per particle)
lpt_buffer_fraction= 0.6
#If dens_type==1 or 2, scheme to interpolate particle
#positions into a grid
# 0-NGP
# 1-CIC
# 2-TSC
lpt_interp_type= 2
#Set to 1 if you want to output the LPT particle positions
output_lpt= 0
}
cosmo_par:
{
#Non-relativistic matter
omega_M= 0.306324
#Dark energy
omega_L= 0.693598
#Baryons
omega_B= 0.0475779
#Hubble parameter (in units of 100 km/s/Mpc)
h= 0.68
#Dark energy equation of state
w= -1.0
#Primordial scalar spectral index, used only to extrapolate
#P(k) at low k end (-3 used at high k end)
ns= 0.965
#Power spectrum normalization. The input power spectrum will be
#renormalized to this sigma8
sigma_8= 0.813041
}
#For each galaxy population, create a section called srcsX, starting with X=1
srcs1:
{
#Path to N(z) file. Should contain two columns
# 1-> z, 2-> dN(z)/dz*dOmega
# with dN/dzdOmega in units of deg^-2
# Include one name per population, separated by spaces
nz_filename= "data/nz_lsst10Y.txt"
#Path to bias file. Should contain two columns
# 1-> z, 2-> b(z)
# Include one name per population, separated by spaces
bias_filename= "data/bz_lsst.txt"
#Do you want to include shear ellipticities?
include_shear= false
#Do you want to store line-of-sight skewers for each object?
store_skewers= false
}