Changes between Version 213 and Version 214 of doc/app/errmsg
- Timestamp:
- Feb 27, 2016 5:34:38 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v213 v214 427 427 ||[=#PA0350 PA0350] ||unknown collision kernel: collision_kernel = "..." ||see package parameter [../parpar#collision_kernel collision_kernel] for allowed values || 428 428 ||[=#PA0351 PA0351] ||heatflux must not be set for pure neutral flow ||Inipar parameter [../inipar#neutral neutral] = .TRUE. has been set, but non-zero values for parameters [../inipar#surface_heatflux surface_heatflux] and / or [../inipar#top_heatflux top_heatflux] are given at the same time. This is not allowed for simulating a flow with pure neutral stratification where the temperature equation is switched off. Check your parameter file. || 429 ||[=#PA0352 PA0352] || error number free to use ||||429 ||[=#PA0352 PA0352] ||npex or npey can not be given in \$d3par for nested runs \\ they will be ignored ||In case of nested runs ($nestpar-NAMELIST is given), the virtual processor grid can not be set with $d3par-parameters ''npex'' and/or ''npey'', neither in the parameter file for the root domain, nor for the client domains. Hint: The warning message tells you the domain-id for which the error appeared. Remove parameters ''npex'' and/or ''npey'' from your respective parameter file(s). || 430 430 ||[=#PA0353 PA0353] ||error number free to use || || 431 431 ||[=#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. || 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. ||