Skip to content
Snippets Groups Projects
Commit 6dabf077 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Reprojection on daily averaged files.

parent 90cfbf56
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ if __name__ == '__main__':
# days
LOGGER.info('Computing daily averages ...')
for src, tmp in zip(source, dlyavg):
ds = xr.open_dataset(source)
ds = xr.open_dataset(src)
# compute daily averages
ds = ds.resample(time='D').mean(dim='time')
......
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