diff options
author | Aaron LI <aly@aaronly.me> | 2017-08-29 20:53:31 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-08-29 20:53:31 +0800 |
commit | fea0272a343ec700505654c6d042538d0db590f9 (patch) | |
tree | 0693bf7fdbbfed64e802895bc4f6fa99fbb0f654 /fg21sim/configs/20-extragalactic.conf.spec | |
parent | 2379c84736f687e4ebc32583a3c2a34be0b88e98 (diff) | |
download | fg21sim-fea0272a343ec700505654c6d042538d0db590f9.tar.bz2 |
clusters/psformalism: Remove config "f_darkmatter"
Use "1 - baryon_fraction = 1 - Ob0/Om0" to replace "f_darkmatter".
Diffstat (limited to 'fg21sim/configs/20-extragalactic.conf.spec')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index 3137c73..e960a5e 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -30,9 +30,6 @@ # native *pickle* format (i.e., .pkl) halos_dumpfile = string(default=None) - # The fraction of the dark matter mass in galaxy clusters. - f_darkmatter = float(default=0.8, min=0.5, max=1.0) - # The minimum mass for clusters when to determine the galaxy clusters # total counts and their distributions. # Unit: [Msun] |