diff --git a/polaris/ocean/tasks/cosine_bell/analysis.py b/polaris/ocean/tasks/cosine_bell/analysis.py index bff0e3cd1..76f5a6f84 100644 --- a/polaris/ocean/tasks/cosine_bell/analysis.py +++ b/polaris/ocean/tasks/cosine_bell/analysis.py @@ -43,10 +43,10 @@ def __init__(self, component, resolutions, icosahedral, subdir, dependencies : dict of dict of polaris.Steps The dependencies of this step """ - convergence_vars = {0: {'name': 'tracer1', - 'title': 'tracer1', - 'units': '', - 'zidx': 0}} + convergence_vars = [{'name': 'tracer1', + 'title': 'tracer1', + 'units': '', + 'zidx': 0}] super().__init__(component=component, subdir=subdir, resolutions=resolutions, icosahedral=icosahedral,