gwgen del-valueΒΆ

Delete a value in the configuration

usage: gwgen del-value [-h] [-a] [-P] [-g] [-p str] [-b str] [-dtype DTYPE]
                       level0.level1.level... [level0.level1.level... ...]
Required Arguments
level0.level1.level...
 A list of keys to be deleted. 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
-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
-b=, --base= A base string that shall be put in front of each key in `values` to avoid typing it all the time
-dtype Undocumented