1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00
monofonIC/example.conf

63 lines
1.3 KiB
Text
Raw Normal View History

2019-05-07 01:05:16 +02:00
[setup]
# number of grid cells per linear dimension for calculations = particles for sc initial load
GridRes = 128
# length of the box in Mpc/h
BoxLength = 250
# starting redshift
zstart = 100.0
# order of the LPT to be used (1,2 or 3)
LPTorder = 3
# also do baryon ICs?
DoBaryons = no
# do mode fixing à la Angulo&Pontzen
DoFixing = no
# particle load, can be 'sc' (1x), 'bcc' (2x) or 'fcc' (4x) (increases number of particles by factor!)
ParticleLoad = sc
2019-05-07 01:05:16 +02:00
2019-11-01 12:19:55 +01:00
[cosmology]
transfer = CLASS
ztarget = 100.0
#transfer = eisenstein
2019-11-01 12:19:55 +01:00
Omega_m = 0.302
Omega_b = 0.045
Omega_L = 0.698
H0 = 70.3
sigma_8 = 0.811
nspec = 0.961
# anisotropic large scale tidal field
#LSS_aniso_lx = 0.1
#LSS_aniso_ly = 0.1
#LSS_aniso_lz = -0.2
[random]
generator = NGENIC
seed = 9001
[testing]
# enables diagnostic output
# can be 'none' (default), 'potentials_and_densities', 'velocity_displacement_symmetries', or 'convergence'
test = convergence
[execution]
NumThreads = 4
2019-05-07 01:05:16 +02:00
[output]
2019-11-01 12:19:55 +01:00
fname_hdf5 = output.hdf5
2019-05-07 01:05:16 +02:00
fbase_analysis = output
2019-09-16 18:12:25 +02:00
format = gadget2
filename = ics_gadget.dat
2019-11-01 12:19:55 +01:00
UseLongids = false
2019-09-16 18:12:25 +02:00
#format = generic
#filename = debug.hdf5
#generic_out_eulerian = yes
2019-09-16 18:12:25 +02:00
#format = grafic2
#filename = ics_ramses
#grafic_use_SPT = yes
2019-05-07 01:05:16 +02:00
2019-08-05 15:04:50 +02:00
2019-09-16 18:12:25 +02:00