From 8e1b7e78f879d5c53dd588f166b147d380bc31a9 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 25 Oct 2017 23:42:44 +0800 Subject: configs: update option "gamma_min" default to 1 (old: 10) --- fg21sim/configs/20-extragalactic.conf.spec | 4 +++- 1 file changed, 3 insertions(+), 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 94b2fe4..a6f5eb7 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -171,7 +171,7 @@ # Minimum and maximum Lorentz factor (i.e., energy) of the relativistic # electron spectrum. - gamma_min = float(default=1e1) + gamma_min = float(default=1) gamma_max = float(default=1e5) # Number of cells on the logarithmic momentum grid used to solve the # Fokker-Planck equation. @@ -182,6 +182,8 @@ # extrapolating from the inner-region data, in order to avoid the # unphysical particle pile-ups. # It is suggested to be about 5%-10% of the above ``gamma_np``. + # NOTE: * set to 0 to disable boundary fixes; + # * otherwise, set to a number >= 2. buffer_np = integer(default=10, min=0) # Time step for solving the Fokker-Planck equation -- cgit v1.2.2