|
NCEPLIBS-ip
5.0.0
|
Compute fourier transform to gridpoints. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | spfftpt (M, N, INCW, INCG, KMAX, RLON, W, G) |
| This subprogram computes a slow Fourier transform from Fourier space to a set of gridpoints. More... | |
| subroutine spfftpt | ( | integer, intent(in) | M, |
| integer, intent(in) | N, | ||
| integer, intent(in) | INCW, | ||
| integer, intent(in) | INCG, | ||
| integer, intent(in) | KMAX, | ||
| real, dimension(n), intent(in) | RLON, | ||
| real, dimension(2*incw,kmax), intent(in) | W, | ||
| real, dimension(incg,kmax), intent(out) | G | ||
| ) |
This subprogram computes a slow Fourier transform from Fourier space to a set of gridpoints.
| M | Fourier wavenumber truncation |
| N | number of gridpoints |
| INCW | first dimension of the complex amplitude array (INCW >= M+1) |
| INCG | first dimension of the gridpoint array (INCG >= N) |
| KMAX | number of Fourier fields |
| RLON | grid longitudes in degrees |
| W | Fourier amplitudes |
| G | gridpoint values |
Definition at line 22 of file spfftpt.f.
Referenced by sptgpt(), sptgptsd(), sptgptv(), and sptgptvd().