From 13861dc37376e04ea64bbf61a49c0f183d84a558 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 18 Oct 2017 23:20:40 +0800 Subject: clusters/halo: Increase the time step, but require a minimum of 20 steps --- fg21sim/configs/20-extragalactic.conf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fg21sim/configs/20-extragalactic.conf.spec') diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index cda58b1..425df88 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -145,7 +145,7 @@ # Time step for solving the Fokker-Planck equation # Unit: [Gyr] - time_step = float(default=0.01, min=1e-5, max=0.1) + time_step = float(default=0.02, min=1e-4, max=0.1) # Electron injection, which is assumed to have a constant injection # rate and a power-law spectrum. -- cgit v1.2.2