Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Carolyn Begeman <[email protected]>
  • Loading branch information
xylar and cbegeman authored Dec 22, 2024
1 parent c43e7df commit 93e8fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polaris/ocean/tasks/manufactured_solution/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def run(self):

ssh_model = ds.ssh.isel(Time=-1)
if 'nVertLevels' in ssh_model.dims:
# Omega v0 uses stacked shallow water where ssh as nVertLevels
# Omega v0 uses stacked shallow water where ssh has nVertLevels
ssh_model = ssh_model.isel(nVertLevels=0)
rmse.append(np.sqrt(np.mean(
(ssh_model.values - exact.ssh(t).values)**2)))
Expand Down

0 comments on commit 93e8fc4

Please sign in to comment.