Skip to content

Commit

Permalink
Fixup cosine_bell exact solution args
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Oct 2, 2023
1 parent 48a53ce commit f5ed1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polaris/ocean/tasks/cosine_bell/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, component, resolutions, icosahedral, subdir,
dependencies=dependencies,
convergence_vars=convergence_vars)

def exact_solution(self, mesh_name, field_name, time):
def exact_solution(self, mesh_name, field_name, time, zidx=None):
"""
Get the exact solution
Expand Down

0 comments on commit f5ed1f2

Please sign in to comment.