Browse Source

Merge branch 'hotfix/1.1.3.2'

main 1.1.3.2
Bill Ladwig 7 years ago
parent
commit
070cf1687f
  1. 4
      src/wrf/computation.py

4
src/wrf/computation.py

@ -449,8 +449,8 @@ def td(pres, qv, meta=True, units="degC"):
Args: Args:
pres (:class:`xarray.DataArray` or :class:`numpy.ndarray`): Full pres (:class:`xarray.DataArray` or :class:`numpy.ndarray`): Full
pressure (perturbation + base state pressure) in [Pa] with at least pressure (perturbation + base state pressure) in [hPa] with at
three dimensions. The rightmost dimensions are bottom_top x least three dimensions. The rightmost dimensions are bottom_top x
south_north x west_east. south_north x west_east.
Note: Note:

Loading…
Cancel
Save