diff options
author | Aaron LI <aly@aaronly.me> | 2018-01-01 14:16:53 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-01-01 14:16:53 +0800 |
commit | 8a6c73e48eb36f1aab223b9b2b29dc020d8571fb (patch) | |
tree | b5c56ac06adf02ea670e9ad8ff25745e685cf781 /fg21sim/configs/20-extragalactic.conf.spec | |
parent | 21665d0966d456613e7846a74cc381b78943fd0e (diff) | |
download | fg21sim-8a6c73e48eb36f1aab223b9b2b29dc020d8571fb.tar.bz2 |
clusters/halo: Change option "tau_merger" to "time_traceback"
Diffstat (limited to 'fg21sim/configs/20-extragalactic.conf.spec')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index 2924cf6..1992f3f 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -115,12 +115,12 @@ # Unit: [Msun] merger_mass_min = float(default=1e12, min=1e10, max=1e14) - # The merger timescale, which roughly describes the duration of the - # merger-induced disturbance (~2-3 Gyr). This timescale is much longer - # the merger crossing time (~1 Gyr), and is also longer than the lifetime - # of radio halos. + # The trace back time when to stop tracing the merging history of + # clusters. ~2-3 Gyr should be enough since the turbulence acceleration + # effective time ~<1 Gyr and the halo lifetime is also short compared + # to mergers. # Unit: [Gyr] - tau_merger = float(default=2.0, min=1.0, max=5.0) + 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. |