ECMFFT


ECMFFT is a library purchased from the European Centre for Medium-Range Weather Forcasting (ECMWF), for computing the fast Fourier transform of real periodic sequences. Its primary user entries SET99 and FFT991 are Fortran-callable and figure heavily in NCAR's Community Climate Models. Routine SET99 is a setup routine, and routine FFT991 is referred to as a "multiple transform" because it transforms multiple sequences within a single array, and the operative vector length is the number of sequences transformed by a given call.

Recommendation: Use routine FFT991 if your application calls it and it is available on your target SCD computer. Otherwise, check the computer vendor's performance library for a suitable replacement routine. If you intend to run your application on a Cray parallel-vector computer at a site which has not purchased routine FFT991 from ECMWF, use routines FFTFAX and RFFTMLT from Cray library SCI to replace routines SET99 and FFT991, respectively.



RETURN