diff --git a/video_prediction_tools/utils/runscript_generator/config_postprocess.py b/video_prediction_tools/utils/runscript_generator/config_postprocess.py index ec5c9d0f436ba2112171f2f865bb92d429fbf715..0a0e3316dd242084b316cc435b608127605e7798 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))