From 9ef8c8b1cbaefd879417a120f7129ca38557bbd1 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 28 Jan 2018 10:28:36 +0800 Subject: clusters/config: tune parameters time_init->1, time_step->0.02 --- fg21sim/configs/20-extragalactic.conf.spec | 4 ++-- 1 file 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) # -- cgit v1.2.2