We now have the outputFiles option in [PATHS] in the (local_)com4FlowPyCfg.ini, but up to now only use it in com4FlowPy.py -> mergeAndWriteResults() to select which result-Rasters are finally written to disk as .tif or .asc files.
However, regardless of the options provided in outputFiles we still do all the calculations for all possible result rasters (i.e. we calculate routFluxSum, depFluxSum and everything else, even if we don't write it to disk later).
This will be increasingly important (1) if we plan to introduce additional output rasters in the future and (2) for any regional scale application
We now have the outputFiles option in [PATHS] in the
(local_)com4FlowPyCfg.ini, but up to now only use it incom4FlowPy.py->mergeAndWriteResults()to select which result-Rasters are finally written to disk as .tif or .asc files.However, regardless of the options provided in outputFiles we still do all the calculations for all possible result rasters (i.e. we calculate routFluxSum, depFluxSum and everything else, even if we don't write it to disk later).
This will be increasingly important (1) if we plan to introduce additional output rasters in the future and (2) for any regional scale application