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

---
 .../other_scripts/meta_postprocess_era5_template.sh            | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/video_prediction_tools/other_scripts/meta_postprocess_era5_template.sh b/video_prediction_tools/other_scripts/meta_postprocess_era5_template.sh
index fb980cb2..6a75c728 100644
--- a/video_prediction_tools/other_scripts/meta_postprocess_era5_template.sh
+++ b/video_prediction_tools/other_scripts/meta_postprocess_era5_template.sh
@@ -6,8 +6,7 @@ VIRT_ENV_NAME=venv_test
 echo "Activating virtual environment..."
 source ../virtual_envs/${VIRT_ENV_NAME}/bin/activate
 
-#the source directory contains the tfrecords
-root_dir=/home/b.gong/
+root_dir=/path/to/root/output/directory
 analysis_config=../meta_postprocess_config/meta_config.json
 vim ${analysis_config}
 metric=mse
-- 
GitLab