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