Skip to content
Snippets Groups Projects
Commit 8cd70cc4 authored by Bianca Wentzel's avatar Bianca Wentzel
Browse files

Test output

parent 1f2d822e
No related branches found
No related tags found
1 merge request!8Pvap calculation
Pipeline #94519 failed
......@@ -434,6 +434,8 @@ class PET(plugin.PluginAbstract):
def run_tool(self, config_dict=None):
config_dict["files"] = self.find_files(config_dict, self.project_vars[config_dict["project"]], "day", config_dict["start_date"] + " to " + config_dict["end_date"])
print('###', config_dict)
config_dict["alti_file"] = self.find_orog(config_dict)
if "alti_file" not in config_dict or not config_dict["alti_file"]:
logger.error("Can't find altitude file")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment