This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.params
80 lines (53 loc) · 3.86 KB
/
example.params
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
Nmesh 1080 % This is the size of the FFT grid used to
% compute the displacement field. One
% should have Nmesh >= Nsample.
Nsample 1080 % sets the maximum k that the code uses,
% i.e. this effectively determines the
% Nyquist frequency that the code assumes,
% k_Nyquist = 2*PI/Box * Nsample/2
% Normally, one chooses Nsample such that
% Ntot = Nsample^3, where Ntot is the
% total number of particles
Box 125. % Periodic box size of simulation
FileBase Simulation_File_base.gdt % Base-filename of output files
OutputDir /path/to/output/directory/ICs % Directory for output
GlassFile ./glass1_le % Supplied extension contains _le to indicate Little Endian or _be for Big Endian
GlassTileFac 1080 % Set to Nparticles^1/3. Glass file contains only 1 particle -> Repeated Nsample times.
GlassTileFacSampleNumerator 1 % Set to 1 -> Code potentially has bug otherwise
GlassTileFacSampleDenom 1 % Set to 1 -> Code potentially has bug otherwise
%% Cosmology related params
Omega 0.308 % Total matter density (at z=0)
OmegaLambda 0.692 % Cosmological constant (at z=0)
OmegaBaryon 0.0484 % Baryon density (at z=0)
OmegaDM_2ndSpecies 0 % Omega for a second dark matter species (at z=0)
HubbleParam 0.678 % Hubble paramater (may be used for power spec parameterization)
Redshift 99.0 % Starting redshift
%% Power spectrum related params
Sigma8 0.815 % power spectrum normalization
SphereMode 0 % if "1" only modes with |k| < k_Nyquist are
% used (i.e. a sphere in k-space), otherwise modes with
% |k_x|,|k_y|,|k_z| < k_Nyquist are used
% (i.e. a cube in k-space)
WhichSpectrum 2 % "1" selects Eisenstein & Hu spectrum,
% "2" selects a tabulated power spectrum in
% the file 'FileWithInputSpectrum'
% otherwise, Efstathiou parametrization is used
FileWithInputSpectrum ./transfer_function_Planck-2015.txt % filename of tabulated input
% spectrum (if used)
InputSpectrum_UnitLength_in_cm 3.085678e24 % defines length unit of tabulated
% input spectrum in cm/h.
% Note: This can be chosen different from UnitLength_in_cm
ShapeGamma 0.21 % only needed for Efstathiou power spectrum
PrimordialIndex 0.968 % may be used to tilt the primordial index
Seed 9556 % Seed for IC-generator
NumFilesWrittenInParallel 128 % limits the number of files that are
% written in parallel when outputting
UnitLength_in_cm 3.085678e24 % defines length unit of output (in cm/h)
UnitMass_in_g 1.989e43 % defines mass unit of output (in g/cm)
UnitVelocity_in_cm_per_s 1e5 % defines velocity unit of output (in cm/sec)
WDM_On 0 % Putting a '1' here will enable a WDM small-scale
% smoothing of the power spectrum
WDM_Vtherm_On 0 % If set to '1', the (warm) dark matter particles will
% receive an additional 1001dom thermal velocity
% corresponding to their particle mass
WDM_PartMass_in_kev 10.0 % This is the particle mass in keV of the WDM particle