From cf4f75b4b6f3c9818d2403d245dd21b15621c56b Mon Sep 17 00:00:00 2001 From: Piotr Kasprzyk Date: Tue, 21 Sep 2021 13:57:05 +0200 Subject: [PATCH] units=hPa is used in /def get_slp():/ --- src/wrf/g_slp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrf/g_slp.py b/src/wrf/g_slp.py index f422bed..695b62d 100755 --- a/src/wrf/g_slp.py +++ b/src/wrf/g_slp.py @@ -63,7 +63,7 @@ def get_slp(wrfin, timeidx=0, method="cat", squeeze=True, units (:obj:`str`): The desired units. Refer to the :meth:`getvar` product table for a list of available units for 'slp'. Default - is 'Pa'. + is 'hPa'. Returns: