diff options
author | Aaron LI <aly@aaronly.me> | 2017-07-22 16:47:17 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-07-22 16:47:17 +0800 |
commit | 471bf2a9990c2fe57a0dcb7aecbc543eadb7e84a (patch) | |
tree | a8a0cef5471b1adcdf0eb47b8757da5b7f4ab346 /fg21sim | |
parent | 3b493c256bea25ca011e7d761b40d2ae05f95c8a (diff) | |
download | fg21sim-471bf2a9990c2fe57a0dcb7aecbc543eadb7e84a.tar.bz2 |
configs: Update cosmology parameters (Komatsu et al. 2011)
References: Komatsu et al. 2011, ApJS, 192, 18; Tab.(1)
Signed-off-by: Aaron LI <aly@aaronly.me>
Diffstat (limited to 'fg21sim')
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index cae85f8..8d84cc7 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -119,6 +119,7 @@ manifest = string(default=None) # Cosmological parameters +# References: Komatsu et al. 2011, ApJS, 192, 18; Tab.(1) [cosmology] # Hubble constant at z=0 [ km/s/Mpc ] H0 = float(default=71.0, min=0.0) @@ -127,7 +128,7 @@ OmegaM0 = float(default=0.27, min=0.0, max=1.0) # Density of the baryon at present day Omegab0 = float(default=0.046, min=0.0, max=1.0) # Present-day rms density fluctuations on a scale of 8 h^-1 Mpc -sigma8 = float(default=0.834, min=0.0) +sigma8 = float(default=0.81, min=0.0) # Configurations for initialization/reconfiguration of the `logging` module |