From e9a2f7f735abff5b1d537f0fd6fe1eba467a79ee Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 27 Jan 2019 21:01:49 +0800 Subject: configs/spec: Tweak gamma_max and gamma_np --- fg21sim/configs/config.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fg21sim/configs/config.spec') diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec index 17aa07b..25c972a 100644 --- a/fg21sim/configs/config.spec +++ b/fg21sim/configs/config.spec @@ -263,7 +263,7 @@ stream = option("stderr", "stdout", "", default="stderr") # * ``z``: # Redshifts where the halo mass distribution is calculated. # * ``mass``: - # (Logarithmic-distributed) masses points. + # (Logarithmic-distributed) mass points. # Unit: [Msun] (the little "h" is folded into the values) # * ``dndlnm``: # Shape: (len(z), len(mass)) @@ -406,10 +406,10 @@ stream = option("stderr", "stdout", "", default="stderr") # Minimum and maximum Lorentz factor (i.e., energy) of the relativistic # electron spectrum. gamma_min = float(default=1) - gamma_max = float(default=1e5) + gamma_max = float(default=1e6) # Number of cells on the logarithmic momentum grid used to solve the # Fokker-Planck equation. - gamma_np = integer(default=200) + gamma_np = integer(default=256) # Number of cells used as the buffer regions near both the lower # and upper boundaries, within which the values will be replaced by -- cgit v1.2.2