Skip to content

Commit

Permalink
Replace convergence_vars in cosine bell analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Oct 3, 2023
1 parent 9b7a686 commit 1f31838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions polaris/ocean/tasks/cosine_bell/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1f31838

Please sign in to comment.