]="This plugin calculates daily Potential Evapotranspiration (PET) based on the methodology outlined in FAO Irrigation and Drainage Paper No. 56 (Crop Evapotranspiration) by Allen, Pereira et al., 1998.\n\nFor more details, refer to the official publication: https://www.fao.org/4/x0490e/x0490e00.htm"
delsearch_args["ensemble"]## orog files are part of another ensemble than the other variables
files=list(freva.databrowser(**search_args))
file_dict[variable]=files
returnfile_dict
defrun_tool(self,config_dict=None):
config_dict["files"]=self.find_files(config_dict,["tasmax","tasmin","sfcWind","pvap","rsds"],"day",config_dict["start_date"]+" to "+config_dict["end_date"])