Skip to content

Commit 080d1f0

Browse files
committed
Update passiveTracer to passiveTracer2d in analysis.py
Update passiveTracer to passiveTracer2d in analysis.py for horizontal_advection.
1 parent c086571 commit 080d1f0

File tree

1 file changed

+1
-1
lines changed
  • compass/landice/tests/mesh_convergence/horizontal_advection

1 file changed

+1
-1
lines changed

compass/landice/tests/mesh_convergence/horizontal_advection/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run(self):
3636
ncells_list = list()
3737
errors = list()
3838
for res in resolutions:
39-
rms_error, ncells = self.rmse(res, variable='passiveTracer')
39+
rms_error, ncells = self.rmse(res, variable='passiveTracer2d')
4040
ncells_list.append(ncells)
4141
errors.append(rms_error)
4242

0 commit comments

Comments
 (0)