File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,8 @@ If the model extent (i.e. number of cells and/or rows in the input layers) is la
162162will automatically split the input layers into different tiles (these are pickled to ``.npy `` files inside ``\temp `` folder).
163163Each (quadratic) tile will then be consecutively calculated using all CPUs as defined by ``nCPU `` in ``avaframeCfg.ini ``. The
164164``tileOverlap `` option defines by which margins the tiles overlap; in overlapping parts of the model domain the outputs
165- of the single tiles are combined (maximum, sum - depending on output variable).
165+ of the single tiles are combined (maximum, sum - depending on output variable). Note that if a single tile does not cover
166+ the entire process path, the path will be cut off, leading to incorrect results.
166167
167168The default settings provide reasonable performance on standard machines/model domains - however for special applications (e.g. modeling
168169over large areas or on HPC hardware, **different raster resolution **) tweaking parameters might improve model performance.
You can’t perform that action at this time.
0 commit comments