diff --git a/testing/RAMSES/ics_ramses.conf b/testing/RAMSES/ics_ramses.conf index d8c4cd9..d490fda 100644 --- a/testing/RAMSES/ics_ramses.conf +++ b/testing/RAMSES/ics_ramses.conf @@ -1,30 +1,43 @@ +######################################################################################### +# Example conf file for MUSIC2 - monofonIC single resolution simulation ICs +######################################################################################### +# Setup for 2PPT/2LPT ICs for RAMSES +######################################################################################### [setup] -GridRes = 64 -BoxLength = 100 -zstart = 49.0 -LPTorder = 1 -SymplecticPT = no -DoFixing = no -BCClattice = no - -[execution] -NumThreads = 4 - -[output] -format = grafic2 -filename = ics_ramses -grafic_use_SPT = yes # set to no and LPTorder to 1 or 2 for semiclassical ICs - -[random] -generator = NGENIC -seed = 9001 +GridRes = 128 +BoxLength = 300 +zstart = 24.0 +LPTorder = 2 +DoBaryons = yes +DoFixing = yes +DoInversion = no +ParticleLoad = sc +######################################################################################### [cosmology] -transfer = eisenstein -Omega_m = 0.302 -Omega_b = 0.045 -Omega_L = 0.698 -H0 = 70.3 -sigma_8 = 0.811 -nspec = 0.961 +transfer = CLASS +ztarget = 2.5 +Omega_m = 0.302 +Omega_b = 0.045 +Omega_L = 0.698 +H0 = 70.3 +nspec = 0.961 +A_s = 2.148752e-09 +ZeroRadiation = true +######################################################################################### +[random] +## generator = ... specifies the random field generator plugin module +generator = NGENIC +seed = 9001 + +######################################################################################### +[execution] +NumThreads = 8 + + +######################################################################################### +[output] +format = grafic2 +filename = ics_ramses +# grafic_use_SPT = no # if no then uses PPT, otherwise linear SPT diff --git a/testing/RAMSES/ramses.nml b/testing/RAMSES/ramses.nml index 0fc3942..ef626c4 100644 --- a/testing/RAMSES/ramses.nml +++ b/testing/RAMSES/ramses.nml @@ -21,8 +21,8 @@ initfile(1)='ics_ramses' / &AMR_PARAMS -levelmin=6 -levelmax=11 +levelmin=7 +levelmax=15 nexpand=1 ngridmax=2000000 npartmax=3000000 @@ -31,7 +31,7 @@ npartmax=3000000 &HYDRO_PARAMS gamma=1.6666667 courant_factor=0.8 -slope_type=1 +slope_type=2 pressure_fix=.true. scheme='muscl' / @@ -41,20 +41,8 @@ cooling=.false. metal=.false. / -&SF_PARAMS -t_star=8.0 -n_star=0.1 -T2_star=1d4 -/ - -&FEEDBACK_PARAMS -eta_sn=0.1 -yield=0.1 -/ - &REFINE_PARAMS m_refine=7*8. interpol_var=1 interpol_type=0 / -