From c4540a504e1e7d8ad8d6da394386522150a4131a Mon Sep 17 00:00:00 2001
From: Michael <m.langguth@fz-juelich.de>
Date: Mon, 25 Jul 2022 15:34:14 +0200
Subject: [PATCH] Correct ath to climatology file in config_postprocess.py.

---
 .../utils/runscript_generator/config_postprocess.py             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/video_prediction_tools/utils/runscript_generator/config_postprocess.py b/video_prediction_tools/utils/runscript_generator/config_postprocess.py
index ec5c9d0f..0a0e3316 100755
--- a/video_prediction_tools/utils/runscript_generator/config_postprocess.py
+++ b/video_prediction_tools/utils/runscript_generator/config_postprocess.py
@@ -104,7 +104,7 @@ class Config_Postprocess(Config_runscript_base):
         # Set results_dir
         self.results_dir = os.path.join(base_dir, "results", exp_dir_base, self.model, exp_dir)
 
-        self.clim_f = os.path.join(os.path.dirname(base_dir), "T2climatology", "climatology_t2m_1991-2020.nc")
+        self.clim_f = os.path.join(os.path.dirname(base_dir), "climatology_t2m_1991-2020.nc")
 
         if not os.path.isfile(self.clim_f):
             print("WARNING: Cannot find netCDF-file with climatology of 2m temperature under '{0}'. Please adapt manually.".format(self.clim_f))
-- 
GitLab