Skip to content

Commit

Permalink
Update e3sm_diags/driver/zonal_mean_2d_driver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder authored Feb 14, 2024
1 parent e0a3660 commit 41a76d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e3sm_diags/driver/zonal_mean_2d_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def run_diag(
)
else:
raise RuntimeError(
"Only 3-dimensional variables are supported by zonal_mean_2d."
"Dimensions of the two variables are different."
)

return parameter
Expand Down

0 comments on commit 41a76d3

Please sign in to comment.