Skip to content

Commit

Permalink
changed code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
winash12 committed Nov 9, 2023
1 parent 52506b6 commit 4845074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metpy/calc/kinematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4845074

Please sign in to comment.