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

fix merge conflict in example conf file

This commit is contained in:
Oliver Hahn 2019-12-19 15:43:42 +01:00
parent 3bde11f1a5
commit e7ebed5523

View file

@ -15,19 +15,21 @@ DoFixing = no
ParticleLoad = sc ParticleLoad = sc
[cosmology] [cosmology]
#transfer = CLASS transfer = CLASS
transfer = eisenstein # transfer = eisenstein
Omega_m = 0.302 # transfer = file_CAMB
Omega_b = 0.045 # transfer_file = wmap5_transfer_out_z0.dat
Omega_L = 0.698 Omega_m = 0.302
H0 = 70.3 Omega_b = 0.045
sigma_8 = 0.811 Omega_L = 0.698
nspec = 0.961 H0 = 70.3
sigma_8 = 0.811
nspec = 0.961
# anisotropic large scale tidal field # anisotropic large scale tidal field
#LSS_aniso_lx = 0.1 #LSS_aniso_lx = +0.1
#LSS_aniso_ly = 0.1 #LSS_aniso_ly = +0.1
#LSS_aniso_lz = -0.2 #LSS_aniso_lz = -0.2
[random] [random]
generator = NGENIC generator = NGENIC
@ -57,24 +59,3 @@ UseLongids = false
#filename = ics_ramses #filename = ics_ramses
#grafic_use_SPT = yes #grafic_use_SPT = yes
[random]
generator = NGENIC
seed = 9001
[cosmology]
transfer = CLASS
# transfer = eisenstein
# transfer = file_CAMB
# transfer_file = wmap5_transfer_out_z0.dat
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