From 7dc8bb6c9b2b9b99c78c0f3f9401a0726fa996bd Mon Sep 17 00:00:00 2001
From: Bing Gong <b.gong@fz-juelich.de>
Date: Fri, 25 Feb 2022 15:19:35 +0100
Subject: [PATCH] Update preprocess_data_era5_step2_template.sh

---
 .../other_scripts/preprocess_data_era5_step2_template.sh       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/video_prediction_tools/other_scripts/preprocess_data_era5_step2_template.sh b/video_prediction_tools/other_scripts/preprocess_data_era5_step2_template.sh
index 9af83c2d..d8297b45 100644
--- a/video_prediction_tools/other_scripts/preprocess_data_era5_step2_template.sh
+++ b/video_prediction_tools/other_scripts/preprocess_data_era5_step2_template.sh
@@ -8,9 +8,10 @@ source ../virtual_envs/${VIRT_ENV_NAME}/bin/activate
 
 sequence_length=20
 sequences_per_file=10
-source_dir=/home/b.gong/preprocessed_data-40x40-990N2010E-2t/pickle
+source_dir=/path/to/pickle/directory
 base_dir="$(dirname "$source_dir")"
 destination_dir=${base_dir}/tfrecords
+
 #the number of the nodes should be the number of processed folder (month) plus 1
 n_nodes=3
 
-- 
GitLab