diff options
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 4 |
1 files changed, 3 insertions, 1 deletions
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 |