Skip to content

Commit 9a812e0

Browse files
authored
Merge pull request NCAR#157 from kwadrat/develop
units=hPa is used in /def get_slp():/
2 parents 22fb45c + cf4f75b commit 9a812e0

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)