-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
Milestone
Description
Is your feature request related to a problem?
- Check baseline performance of run script against
main- Need to update zppy wall time if needed
- Explore Dask with Xarray chunking in the future for more performance gains -- might not be possible because e3sm_diags uses its own Dask multiprocessing scheduler for parallelization, and we call
.load(scheduler="sync") to load Xarray Dataset objects into memory which convertsdask.arraytonumpy.array
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response