Changes between Version 777 and Version 778 of doc/app/errmsg
- Timestamp:
- Nov 3, 2021 9:29:37 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v777 v778 670 670 ||[=#PA0448 PA0448] ||Anelastic approximation currently only supports: psolver = "poisfft", psolver = "sor" and psolver = "multigrid_noopt" ||The anelastic approximation requires: [../initialization_parameters#psolver psolver] to be set to one of 'poisfft', 'sor' or 'multigrid_noopt'. Currently no other pressure solver is allowed with [../initialization_parameters#approximation approximation] = 'anelastic'. || 671 671 ||[=#PA0449 PA0449] ||Anelastic approximation is not allowed with conserve_volume_flow = .TRUE. ||The anelastic approximation is not allowed with: [../initialization_parameters#conserve_volume_flow conserve_volume_flow] = .TRUE. || 672 ||[=#PA0450 PA0450] ||unknown flux input mode: flux_input_mode = ... ||This error message appears if the parameter [../initialization_parameters#flux_input_mode flux_input_mode] is not set to one of the allowed values 'dynamic', 'kinematic' or 'app roximation-specific'. ||673 ||[=#PA0451 PA0451] ||unknown flux output mode: flux_output_mode = ... ||This error message appears if the parameter [../initialization_parameters#flux_output_mode flux_output_mode] is not set to one of the allowed values 'dynamic', 'kinematic' or 'app roximation-specific'. ||672 ||[=#PA0450 PA0450] ||unknown flux input mode: flux_input_mode = ... ||This error message appears if the parameter [../initialization_parameters#flux_input_mode flux_input_mode] is not set to one of the allowed values 'dynamic', 'kinematic' or 'application-specific'. || 673 ||[=#PA0451 PA0451] ||unknown flux output mode: flux_output_mode = ... ||This error message appears if the parameter [../initialization_parameters#flux_output_mode flux_output_mode] is not set to one of the allowed values 'dynamic', 'kinematic' or 'application-specific'. || 674 674 ||[=#PA0452 PA0452] || Soil type is out of the valid range || between 1 and 6 || 675 675 ||[=#PA0453 PA0453] ||incompatible integer arithmetic: ... ||This error message appears if the compiler integer arithmetic is not compatible with the assumptions made for the parallel random number generator. If this is the case the internal checks that the kind value isp is in fact a 32-bit integer with the usual properties that we expect it to have (under negation and wrap-around addition) fail. ||