Skip to content
Snippets Groups Projects
Commit 647f6380 authored by Michael Langguth's avatar Michael Langguth
Browse files

Revised print-statements in the module-scripts.

parent 140d7bbe
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
HOST_NAME=`hostname`
echo "Start loading modules on ${HOST_NAME} required for preprocessing..."
echo "This script is used by: "
echo "modules_preprocess.sh is subject to: "
echo "* DataExtraction.sh"
echo "* DataPreprocess.sh"
......
......@@ -9,6 +9,10 @@
HOST_NAME=`hostname`
echo "Start loading modules on ${HOST_NAME}..."
echo "modules_train.sh is subject to: "
echo "* DataPreprocess_to_tf.sh"
echo "* train_era5.sh"
echo "* generate_era5.sh"
module purge
module use $OTHERSTAGES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment