We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c086571 commit 080d1f0Copy full SHA for 080d1f0
compass/landice/tests/mesh_convergence/horizontal_advection/analysis.py
@@ -36,7 +36,7 @@ def run(self):
36
ncells_list = list()
37
errors = list()
38
for res in resolutions:
39
- rms_error, ncells = self.rmse(res, variable='passiveTracer')
+ rms_error, ncells = self.rmse(res, variable='passiveTracer2d')
40
ncells_list.append(ncells)
41
errors.append(rms_error)
42
0 commit comments