Changes between Version 532 and Version 533 of doc/app/errmsg
- Timestamp:
- May 24, 2018 12:19:28 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v532 v533 352 352 ||[=#PA0309 PA0309] ||inflow profiles not temporally averaged. Averaging will be done now using ... samples. || The [../examples/turbinf tubulent inflow] method needs time averaged inflow profiles. This warning occurs if the output of time averaged profiles ([../d3par#skip_time_dopr skip_time_dopr] + [../d3par#dt_dopr dt_dopr]) is not an integral divisor of the [../d3par#end_time end_time] which is specified for the precursor run or if [../d3par#skip_time_dopr skip_time_dopr] + [../d3par#dt_dopr dt_dopr] is larger than this [../d3par#end_time end_time]. || 353 353 ||[=#PA0310 PA0310] ||remote model "..." terminated with terminate_coupled_remote = ... local model "..." has terminate_coupled = ... ||The remote model in a coupled run has been terminated. The reason for the termination is provided by {{{terminate_coupled}}}.\\\\Termination reasons:\\1 model was terminated (unknown reason)\\2 time step has reached minimum limit (see [#PA0312 PA0312])\\3 run will be terminated because it is running out of job cpu limit remaining time (see [#PA0163 PA0163])\\4 run will be terminated due to user settings of {{{dt_restart}}} (see [#PA0164 PA0164])\\5 run will be terminated due to user settings of {{{restart_time}}} (see [#PA0164 PA0164])\\6 unscheduled termination was forced by the user (see [#PA0398 PA0398]) || 354 ||[=#PA0311 PA0311] ||number of gridpoints along x or/and y contain illegal factors only factors 8,6,5,4,3,2are allowed ||In case that [../inipar#fft_method fft_method]='temperton-algorithm', the number of horizontal grid points ([../inipar#nx nx]+1, [../inipar#ny ny]+1) must be composed of prime factors 2,3 and 5. Higher prime factors such as 7 are not allowed. Please ensure that these restrictions are fulfilled or use 'singleton-algorithm' as [../inipar#fft_method fft_method]. ||355 ||[=#PA0312 PA0312] ||Time step has reached minimum limit. \\dt = ... s Simulation is terminated.\\old_dt = ... s\\dt_u = ... s\\dt_v = ... s\\dt_w = ... s\\dt_diff = ... s\\u_max = ... m/s k=... j=... i=...\\v_max = ... m/s k=... j=... i=...\ w_max = ... m/s k=... j=... i=... ||The time step is determined according to the CFL criterion to assure a stable numerical solution. This error message means that the required minimum time step, determined from the three velocity components, is several orders of magnitude smaller than [../d3par#dt_max dt_max]. Due to the large number of complex reasons it should be noted that this list is not complete, but it is intended to give general hints how to proceed in case of this error message. First, check for a unrealistic value of [../d3par#dt_max dt_max] in the NAMELIST file. Moreover, this error message may indicate for unrealistic settings of e.g. [../inipar#bc boundary conditions] or other NAMELIST parameters. For very small vertical grid spacing [../inipar#dz dz] this error might also occur if [../inipar#roughness_length roughness_length] >= [../inipar#dz dz]. 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.354 ||[=#PA0311 PA0311] ||number of gridpoints along x or/and y contain illegal factors only factors 2, 3, 5 are allowed ||In case that [../inipar#fft_method fft_method]='temperton-algorithm', the number of horizontal grid points ([../inipar#nx nx]+1, [../inipar#ny ny]+1) must be composed of prime factors 2,3 and 5. Higher prime factors such as 7 are not allowed. Please ensure that these restrictions are fulfilled or use 'singleton-algorithm' as [../inipar#fft_method fft_method]. || 355 ||[=#PA0312 PA0312] ||Time step has reached minimum limit. \\dt = ... s Simulation is terminated.\\old_dt = ... s\\dt_u = ... s\\dt_v = ... s\\dt_w = ... s\\dt_diff = ... s\\u_max = ... m/s k=... j=... i=...\\v_max = ... m/s k=... j=... i=...\\w_max = ... m/s k=... j=... i=... ||The time step is determined according to the CFL criterion to assure a stable numerical solution. This error message means that the required minimum time step, determined from the three velocity components, is several orders of magnitude smaller than [../d3par#dt_max dt_max]. Due to the large number of complex reasons it should be noted that this list is not complete, but it is intended to give general hints how to proceed in case of this error message. First, check for a unrealistic value of [../d3par#dt_max dt_max] in the NAMELIST file. Moreover, this error message may indicate for unrealistic settings of e.g. [../inipar#bc boundary conditions] or other NAMELIST parameters. For very small vertical grid spacing [../inipar#dz dz] this error might also occur if [../inipar#roughness_length roughness_length] >= [../inipar#dz dz]. 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. 356 356 To be continued.|| 357 357 ||[=#PA0313 PA0313] ||illegal value for parameter particle_color: ... || The parameter [../dvrpar#particle_color particle_color] allows to bind the displayed particle color to certain flow quantities. Possible values for this parameter are '' 'absuv' '', '' 'pt*' '' or '' 'z' ''. The default value is '' 'none' ''. Other values for [../dvrpar#particle_color particle_color] are not enabled. For detailed information see [../dvrpar#particle_color particle_color]. || … … 361 361 ||[=#PA0317 PA0317] ||ocean = .F. does not allow coupling_char = ... set by palmrun-option "-y" || The palmrun option "-y" must not be used for atmosphere runs. The option is only required for ocean precursor runs, which are followed by [../examples/coupled atmosphere-ocean coupled] restart runs. || 362 362 ||[=#PA0318 PA0318] ||inflow_damping_height must be explicitly specified because the inversion height calculated by the prerun is zero ||See [../inipar#inflow_damping_height inflow_damping_height]. || 363 ||[=#PA0319 PA0319] ||section_xy must be <= nz + 1 = ... || **||364 ||[=#PA0320 PA0320] ||section_xz must be <= ny + 1 = ... || **||365 ||[=#PA0321 PA0321] ||section_yz must be <= nx + 1 = ... || **||363 ||[=#PA0319 PA0319] ||section_xy must be <= nz + 1 = ... || You specified a height through the grid index that is larger than the vertical model domain. Adjust [../d3par#section_xy section_xy]. || 364 ||[=#PA0320 PA0320] ||section_xz must be <= ny + 1 = ... || You specified a y position through the grid index that is larger than the horizontal model domain. Adjust [../d3par#section_xz section_xz]. || 365 ||[=#PA0321 PA0321] ||section_yz must be <= nx + 1 = ... || You specified a x position through the grid index that is larger than the horizontal model domain. Adjust [../d3par#section_yz section_yz]. || 366 366 ||[=#PA0322 PA0322] ||output of w*q*(0) requires humidity=.TRUE. || Variables connected with humidity, e.g. like the resolved-scale turbulent water flux w*q*, can only be output if the moist version of PALM is used, i.e. if [../inipar#humidity humidity] = '''.TRUE.''' || 367 367 ||[=#PA0323 PA0323] ||output of averaged quantity "..." requires to set a non-zero averaging interval || If 2d or 3d data shall be output as a time average over a certain time interval, the parameter [../d3par#averaging_interval averaging_interval] must be set to a non-zero value. The default is [../d3par#averaging_interval averaging_interval] = 0.0, i.e. by default no averaging is applied to the output variables. ||