Skip to content

Commit

Permalink
Update LCL docstring to indicate how this function works with arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
zbruick committed Oct 9, 2019
1 parent ac91f2d commit 3f873a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/metpy/calc/thermo.py
Expand Up @@ -310,7 +310,8 @@ def lcl(pressure, temperature, dewpt, max_iters=50, eps=1e-5):
r"""Calculate the lifted condensation level (LCL) using from the starting point.
The starting state for the parcel is defined by `temperature`, `dewpt`,
and `pressure`.
and `pressure`. If these are arrays, this function will return a LCL
for every index. This function does work with surface grids as a result.
Parameters
----------
Expand Down

0 comments on commit 3f873a5

Please sign in to comment.