From 4c4b7432c5c476e7379c21255a94a167e649eb4e Mon Sep 17 00:00:00 2001 From: Bill Ladwig Date: Wed, 23 May 2018 14:25:59 -0600 Subject: [PATCH] Doc update 2. Units for pressure argument to td should be hPa --- src/wrf/computation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wrf/computation.py b/src/wrf/computation.py index f181285..0132417 100644 --- a/src/wrf/computation.py +++ b/src/wrf/computation.py @@ -449,8 +449,8 @@ def td(pres, qv, meta=True, units="degC"): Args: pres (:class:`xarray.DataArray` or :class:`numpy.ndarray`): Full - pressure (perturbation + base state pressure) in [Pa] with at least - three dimensions. The rightmost dimensions are bottom_top x + pressure (perturbation + base state pressure) in [hPa] with at + least three dimensions. The rightmost dimensions are bottom_top x south_north x west_east. Note: