From 57139c13ce0f4d68de55d3c66ceb1878f5772133 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Tue, 23 May 2023 17:04:37 +0200
Subject: [PATCH] Add dummy platform in examples files

---
 examples/01_real-from-ideal+psp.sh | 8 ++++++--
 examples/01_real-from-ideal.sh     | 8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/examples/01_real-from-ideal+psp.sh b/examples/01_real-from-ideal+psp.sh
index 9aa17b4..2420ce0 100755
--- a/examples/01_real-from-ideal+psp.sh
+++ b/examples/01_real-from-ideal+psp.sh
@@ -6,10 +6,10 @@ STAGE=${1:-}
 function help() {
   echo "Need to provide a integer for the stage we want to run."
   echo " e.g."
-  echo " - 0: Build Icon and python environemnts"
+  echo " - 0: Build Icon and python environments"
   echo " - 1: Run the ideal case used to initialize a real run from"
   echo " - 2: Run the real case"
-  echo " - 3: postprocess outputs"
+  echo " - 3: post-process outputs"
 }
 
 if [ -z "$STAGE" ]; then
@@ -91,6 +91,10 @@ GIT:
   PROJECT_COMMIT: ""
   PROJECT_SUBMODULES: ""
   FETCH_SINGLE_BRANCH: True
+
+Platforms:
+  DUMMY:
+    TYPE: ps
 EOF
 
 cat > autosubmit/${EXPID}/conf/myconf.yml <<EOF
diff --git a/examples/01_real-from-ideal.sh b/examples/01_real-from-ideal.sh
index 4e8cb7f..c209326 100755
--- a/examples/01_real-from-ideal.sh
+++ b/examples/01_real-from-ideal.sh
@@ -6,10 +6,10 @@ STAGE=${1:-}
 function help() {
   echo "Need to provide a integer for the stage we want to run."
   echo " e.g."
-  echo " - 0: Build Icon and python environemnts"
+  echo " - 0: Build Icon and python environments"
   echo " - 1: Run the ideal case used to initialize a real run from"
   echo " - 2: Run the real case"
-  echo " - 3: postprocess outputs"
+  echo " - 3: post-process outputs"
 }
 
 if [ -z "$STAGE" ]; then
@@ -115,6 +115,10 @@ data_management:
   # Where do we put the output files afterwards?
   local_destination_folder: $OUTPUTDIR/
 
+Platforms:
+  DUMMY:
+    TYPE: ps
+
 EOF
 
 if [ "$STAGE" -eq 0 ]; then
-- 
GitLab