mpas_analysis.__main__.build_analysis_list
- mpas_analysis.__main__.build_analysis_list(config, controlConfig)[source]
- Build a list of analysis tasks. New tasks should be added here, following the approach used for existing analysis tasks. - Parameters:
- config (tranche.Tranche) – contains config options 
- controlConfig (tranche.Tranche or None) – contains config options for a control run, or - Noneif no config file for a control run was specified
 
- Returns:
- analyses (list of - AnalysisTaskobjects) – A list of all analysis tasks