Skip to content
Snippets Groups Projects
Commit 7e05fdc0 authored by fraserwg's avatar fraserwg
Browse files

fixed docstring typo

parent 957fcd9a
No related branches found
No related tags found
No related merge requests found
Pipeline #29427 passed
...@@ -480,9 +480,10 @@ def xr_calc_curl(ds_IcD, vector, rot_coeff=None): ...@@ -480,9 +480,10 @@ def xr_calc_curl(ds_IcD, vector, rot_coeff=None):
Notes Notes
----- -----
We calculate the curl through the use of Stokes'/Green's theorem We calculate the curl through the use of Stokes'/Green's theorem. A similar
Green's theorem as we're working with 2D velocity!), A similar procedure can be used to calculate the horizontal components of the curl (oriented procedure can be used to calculate the horizontal components of the curl
along cell edges and defined at intermediate Z levels.) This will be implemented in a future release. (oriented along cell edges and defined at intermediate Z levels.) This will
be implemented in a future release.
If you're using this function on large datasets, performance gains may be If you're using this function on large datasets, performance gains may be
made if you play around with the dimension order. made if you play around with the dimension order.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment