Changes between Version 757 and Version 758 of doc/app/errmsg
- Timestamp:
- Apr 9, 2021 10:28:57 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v757 v758 790 790 ||[=#PA0571 PA0571] || If soil_type(y,x) = 0, all levels of soil_pars at this location must be set || || 791 791 ||[=#PA0572 PA0572] || If building_type(y,x) = 0, all parameters of building_pars at this location must be set || || 792 ||[=#PA0573 PA0573] || Each location where a building is set requires a type ( and vice versa ) in case the urban-surface model is applied. i, j = ( , ) || ||792 ||[=#PA0573 PA0573] || Each location where a building is set requires a type ( and vice versa ) in case the urban-surface model is applied. i, j = ( , ) ||Apart from the obvious inconsistent setting of building input data, please check if building_id have reasonable numbers. Even though building_id's can set arbitrary for each building, only values that can be represented by a 32-bit integer can be used. For ids that cannot be represented errors in the building processing can happen, causing this error. || 793 793 ||[=#PA0574 PA0574] || Each location where a building is set requires an ID ( and vice versa ). i, j = ( , ) ||Apart from the obvious inconsistent setting of building input data, please check if building_id have reasonable numbers. Even though building_id's can set arbitrary for each building, only values that can be represented by a 32-bit integer can be used. For ids that cannot be represented errors in the building processing can happen, causing this error. || 794 794 ||[=#PA0575 PA0575] || Each building grid point requires an ID. || ||