diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-01-08 17:44:58 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-06-01 16:33:39 +0800 |
commit | bd036531712dd4f7403e6f50205a836bac76c37f (patch) | |
tree | 850756ff7ee1c7d2089d032ee5e9ff6b68adc86a /fg21sim/configs | |
parent | 797c3a59445f8e4e56748557812960c151b7f9bc (diff) | |
download | fg21sim-bd036531712dd4f7403e6f50205a836bac76c37f.tar.bz2 |
configs: Add sigma8 to specifications
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index dc679d4..5a0f5a5 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -120,6 +120,8 @@ manifest = string(default="products_manifest.json") H0 = float(default=71.0, min=0.0) # Density of non-relativistic matter in units of the critical density at z=0 OmegaM0 = float(default=0.27, 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) # Configurations for initialization/reconfiguration of the `logging` module |