run_mpas_analysis.update_generate¶
-
run_mpas_analysis.
update_generate
(config, generate)[source]¶ Update the ‘generate’ config option using a string from the command line.
Parameters: - config :
MpasAnalysisConfigParser
object 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).
- config :