aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs/config.spec
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-11-08 16:45:49 +0800
committerAaron LI <aly@aaronly.me>2018-11-08 16:45:49 +0800
commit96c2d84fb7ef50ff509e520cc1517926b6864f9d (patch)
tree4f7b43465e2ab2f41d9796aedc349af0659ccd3f /fg21sim/configs/config.spec
parent3b00ddc9ccf3bb797688f41167d219f484ce07f9 (diff)
downloadfg21sim-96c2d84fb7ef50ff509e520cc1517926b6864f9d.tar.bz2
clusters/halo: Apply option 'f_radius' to derive halo radius
The config option 'f_radius' is renamed from the old 'f_lturb'.
Diffstat (limited to 'fg21sim/configs/config.spec')
-rw-r--r--fg21sim/configs/config.spec7
1 files changed, 3 insertions, 4 deletions
diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec
index 85606eb..bf3285e 100644
--- a/fg21sim/configs/config.spec
+++ b/fg21sim/configs/config.spec
@@ -386,10 +386,9 @@ stream = option("stderr", "stdout", "", default="stderr")
# timescale, therefore more efficient acceleration.
f_acc = float(default=1.0, min=0.1, max=10)
- # The factor that is multiplied to the stripping radius to approximate
- # the turbulence injection radius, from which the radio halo size is
- # estimated.
- f_lturb = float(default=1.0, min=0.5, max=10)
+ # The factor that is multiplied to the turbulence injection radius
+ # to derive the radio halo radius.
+ f_radius = float(default=1.0, min=0.5, max=10)
# An efficiency factor describing the effectiveness of plasma
# instabilities (e.g., due to spatial or temporal intermittency).