Changes between Version 549 and Version 550 of doc/app/errmsg
- Timestamp:
- May 29, 2018 12:58:02 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v549 v550 230 230 ||[=#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 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 ||[=#PA0189 PA0189] ||fft method "..." not available ||See [../inipar#fft_method fft_method] for the availabe methods that are implemented in PALM and modify the ini par-parameter {{{fft_method}}} in your NAMELIST file appropriately.||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 initialization-parameter {{{fft_method}}} in your NAMELIST file appropriately.|| 233 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. || … … 433 433 ||[=#PA0353 PA0353] ||pavement_type = 0 (user_defined) requires setting of z0h_pavement /= 9999999.9 || In case of a user-defined pavement type, the roughness length for heat must be given by the user. || 434 434 ||[=#PA0354 PA0354] || It is not allowed to arrange more than 100 profiles with cross_profiles. Apart from that, all profiles are saved to the netCDF file. || This is just an informative message. All profiles are written to the netCDF file. Only the first 100 profiles will be plotted by palmplot pr with var=cross_profiles (default). To see all profiles, add the parameter var=all to palmplot pr. || 435 ||[=#PA0355 PA0355] ||netcdf_deflate out of range \\ given value: ..., allowed range: 0-9 ||Set d3par-parameter [../d3par#netcdf_deflate netcdf_deflate] to a value within the allowed range ||436 ||[=#PA0356 PA0356] ||netcdf_deflate reset to 0 ||You have set [../d3par#netcdf_data_format netcdf_data_format] /= 3 and [../d3par#netcdf_deflate netcdf_deflate] > 0 in the d3par-NAMELIST. However, data compression only works for the NetCDF4/HDF5 non-parallel format ([../d3par#netcdf_data_format netcdf_data_format] = 3). ||435 ||[=#PA0355 PA0355] ||netcdf_deflate out of range \\ given value: ..., allowed range: 0-9 ||Set runtime-parameter [../d3par#netcdf_deflate netcdf_deflate] to a value within the allowed range || 436 ||[=#PA0356 PA0356] ||netcdf_deflate reset to 0 ||You have set [../d3par#netcdf_data_format netcdf_data_format] /= 3 and [../d3par#netcdf_deflate netcdf_deflate] > 0 in the runtime_parameters-NAMELIST. However, data compression only works for the NetCDF4/HDF5 non-parallel format ([../d3par#netcdf_data_format netcdf_data_format] = 3). || 437 437 ||[=#PA0357 PA0357] ||unknown cloud microphysics scheme cloud_scheme = "..." || Unknown cloud microphysics scheme. Allowed [../inipar#cloud_scheme cloud microphysics] schemes are "saturation_adjust", "kessler", "seifert_beheng" or "morrison". || 438 438 ||[=#PA0358 PA0358] ||data_output_pr = '...' is not implemented for cloud_scheme /= ... || Output of profiles of rain drop number density (nr) or rain water mixing ratio (qr) is only allowed for [../inipar#cloud_scheme cloud_scheme] = "seifert_beheng". Output of profiles of cloud drop number density (nc) is only allowed for [../inipar#cloud_scheme cloud_scheme] = "morrison". ||