Changes between Version 443 and Version 444 of doc/app/errmsg
- Timestamp:
- Jun 9, 2017 10:28:06 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v443 v444 250 250 ||[=#PA0208 PA0208] ||file [../iofiles#TOPOGRAPHY_DATA TOPOGRAPHY_DATA] does not exist || Make sure that the topography data is available in the job directory (JOBS/<job-name>/INPUT/) and named correctly (<job-name>_topo). For remote jobs it might be possible that the automatic transfer of the topography file to the host computer did not work. In this case the topography file must be transfered manually to the host. || 251 251 ||[=#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`. || 252 ||[=#PA0210 PA0210] ||nzb_local values are outside the model domain MINVAL( nzb_local ) = ... MAXVAL( nzb_local ) = ... || This should not happen. Please submit a [/newticket trouble ticket] if you have run into this error. ||252 ||[=#PA0210 PA0210] ||nzb_local values are outside the model domain MINVAL( nzb_local ) = ... MAXVAL( nzb_local ) = ... || This error occurs during grid consistency checks of the index arrays when using non-flat topography with regard to the vertical dimension. Please submit a [/newticket trouble ticket] if you have run into this error because this should not happen. || 253 253 ||[=#PA0213 PA0213] || number_of_particle_groups reset to max_number_of_particle_groups || If the [../parpar#number_of_particle_groups number_of_particle_groups] > 10 then is reset to the maximum number of particle groups (at maximum 10 are allowed) || 254 254 ||[=#PA0214 PA0214] ||version mismatch concerning data from prior run version on file = ... version in program = ... || ||