NCEPLIBS-w3emc 2.12.0
|
Nine point smoother/desmoother. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fm08 (a, z, li, lj) |
Nine point smoother/desmoother. | |
subroutine w3fm08 | ( | real, dimension(li,lj) | a, |
real, dimension(li,lj) | z, | ||
li, | |||
lj | |||
) |
Nine point smoother/desmoother.
Smoother pass uses an equivalent linear smoother with stencil (.25 .5 .25) and the desmoother uses stencil (-.25 1.5 -.25). Two grid interval waves are annihilated, four grid interval waves have a .75 response.
Program history log:
[in,out] | A |
|
[in] | Z | - Real size (li,lj) work area. |
[in] | LI | - Integer number of columns. |
[in] | LJ | - Integer number of rows. |