Browse Source

Merge pull request #157 from kwadrat/develop

units=hPa is used in /def get_slp():/
mercator_fix
Michaela Sizemore 4 years ago committed by GitHub
parent
commit
9a812e0d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/wrf/g_slp.py

2
src/wrf/g_slp.py

@ -63,7 +63,7 @@ def get_slp(wrfin, timeidx=0, method="cat", squeeze=True, @@ -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:

Loading…
Cancel
Save