polaris.tasks.ocean.analysis.sim_files.OmegaConfig.analysis_streams
- OmegaConfig.analysis_streams(group_name)[source]
Get the output streams an analysis group writes
The file names are reconstructed the way Omega’s analysis manager builds them, as
<prefix>_<period><TimeStats|Instants><template>. Time reductions come first, since a time mean is what analysis wants when a group writes both.- Parameters:
group_name (str) – The name of the analysis group, e.g.
'GlobalStats'- Returns:
streams (list of AnalysisStream) – The streams the group writes, empty if the group is absent or disabled