Changes between Version 698 and Version 699 of doc/app/errmsg
- Timestamp:
- Jun 15, 2020 8:39:18 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v698 v699 719 719 ||[=#PA0495 PA0495] || optimized multigrid method requires nz to be even || You are using the optimized multigrid method, which requires {{{nz}}} to have an even value. Change {{{nz}}} in your parameter file, or choose {{{psolver = 'multigrid_noopt'}}} (but be aware that with an uneven value of {{{nz}}} the multigrid solver can only use one grid level, so you will have no ''multi'' grid levels at all and hence convergence will be very low!). || 720 720 ||[=#PA0496 PA0496] || The lowest level where vertical stretching is applied have to be greater than ... || The radiation model does not consider a stretched grid. The assumption of a uniform grid is necessary in parts below the top layer of urban surface (index height nzut). Please adjust [../initialization_parameters#dz_stretch_level_start dz_stretch_level_start] accordingly. || 721 ||[=#PA0497 PA0497] || Stretching in the parent domain is only allowed above the nested domain || If pure vertical nesting is used the vertical stretching region has to be above the nested domain. Please adjust [../initialization_parameters#dz_stretch_level_start dz_stretch_level_start] or reduce the height of the nested domain accordingly. ||721 ||[=#PA0497 PA0497] || Prescribing a surface heat flux and a surface heating rate at the same time is not allowed. || 722 722 ||[=#PA0498 PA0498] || Stretching in the nested domain is not allowed || You are trying to use vertical grid stretching within the nested domain in combination with pure vertical nesting. This is not allowed due to the interpolation approach between parent and child. Please forgo the vertical stretching for the child. || 723 723 ||[=#PA0500 PA0500] || Unknown turbulence closure: ... || The variable [wiki:doc/app/initialization_parameters#turbulence_closure turbulence_closure] has an unknown value. ||