Changes between Version 791 and Version 792 of doc/app/errmsg
- Timestamp:
- Mar 31, 2022 3:05:14 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v791 v792 975 975 ||[=#PA0778 PA0778] || Writing spinup data requires restart_data_format_input = "mpi" or "mpi_shared_memory". || Writing spinup data is not realized for restart_data_format_input = "fortran_binary". || 976 976 ||[=#PA0779 PA0779] || Writing spinup data is enabled but surface_spinup is switched-off. || You have enabled output of spinup surface data with the {{{palmrun -a "... spinout"}}} option. This case, the prescribed spinup_time must be > 0.0. || 977 ||[=#PA0780 PA0780] || Finding boarder surface id at i,j,k= ... failed. || || 978 ||[=#PA0781 PA0781] || Surface albedo for diffuse/direct long-/shortwave are different. To continue using the broadband albedo please set use_broadband_albedo to TRUE. || || 979 ||[=#PA0782 PA0782] || Number of particles for output too large: ... || You try to output a number of particles larger than the upper limit of a 32bit INTEGER (i.e. > 2^32^ - 1). Try to reduce your particle output. || 980 ||[=#PA0783 PA0783] || particle_parameters NAMELIST will be ignored for childs || In a nested run, the particle parameters can only be set via the particle_parameters namelist of the root model. || 981 ||[=#PA0784 PA0784] || size of structure particle_groups_type has changed || Internal error. Please inform the PALM developers, e.g. by submitting a trouble-ticket. || 977 982 ||[=#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'. || 978 983 ||[=#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' ||