diff options
author | Aaron LI <aly@aaronly.me> | 2018-01-02 15:31:39 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-01-02 15:31:39 +0800 |
commit | 89e00a8252df9c00c4421cc145f8b548b876b74c (patch) | |
tree | 71318260587d22c8f0912dce3d50542e168f869e /fg21sim/configs | |
parent | 0e140cd3d338832b24e8b964c79fadcb2b4ea690 (diff) | |
download | fg21sim-89e00a8252df9c00c4421cc145f8b548b876b74c.tar.bz2 |
clusters: simulate and extract all recent merger events
Remove the obsolete options: ratio_major, use_max_merger
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index 02d7f00..22c2787 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -129,16 +129,6 @@ # Unit: [Gyr] time_traceback = float(default=3.0, min=1.0, max=5.0) - # Mass ratio of the main and sub clusters, below which is regarded as - # a major merger event. - ratio_major = float(default=5.0, min=1.0, max=10.0) - - # Whether to use the maximum merger event (i.e., biggest mass of the - # sub cluster) within the above ``tau_merger`` timescale to simulate the - # subsequent radio halo simulation? Otherwise only the most recent major - # merger event will be used. - use_max_merger = boolean(default=False) - # The fraction of the magnetic field energy density w.r.t. the ICM # thermal energy density, which is used to determine the mean magnetic # field strength within the ICM and is also assumed to be uniform. |