From 3a5ebefd90ecbcfd6de6710378225b3e958bfd8c Mon Sep 17 00:00:00 2001
From: Francesco Sabatini <francesco.sabatini@idiv.de>
Date: Mon, 24 Feb 2020 09:49:22 +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 52536bb..427539e 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(paste(i, "done")))
+    print(paste(i, "done"))
   }
   stopCluster(cl)
   }
diff --git a/code/submit-A97.sh b/code/submit-A97.sh
index f4aa524..7c9a778 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=60G
+#$ -l h_vmem=21G
 
-#$ -pe smp 24-32
+#$ -pe smp 8-32
 
 #$ -cwd
 
-- 
GitLab