Browse Source

Added the destaggering function to the user API

main
Bill Ladwig 8 years ago
parent
commit
ca96f30c59
  1. 13
      doc/source/user_api/index.rst

13
doc/source/user_api/index.rst

@ -47,6 +47,19 @@ space and latitude-longitude space. @@ -47,6 +47,19 @@ space and latitude-longitude space.
wrf.xy_to_ll
wrf.ll_to_xy_proj
wrf.xy_to_ll_proj
Grid Destaggering Routine
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The routine below is used to convert a variable on a staggered grid to the
unstaggered grid.
.. autosummary::
:nosignatures:
:toctree: ./generated/
wrf.destagger
Numpy Extraction Routine

Loading…
Cancel
Save