From 0ddacb9b2dd050e84f889662f09bf686cfae3d33 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 21 Oct 2017 22:25:44 +0800 Subject: configs: Update option description --- fg21sim/configs/20-extragalactic.conf.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (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 32311a0..82c6d45 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -154,13 +154,14 @@ # electron spectrum. gamma_min = float(default=1e1) gamma_max = float(default=1e5) - # Number of momentum points/cells for solving the Fokker-Planck - # equation. + # Number of cells on the logarithmic momentum grid used to solve the + # Fokker-Planck equation. gamma_np = integer(default=200, min=100) # Number of cells used as the buffer regions near both the lower - # and upper boundaries, and the value within the buffer regions will - # be fixed to avoid unphysical pile-ups. + # and upper boundaries, within which the values will be replaced by + # 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``. buffer_np = integer(default=10, min=0) -- cgit v1.2.2