diff --git a/examples/01_real-from-ideal+psp.sh b/examples/01_real-from-ideal+psp.sh index 9aa17b4818083e8c278a52a03c2942c56a448ef8..2420ce0bcd50d98e630c120105d63774bb448d74 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 4e8cb7fc7c0fcb778029ec1c798ec2737a80d0d6..c2093262ad7c6798a79a9319a43678a92f945769 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