From 27dc87774ad6f63ed4ba68201bdfe7b9b4ca2587 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 18 Feb 2019 22:33:39 +0800 Subject: clusters/halo: Further extend the halo radius calculation --- fg21sim/configs/config.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'fg21sim/configs') diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec index 1bfb27a..556c662 100644 --- a/fg21sim/configs/config.spec +++ b/fg21sim/configs/config.spec @@ -397,9 +397,13 @@ stream = option("stderr", "stdout", "", default="stderr") x_cr = float(default=0.015, min=0.001, max=0.1) # The scaling index of the diffusion coefficient (D_γγ) w.r.t. the - # mass of the main cluster. + # mass of the cluster. mass_index = float(default=0, min=0, max=2) + # The scaling index of the halo radius (R_halo) w.r.t. the virial + # radius of the cluster. + radius_index = float(default=0, min=0, max=3) + # The spectral index of the injected primary electrons. injection_index = float(default=2.3, min=2.1, max=3.0) -- cgit v1.2.2