Changes between Version 365 and Version 366 of doc/app/initialization_parameters
- Timestamp:
- Sep 22, 2017 5:04:21 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/initialization_parameters
v365 v366 846 846 }}} 847 847 {{{#!td style="vertical-align:top" 848 ' system-specific'848 'temperton-algorithm' 849 849 }}} 850 850 {{{#!td 851 851 FFT-method to be used.\\\\ 852 852 The fast Fourier transformation (FFT) is used for solving the perturbation pressure equation with a direct method (see [#psolver psolver]) and for calculating power spectra (see [../packages optional software packages]).\\\\ 853 By default, system-specific, optimized routines from external vendor libraries are used. However, these are available only on certain computers and there are sometimes more or less severe restrictions concerning the number of grid points to be used with them.\\\\ 854 There are two other PALM internal methods available on every machine (their respective source code is part of the PALM source code):\\\\ 853 There are two PALM internal methods available on every machine (their respective source code is part of the PALM source code):\\\\ 855 854 1.: The '''Temperton'''-method from Clive Temperton (ECMWF) which is computationally very fast and switched on with '''fft_method''' = '' 'temperton-algorithm'.'' The number of horizontal grid points ([#nx nx]+1, [#ny ny]+1) to be used with this method must be composed of prime factors 2, 3 and 5.\\\\ 856 855 2.: The '''Singleton'''-method which is very slow but has no restrictions concerning the number of grid points to be used with, switched on with '''fft_method''' = '' 'singleton-algorithm'.''\\\\