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

Correct ath to climatology file in config_postprocess.py.

parent 9a27de54
No related branches found
No related tags found
No related merge requests found
Pipeline #107081 failed
...@@ -104,7 +104,7 @@ class Config_Postprocess(Config_runscript_base): ...@@ -104,7 +104,7 @@ class Config_Postprocess(Config_runscript_base):
# Set results_dir # Set results_dir
self.results_dir = os.path.join(base_dir, "results", exp_dir_base, self.model, exp_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): 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)) 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