Changes between Version 106 and Version 107 of doc/app/errmsg
- Timestamp:
- Jul 3, 2012 7:27:33 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v106 v107 229 229 ||[=#PA0206 PA0206] ||inconsistent canyon parameters:... cys=... cyn=... cwy=... ch=... nx=... ny=... || || 230 230 ||[=#PA0207 PA0207] ||inconsistent canyon parameters: street canyon can only be oriented either in x- or in y-direction || || 231 ||[=#PA0208 PA0208] ||file TOPOGRAPHY_DATAdoes not exist || ||232 ||[=#PA0209 PA0209] ||errors in file TOPOGRAPHY_DATA ||||231 ||[=#PA0208 PA0208] ||file [../iofiles#TOPOGRAPHY_DATA TOPOGRAPHY_DATA] does not exist || || 232 ||[=#PA0209 PA0209] ||errors in file [../iofiles#TOPOGRAPHY_DATA TOPOGRAPHY_DATA] ||Possible reasons for this error include: \\ 1. File contains a header. Solution: The header of the ESRI Ascii Grid format (usually 6 lines) must be removed. \\ 2. File does not contain enough data. \\ a) The number of columns (`ncols`) is less than [../inipar#nx nx]+1. \\ b) The number of rows (`nrows`) is less than [../inipar#ny ny]+1. \\ Solution: Make sure that `ncols` matches `nx+1` and that `nrows` matches `ny+1`. || 233 233 ||[=#PA0210 PA0210] ||nzb_local values are outside the model domain MINVAL( nzb_local ) = ... MAXVAL( nzb_local ) = ... || || 234 234 ||[=#PA0211 PA0211] ||nzb_local does not fulfill cyclic boundary condition in x-direction || ||