mpas_analysis.__main__.update_generate
- mpas_analysis.__main__.update_generate(config, generate)[source]
Update the ‘generate’ config option using a string from the command line.
- Parameters:
config (mpas_tools.config.MpasConfigParser) – contains config options
generate (str) – a comma-separated string of generate flags: either names of analysis tasks or commands of the form
all_<tag>
orno_<tag>
indicating that analysis with a given tag should be included or excluded).