Changes between Version 651 and Version 652 of doc/app/errmsg
- Timestamp:
- Sep 10, 2019 5:05:51 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified doc/app/errmsg
v651 v652 224 224 ||[=#PA0181 PA0181] ||no output provided for: ... || There is no 2D data output available for the selected variable. Please check your variable list in your [../d3par#data_output data_output] and [../userpar#data_output_user data_output_user] parameter for correct spelling. || 225 225 ||[=#PA0182 PA0182] ||no output provided for: ... || There is no 3D data output available for the selected variable. Please check your variable list in your [../d3par#data_output data_output] and [../userpar#data_output_user data_output_user] parameter for correct spelling. || 226 ||[=#PA0183 PA0183] || end_time > provided time in offline nesting|| time dimension in dynamic input file must cover the entire simulation time. ||226 ||[=#PA0183 PA0183] ||end_time of the simulation exceeds the time dimension in the dynamic input file || time dimension in dynamic input file must cover the entire simulation time. || 227 227 ||[=#PA0184 PA0184] || unknown recycling method for thermodynamic quantities || Allowed input for recycling_method_for_thermodynamic_quantities is 'turbulent_fluctuation' or 'absolute_value'. || 228 228 ||[=#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.. || … … 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] ||External radiation forcing: first point in time is /= 0.0. || ||357 ||[=#PA0313 PA0313] ||External radiation forcing: first point in time is /= time_utc_init. || || 358 358 ||[=#PA0314 PA0314] ||External radiation forcing does not cover the entire simulation time. || || 359 359 ||[=#PA0315 PA0315] ||In case of external radiation forcing a dynamic input file is required. If no dynamic input for the child domain(s) is provided, at least one for the root domain is needed. || || … … 876 876 ||[=#PA0674 PA0674] || || || 877 877 ||[=#PA0675 PA0675] || rotation of the model domain is not considered in the radiation model. Using rotation_angle /= 0.0 is not allowed in combination with the radiation model at the moment! || By specifying a rotation angle via [../inipar#rotation_angle ''rotation_angle''], the orientation of the model domain is changed. However, this change of orientation is, so far, not implemented within the radiation model. Using the radiation model together with a changed orientation would result in incorrect solar-radiation calculation. Hence, it is prohibit to use it. To overcome this limitation, set the rotation angle to zero. || 878 ||[=#PA0676 PA0676] || Offline nesting: time dimension must start at time_utc_init || || 878 879 ||[=#UI0001 UI0001] ||unknown location "..." ||The location of the CALL of user_actions has to be one of 'before_timestep', 'after_integration', 'after_timestep', 'u_tendency' 'v_tendency', 'w_tendency', 'pt_tendency', 'sa_tendency', 'e_tendency', 'q_tendency', 's_tendency'. The location of the CALL of user_actions_ij has to be one of 'u_tendency' 'v_tendency', 'w_tendency', 'pt_tendency', 'sa_tendency', 'e_tendency', 'q_tendency', 's_tendency'. || 879 880 ||[=#UI0002 UI0002] ||location "..." is not allowed to be called with parameters "i" and "j" || The location of the CALL of user_actions_ij must not be 'before_timestep', 'after_integration', 'after_timestep' ||