From e958263d6c04b35d4b5b90b42898ca024b43cb01 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 20 Nov 2016 18:50:15 +0800 Subject: configs: Add new option "output/manifest" The option "output/manifest" is the filename of the output manifest for the simulation products. --- fg21sim/configs/00-general.conf.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index 42900c1..ae7fb30 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -84,6 +84,9 @@ combine_prefix = string(default="fg") # if above "combine=True". output_dir = string(default=None) +# Filename of the simulation products manifest (JSON format) +manifest = string(default="products_manifest.json") + # Cosmological parameters [cosmology] -- cgit v1.2.2