gwgen get-valueΒΆ

Get one or more values in the configuration

usage: gwgen get-value [-h] [-ep] [-pp] [-a] [-P] [-g] [-p str] [-nf] [-k]
                       [-b str] [-arc]
                       level0.level1.level... [level0.level1.level... ...]
Required Arguments
level0.level1.level...
 A list of keys to get the values of. If the key goes some levels deeper, keys may be separated by a ``’.’`` (e.g. ``’namelists.weathergen’``). Hence, to insert a ``’,’``, it must be escaped by a preceeding ``’‘``.
Optional Arguments
-ep=False, --exp-path=False
 If True/set, print the filename of the experiment configuration
-pp=False, --project-path=False
 If True/set, print the filename on the project configuration
-a=False, --all=False
 If True/set, the information on all experiments are printed
-P=False, --on-projects=False
 If set, show information on the projects rather than the experiment
-g=False, --globally=False
 If set, show the global configuration settings
-p, --projectname
 The name of the project that shall be used. If provided and `on_projects` is not True, the information on all experiments for this project will be shown
-nf=False, --no-fix=False
 If set, paths are given relative to the root directory of the project
-k=False, --only-keys=False
 If True, only the keys of the given dictionary are printed
-b=, --base= A base string that shall be put in front of each key in `values` to avoid typing it all the time
-arc=False, --archives=False
 If True, print the archives and the corresponding experiments for the specified project