From 9adf1e91d0819f84b1327f6d38cf20c4389430cd Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 1 Aug 2017 00:59:38 +0800 Subject: clusters: Add config "halos_dumpfile" and dump simulate halos data --- fg21sim/configs/20-extragalactic.conf.spec | 4 ++++ 1 file changed, 4 insertions(+) (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 515950e..cb174f0 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -26,6 +26,10 @@ # Output the effective/inuse clusters catalog data (CSV file) catalog_outfile = string(default=None) + # Output file for dumping the simulated cluster halos data in Python + # native *pickle* format (i.e., .pkl) + halos_dumpfile = string(default=None) + # The fraction of the dark matter mass in galaxy clusters. f_darkmatter = float(default=0.8, min=0.5, max=1.0) -- cgit v1.2.2