Skip to content

Commit

Permalink
Update passiveTracer to passiveTracer2d in analysis.py
Browse files Browse the repository at this point in the history
Update passiveTracer to passiveTracer2d in analysis.py for horizontal_advection.
  • Loading branch information
trhille committed Aug 19, 2024
1 parent 5e79cc0 commit 754a540
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run(self):
ncells_list = list()
errors = list()
for res in resolutions:
rms_error, ncells = self.rmse(res, variable='passiveTracer')
rms_error, ncells = self.rmse(res, variable='passiveTracer2d')
ncells_list.append(ncells)
errors.append(rms_error)

Expand Down

0 comments on commit 754a540

Please sign in to comment.