You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the data collection is taking a lot of runtime accounting for ~75% of the total runtime as per the profiler. This needs to be improved. Currently the following options are being considered:
Zarr parallel storage
Dask-zarr parallel storage
Asyncio
From preliminary testing, zarr parallel storage is not showing any improvement but the use of dask/zarr significantly speeds up the model run (down from 180s to 50s).
The text was updated successfully, but these errors were encountered:
The current implementation of the data collection is taking a lot of runtime accounting for ~75% of the total runtime as per the profiler. This needs to be improved. Currently the following options are being considered:
From preliminary testing, zarr parallel storage is not showing any improvement but the use of dask/zarr significantly speeds up the model run (down from 180s to 50s).
The text was updated successfully, but these errors were encountered: