diff --git a/code/submit-A98.sh b/code/submit-A98.sh
index 182138bd3a2fd41bef081f646604bf8ed828c96c..645049079fd9c9ecec42ab54dc836379be74ba49 100644
--- a/code/submit-A98.sh
+++ b/code/submit-A98.sh
@@ -3,7 +3,7 @@
 #$ -S /bin/bash
 #$ -N PredictorExtract
 
-#$ -o /work/$USER/$JOB_NAME-$JOB_ID.log
+#$ -o /work/$USER/$JOB_NAME-$JOB_ID_sd.log
 #$ -j y
 
 #$ -l h_rt=00:30:00:00
@@ -18,15 +18,15 @@ module load R
 filename="$1"
 shift 
 
-output=/data/splot/_data_splot3/output_pred/$(basename $filename .shp).csv
+output=/data/splot/_data_splot3/output_pred/$(basename $"filename" .shp)_sd.csv
 
 Rscript \
     cli_A98.r \
-    --cores ${NSLOTS:-1} \
+    --cores $"{NSLOTS:-1}" \
     --typp "raster" \
     --chunk.i 1 \
     --chunkn 1 \
     /data/splot/_data_splot3/header.shp.shp \
-    robust.mean \
+    robust.sd \
     "$output" \
     "$filename"