diff --git a/runCom9MoTVoellmy_algorithm.py b/runCom9MoTVoellmy_algorithm.py index 5820416..0bad922 100644 --- a/runCom9MoTVoellmy_algorithm.py +++ b/runCom9MoTVoellmy_algorithm.py @@ -356,7 +356,7 @@ def processAlgorithm(self, parameters, context, feedback): cF.copyRaster(sourceTAUC, targetDir / "Inputs" / "RASTERS", "_tauc") if sourceND is not None: - cF.copyRaster(sourceND, targetDir / "Inputs" / "RASTERS", "_nd") + cF.copyRaster(sourceND, targetDir / "Inputs" / "RES", "_nd") if sourceBHD is not None: cF.copyRaster(sourceBHD, targetDir / "Inputs" / "RASTERS", "_bhd")