Skip to content

Commit cf4f75b

Browse files
committed
units=hPa is used in /def get_slp():/
1 parent 22fb45c commit cf4f75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrf/g_slp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get_slp(wrfin, timeidx=0, method="cat", squeeze=True,
6363
6464
units (:obj:`str`): The desired units. Refer to the :meth:`getvar`
6565
product table for a list of available units for 'slp'. Default
66-
is 'Pa'.
66+
is 'hPa'.
6767
6868
Returns:
6969

0 commit comments

Comments
 (0)