Changes between Version 415 and Version 416 of doc/app/errmsg
- Timestamp:
- Jun 8, 2017 2:28:33 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v415 v416 226 226 ||[=#PA0184 PA0184] ||if cloud_physics = .FALSE. and cloud_droplets = .FALSE. output of ... is not provided || Output of the liquid water content ql requires [../inipar#cloud_physics cloud_physics] = .T. or [../inipar#cloud_droplets cloud_droplets] = .T.. || 227 227 ||[=#PA0185 PA0185] || data_output_pr = s*2 is not implemented for passive_scalar = .FALSE. ||The listed entry s*2 in the parameter file under [../d3par#data_output_pr data_output_pr] is only available for [../inipar#passive_scalar passive_scalar]= .T.. || 228 ||[=#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. ||228 ||[=#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. || 229 229 ||[=#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. || 230 230 ||[=#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. ||