Changes between Version 517 and Version 518 of doc/app/errmsg


Ignore:
Timestamp:
May 23, 2018 8:38:17 AM (7 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v517 v518  
    229229||[=#PA0186 PA0186]   || no spectra data available   || This message occurs if the {{{data_output_spectra}}} routine is called but no spectra data was calculated through the routine {{{calc_spectra}}}. Check your [../sppar#SpectraParameters spectra settings] in the parameter file. ||   
    230230||[=#PA0187 PA0187]   ||fft method "system-specific" currently does not work on NEC   ||Usage of system-specific fft has been switched on with parameter [../inipar#fft_method fft_method], but the relevant part of the PALM code where the NEC-fft-library calls (e.g. DZFFT or DZFFTM) are used contains bugs which still require to be solved. You may submit a [/newticket trouble ticket] and ask for help. ||
    231 ||[=#PA0188 PA0188]   ||no system-specific fft-call available  ||You have set [../inipar#fft_method fft_method] = ''system-specific'' (this is the default, so you may have not explicitly set it). In this case you additionally have to set the cpp-preprocessor switches {{{-D__ibm}}}, {{{-D__nec}}}, or {{{-D__cuda_fft}}} to specify the fft-library that you like to use. Calls to IBM/NEC-libraries and the CUDA-fft-library are the only one implemented so far in the PALM code. Probably you forgot to set such a switch. Set the switch and do not forget to recompile the code. ||
     231||[=#PA0188 PA0188]   ||no system-specific fft-call available  ||You have set [../inipar#fft_method fft_method] = ''system-specific''. In this case you additionally have to set the cpp-preprocessor switches {{{-D__ibm}}} or {{{-D__nec}}} to specify the fft-library that you like to use. Calls to IBM/NEC-libraries are the only one implemented so far in the PALM code. Probably you forgot to set such a switch. Set the switch and do not forget to recompile the code. ||
    232232||[=#PA0189 PA0189]   ||fft method "..." not available   ||See [../inipar#fft_method fft_method] for the availabe methods that are implemented in PALM and modify the inipar-parameter {{{fft_method}}} in your NAMELIST file appropriately.||
    233233||[=#PA0190 PA0190]   ||flow_statistics is called two times within one timestep   || Routine flow_statistics computes average profiles and further average flow quantities. It is only allowed to call this routine once during a time step. Please submit a [/newticket trouble ticket] if you have run into this error. ||