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

118 lines
3.6 KiB
Text
Raw Normal View History

2020-08-21 16:11:39 +02:00
#########################################################################################
# Example conf file for MUSIC2 - monofonIC single resolution simulation ICs
#########################################################################################
#########################################################################################
2019-05-07 01:05:16 +02:00
[setup]
# number of grid cells per linear dimension for calculations = particles for sc initial load
2020-08-21 16:11:39 +02:00
GridRes = 128
# length of the box in Mpc/h
2020-08-21 16:11:39 +02:00
BoxLength = 300
# starting redshift
2020-08-21 16:11:39 +02:00
zstart = 24.0
# order of the LPT to be used (1,2 or 3)
2020-08-21 16:11:39 +02:00
LPTorder = 3
# also do baryon ICs?
2020-08-21 16:11:39 +02:00
DoBaryons = no
# do mode fixing à la Angulo&Pontzen
2020-02-28 16:15:37 +01:00
DoFixing = yes
2020-08-21 16:11:39 +02:00
# invert phases (for paired simulations)
DoInversion = no
# particle load, can be 'sc' (1x), 'bcc' (2x) or 'fcc' (4x) (increases number of particles by factor!) or 'glass'
2020-02-28 16:15:37 +01:00
ParticleLoad = sc
2020-08-21 16:11:39 +02:00
# if `ParticleLoad = glass' then specify here where to load the glass distribution from
#GlassFileName = glass128.hdf5
#GlassTiles = 1
2019-05-07 01:05:16 +02:00
2020-08-21 16:11:39 +02:00
#########################################################################################
2019-11-01 12:19:55 +01:00
[cosmology]
2020-08-21 16:11:39 +02:00
## transfer = ... specifies the Einstein-Boltzmann plugin module
# transfer = eisenstein # Eisenstein&Hu fitting formula
# transfer = file_CAMB # CAMB file to be specified as 'transfer_file = ...'
# transfer_file = wmap5_transfer_out_z0.dat
2020-08-21 16:11:39 +02:00
transfer = CLASS # CLASS module (if enabled in CMake file)
ztarget = 2.5 # target redshift for CLASS module, output at ztarget will be back-scaled to zstart
2020-03-01 17:41:44 +01:00
Omega_m = 0.302
Omega_b = 0.045
Omega_L = 0.698
H0 = 70.3
nspec = 0.961
2020-08-21 16:11:39 +02:00
sigma_8 = 0.811
# A_s = 2.148752e-09 # can use instead of sigma_8
ZeroRadiation = true # For Back-scaling: set to false if your simulation code can deal with Omega_r!=0
# Additional cosmological parameters (set by default to the given values)
# w0 = -1.0
# wa = 0.0
# Tcmb = 2.7255
# Neff = 3.046
2019-11-01 12:19:55 +01:00
# anisotropic large scale tidal field
2020-08-21 16:11:39 +02:00
# see Stuecker+2020
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
2020-08-21 16:11:39 +02:00
#########################################################################################
2019-11-01 12:19:55 +01:00
[random]
2020-08-21 16:11:39 +02:00
## generator = ... specifies the random field generator plugin module
2020-03-01 17:41:44 +01:00
generator = NGENIC
seed = 9001
2019-11-01 12:19:55 +01:00
2020-08-21 16:11:39 +02:00
# generator = PANPHASIA
# descriptor = [Panph1,L10,(800,224,576),S9,CH1564365824,MXXL]
# Add a possible constraint field here:
# ConstraintFieldFile = initial_conditions.hdf5
# ConstraintFieldName = ic_white_noise
#########################################################################################
[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
2020-08-21 16:11:39 +02:00
#########################################################################################
[execution]
2020-03-01 17:41:44 +01:00
NumThreads = 8
2020-08-21 16:11:39 +02:00
#########################################################################################
2019-05-07 01:05:16 +02:00
[output]
2020-08-21 16:11:39 +02:00
## format = .... specifies the output plugin module
# format = grafic2
# filename = ics_ramses
# grafic_use_SPT = no # if no then uses PPT, otherwise linear SPT
2020-03-01 17:41:44 +01:00
# format = gadget2
# filename = ics_gadget.dat
# UseLongids = false
#format = gadget_hdf5
#filename = ics_gadget.hdf5
2019-09-16 18:12:25 +02:00
2020-08-21 16:11:39 +02:00
# format = AREPO
# filename = ics_arepo.hdf5
2020-03-01 17:41:44 +01:00
# format = generic
# filename = debug.hdf5
2020-08-21 16:11:39 +02:00
# generic_out_eulerian = yes # if yes then uses PPT for output
2019-05-07 01:05:16 +02:00