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

updated sample parameter file to features of current version of MUSIC

This commit is contained in:
Oliver Hahn 2012-08-18 16:27:57 -07:00
parent bc7d5de346
commit e52e6ffd0b

View file

@ -2,11 +2,11 @@
boxlength = 100
zstart = 50
levelmin = 7
levelmin_TF = 7
levelmax = 8
levelmin_TF = 8
levelmax = 9
padding = 8
overlap = 4
ref_offset = 0.4, 0.4, 0.4
ref_center = 0.5, 0.5, 0.5
ref_extent = 0.2, 0.2, 0.2
align_top = yes
baryons = no
@ -14,11 +14,12 @@ use_2LPT = no
use_LLA = no
periodic_TF = yes
[cosmology]
Omega_m = 0.276
Omega_L = 0.724
Omega_b = 0.045
H0 = 70.3
H0 = 70.3
sigma_8 = 0.811
nspec = 0.961
transfer = eisenstein
@ -26,9 +27,14 @@ transfer = eisenstein
[random]
seed[7] = 12345
seed[8] = 23456
seed[9] = 34567
seed[10] = 45678
seed[11] = 56789
seed[12] = 67890
[output]
##generic FROLIC data format (used for testing)
##generic MUSIC data format (used for testing)
#format = generic
#filename = debug.hdf5
@ -37,23 +43,25 @@ seed[8] = 23456
#filename = ic.enzo
##Gadget-2 (type=1: high-res particles, type=5: rest)
##no gas possible at the moment
format = gadget2
filename = ics_gadget.dat
shift_back = yes
#format = gadget2
#filename = ics_gadget.dat
##Grafic2 compatible format for use with RAMSES
##option 'ramses_nml'=yes writes out a startup nml file
#format = grafic2
#filename = ics_ramses
#ramses_nml = yes
#ramses_nml = yes
##TIPSY compatible with PKDgrav and Gasoline
#format = tipsy
#filename = ics_tipsy.dat
[poisson]
fft_fine = no
fft_fine = yes
accuracy = 1e-5
pre_smooth = 3
post_smooth = 3
smoother = gs
laplace_order = 6
laplace_order = 6
grad_order = 6