aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-01-28 10:28:36 +0800
committerAaron LI <aly@aaronly.me>2018-01-28 10:28:36 +0800
commit9ef8c8b1cbaefd879417a120f7129ca38557bbd1 (patch)
tree55e76ae168b75a2ed66c87f1a2fb9f60e1aa87cc /fg21sim/configs
parent39c60635ac84e0910e9a511045023dbedac30777 (diff)
downloadfg21sim-9ef8c8b1cbaefd879417a120f7129ca38557bbd1.tar.bz2
clusters/config: tune parameters time_init->1, time_step->0.02
Diffstat (limited to 'fg21sim/configs')
-rw-r--r--fg21sim/configs/20-extragalactic.conf.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec
index 7de9eb1..27e52ad 100644
--- a/fg21sim/configs/20-extragalactic.conf.spec
+++ b/fg21sim/configs/20-extragalactic.conf.spec
@@ -208,13 +208,13 @@
# Time step for solving the Fokker-Planck equation
# Unit: [Gyr]
- time_step = float(default=0.01, min=1e-4, max=0.1)
+ time_step = float(default=0.02, min=1e-4, max=0.1)
# How long the period before the merger begins, which is used to derive
# an approximately steady initial electron spectrum. During this period,
# the acceleration is turned off and only leaves energy loss mechanisms.
# Unit: [Gyr]
- time_init = float(default=0.6, min=0)
+ time_init = float(default=1.0, min=0)
#