From ca96f30c59cbe71c0c4be5c2be2a16f66f5e6554 Mon Sep 17 00:00:00 2001 From: Bill Ladwig Date: Wed, 3 May 2017 16:12:05 -0600 Subject: [PATCH] Added the destaggering function to the user API --- doc/source/user_api/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/source/user_api/index.rst b/doc/source/user_api/index.rst index 88e00b2..17b72e0 100644 --- a/doc/source/user_api/index.rst +++ b/doc/source/user_api/index.rst @@ -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