added low and med

This commit is contained in:
hlasco
2020-02-07 11:25:31 +01:00
parent 8533d68e41
commit 9446f96b92
30 changed files with 3920 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
# List of galaxy parameters file
# Putting identical galaxies one beside the other allows DICE
# to re-use the previous computation,
# and thus reduces the global execution time
# x[kpc] y[kpc] z[kpc] vx[km/s] vy[km/s] vz[km/s] spin[deg] incl[deg]
Galaxy params/agora_sigma30.params 0. 0. 0. 0. 0. 0. 0. 0.
# Number of OpenMP threads
Nthreads 16
# Compute the mean inter-particle distance
# Useful to define the softening length in SPH codes
MeanPartDist 0
# Maximum number of component for a galaxy model
MaxCompNumber 64
# Output quantities in the rz plane
OutputRz 0
# Name of the final IC file
# The file extension wil be added by DICE
Filename out/agora_sigma30
# File format of the IC file [Gadget1,Gadget2]
ICformat Gadget2
# Cosmological parameters for Virial quantities
# Default values are taken from Planck cosmology
# Redshift
Redshift 1.0
# Hubble constant
H0 71.0
# Dark energy density parameter
OmegaL 0.70
# Matter density parameter
OmegaM 0.30
# Spatial curvature density paramter
OmegaK 0.00
# Normalize the sum of mass fractions to one
NormMassFact 0
# Size of the GSL integration space
GslWorkspaceSize 10000
# Integration scheme: 1=GSL QAG (slow) / 2=GSL QAGIU (very slow) / 3= GSL QNG (fast)
GslIntegrationScheme 3