diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-20 18:50:15 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-20 18:50:15 +0800 |
commit | e958263d6c04b35d4b5b90b42898ca024b43cb01 (patch) | |
tree | 576748852f93852d8c0d015ed041e9f90901a35f | |
parent | 484bc9bbfdcf434573ef70c1c4be2976af7fce49 (diff) | |
download | fg21sim-e958263d6c04b35d4b5b90b42898ca024b43cb01.tar.bz2 |
configs: Add new option "output/manifest"
The option "output/manifest" is the filename of the output manifest for
the simulation products.
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 3 |
1 files changed, 3 insertions, 0 deletions
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] |