Browse Source

units=hPa is used in /def get_slp():/

mercator_fix
Piotr Kasprzyk 4 years ago
parent
commit
cf4f75b4b6
  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