W3FM08

The W3FM08 routine nine point smoother/desmoother. Smoothers
           pass uses an equivalent linear smoother with stencil 
           (.25 .5 .25) and the  desmoother uses with 
           stenciL (-.25 1.5 -.25).

USAGE: CALL W3FM08 (A,Z,LI,LJ)

   Input argument list:
        A  - REAL   SIZE (LI,LJ) ARRAY TO HOLD FIELD TO BE SMOOTHED
        Z  - REAL   SIZE (LI,LJ) WORK AREA
       LI  - INTEGER   NUMBER OF COLUMNS
       LJ  - INTEGER   NUMBER OF ROWS

   Output argument list:
        A  - ARRAY HOLDING SMOOTHED FIELD

 
W3lib.tar Library contains Fortran 90 decoder/encoder routines for GRIB edition 1. (Fortran90)
Date posted: 2/22/2007