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

Chunk data for parallel processing.

parent e9e8517d
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ if __name__ == '__main__':
LogConfig.init_log('Initializing ERA5 predictors.')
Era5 = ERA5Dataset(ERA5_PATH.joinpath('ERA5'), ERA5_PREDICTORS,
plevels=ERA5_PLEVELS)
Era5_ds = Era5.merge(chunks=-1)
Era5_ds = Era5.merge(chunks={'time': 365})
# initialize OBS predictand dataset
LogConfig.init_log('Initializing observations for predictand: {}'
......
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