Skip to content
Snippets Groups Projects
Commit c4540a50 authored by Michael Langguth's avatar Michael Langguth
Browse files

Correct ath to climatology file in config_postprocess.py.

parent 053b6702
No related branches found
No related tags found
No related merge requests found
Pipeline #107083 failed
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment