Changes between Version 853 and Version 854 of doc/app/errmsg


Ignore:
Timestamp:
Feb 16, 2023 3:55:08 PM (2 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v853 v854  
    899899||[=#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. ||
    900900||[=#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]. ||
    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. ||
     901||[=#PA0686 PA0686]  ||relative material fractions do not sum-up to one at some surfaces || If building_pars is specified within a static input file, all parameters indicating the relative fraction of wall / window / green surfaces must be given and sum up to 1. This requirement is violated. Check and correct the static driver respectively. ||
    902902||[=#PA0688 PA0688]  || surface fractions at grid point (j,i) = ( ) are all zero. ||  ||
    903903||[=#PA0689 PA0689]  || Invalid input value: ptemp || Air temperature given to the subroutine for ternary nucleation ({{{ternucl}}}) is not within the allowed temperature range of 240-300 K. ||