aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-10-21 22:25:44 +0800
committerAaron LI <aly@aaronly.me>2017-10-21 22:25:44 +0800
commit0ddacb9b2dd050e84f889662f09bf686cfae3d33 (patch)
tree498d163c333e0e9ada94bc50866ea687aff0e8cf /fg21sim/configs
parent2ee32e7196f83a9350a2b83c03846f6282d7ffe9 (diff)
downloadfg21sim-0ddacb9b2dd050e84f889662f09bf686cfae3d33.tar.bz2
configs: Update option description
Diffstat (limited to 'fg21sim/configs')
-rw-r--r--fg21sim/configs/20-extragalactic.conf.spec9
1 files changed, 5 insertions, 4 deletions
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)