Changes between Version 795 and Version 796 of doc/app/errmsg
- Timestamp:
- Apr 4, 2022 10:13:13 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v795 v796 983 983 ||[=#PA0786 PA0786] || error while reading file PARTICLE_IDS in line ... || At least one line in the file containing the particle Ids to be scheduled for time series output has a wrong format. Only one INTEGER value per line is allowed. || 984 984 ||[=#PA0787 PA0787] || too many particles for time series output because of newly released particles || Try to reduce the number of particles or the time interval for releasing new particles, or increase the value of particle parameters {{{number_of_output_particles}}} or {{{oversize}}}. || 985 ||[=#PA0788 PA0788] || Output of surface radiation cross sections of: "..." is not allowed in radiation-only mode. || The listed quantities are pure two-dimensional xy-cross-sections and not available in radiation-only mode. || 986 ||[=#PA0789 PA0789] || Usage of radiation model in radiation-only mode in combination with an energy-balance model (LSM/USM) is not allowed. || Either deactivate LSM and USM or set the parameter [../radiation_parameters#radiation_only radiation_only] to .F.. || 987 ||[=#PA0790 PA0790] || Usage of radiation model in radiation-only mode in combination with "radiation_interactions_on = .T." is not allowed. || Set one of the parameters [../radiation_parameters#radiation_interactions_on radiation_interactions_on] or [../radiation_parameters#radiation_only radiation_only] to .F.. || 988 ||[=#PA0791 PA0791] || Usage of radiation model in radiation-only mode is only allowed in combination with "radiation_scheme = rrtmg" || Either deactivate usage of [../radiation_parameters#radiation_only radiation_only] by setting it to .F. or use the RRTMG [../radiation_parameters#radiation_scheme radiation_scheme]. || 985 989 ||[=#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'. || 986 990 ||[=#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' ||