Changes between Version 644 and Version 645 of doc/app/errmsg
- Timestamp:
- Aug 22, 2019 8:46:57 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v644 v645 236 236 ||[=#PA0193 PA0193] ||unknown initializing problem || This should not happen during the initialization of the model variables in the routine {{{init_3d_model}}}. Please submit a [/newticket trouble ticket] if you have run into this error. || 237 237 ||[=#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. || 238 ||[=#PA0195 PA0195] || unused|| ||239 ||[=#PA0196 PA0196] || unused|| ||240 ||[=#PA0197 PA0197] || unused|| ||241 ||[=#PA0198 PA0198] || unused|| ||242 ||[=#PA0199 PA0199] || unused|| ||238 ||[=#PA0195 PA0195] ||In case of external radiation forcing both, rad_sw_in and rad_lw_in are required. || || 239 ||[=#PA0196 PA0196] ||In case of external radiation forcing dimension time_rad is required. || || 240 ||[=#PA0197 PA0197] ||External radiation forcing: rad_sw_in must not contain any fill values. || || 241 ||[=#PA0198 PA0198] ||External radiation forcing: rad_lw_in must not contain any fill values. || || 242 ||[=#PA0199 PA0199] ||External radiation forcing: rad_sw_in_dif must not contain any fill values. || || 243 243 ||[=#PA0200 PA0200] ||missing dz || No value for [../inipar#dz dz] was given in the parameter file. || 244 244 ||[=#PA0201 PA0201] ||dz=... <= 0.0 || The value given for [../inipar#dz dz] must be greater than 0.0. || … … 355 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], or, in other words, that at least one of the velocity components got too large. 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 ||[=#PA0313 PA0313] || unused|| ||358 ||[=#PA0314 PA0314] || unused|| ||357 ||[=#PA0313 PA0313] ||External radiation forcing: first point in time is /= 0.0. || || 358 ||[=#PA0314 PA0314] ||External radiation forcing does not cover the entire simulation time. || || 359 359 ||[=#PA0315 PA0315] ||unused || || 360 360 ||[=#PA0316 PA0316] ||unused || ||