From 48450743248041458ff203fb27723850d7482430 Mon Sep 17 00:00:00 2001 From: Ashwin Date: Thu, 9 Nov 2023 10:36:34 +0530 Subject: [PATCH] changed code comments --- src/metpy/calc/kinematics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metpy/calc/kinematics.py b/src/metpy/calc/kinematics.py index d72606ba4ba..1e7c202c093 100644 --- a/src/metpy/calc/kinematics.py +++ b/src/metpy/calc/kinematics.py @@ -1495,7 +1495,7 @@ def rotational_wind_from_inversion(vortmask,*,dx,dy,x_ll_subset,x_ur_subset, def divergent_wind_from_inversion(divmask,*,dx,dy,x_ll_subset,x_ur_subset, y_ll_subset,y_ur_subset,x_ll,x_ur,y_ll,y_ur): - r"""Calculate reconstructed rotational wind field from vorticity + r"""Calculate reconstructed divergent wind field from divergence divmask : 'xarray DataArray' subset of the original vorticity for the entire globe dx : `pint.Quantity`,required The grid spacing(s) in the x-direction. If an array, there should be one item less than