Changes between Version 518 and Version 519 of doc/app/errmsg
- Timestamp:
- May 23, 2018 9:12:03 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v518 v519 231 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. || 232 232 ||[=#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.|| 233 ||[=#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. ||233 ||[=#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 (one timestep consists of several intermediate steps due to the selected time integration scheme). Please submit a [/newticket trouble ticket] if you have run into this error. || 234 234 ||[=#PA0191 PA0191] ||unknown action(s): ... || The initializing action given by [../inipar#initializing_actions initializing_actions] in your parameter file is unknown. Please check for correct spelling. || 235 235 ||[=#PA0192 PA0192] ||timestep has exceeded the lower limit dt_1d = ... s simulation stopped! || The time step of the 1D model is determined according to the diffusion criterion to assure a stable numerical solution. This error message means that the required minimum time step is several orders of magnitude smaller than dt_max_1d. The error message may indicate for unrealistic settings of e.g. [../inipar#bc boundary conditions] or other NAMELIST parameters. Please also check if this error appears if you run without USERCODE. To compile and run the PALM and USERCODE with DEBUG-options might also give sometimes valuable hints. ||