Changes between Version 848 and Version 849 of doc/app/errmsg
- Timestamp:
- Feb 10, 2023 8:28:13 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v848 v849 896 896 ||[=#PA0680 PA0680] || Multiple calls to set_reference_date_time detected. The reference date-time must be set only once. || Routine set_reference_date_time can only be called once per program execution. Please check your user code for any additional calls to this routine and remove it. If you did not use any user code, please report the appearance of the error in the ticket system. || 897 897 ||[=#PA0681 PA0681] || section_xy/xz/yz not defined for requested xy/xz/yz-cross section output. At least one cross section must be given. || If you specified any data-output quantity for a xy-, xz-, or yz-cross section via [../runtime_parameters#data_output data_output], then you need to also specify the location of at least one corresponding cross section via [../runtime_parameters#section_xy section_xy], [../runtime_parameters#section_xz section_xz], or [../runtime_parameters#section_yz section_yz]. || 898 ||[=#PA0682 PA0682] || number of subdomain grid points along x (...) is smaller than the number of ghost points (...) || In order to allow parallelization, the total computational domain is split into subdomains along x and y. The number of subdomains equals the number of cores used for the run. Ghost grid layers are added to the subdomains. The number of grid points along x in a subdomain must not be smaller than the number of ghost layers. You may either increase the total number of grid points {{{nx}}} or reduce the number of cores used for the run. || 899 ||[=#PA0683 PA0683] || number of subdomain grid points along y (...) is smaller than the number of ghost points (...) || In order to allow parallelization, the total computational domain is split into subdomains along x and y. The number of subdomains equals the number of cores used for the run. Ghost grid layers are added to the subdomains. The number of grid points along x in a subdomain must not be smaller than the number of ghost layers. You may either increase the total number of grid points {{{ny}}} or reduce the number of cores used for the run. || 898 900 ||[=#PA0684 PA0684] || Found building surface on non-building coordinates (xs, ys, zenith, azimuth): "xs, ys, zenith, azimuth" || If the variable building_surface_pars has been specified within a static driver, the coordinates xs/ys/zs define the location of a horizontal/vertical buildings surface, while zenith/azimuth define the orientantion of the surface (upward-, northward-, southward-, eastward-, westward-facing). In case this error message appears, the coordinates xs, ys, zs, zenith, and azimuth describing a surface element do not match with the location of a building. Even if xs, ys, zs, are prescribed correctly, mismatches in zenith and azimuth may cause this error. In such a case, please check carefully your pre-processor code that you used to create the static driver. Further information about the data input for surface elements can be found [wiki:doc/app/iofiles/pids/static here]. || 899 901 ||[=#PA0686 PA0686] || The relative material fractions do not sum-up to one at horizotal/vertical surface. (i,j) = ... || If building_pars is specified within a static input file, all parameters indicating the relative fraction of wall / window / green surfaces must be given. ||