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

minor update to example config file

This commit is contained in:
Oliver Hahn 2021-11-11 21:09:13 +01:00
parent 3607afb244
commit dbe71c6feb

View file

@ -79,7 +79,7 @@ ZeroRadiation = false # For Back-scaling only: set to true if your simulation
## note that CLASS needs to be cloned as a git submodule and enabled in CMake file
transfer = CLASS
ztarget = 2.5 # target redshift for CLASS module, output at ztarget will be back-scaled to zstart
ztarget = 0.0 # target redshift for CLASS module, output at ztarget will be back-scaled to zstart
#########################################################################################
@ -89,16 +89,16 @@ ztarget = 2.5 # target redshift for CLASS module, output at
##> NGenIC compatible random number generator module compatible with V. Springel's original code
## (https://www.h-its.org/2014/11/05/ngenic-code/) as well as the 2LPT code by Pueblas&Scoccmiarro
## (https://cosmo.nyu.edu/roman/2LPT/)
# generator = NGENIC
# seed = 12345
generator = NGENIC
seed = 12345
##> The PANPHASIA generator uses a plugin based on original code by A. Jenkins
## Warning: Before using this module, please make sure you read and agree to the distinct license
## requirements by registering on the website http://icc.dur.ac.uk/Panphasia.php
generator = PANPHASIA_HO
#generator = PANPHASIA
#descriptor = [Panph1,L10,(800,224,576),S9,CH1564365824,MXXL]
descriptor = [Panph6,L20,(424060,82570,148256),S1,CH-999,Auriga_100_vol2]
#descriptor = [Panph6,L20,(424060,82570,148256),S1,CH-999,Auriga_100_vol2]
# PanphasiaMinRootResolution = 512 # requires the white noise reallisation to be made at least at that resolution (default is 512)
##> The MUSIC1 multi-scale random number generator is provided for convenience