From d63fd38efa4e75c61a6d956f9b6d20ad4ab59045 Mon Sep 17 00:00:00 2001 From: Bing Gong <b.gong@fz-juelich.de> Date: Tue, 23 Jun 2020 09:40:56 +0200 Subject: [PATCH] clean up README #2 --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2080265b..141f1232 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,32 @@ cd video_prediction_savp source env_setup/create_env.sh <dir_name> <env_name> ``` -### Run on ZAM347 +### Run workflow on ZAM347 +- Go to zam347_scripts directory +```bash +cd video_prediction_savp/Zam347_scripts +``` +- Data Extraction +```bash +./DataExtraction.sh +``` + +- Data Preprocessing +```bash +./DataPreprocess.sh +./DataPreprocess_to_tf.sh +``` + +- Training +```bash +./train_era5.sh +``` + +- Postprocess +```bash +./generate_era5.sh +``` ### Recomendation for output folder structure and name convention The details can be found [name_convention](docs/structure_name_convention.md) -- GitLab