Changes between Version 844 and Version 845 of doc/app/errmsg
- Timestamp:
- Jan 25, 2023 9:28:07 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified doc/app/errmsg
v844 v845 222 222 ||[=#PA0179 PA0179] ||unknown modus of time measurement: ... || Possible options for {{{cpu_log}}} are "start", "pause", "continue" and "stop". Please refer to the description in the header of {{{cpulog_mod.f90}}}. || 223 223 ||[=#PA0180 PA0180] ||unknown cross-section: ... || Cross sections are only possible for xy-, xz- or yz-sections. Please check your variable list in your [../runtime_parameters#data_output data_output] and [../user_parameters#data_output_user data_output_user] parameter for correct spelling. || 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 [../runtime_parameters#data_output data_output] and [../user_parameters#data_output_user data_output_user] parameter for correct spelling. ||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 [../runtime_parameters#data_output data_output] and [../user_parameters#data_output_user data_output_user] parameter for correct spelling. ||224 ||[=#PA0181 PA0181] ||psolver = "poisfft" or "poisfft_sm" requires the number of grid points along x-direction (nx+1) to be even || Even values for {{{nx+1}}} are required in case that cyclic boundary conditions along x have been set. Change parameter {{{nx}}} appropriately. || 225 ||[=#PA0182 PA0182] ||psolver = "poisfft" or "poisfft_sm" requires the number of grid points along y-direction (ny+1) to be even || Even values for {{{ny+1}}} are required in case that cyclic boundary conditions along y have been set. Change parameter {{{ny}}} appropriately. || 226 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 turbulent inflow method: ... || Allowed input for the turbulence recycling method is 'read_from_file' (not before Nov. 2022), 'recycle_turbulent_fluctuation', 'recycle_absolute_value', or 'recycle_absolute_value_thermodynamic'. || … … 1050 1050 ||[=#PA0855 PA0855] ||Dimension size of static input variable water_pars is ... . Dimension size of ... is required. || Please see the [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/pids/static/tables input data standard] for the current requirements. || 1051 1051 ||[=#PA0856 PA0856] ||setting of neutral in pre-run differs from setting in main run || The setting of initialization parameter [../runtime_parameters#neutral neutral] in the pre-run and the main run must be the same. Please change appropriately. || 1052 ||[=#PA0857 PA0857] ||psolver = "poisfft_sm" does not work for less than 4 PEs || Choose a larger number of cores via {{{palmrun}}} option {{{-X}}} or set e.g. {{{psolver = "poisfft"}}}. || 1053 ||[=#PA0858 PA0858] ||psolver = "poisfft_sm" does not allow setting of npex and/or npey || Remove parameters {{{npex}}} and {{{npey}}} from the runtime-parameters namelist || 1054 ||[=#PA0859 PA0859] ||psolver = "poisfft_sm" requires the number of PEs per node to be a multiple of 4. This run uses ... PEs per node' || Please choose the tasks (PEs) to be used per node, which are assigned via {{{palmrun}}} option {{{-T}}}, appropriately. || 1055 ||[=#PA0860 PA0860] || || || 1056 ||[=#PA0861 PA0861] || || || 1057 ||[=#PA0862 PA0862] || || || 1058 ||[=#PA0863 PA0863] || || || 1059 1060 1052 1061 ||[=#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'. || 1053 1062 ||[=#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' ||