From 32c3af75d8af59560d021d1ad43a08d238fd5b55 Mon Sep 17 00:00:00 2001
From: Francesco Sabatini <francesco.sabatini@idiv.de>
Date: Fri, 21 Feb 2020 23:42:16 +0100
Subject: [PATCH] minor fixes to A97

---
 code/A97_ElevationExtract.R | 2 +-
 code/submit-A97.sh          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/code/A97_ElevationExtract.R b/code/A97_ElevationExtract.R
index 6d0fa8c..52536bb 100644
--- a/code/A97_ElevationExtract.R
+++ b/code/A97_ElevationExtract.R
@@ -102,7 +102,7 @@ ElevationExtract <- function(header, output, ncores){
     
     #save output
     save(output.tile, file = paste(output, "elevation_tile_", i, ".RData", sep=""))
-    print(i)
+    print(paste(i, "done")))
   }
   stopCluster(cl)
   }
diff --git a/code/submit-A97.sh b/code/submit-A97.sh
index a672b92..f4aa524 100644
--- a/code/submit-A97.sh
+++ b/code/submit-A97.sh
@@ -7,9 +7,9 @@
 #$ -j y
 
 #$ -l h_rt=00:30:00:00
-#$ -l h_vmem=1G
+#$ -l h_vmem=60G
 
-#$ -pe smp 4-32
+#$ -pe smp 24-32
 
 #$ -cwd
 
-- 
GitLab