From ff6244b0a20a168e16e616c185e489dd8c66cf22 Mon Sep 17 00:00:00 2001 From: pvjeetze <50408549+pvjeetze@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:58:05 +0200 Subject: [PATCH] Update scripts/output/extra/runSEALSallocation.R Co-authored-by: Pascal Sauer <156898545+pascal-sauer@users.noreply.github.com> --- scripts/output/extra/runSEALSallocation.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/output/extra/runSEALSallocation.R b/scripts/output/extra/runSEALSallocation.R index 0b9f2eafa..21b289f02 100644 --- a/scripts/output/extra/runSEALSallocation.R +++ b/scripts/output/extra/runSEALSallocation.R @@ -94,6 +94,8 @@ miniforgePath <- "/p/projects/rd3mod/miniforge3/bin/activate" # create output directory dirProject <- "./output/seals" +message(paste("Stitched SEALS allocation outputs are written to", + "'./output/seals/intermediate/stitched_lulc_simplified_scenarios'")) if (!dir.exists(file.path(dirProject))) { dir.create(file.path(dirProject), recursive = TRUE)