Changes between Version 245 and Version 246 of doc/app/errmsg


Ignore:
Timestamp:
Apr 8, 2016 8:40:40 AM (9 years ago)
Author:
gronemeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v245 v246  
    230230||[=#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. ||
    231231||[=#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.||
    232 ||[=#PA0190 PA0190]   ||flow_statistics is called two times within one timestep   || ||
    233 ||[=#PA0191 PA0191]   ||unknown action(s): ...   || ||
    234 ||[=#PA0192 PA0192]   ||timestep has exceeded the lower limit dt_1d = ... s simulation stopped!   || ||
    235 ||[=#PA0193 PA0193]   ||unknown initializing problem   || ||
     232||[=#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||[=#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. ||
     234||[=#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. ||
     235||[=#PA0193 PA0193]   ||unknown initializing problem   || This should not happen. Please submit a [/newticket trouble ticket] if you have run into this error. ||
    236236||[=#PA0194 PA0194]   ||number of time series quantities exceeds its maximum of dots_max = ... Please increase dots_max in modules.f90.   ||In case that the output of user defined [../userint/output/#part_2 timeseries] is done and the number of the user defined timeseries exceeds the maximum number, the maximum number {{{dots_max}}}, which is currently set to 100, has to be increased. Please increase {{{dots_max}}} in [[source:palm/trunk/SOURCE/modules.f90| modules.f90]] according to your needs. ||
    237237||[=#PA0195 PA0195]   ||dvrp_username is undefined   ||  ||