diff options
Diffstat (limited to 'fg21sim/configs/20-extragalactic.conf.spec')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index 5529d5f..d96f141 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -35,6 +35,11 @@ # Unit: [Msun] mass_min = float(default=2e14, min=1e12) + # Boost the number of expected cluster number within the sky coverage + # by the specified times. + # (NOTE: mainly for testing purpose.) + boost = float(default=1.0, min=0.1, max=1e4) + # Minimum mass change of the main cluster to be regarded as a merger # event instead of an accretion event. # Unit: [Msun] |