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

74 lines
1.8 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
2020-02-28 16:15:37 +01:00
BoxLength = 125
# starting redshift
2020-02-28 16:15:37 +01:00
zstart = 49.0
# order of the LPT to be used (1,2 or 3)
2020-02-28 18:35:26 +01:00
LPTorder = 1
# also do baryon ICs?
2020-02-28 16:15:37 +01:00
DoBaryons = no
# do mode fixing à la Angulo&Pontzen
2020-02-28 16:15:37 +01:00
DoFixing = yes
# particle load, can be 'sc' (1x), 'bcc' (2x) or 'fcc' (4x) (increases number of particles by factor!)
2020-02-28 16:15:37 +01:00
ParticleLoad = sc
# perturb masses instead of displacements in two-component simulations?
PerturbedMasses = yes
2020-02-24 21:26:36 +01:00
# Add a possible constraint field here:
2020-03-01 17:41:44 +01:00
#ConstraintFieldFile = initial_conditions.h5
#ConstraintFieldName = ic_white_noise
2019-05-07 01:05:16 +02:00
2019-11-01 12:19:55 +01:00
[cosmology]
2020-03-01 17:41:44 +01:00
transfer = CLASS
ztarget = 2.5
# transfer = eisenstein
# transfer = file_CAMB
# transfer_file = wmap5_transfer_out_z0.dat
2020-03-01 17:41:44 +01:00
Omega_m = 0.302
Omega_b = 0.045
Omega_L = 0.698
H0 = 70.3
sigma_8 = 0.811
nspec = 0.961
2019-11-01 12:19:55 +01:00
# anisotropic large scale tidal field
2020-03-01 17:41:44 +01:00
# LSS_aniso_lx = +0.1
# LSS_aniso_ly = +0.1
# LSS_aniso_lz = -0.2
2019-11-01 12:19:55 +01:00
[random]
2020-03-01 17:41:44 +01:00
generator = NGENIC
seed = 9001
2019-11-01 12:19:55 +01:00
[testing]
# enables diagnostic output
# can be 'none' (default), 'potentials_and_densities', 'velocity_displacement_symmetries', or 'convergence'
2020-03-01 17:41:44 +01:00
test = none
[execution]
2020-03-01 17:41:44 +01:00
NumThreads = 8
2019-05-07 01:05:16 +02:00
[output]
fname_hdf5 = output_sch.hdf5
fbase_analysis = output
2019-09-16 18:12:25 +02:00
2020-03-01 17:41:44 +01:00
# format = gadget2
# filename = ics_gadget.dat
# UseLongids = false
2020-03-01 17:41:44 +01:00
format = gadget_hdf5
filename = ics_gadget.hdf5
2019-09-16 18:12:25 +02:00
2020-03-01 17:41:44 +01:00
# format = AREPO
# filename = ics_arepo.hdf5
2020-03-01 17:41:44 +01:00
# format = generic
# filename = debug.hdf5
# generic_out_eulerian = yes
2020-03-01 17:41:44 +01:00
# format = grafic2
# filename = ics_ramses
# grafic_use_SPT = yes
2019-05-07 01:05:16 +02:00